| Interface | Description |
|---|---|
| JceKeyInfo |
JCE key interface for both symmetric and asymmetric keys.
|
| Class | Description |
|---|---|
| JceAsymmetricKeyInfo |
Information for identifying an asymmetric key pair in a Java keystore, and an associated internal keyId for use in operations.
|
| JceSymmetricKeyInfo |
Information for identifying a symmetric key in a Java keystore, and an associated internal keyId for use in operations.
|
| Enum | Description |
|---|---|
| JceEncryptionKeyAlgorithm |
A fraction of supported JCE encryption algorithms with valid modes and padding.
|
| JceEncryptionPbeAlgorithm |
Password Based Encryption mechanisms.
|
| JceKeystoreType |
The type of Java keystore.
|
| JceSignatureKeyAlgorithm |
Supported JCE algorithms for signing, some are symmetric (RSA and DSA) and others asymmetric.
|
| JceSignaturePbeAlgorithm |
Supported JCE algorithms for signing with Password Based Encryption.
|
Copyright © 2024 MuleSoft, Inc.. All rights reserved.