Uses of Class
eu.europa.esig.xmlenc.jaxb.EncryptionPropertiesType
Package | Description |
---|---|
eu.europa.esig.xmlenc.jaxb |
-
Uses of EncryptionPropertiesType in eu.europa.esig.xmlenc.jaxb
Fields in eu.europa.esig.xmlenc.jaxb declared as EncryptionPropertiesType Modifier and Type Field Description protected EncryptionPropertiesType
EncryptedType. encryptionProperties
Methods in eu.europa.esig.xmlenc.jaxb that return EncryptionPropertiesType Modifier and Type Method Description EncryptionPropertiesType
ObjectFactory. createEncryptionPropertiesType()
Create an instance ofEncryptionPropertiesType
EncryptionPropertiesType
EncryptedType. getEncryptionProperties()
Gets the value of the encryptionProperties property.Methods in eu.europa.esig.xmlenc.jaxb that return types with arguments of type EncryptionPropertiesType Modifier and Type Method Description JAXBElement<EncryptionPropertiesType>
ObjectFactory. createEncryptionProperties(EncryptionPropertiesType value)
Methods in eu.europa.esig.xmlenc.jaxb with parameters of type EncryptionPropertiesType Modifier and Type Method Description JAXBElement<EncryptionPropertiesType>
ObjectFactory. createEncryptionProperties(EncryptionPropertiesType value)
void
EncryptedType. setEncryptionProperties(EncryptionPropertiesType value)
Sets the value of the encryptionProperties property.