| Constructor and Description |
|---|
EncryptedKeyProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getDecodedBase64EncodedData(org.w3c.dom.Element element)
Method getDecodedBase64EncodedData
|
byte[] |
getDecryptedBytes()
Get the decrypted key.
|
byte[] |
getEncryptedEphemeralKey() |
java.lang.String |
getId()
Get the Id of the encrypted key element.
|
java.util.ArrayList |
handleEncryptedKey(org.w3c.dom.Element xencEncryptedKey,
javax.security.auth.callback.CallbackHandler cb,
Crypto crypto) |
java.util.ArrayList |
handleEncryptedKey(org.w3c.dom.Element xencEncryptedKey,
javax.security.auth.callback.CallbackHandler cb,
Crypto crypto,
java.security.PrivateKey privateKey) |
java.util.ArrayList |
handleEncryptedKey(org.w3c.dom.Element xencEncryptedKey,
java.security.PrivateKey privatekey) |
void |
handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
java.util.Vector returnResults,
WSSConfig wsc) |
public void handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
java.util.Vector returnResults,
WSSConfig wsc)
throws WSSecurityException
handleToken in interface ProcessorWSSecurityExceptionpublic java.util.ArrayList handleEncryptedKey(org.w3c.dom.Element xencEncryptedKey,
javax.security.auth.callback.CallbackHandler cb,
Crypto crypto)
throws WSSecurityException
WSSecurityExceptionpublic java.util.ArrayList handleEncryptedKey(org.w3c.dom.Element xencEncryptedKey,
java.security.PrivateKey privatekey)
throws WSSecurityException
WSSecurityExceptionpublic java.util.ArrayList handleEncryptedKey(org.w3c.dom.Element xencEncryptedKey,
javax.security.auth.callback.CallbackHandler cb,
Crypto crypto,
java.security.PrivateKey privateKey)
throws WSSecurityException
WSSecurityExceptionpublic static byte[] getDecodedBase64EncodedData(org.w3c.dom.Element element)
throws WSSecurityException
element - WSSecurityExceptionpublic java.lang.String getId()
public byte[] getDecryptedBytes()
public byte[] getEncryptedEphemeralKey()
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.