org.apache.cxf.rs.security.common
Class CryptoLoader
java.lang.Object
org.apache.cxf.rs.security.common.CryptoLoader
public class CryptoLoader
- extends Object
|
Method Summary |
org.apache.ws.security.components.crypto.Crypto |
getCrypto(org.apache.cxf.message.Message message,
String cryptoKey,
String propKey)
|
Map<Object,org.apache.ws.security.components.crypto.Crypto> |
getCryptoCache(org.apache.cxf.message.Message message)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CryptoLoader
public CryptoLoader()
getCrypto
public org.apache.ws.security.components.crypto.Crypto getCrypto(org.apache.cxf.message.Message message,
String cryptoKey,
String propKey)
throws IOException,
org.apache.ws.security.WSSecurityException
- Throws:
IOException
org.apache.ws.security.WSSecurityException
getCryptoCache
public final Map<Object,org.apache.ws.security.components.crypto.Crypto> getCryptoCache(org.apache.cxf.message.Message message)
Apache CXF