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)
|
org.apache.ws.security.components.crypto.Crypto |
loadCrypto(String cryptoResource)
|
static org.apache.ws.security.components.crypto.Crypto |
loadCryptoFromURL(URL url)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CryptoLoader
public CryptoLoader()
loadCrypto
public org.apache.ws.security.components.crypto.Crypto loadCrypto(String cryptoResource)
throws IOException,
org.apache.ws.security.WSSecurityException
- Throws:
IOException
org.apache.ws.security.WSSecurityException
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
loadCryptoFromURL
public static org.apache.ws.security.components.crypto.Crypto loadCryptoFromURL(URL url)
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