Uses of Class
eu.europa.esig.xmlenc.jaxb.CipherDataType
Package | Description |
---|---|
eu.europa.esig.xmlenc.jaxb |
-
Uses of CipherDataType in eu.europa.esig.xmlenc.jaxb
Fields in eu.europa.esig.xmlenc.jaxb declared as CipherDataType Modifier and Type Field Description protected CipherDataType
EncryptedType. cipherData
Methods in eu.europa.esig.xmlenc.jaxb 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 eu.europa.esig.xmlenc.jaxb that return types with arguments of type CipherDataType Modifier and Type Method Description JAXBElement<CipherDataType>
ObjectFactory. createCipherData(CipherDataType value)
Methods in eu.europa.esig.xmlenc.jaxb with parameters of type CipherDataType Modifier and Type Method Description JAXBElement<CipherDataType>
ObjectFactory. createCipherData(CipherDataType value)
void
EncryptedType. setCipherData(CipherDataType value)
Sets the value of the cipherData property.