Uses of Class
com.sun.xml.security.core.xenc.EncryptionMethodType
-
Packages that use EncryptionMethodType Package Description com.sun.xml.security.core.xenc -
-
Uses of EncryptionMethodType in com.sun.xml.security.core.xenc
Fields in com.sun.xml.security.core.xenc declared as EncryptionMethodType Modifier and Type Field Description protected EncryptionMethodTypeEncryptedType. encryptionMethodMethods in com.sun.xml.security.core.xenc that return EncryptionMethodType Modifier and Type Method Description EncryptionMethodTypeObjectFactory. createEncryptionMethodType()Create an instance ofEncryptionMethodTypeEncryptionMethodTypeEncryptedType. getEncryptionMethod()Gets the value of the encryptionMethod property.Methods in com.sun.xml.security.core.xenc with parameters of type EncryptionMethodType Modifier and Type Method Description voidEncryptedType. setEncryptionMethod(EncryptionMethodType value)Sets the value of the encryptionMethod property.
-