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.


Variable Index

 o DSS_NEW_COMMON
Selecting DSS key with new primes and generator of small subgroup
 o DSS_OLD_COMMON
Selecting DSS key reusing primes and generator of small subgroup
 o RSA_EXP3
Selecting RSA public key with exponent 3
 o RSA_EXP65537
Selecting RSA public key with exponent 65537
 o RSA_EXPRAND
Selecting RSA public key with random exponent

Variables

 o RSA_EXP3
 public static final PublicKeySelection RSA_EXP3
Selecting RSA public key with exponent 3

 o RSA_EXP65537
 public static final PublicKeySelection RSA_EXP65537
Selecting RSA public key with exponent 65537

 o RSA_EXPRAND
 public static final PublicKeySelection RSA_EXPRAND
Selecting RSA public key with random exponent

 o DSS_OLD_COMMON
 public static final PublicKeySelection DSS_OLD_COMMON
Selecting DSS key reusing primes and generator of small subgroup

 o 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