Uses of Interface
org.apache.xml.security.encryption.EncryptionMethod
Packages that use EncryptionMethod
-
Uses of EncryptionMethod in org.apache.xml.security.encryption
Classes in org.apache.xml.security.encryption that implement EncryptionMethodFields in org.apache.xml.security.encryption declared as EncryptionMethodModifier and TypeFieldDescriptionprivate EncryptionMethod
XMLCipher.Factory.EncryptedTypeImpl.encryptionMethod
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.XMLCipher.Factory.EncryptedTypeImpl.getEncryptionMethod()
(package private) EncryptionMethod
XMLCipher.Factory.newEncryptionMethod
(String algorithm) (package private) EncryptionMethod
XMLCipher.Factory.newEncryptionMethod
(Element element) 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.void
XMLCipher.Factory.EncryptedTypeImpl.setEncryptionMethod
(EncryptionMethod method)