org.codehaus.xfire.security.wss4j.crypto
Class SecuredCrypto
java.lang.Object
org.apache.ws.security.components.crypto.CryptoBase
org.apache.ws.security.components.crypto.AbstractCrypto
org.apache.ws.security.components.crypto.Merlin
org.codehaus.xfire.security.wss4j.crypto.SecuredCrypto
- All Implemented Interfaces:
- org.apache.ws.security.components.crypto.Crypto
public class SecuredCrypto
- extends org.apache.ws.security.components.crypto.Merlin
- Author:
- Tomasz Sztelak
Fields inherited from class org.apache.ws.security.components.crypto.AbstractCrypto |
certFact, properties |
Fields inherited from class org.apache.ws.security.components.crypto.CryptoBase |
cacerts, keystore |
Methods inherited from class org.apache.ws.security.components.crypto.Merlin |
getCertificateData, getX509Certificates, validateCertPath |
Methods inherited from class org.apache.ws.security.components.crypto.AbstractCrypto |
getCryptoProvider, getDefaultX509Alias, load |
Methods inherited from class org.apache.ws.security.components.crypto.CryptoBase |
getAliasesForDN, getAliasForX509Cert, getAliasForX509Cert, getAliasForX509Cert, getAliasForX509Cert, getAliasForX509CertThumb, getCertificateFactory, getCertificates, getKeyStore, getPrivateKey, getSKIBytesFromCert, loadCertificate, setKeyStore, splitAndTrim |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecuredCrypto
public SecuredCrypto(java.util.Properties props)
throws org.apache.ws.security.components.crypto.CredentialException,
java.io.IOException
- Throws:
org.apache.ws.security.components.crypto.CredentialException
java.io.IOException
SecuredCrypto
public SecuredCrypto(java.util.Properties props,
java.lang.ClassLoader cl)
throws org.apache.ws.security.components.crypto.CredentialException,
java.io.IOException
- Throws:
org.apache.ws.security.components.crypto.CredentialException
java.io.IOException
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-2009. All Rights Reserved.