Uses of Interface
org.apache.xml.security.encryption.EncryptionMethod
Packages that use EncryptionMethod
-
Uses of EncryptionMethod in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return EncryptionMethodModifier and TypeMethodDescriptionXMLCipher.createEncryptionMethod
(String algorithm) Create an EncryptionMethod objectEncryptedType.getEncryptionMethod()
Returns anEncryptionMethod
that describes the encryption algorithm applied to the cipher data.Methods in org.apache.xml.security.encryption with parameters of type EncryptionMethodModifier and TypeMethodDescriptionvoid
EncryptedType.setEncryptionMethod
(EncryptionMethod method) Sets theEncryptionMethod
used to encrypt the cipher data.