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 EncryptionMethodXMLCipher. createEncryptionMethod(String algorithm)Create an EncryptionMethod objectEncryptionMethodEncryptedType. getEncryptionMethod()Returns anEncryptionMethodthat 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 voidEncryptedType. setEncryptionMethod(EncryptionMethod method)Sets theEncryptionMethodused to encrypt the cipher data.
-