org.jboss.remoting.marshal.encryption
Class EncryptionUtil

java.lang.Object
  extended by org.jboss.remoting.marshal.encryption.EncryptionUtil

public class EncryptionUtil
extends java.lang.Object

Utility for Encryption Needs

Since:
Aug 25, 2006
Version:
$Revision: 1398 $
Author:
Anil Saldhana

Constructor Summary
EncryptionUtil()
           
 
Method Summary
static javax.crypto.SealedObject sealObject(java.io.Serializable ser)
           
static java.io.Serializable unsealObject(javax.crypto.SealedObject so)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionUtil

public EncryptionUtil()
Method Detail

unsealObject

public static java.io.Serializable unsealObject(javax.crypto.SealedObject so)
                                         throws java.lang.Exception
Throws:
java.lang.Exception

sealObject

public static javax.crypto.SealedObject sealObject(java.io.Serializable ser)
                                            throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.