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