| Modifier and Type | Method and Description |
|---|---|
static XmlEncryptionAlgorithm |
XmlEncryptionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlEncryptionAlgorithm[] |
XmlEncryptionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
XmlOperations.xmlEncrypt(JceConfiguration config,
InputStream content,
XmlEncryptionAlgorithm algorithm,
String elementPath,
JceKeySelection keySelection)
Encrypt the XML document.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
XmlAsymmetricKeyImpl.encrypt(InputStream content,
XmlEncryptionAlgorithm algorithm,
String elementPath) |
abstract InputStream |
XmlKeyImpl.encrypt(InputStream content,
XmlEncryptionAlgorithm algorithm,
String elementPath) |
InputStream |
XmlSymmetricKeyImpl.encrypt(InputStream content,
XmlEncryptionAlgorithm algorithm,
String elementPath) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.