public class XmlEncryptionAlgorithmResolver extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
XmlEncryptionAlgorithmResolver.AlgorithmInfo |
| Constructor and Description |
|---|
XmlEncryptionAlgorithmResolver() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getAlgorithmUri(XmlEncryptionAlgorithm algorithm,
int keySizeInBytes) |
static int |
getDefaultKeySize(XmlEncryptionAlgorithm algorithm) |
static String |
getKeyWrapUri(XmlEncryptionAlgorithm algorithm,
int keySizeInBytes) |
public static String getAlgorithmUri(XmlEncryptionAlgorithm algorithm, int keySizeInBytes)
public static String getKeyWrapUri(XmlEncryptionAlgorithm algorithm, int keySizeInBytes)
public static int getDefaultKeySize(XmlEncryptionAlgorithm algorithm)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.