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

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

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

Fields in com.sun.xml.security.core.xenc declared as CipherDataType
protected  CipherDataType EncryptedType.cipherData
           
 

Methods in com.sun.xml.security.core.xenc that return CipherDataType
 CipherDataType ObjectFactory.createCipherDataType()
          Create an instance of CipherDataType
 CipherDataType EncryptedType.getCipherData()
          Gets the value of the cipherData property.
 

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

Methods in com.sun.xml.security.core.xenc with parameters of type CipherDataType
 JAXBElement<CipherDataType> ObjectFactory.createCipherData(CipherDataType value)
          Create an instance of JAXBElement<CipherDataType>}
 void EncryptedType.setCipherData(CipherDataType value)
          Sets the value of the cipherData property.
 



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