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, java.util.List<WSDataRef> dataRefUris)
           
WSSecurityEngineResult(int act, byte[] decryptedKey, byte[] encryptedKeyBytes, java.util.List<WSDataRef> dataRefUris, java.security.cert.X509Certificate[] certs)
           
WSSecurityEngineResult(int act, java.util.List<WSDataRef> dataRefUris)
           
WSSecurityEngineResult(int act, java.security.Principal princ, java.security.cert.X509Certificate[] certs, java.util.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(org.w3c.dom.Document doc, java.lang.String dataRefURI, org.w3c.dom.Element encData, javax.crypto.SecretKey symmetricKey, java.lang.String symEncAlgo)
          Decrypt the EncryptedData argument using a SecretKey.
 



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