Package | Description |
---|---|
iaik.security.pq.kyber |
Modifier and Type | Method and Description |
---|---|
protected KyberParameterSpec |
KyberAlgorithmParametersSpi.createNewInstance(iaik.asn1.structures.AlgorithmID algorithmID) |
Constructor and Description |
---|
KyberPrivateKey(byte[] byteDk,
byte[] byteEk,
byte[] byteHashedEk,
byte[] z,
KyberParameterSpec parameterSpec)
Create private key from private key byte array, public key byte array, public key hash and seed z
|
KyberPrivateKey(byte[] byteDk,
byte[] byteHashedEk,
byte[] z,
KyberParameterSpec parameterSpec)
Create private key from private key byte array, public key hash and seed z
|
KyberPrivateKey(byte[] byteRawEncoded,
KyberParameterSpec parameterSpec)
Create private key from raw byte array only, which contains the private key, optionally the public key, the hash of the public key and the seed
|
KyberPrivateKeySpec(byte[] rawKey,
KyberParameterSpec parameterSpec)
Create the private key spec from the raw byte sequence of the private key.
|
KyberPublicKey(byte[] byteEk,
KyberParameterSpec parameterSpec)
Create public key from the byte sequence of the public key.
|
KyberPublicKeySpec(byte[] rawKey,
KyberParameterSpec parameterSpec)
Create the public key spec from the raw byte sequence of the public key.
|
Copyright © 2020–2023 Stiftung SIC. All rights reserved.