Uses of Class
com.sun.xml.security.core.xenc.EncryptionPropertiesType
-
Packages that use EncryptionPropertiesType Package Description com.sun.xml.security.core.xenc -
-
Uses of EncryptionPropertiesType in com.sun.xml.security.core.xenc
Fields in com.sun.xml.security.core.xenc declared as EncryptionPropertiesType Modifier and Type Field Description protected EncryptionPropertiesTypeEncryptedType. encryptionPropertiesMethods in com.sun.xml.security.core.xenc that return EncryptionPropertiesType Modifier and Type Method Description EncryptionPropertiesTypeObjectFactory. createEncryptionPropertiesType()Create an instance ofEncryptionPropertiesTypeEncryptionPropertiesTypeEncryptedType. getEncryptionProperties()Gets the value of the encryptionProperties property.Methods in com.sun.xml.security.core.xenc that return types with arguments of type EncryptionPropertiesType Modifier and Type Method Description javax.xml.bind.JAXBElement<EncryptionPropertiesType>ObjectFactory. createEncryptionProperties(EncryptionPropertiesType value)Methods in com.sun.xml.security.core.xenc with parameters of type EncryptionPropertiesType Modifier and Type Method Description javax.xml.bind.JAXBElement<EncryptionPropertiesType>ObjectFactory. createEncryptionProperties(EncryptionPropertiesType value)voidEncryptedType. setEncryptionProperties(EncryptionPropertiesType value)Sets the value of the encryptionProperties property.
-