Uses of Class
com.sun.xml.security.core.xenc.CipherReferenceType

Packages that use CipherReferenceType
com.sun.xml.security.core.xenc   
 

Uses of CipherReferenceType in com.sun.xml.security.core.xenc
 

Fields in com.sun.xml.security.core.xenc declared as CipherReferenceType
protected  CipherReferenceType CipherDataType.cipherReference
           
 

Methods in com.sun.xml.security.core.xenc that return CipherReferenceType
 CipherReferenceType ObjectFactory.createCipherReferenceType()
          Create an instance of CipherReferenceType
 CipherReferenceType CipherDataType.getCipherReference()
          Gets the value of the cipherReference property.
 

Methods in com.sun.xml.security.core.xenc that return types with arguments of type CipherReferenceType
 JAXBElement<CipherReferenceType> ObjectFactory.createCipherReference(CipherReferenceType value)
          Create an instance of JAXBElement<CipherReferenceType>}
 

Methods in com.sun.xml.security.core.xenc with parameters of type CipherReferenceType
 JAXBElement<CipherReferenceType> ObjectFactory.createCipherReference(CipherReferenceType value)
          Create an instance of JAXBElement<CipherReferenceType>}
 void CipherDataType.setCipherReference(CipherReferenceType value)
          Sets the value of the cipherReference property.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.