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
Classes in org.apache.xml.security.encryption that implement EncryptionMethod Modifier and Type Class Description private classXMLCipher.Factory.EncryptionMethodImplFields in org.apache.xml.security.encryption declared as EncryptionMethod Modifier and Type Field Description private EncryptionMethodXMLCipher.Factory.EncryptedTypeImpl. encryptionMethodMethods in org.apache.xml.security.encryption that return EncryptionMethod Modifier and Type Method Description EncryptionMethodXMLCipher. createEncryptionMethod(java.lang.String algorithm)Create an EncryptionMethod objectEncryptionMethodEncryptedType. getEncryptionMethod()Returns anEncryptionMethodthat describes the encryption algorithm applied to the cipher data.EncryptionMethodXMLCipher.Factory.EncryptedTypeImpl. getEncryptionMethod()(package private) EncryptionMethodXMLCipher.Factory. newEncryptionMethod(java.lang.String algorithm)(package private) EncryptionMethodXMLCipher.Factory. newEncryptionMethod(org.w3c.dom.Element element)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.voidXMLCipher.Factory.EncryptedTypeImpl. setEncryptionMethod(EncryptionMethod method)
-