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 class
XMLCipher.Factory.EncryptionMethodImpl
Fields in org.apache.xml.security.encryption declared as EncryptionMethod Modifier and Type Field Description private EncryptionMethod
XMLCipher.Factory.EncryptedTypeImpl. encryptionMethod
Methods in org.apache.xml.security.encryption that return EncryptionMethod Modifier and Type Method Description EncryptionMethod
XMLCipher. createEncryptionMethod(java.lang.String algorithm)
Create an EncryptionMethod objectEncryptionMethod
EncryptedType. getEncryptionMethod()
Returns anEncryptionMethod
that describes the encryption algorithm applied to the cipher data.EncryptionMethod
XMLCipher.Factory.EncryptedTypeImpl. getEncryptionMethod()
(package private) EncryptionMethod
XMLCipher.Factory. newEncryptionMethod(java.lang.String algorithm)
(package private) EncryptionMethod
XMLCipher.Factory. newEncryptionMethod(org.w3c.dom.Element element)
Methods in org.apache.xml.security.encryption with parameters of type EncryptionMethod Modifier and Type Method Description void
EncryptedType. setEncryptionMethod(EncryptionMethod method)
Sets theEncryptionMethod
used to encrypt the cipher data.void
XMLCipher.Factory.EncryptedTypeImpl. setEncryptionMethod(EncryptionMethod method)
-