Uses of Class
org.apache.wss4j.dom.WSDataRef

Packages that use WSDataRef
org.apache.wss4j.dom   
org.apache.wss4j.dom.processor   
 

Uses of WSDataRef in org.apache.wss4j.dom
 

Constructor parameters in org.apache.wss4j.dom with type arguments of type WSDataRef
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, List<WSDataRef> dataRefUris)
           
WSSecurityEngineResult(int act, Principal princ, X509Certificate[] certs, List<WSDataRef> dataRefs, byte[] sv)
           
 

Uses of WSDataRef in org.apache.wss4j.dom.processor
 

Methods in org.apache.wss4j.dom.processor that return WSDataRef
static WSDataRef ReferenceListProcessor.decryptEncryptedData(Document doc, String dataRefURI, Element encData, SecretKey symmetricKey, String symEncAlgo, RequestData requestData)
          Decrypt the EncryptedData argument using a SecretKey.
 



Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.