Package net.i2p.crypto
Class RSAConstants
- java.lang.Object
-
- net.i2p.crypto.RSAConstants
-
final class RSAConstants extends Object
Constants for RSA- Since:
- 0.9.9
-
-
Field Summary
Fields Modifier and Type Field Description static RSAKeyGenParameterSpec
F4_1024_SPEC
static RSAKeyGenParameterSpec
F4_2048_SPEC
static RSAKeyGenParameterSpec
F4_3072_SPEC
static RSAKeyGenParameterSpec
F4_4096_SPEC
-
Constructor Summary
Constructors Constructor Description RSAConstants()
-
-
-
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
-
-