public enum JceEncryptionPbeFIPSAlgorithm extends Enum<JceEncryptionPbeFIPSAlgorithm>
| Enum Constant and Description |
|---|
PBKDF2withHmacSHA224__AES128__CBC__PKCS5Padding |
PBKDF2withHmacSHA256__AES256__CBC__PKCS5Padding |
PBKDF2withHmacSHA384__AES256__CBC__PKCS5Padding |
PBKDF2withHmacSHA512__AES256__CBC__PKCS5Padding |
| Modifier and Type | Method and Description |
|---|---|
static JceEncryptionPbeFIPSAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JceEncryptionPbeFIPSAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JceEncryptionPbeFIPSAlgorithm PBKDF2withHmacSHA224__AES128__CBC__PKCS5Padding
public static final JceEncryptionPbeFIPSAlgorithm PBKDF2withHmacSHA256__AES256__CBC__PKCS5Padding
public static final JceEncryptionPbeFIPSAlgorithm PBKDF2withHmacSHA384__AES256__CBC__PKCS5Padding
public static final JceEncryptionPbeFIPSAlgorithm PBKDF2withHmacSHA512__AES256__CBC__PKCS5Padding
public static JceEncryptionPbeFIPSAlgorithm[] values()
for (JceEncryptionPbeFIPSAlgorithm c : JceEncryptionPbeFIPSAlgorithm.values()) System.out.println(c);
public static JceEncryptionPbeFIPSAlgorithm valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025 MuleSoft, Inc.. All rights reserved.