Apache CXF API

org.apache.cxf.rs.security.common
Class CryptoLoader

java.lang.Object
  extended by org.apache.cxf.rs.security.common.CryptoLoader

public class CryptoLoader
extends Object


Constructor Summary
CryptoLoader()
           
 
Method Summary
 org.apache.ws.security.components.crypto.Crypto getCrypto(Message message, String cryptoKey, String propKey)
           
 Map<Object,org.apache.ws.security.components.crypto.Crypto> getCryptoCache(Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CryptoLoader

public CryptoLoader()
Method Detail

getCrypto

public org.apache.ws.security.components.crypto.Crypto getCrypto(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(Message message)

Apache CXF API

Apache CXF