public static enum RSAKeyPairGenerator.PRIMEMOD extends java.lang.Enum<RSAKeyPairGenerator.PRIMEMOD>
Enum Constant and Description |
---|
INCREMANTAL |
NEWRANDOM |
Modifier and Type | Method and Description |
---|---|
static RSAKeyPairGenerator.PRIMEMOD |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RSAKeyPairGenerator.PRIMEMOD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RSAKeyPairGenerator.PRIMEMOD NEWRANDOM
public static final RSAKeyPairGenerator.PRIMEMOD INCREMANTAL
public static RSAKeyPairGenerator.PRIMEMOD[] values()
for (RSAKeyPairGenerator.PRIMEMOD c : RSAKeyPairGenerator.PRIMEMOD.values()) System.out.println(c);
public static RSAKeyPairGenerator.PRIMEMOD 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 nullCopyright © 2025. All rights reserved.