| 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 |
|---|---|
static Key |
EphemeralKeyGenerator.createSymmetricKey(XmlEncryptionAlgorithm algorithm)
Creates a new ephemeral symmetric key based on the specified algorithm.
|
InputStream |
XmlOperations.xmlEncrypt(JceConfiguration config,
InputStream content,
XmlEncryptionAlgorithm algorithm,
String elementPath,
boolean encryptContent,
JceKeySelection keySelection,
EphemeralKeyInfo ephemeralKeyInfo)
Encrypt the XML document.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
XmlEncryptionAlgorithmResolver.getAlgorithmUri(XmlEncryptionAlgorithm algorithm,
int keySizeInBytes) |
static int |
XmlEncryptionAlgorithmResolver.getDefaultKeySize(XmlEncryptionAlgorithm algorithm) |
static String |
XmlEncryptionAlgorithmResolver.getKeyWrapUri(XmlEncryptionAlgorithm algorithm,
int keySizeInBytes) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
XmlAsymmetricKeyImpl.encrypt(InputStream content,
XmlEncryptionAlgorithm algorithm,
String elementPath,
boolean encryptContent) |
InputStream |
XmlSymmetricKeyImpl.encrypt(InputStream content,
XmlEncryptionAlgorithm algorithm,
String elementPath,
boolean encryptContent) |
abstract InputStream |
XmlKeyImpl.encrypt(InputStream content,
XmlEncryptionAlgorithm algorithm,
String elementPath,
boolean encryptContent) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.