|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EncryptionMethod | |
---|---|
org.apache.xml.security.encryption | Provides classes for implementing XML Encryption applications. |
Uses of EncryptionMethod in org.apache.xml.security.encryption |
---|
Methods in org.apache.xml.security.encryption that return EncryptionMethod | |
---|---|
EncryptionMethod |
XMLCipher.createEncryptionMethod(String algorithm)
Create an EncryptionMethod object |
EncryptionMethod |
EncryptedType.getEncryptionMethod()
Returns an EncryptionMethod that describes the encryption
algorithm applied to the cipher data. |
Methods in org.apache.xml.security.encryption with parameters of type EncryptionMethod | |
---|---|
void |
EncryptedType.setEncryptionMethod(EncryptionMethod method)
Sets the EncryptionMethod used to encrypt the cipher data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |