Uses of Class
org.apache.xml.security.binding.xmlenc.CipherDataType
-
Packages that use CipherDataType Package Description org.apache.xml.security.binding.xmlenc -
-
Uses of CipherDataType in org.apache.xml.security.binding.xmlenc
Fields in org.apache.xml.security.binding.xmlenc declared as CipherDataType Modifier and Type Field Description protected CipherDataType
EncryptedType. cipherData
Methods in org.apache.xml.security.binding.xmlenc that return CipherDataType Modifier and Type Method Description CipherDataType
ObjectFactory. createCipherDataType()
Create an instance ofCipherDataType
CipherDataType
EncryptedType. getCipherData()
Gets the value of the cipherData property.Methods in org.apache.xml.security.binding.xmlenc that return types with arguments of type CipherDataType Modifier and Type Method Description javax.xml.bind.JAXBElement<CipherDataType>
ObjectFactory. createCipherData(CipherDataType value)
Methods in org.apache.xml.security.binding.xmlenc with parameters of type CipherDataType Modifier and Type Method Description javax.xml.bind.JAXBElement<CipherDataType>
ObjectFactory. createCipherData(CipherDataType value)
void
EncryptedType. setCipherData(CipherDataType value)
Sets the value of the cipherData property.
-