Package | Description |
---|---|
org.apache.wss4j.dom.engine | |
org.apache.wss4j.dom.util |
Constructor and Description |
---|
WSSecurityEngineResult(int act,
byte[] decryptedKey,
byte[] encryptedKeyBytes,
List<WSDataRef> dataRefUris) |
WSSecurityEngineResult(int act,
byte[] decryptedKey,
byte[] encryptedKeyBytes,
List<WSDataRef> dataRefUris,
X509Certificate[] certs) |
WSSecurityEngineResult(int act,
List<WSDataRef> dataRefUris) |
WSSecurityEngineResult(int act,
Principal princ,
X509Certificate[] certs,
List<WSDataRef> dataRefs,
byte[] sv) |
Modifier and Type | Method and Description |
---|---|
static WSDataRef |
EncryptionUtils.decryptEncryptedData(Document doc,
String dataRefURI,
Element encData,
SecretKey symmetricKey,
String symEncAlgo,
CallbackHandler attachmentCallbackHandler)
Decrypt the EncryptedData argument using a SecretKey.
|
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.