org.codehaus.xfire.security.wss4j.crypto
Class SecuredCrypto

java.lang.Object
  extended by Merlin
      extended by org.codehaus.xfire.security.wss4j.crypto.SecuredCrypto

public class SecuredCrypto
extends Merlin

Author:
Tomasz Sztelak

Constructor Summary
SecuredCrypto(java.util.Properties props)
           
SecuredCrypto(java.util.Properties props, java.lang.ClassLoader cl)
           
 
Method Summary
protected  java.util.Properties decryptProperties(java.util.Properties props)
           
protected  java.lang.String decryptString(java.lang.String value)
           
protected  java.lang.String[] getPassKeys()
           
protected  AbstractDecrypter loadDecrypter(java.util.Map props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecuredCrypto

public SecuredCrypto(java.util.Properties props)
              throws CredentialException,
                     java.io.IOException
Throws:
CredentialException
java.io.IOException

SecuredCrypto

public SecuredCrypto(java.util.Properties props,
                     java.lang.ClassLoader cl)
              throws CredentialException,
                     java.io.IOException
Throws:
CredentialException
java.io.IOException
Method Detail

loadDecrypter

protected AbstractDecrypter loadDecrypter(java.util.Map props)
                                   throws java.lang.ClassNotFoundException,
                                          java.lang.InstantiationException,
                                          java.lang.IllegalAccessException
Parameters:
props -
Returns:
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException

decryptProperties

protected java.util.Properties decryptProperties(java.util.Properties props)

decryptString

protected java.lang.String decryptString(java.lang.String value)

getPassKeys

protected java.lang.String[] getPassKeys()


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.