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