| Package | Description |
|---|---|
| org.apache.wss4j.dom.handler | |
| org.apache.wss4j.dom.message | |
| org.apache.wss4j.dom.str | |
| org.apache.wss4j.dom.transform | |
| org.apache.wss4j.dom.util |
| Modifier and Type | Method and Description |
|---|---|
WSDocInfo |
RequestData.getWsDocInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestData.setWsDocInfo(WSDocInfo wsDocInfo) |
| Modifier and Type | Method and Description |
|---|---|
WSDocInfo |
WSSecBase.getWsDocInfo() |
WSDocInfo |
Encryptor.getWsDocInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<Reference> |
WSSecSignatureBase.addReferencesToSign(Document doc,
List<WSEncryptionPart> references,
WSDocInfo wsDocInfo,
XMLSignatureFactory signatureFactory,
boolean addInclusivePrefixes,
String digestAlgo)
This method adds references to the Signature.
|
protected void |
WSSecSignature.marshalKeyInfo(WSDocInfo wsDocInfo) |
void |
WSSecBase.setWsDocInfo(WSDocInfo wsDocInfo) |
void |
Encryptor.setWsDocInfo(WSDocInfo wsDocInfo) |
| Modifier and Type | Method and Description |
|---|---|
static Element |
STRParserUtil.findProcessedTokenElement(Document doc,
WSDocInfo docInfo,
CallbackHandler cb,
String uri,
String type)
Find a token that has been processed already - in other words, it access previous
results to find the element, rather than conducting a general search
|
static Element |
STRParserUtil.findUnprocessedTokenElement(Document doc,
WSDocInfo docInfo,
CallbackHandler cb,
String uri,
String type)
Find a token that has not been processed already - in other words, it searches for
the element, rather than trying to access previous results to find the element
|
static Element |
STRParserUtil.getTokenElement(Document doc,
WSDocInfo docInfo,
CallbackHandler cb,
String uri,
String valueType) |
| Modifier and Type | Method and Description |
|---|---|
static Element |
STRTransformUtil.dereferenceSTR(Document doc,
SecurityTokenReference secRef,
WSDocInfo wsDocInfo)
Retrieves the element representing the referenced content of a STR.
|
| Modifier and Type | Method and Description |
|---|---|
static Element |
EncryptionUtils.findEncryptedDataElement(Document doc,
WSDocInfo wsDocInfo,
String dataRefURI)
Look up the encrypted data.
|
static void |
SignatureUtils.verifySignedElement(Element elem,
WSDocInfo wsDocInfo) |
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.