public class WSSecSignatureBase extends WSSecBase
callbackLookup, doDebug, keyIdentifierType, parts, password, user| Constructor and Description |
|---|
WSSecSignatureBase() |
WSSecSignatureBase(WSSConfig config) |
| Modifier and Type | Method and Description |
|---|---|
List<javax.xml.crypto.dsig.Reference> |
addReferencesToSign(Document doc,
List<WSEncryptionPart> references,
WSDocInfo wsDocInfo,
javax.xml.crypto.dsig.XMLSignatureFactory signatureFactory,
WSSecHeader secHeader,
WSSConfig wssConfig,
String digestAlgo)
This method adds references to the Signature.
|
Element |
createSTRParameter(Document doc)
Create an STRTransformationParameters element
|
List<String> |
getInclusivePrefixes(Element target)
Get the List of inclusive prefixes from the DOM Element argument
|
List<String> |
getInclusivePrefixes(Element target,
boolean excludeVisible)
Get the List of inclusive prefixes from the DOM Element argument
|
getKeyIdentifierType, getWsConfig, setBodyID, setCallbackLookup, setKeyIdentifierType, setParts, setUserInfo, setWsConfig, setWsuIdpublic WSSecSignatureBase()
public WSSecSignatureBase(WSSConfig config)
public List<javax.xml.crypto.dsig.Reference> addReferencesToSign(Document doc, List<WSEncryptionPart> references, WSDocInfo wsDocInfo, javax.xml.crypto.dsig.XMLSignatureFactory signatureFactory, WSSecHeader secHeader, WSSConfig wssConfig, String digestAlgo) throws WSSecurityException
doc - The parent documentreferences - The list of references to signwsDocInfo - The WSDocInfo object to store protection elements insignatureFactory - The XMLSignature objectsecHeader - The Security HeaderwssConfig - The WSSConfigdigestAlgo - The digest algorithm to useWSSecurityExceptionpublic List<String> getInclusivePrefixes(Element target)
public List<String> getInclusivePrefixes(Element target, boolean excludeVisible)
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.