SRP6CryptoParams class
Constructors
- SRP6CryptoParams(BigInt N, BigInt g, String H)
Properties
Methods
-
getMessageDigestInstance(
) → Hash - now it is hard coded SHA-256
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
Static Methods
-
getInstance(
{int bitsize = 512, String H = "SHA-1"}) → SRP6CryptoParams -
isSupportedHashAlgorithm(
String H) → bool - for now yes is supported // TODO check that hash is supported.