Package | Description |
---|---|
org.apache.wss4j.common | |
org.apache.wss4j.dom.message | |
org.apache.wss4j.dom.util |
Modifier and Type | Method and Description |
---|---|
List<WSEncryptionPart> |
SignatureEncryptionActionToken.getParts() |
Modifier and Type | Method and Description |
---|---|
void |
SignatureEncryptionActionToken.setParts(List<WSEncryptionPart> parts) |
Modifier and Type | Method and Description |
---|---|
List<WSEncryptionPart> |
WSSecBase.getParts()
Get which parts of the message to encrypt/sign.
|
Modifier and Type | Method and Description |
---|---|
List<Reference> |
WSSecSignatureBase.addReferencesToSign(Document doc,
List<WSEncryptionPart> references,
WSDocInfo wsDocInfo,
XMLSignatureFactory signatureFactory,
WSSecHeader secHeader,
boolean addInclusivePrefixes,
String digestAlgo)
This method adds references to the Signature.
|
List<Reference> |
WSSecDKSign.addReferencesToSign(List<WSEncryptionPart> references,
WSSecHeader secHeader)
This method adds references to the Signature.
|
List<Reference> |
WSSecSignature.addReferencesToSign(List<WSEncryptionPart> references,
WSSecHeader secHeader)
This method adds references to the Signature.
|
static List<String> |
WSSecEncrypt.doEncryption(Document doc,
WsuIdAllocator idAllocator,
org.apache.xml.security.keys.KeyInfo keyInfo,
SecretKey secretKey,
String encryptionAlgorithm,
List<WSEncryptionPart> references,
CallbackLookup callbackLookup)
Perform encryption on the SOAP envelope.
|
static List<String> |
WSSecEncrypt.doEncryption(Document doc,
WsuIdAllocator idAllocator,
org.apache.xml.security.keys.KeyInfo keyInfo,
SecretKey secretKey,
String encryptionAlgorithm,
List<WSEncryptionPart> references,
CallbackLookup callbackLookup,
CallbackHandler attachmentCallbackHandler,
List<Element> attachmentEncryptedDataElements,
boolean storeBytesInAttachment) |
Element |
WSSecDKEncrypt.encryptForExternalRef(Element dataRef,
List<WSEncryptionPart> references)
Encrypt one or more parts or elements of the message (external).
|
Element |
WSSecEncrypt.encryptForRef(Element dataRef,
List<WSEncryptionPart> references)
Encrypt one or more parts or elements of the message.
|
Modifier and Type | Method and Description |
---|---|
static WSEncryptionPart |
WSSecurityUtil.getDefaultEncryptionPart(Document doc)
Get the default encryption part - the SOAP Body of type "Content".
|
Modifier and Type | Method and Description |
---|---|
static List<Element> |
WSSecurityUtil.findElements(WSEncryptionPart part,
CallbackLookup callbackLookup,
Document doc)
Find the DOM Element in the SOAP Envelope that is referenced by the
WSEncryptionPart argument.
|
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.