static enum DnieRSAPrivateKey.mechanism extends java.lang.Enum<DnieRSAPrivateKey.mechanism>
Enum Constant and Description |
---|
RSA_PKCS1_5 |
RSA_PSS |
Modifier and Type | Method and Description |
---|---|
static DnieRSAPrivateKey.mechanism |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DnieRSAPrivateKey.mechanism[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DnieRSAPrivateKey.mechanism RSA_PKCS1_5
public static final DnieRSAPrivateKey.mechanism RSA_PSS
public static DnieRSAPrivateKey.mechanism[] values()
for (DnieRSAPrivateKey.mechanism c : DnieRSAPrivateKey.mechanism.values()) System.out.println(c);
public static DnieRSAPrivateKey.mechanism valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null