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 anEncryptionMethodthat describes the encryption algorithm applied to the cipher data.Methods in org.apache.xml.security.encryption with parameters of type EncryptionMethodModifier and TypeMethodDescriptionvoidEncryptedType.setEncryptionMethod(EncryptionMethod method) Sets theEncryptionMethodused to encrypt the cipher data.