public class UOVPrivateKeyParameters extends UOVKeyParameters
| Constructor and Description |
|---|
UOVPrivateKeyParameters(UOVParameters params,
byte[] encoded) |
UOVPrivateKeyParameters(UOVParameters params,
byte[] encoded,
byte[] seed)
Construct from the full classic encoding (sk_seed || O || P1 || S).
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded() |
byte[] |
getSeed() |
getParametersisPrivatepublic UOVPrivateKeyParameters(UOVParameters params, byte[] encoded)
public UOVPrivateKeyParameters(UOVParameters params, byte[] encoded, byte[] seed)
params - the parameter set.encoded - the full secret-key encoding.seed - optional 32-byte seed when the caller has it separately;
if non-null, must match the first 32 bytes of encoded.