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<Reference> |
addReferencesToSign(Document doc,
List<WSEncryptionPart> references,
WSDocInfo wsDocInfo,
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, setWsuId
public WSSecSignatureBase()
public WSSecSignatureBase(WSSConfig config)
public List<Reference> addReferencesToSign(Document doc, List<WSEncryptionPart> references, WSDocInfo wsDocInfo, 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 useWSSecurityException
public List<String> getInclusivePrefixes(Element target)
public List<String> getInclusivePrefixes(Element target, boolean excludeVisible)
Copyright © 2018 JBoss by Red Hat. All rights reserved.