Uses of Class
org.apache.wss4j.dom.WSDocInfo
-
Packages that use WSDocInfo 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 -
-
Uses of WSDocInfo in org.apache.wss4j.dom.handler
Methods in org.apache.wss4j.dom.handler that return WSDocInfo Modifier and Type Method Description WSDocInfoRequestData. getWsDocInfo()Methods in org.apache.wss4j.dom.handler with parameters of type WSDocInfo Modifier and Type Method Description voidRequestData. setWsDocInfo(WSDocInfo wsDocInfo) -
Uses of WSDocInfo in org.apache.wss4j.dom.message
Methods in org.apache.wss4j.dom.message that return WSDocInfo Modifier and Type Method Description WSDocInfoEncryptor. getWsDocInfo()WSDocInfoWSSecBase. getWsDocInfo()Methods in org.apache.wss4j.dom.message with parameters of type WSDocInfo Modifier and Type Method 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 voidWSSecSignature. marshalKeyInfo(WSDocInfo wsDocInfo)voidEncryptor. setWsDocInfo(WSDocInfo wsDocInfo)voidWSSecBase. setWsDocInfo(WSDocInfo wsDocInfo) -
Uses of WSDocInfo in org.apache.wss4j.dom.str
Methods in org.apache.wss4j.dom.str with parameters of type WSDocInfo Modifier and Type Method Description static ElementSTRParserUtil. 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 searchstatic ElementSTRParserUtil. findUnprocessedTokenElement(Document doc, WSDocInfo docInfo, 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 elementstatic ElementSTRParserUtil. getTokenElement(Document doc, WSDocInfo docInfo, CallbackHandler cb, String uri, String valueType) -
Uses of WSDocInfo in org.apache.wss4j.dom.transform
Methods in org.apache.wss4j.dom.transform with parameters of type WSDocInfo Modifier and Type Method Description static ElementSTRTransformUtil. dereferenceSTR(Document doc, SecurityTokenReference secRef, WSDocInfo wsDocInfo)Retrieves the element representing the referenced content of a STR. -
Uses of WSDocInfo in org.apache.wss4j.dom.util
Methods in org.apache.wss4j.dom.util with parameters of type WSDocInfo Modifier and Type Method Description static ElementEncryptionUtils. findEncryptedDataElement(WSDocInfo wsDocInfo, String dataRefURI)Look up the encrypted data.static voidSignatureUtils. verifySignedElement(Element elem, WSDocInfo wsDocInfo)
-