Uses of Class
org.apache.xml.security.binding.xmlenc.EncryptionMethodType
-
Packages that use EncryptionMethodType Package Description org.apache.xml.security.binding.xmlenc -
-
Uses of EncryptionMethodType in org.apache.xml.security.binding.xmlenc
Fields in org.apache.xml.security.binding.xmlenc declared as EncryptionMethodType Modifier and Type Field Description protected EncryptionMethodType
EncryptedType. encryptionMethod
Methods in org.apache.xml.security.binding.xmlenc that return EncryptionMethodType Modifier and Type Method Description EncryptionMethodType
ObjectFactory. createEncryptionMethodType()
Create an instance ofEncryptionMethodType
EncryptionMethodType
EncryptedType. getEncryptionMethod()
Gets the value of the encryptionMethod property.Methods in org.apache.xml.security.binding.xmlenc with parameters of type EncryptionMethodType Modifier and Type Method Description void
EncryptedType. setEncryptionMethod(EncryptionMethodType value)
Sets the value of the encryptionMethod property.
-