gnu.crypto.key.srp6
public class SRPKeyPairGenerator extends Object implements IKeyPairGenerator
Field Summary | |
---|---|
static String | GENERATOR Property name of the generator (g) of an SRP key. |
static String | MODULUS_LENGTH Property name of the length (Integer) of the modulus (N) of an SRP key. |
static String | SHARED_MODULUS Property name of the modulus (N) of an SRP key. |
static String | SOURCE_OF_RANDOMNESS
Property name of an optional SecureRandom instance to use. |
static String | USER_VERIFIER Property name of the user's verifier (v) for a Server SRP key. |
static String | USE_DEFAULTS Property name of the Boolean indicating wether or not to use defaults. |
Method Summary | |
---|---|
KeyPair | generate() |
String | name() |
void | setup(Map attributes) |