Uses of Class
org.apache.wss4j.dom.WSDataRef
Packages that use WSDataRef
Package
Description
-
Uses of WSDataRef in org.apache.wss4j.dom.engine
Constructor parameters in org.apache.wss4j.dom.engine with type arguments of type WSDataRefModifierConstructorDescriptionWSSecurityEngineResult(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 WSDataRefModifier and TypeMethodDescriptionprotected 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 WSDataRefModifier and TypeMethodDescriptionEncryptedKeyProcessor.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 WSDataRefModifier and TypeMethodDescriptionstatic 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.