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 EncryptionMethodXMLCipher.Factory.EncryptedTypeImpl.encryptionMethodMethods 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.XMLCipher.Factory.EncryptedTypeImpl.getEncryptionMethod()(package private) EncryptionMethodXMLCipher.Factory.newEncryptionMethod(String algorithm) (package private) EncryptionMethodXMLCipher.Factory.newEncryptionMethod(Element element) Methods in org.apache.xml.security.encryption with parameters of type EncryptionMethodModifier and TypeMethodDescriptionvoidEncryptedType.setEncryptionMethod(EncryptionMethod method) Sets theEncryptionMethodused to encrypt the cipher data.voidXMLCipher.Factory.EncryptedTypeImpl.setEncryptionMethod(EncryptionMethod method)