All Packages Class Hierarchy This Package Previous Next Index
Class semper.crypto.PublicKeySelection
java.lang.Object
|
+----semper.util.constant.Constant
|
+----semper.crypto.PublicKeySelection
- public final class PublicKeySelection
- extends Constant
Constants for selecting the kind of public key.
-
DSS_NEW_COMMON
- Selecting DSS key with new primes and generator of small subgroup
-
DSS_OLD_COMMON
- Selecting DSS key reusing primes and generator of small subgroup
-
RSA_EXP3
- Selecting RSA public key with exponent 3
-
RSA_EXP65537
- Selecting RSA public key with exponent 65537
-
RSA_EXPRAND
- Selecting RSA public key with random exponent
RSA_EXP3
public static final PublicKeySelection RSA_EXP3
- Selecting RSA public key with exponent 3
RSA_EXP65537
public static final PublicKeySelection RSA_EXP65537
- Selecting RSA public key with exponent 65537
RSA_EXPRAND
public static final PublicKeySelection RSA_EXPRAND
- Selecting RSA public key with random exponent
DSS_OLD_COMMON
public static final PublicKeySelection DSS_OLD_COMMON
- Selecting DSS key reusing primes and generator of small subgroup
DSS_NEW_COMMON
public static final PublicKeySelection DSS_NEW_COMMON
- Selecting DSS key with new primes and generator of small subgroup
All Packages Class Hierarchy This Package Previous Next Index