Uses of Class
org.apache.ws.security.WSDataRef

Packages that use WSDataRef
org.apache.ws.security   
org.apache.ws.security.processor   
 

Uses of WSDataRef in org.apache.ws.security
 

Constructor parameters in org.apache.ws.security 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.ws.security.processor
 

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



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.