Uses of Class
org.apache.wss4j.dom.WSDataRef
-
Packages that use WSDataRef Package Description org.apache.wss4j.dom.engine org.apache.wss4j.dom.processor org.apache.wss4j.dom.util -
-
Uses of WSDataRef in org.apache.wss4j.dom.engine
Constructor parameters in org.apache.wss4j.dom.engine with type arguments of type WSDataRef Constructor Description WSSecurityEngineResult(int act, byte[] decryptedKey, byte[] encryptedKeyBytes, List<WSDataRef> dataRefUris)WSSecurityEngineResult(int act, byte[] decryptedKey, byte[] encryptedKeyBytes, List<WSDataRef> dataRefUris, X509Certificate[] certs)WSSecurityEngineResult(int act, Principal princ, X509Certificate[] certs, List<WSDataRef> dataRefs, byte[] sv)WSSecurityEngineResult(int act, List<WSDataRef> dataRefUris) -
Uses of WSDataRef in org.apache.wss4j.dom.processor
Methods in org.apache.wss4j.dom.processor that return WSDataRef Modifier and Type Method Description protected WSDataRefEncryptedKeyProcessor. decryptDataRef(Document doc, String dataRefURI, WSDocInfo docInfo, byte[] decryptedData, RequestData data)Decrypt an EncryptedData element referenced by dataRefURIMethods in org.apache.wss4j.dom.processor that return types with arguments of type WSDataRef Modifier and Type Method Description protected List<WSDataRef>EncryptedKeyProcessor. decryptDataRefs(Element refList, WSDocInfo docInfo, byte[] decryptedBytes, RequestData data)Decrypt all data references -
Uses of WSDataRef in org.apache.wss4j.dom.util
Methods in org.apache.wss4j.dom.util that return WSDataRef Modifier and Type Method Description static WSDataRefEncryptionUtils. decryptEncryptedData(Document doc, String dataRefURI, Element encData, SecretKey symmetricKey, String symEncAlgo, CallbackHandler attachmentCallbackHandler)Decrypt the EncryptedData argument using a SecretKey.static WSDataRefEncryptionUtils. decryptEncryptedData(Document doc, String dataRefURI, Element encData, SecretKey symmetricKey, String symEncAlgo, CallbackHandler attachmentCallbackHandler, org.apache.xml.security.encryption.Serializer encryptionSerializer)Decrypt the EncryptedData argument using a SecretKey.
-