Package | Description |
---|---|
org.apache.xml.security.encryption |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
EncryptedType.setEncryptionMethod(EncryptionMethod method)
Sets the
EncryptionMethod used to encrypt the cipher data. |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.