Constructor and Description |
---|
SLHDSAPrivateKeySpec(byte[] sk,
SLHDSAAlgorithmParameterSpec params)
Creates a KeySpec using the secret key bytes.
|
Modifier and Type | Method and Description |
---|---|
SLHDSAAlgorithmParameterSpec |
getParameterSpec()
Returns the SLHDSAAlgorithmParameterSpec parameter specification.
|
byte[] |
getSk()
Returns the secret key.
|
public SLHDSAPrivateKeySpec(byte[] sk, SLHDSAAlgorithmParameterSpec params)
sk
- the secret key bytesparams
- SLHDSAAlgorithmParameterSpec parameter specificationpublic byte[] getSk()
public SLHDSAAlgorithmParameterSpec getParameterSpec()
Copyright © 2020–2025 Stiftung SIC. All rights reserved.