net.i2p.crypto
Class RSAConstants

java.lang.Object
  extended by net.i2p.crypto.RSAConstants

 class RSAConstants
extends Object

Constants for RSA

Since:
0.9.9

Field Summary
static RSAKeyGenParameterSpec F4_1024_SPEC
           
static RSAKeyGenParameterSpec F4_2048_SPEC
           
static RSAKeyGenParameterSpec F4_3072_SPEC
           
static RSAKeyGenParameterSpec F4_4096_SPEC
           
 
Constructor Summary
RSAConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

F4_1024_SPEC

public static final RSAKeyGenParameterSpec F4_1024_SPEC

F4_2048_SPEC

public static final RSAKeyGenParameterSpec F4_2048_SPEC

F4_3072_SPEC

public static final RSAKeyGenParameterSpec F4_3072_SPEC

F4_4096_SPEC

public static final RSAKeyGenParameterSpec F4_4096_SPEC
Constructor Detail

RSAConstants

RSAConstants()