Uses of Class
org.w3._2001._04.xmlenc.CipherDataType

Packages that use CipherDataType
org.w3._2001._04.xmlenc   
 

Uses of CipherDataType in org.w3._2001._04.xmlenc
 

Fields in org.w3._2001._04.xmlenc declared as CipherDataType
protected  CipherDataType EncryptedType.cipherData
           
 

Methods in org.w3._2001._04.xmlenc that return CipherDataType
 CipherDataType CipherDataType.clone()
          Creates and returns a deep copy of this object.
 CipherDataType ObjectFactory.createCipherDataType()
          Create an instance of CipherDataType
 CipherDataType EncryptedType.getCipherData()
          Gets the value of the cipherData property.
 

Methods in org.w3._2001._04.xmlenc that return types with arguments of type CipherDataType
 javax.xml.bind.JAXBElement<CipherDataType> ObjectFactory.createCipherData(CipherDataType value)
          Create an instance of JAXBElement<CipherDataType>}
 

Methods in org.w3._2001._04.xmlenc with parameters of type CipherDataType
 javax.xml.bind.JAXBElement<CipherDataType> ObjectFactory.createCipherData(CipherDataType value)
          Create an instance of JAXBElement<CipherDataType>}
 void EncryptedType.setCipherData(CipherDataType value)
          Sets the value of the cipherData property.
 

Constructors in org.w3._2001._04.xmlenc with parameters of type CipherDataType
CipherDataType(CipherDataType o)
          Creates a new CipherDataType instance by deeply copying a given CipherDataType instance.
 



Copyright © 2012 evolveum. All Rights Reserved.