Uses of Class
org.w3.xenc.CipherReference

Packages that use CipherReference
org.w3.xenc   
 

Uses of CipherReference in org.w3.xenc
 

Fields in org.w3.xenc declared as CipherReference
protected  CipherReference CipherData.cipherReference
           
 

Methods in org.w3.xenc that return CipherReference
 CipherReference ObjectFactory.createCipherReference()
          Create an instance of CipherReference
 CipherReference CipherData.getCipherReference()
          Gets the value of the cipherReference property.
 CipherReference CipherReference.withTransforms(TransformsType value)
           
 CipherReference CipherReference.withURI(String value)
           
 

Methods in org.w3.xenc with parameters of type CipherReference
 void CipherData.setCipherReference(CipherReference value)
          Sets the value of the cipherReference property.
 CipherData CipherData.withCipherReference(CipherReference value)
           
 

Constructors in org.w3.xenc with parameters of type CipherReference
CipherData(CipherReference cipherReference, byte[] cipherValue)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.