Package | Description |
---|---|
org.apache.ws.security | |
org.apache.ws.security.processor |
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 |
ReferenceListProcessor.decryptEncryptedData(Document doc,
String dataRefURI,
Element encData,
SecretKey symmetricKey,
String symEncAlgo)
Decrypt the EncryptedData argument using a SecretKey.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.