SkeinParameters
Parameters for the Skein hash function - a series of byte[] strings identified by integer tags.
A builder for SkeinParameters.
The parameter type for the Skein configuration block: 4
The parameter type for a secret key, supporting MAC or KDF functions: 0
The parameter type for a key identifier string: 16
The parameter type for the message: 48
The parameter type for a nonce: 20
The parameter type for the output transformation: 63
The parameter type for a personalisation string: 8
The parameter type for a public key: 12
public SkeinParameters()
Obtains the value of the PARAM_TYPE_KEYkey parameter, or null if not
set.
Obtains the value of the PARAM_TYPE_KEY_IDENTIFIERkey identifier parameter, or
null if not set.
Obtains the value of the PARAM_TYPE_NONCEnonce parameter, or null if
not set.
Obtains a map of type (int) to value (byte[]) for the parameters tracked in this object.
Obtains the value of the PARAM_TYPE_PERSONALISATIONpersonalisation parameter, or
null if not set.
Obtains the value of the PARAM_TYPE_PUBLIC_KEYpublic key parameter, or
null if not set.