Uses of Interface
org.apache.xml.security.encryption.EncryptionMethod
-
Packages that use EncryptionMethod Package Description org.apache.xml.security.encryption -
-
Uses of EncryptionMethod in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return EncryptionMethod Modifier and Type Method Description EncryptionMethod
XMLCipher. createEncryptionMethod(String algorithm)
Create an EncryptionMethod objectEncryptionMethod
EncryptedType. getEncryptionMethod()
Returns anEncryptionMethod
that describes the encryption algorithm applied to the cipher data.Methods in org.apache.xml.security.encryption with parameters of type EncryptionMethod Modifier and Type Method Description void
EncryptedType. setEncryptionMethod(EncryptionMethod method)
Sets theEncryptionMethod
used to encrypt the cipher data.
-