public class SRP6JavascriptServerSessionSHA1 extends SRP6JavascriptServerSession implements Serializable
Specification RFC 2945.
| Modifier and Type | Field and Description |
|---|---|
static int |
HASH_BYTE_LENGTH |
static int |
HASH_HEX_LENGTH
This must match the expected character length of the specified algorithm
i.e.
|
static String |
SHA_1 |
config, session| Constructor and Description |
|---|
SRP6JavascriptServerSessionSHA1(String N,
String g)
Create a SHA1 server session compatible with a JavaScript client session.
|
fromDecimal, getPublicServerValue, getSalt, getServerEvidenceMessage, getSessionKey, getState, getUserID, k, step1, step2, toStringpublic static final String SHA_1
public static final int HASH_HEX_LENGTH
public static final int HASH_BYTE_LENGTH
public SRP6JavascriptServerSessionSHA1(String N, String g)
OpenSSLCryptoConfigConverterN - The large safe prime in radix10g - The safe prime generator in radix10Copyright © 2017. All Rights Reserved.