Uses of Class
org.apache.wss4j.dom.WSDocInfo
Packages that use WSDocInfo
Package
Description
-
Uses of WSDocInfo in org.apache.wss4j.dom.handler
Methods in org.apache.wss4j.dom.handler that return WSDocInfoMethods in org.apache.wss4j.dom.handler with parameters of type WSDocInfo -
Uses of WSDocInfo in org.apache.wss4j.dom.message
Methods in org.apache.wss4j.dom.message that return WSDocInfoMethods in org.apache.wss4j.dom.message with parameters of type WSDocInfoModifier and TypeMethodDescriptionWSSecSignatureBase.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.processor
Methods in org.apache.wss4j.dom.processor with parameters of type WSDocInfoModifier and TypeMethodDescriptionprotected WSDataRefEncryptedKeyProcessor.decryptDataRef(Document doc, String dataRefURI, WSDocInfo docInfo, byte[] decryptedData, RequestData data) Decrypt an EncryptedData element referenced by dataRefURIEncryptedKeyProcessor.decryptDataRefs(Element refList, WSDocInfo docInfo, byte[] decryptedBytes, RequestData data) Decrypt all data references -
Uses of WSDocInfo in org.apache.wss4j.dom.str
Methods in org.apache.wss4j.dom.str with parameters of type WSDocInfoModifier and TypeMethodDescriptionstatic 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 WSDocInfoModifier and TypeMethodDescriptionstatic 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 WSDocInfoModifier and TypeMethodDescriptionstatic ElementEncryptionUtils.findEncryptedDataElement(WSDocInfo wsDocInfo, String dataRefURI) Look up the encrypted data.static voidSignatureUtils.verifySignedElement(Element elem, WSDocInfo wsDocInfo)