org.apache.geronimo.system.util
Class EncryptionManagerWrapperGBean

java.lang.Object
  extended by org.apache.geronimo.system.util.EncryptionManagerWrapperGBean

public class EncryptionManagerWrapperGBean
extends Object


Field Summary
static GBeanInfo GBEAN_INFO
           
 
Constructor Summary
EncryptionManagerWrapperGBean()
           
 
Method Summary
 Serializable decrypt(String source)
           
 String encrypt(Serializable source)
           
static GBeanInfo getGBeanInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final GBeanInfo GBEAN_INFO
Constructor Detail

EncryptionManagerWrapperGBean

public EncryptionManagerWrapperGBean()
Method Detail

encrypt

public String encrypt(Serializable source)

decrypt

public Serializable decrypt(String source)

getGBeanInfo

public static GBeanInfo getGBeanInfo()


Copyright © 2003-2010 The Apache Geronimo development community. All Rights Reserved.