Package | Description |
---|---|
iaik.security.pq.mlkem |
Modifier and Type | Method and Description |
---|---|
protected MLKEMParameterSpec |
MLKEMAlgorithmParametersSpi.createNewInstance(iaik.asn1.structures.AlgorithmID algorithmID) |
Constructor and Description |
---|
MLKEMPrivateKey(byte[] byteDk,
byte[] byteEk,
byte[] byteHashedEk,
byte[] z,
MLKEMParameterSpec parameterSpec)
Create private key from private key byte array, public key byte array, public key hash and seed z.
|
MLKEMPrivateKey(byte[] arr,
MLKEMParameterSpec parameterSpec)
Create private key from a byte array, where
arr is either the seed,
which is 64 bytes long, or the expandedKey, which is long as for the specific parameter defined. |
MLKEMPrivateKeySpec(byte[] rawKey,
MLKEMParameterSpec parameterSpec)
Create the private key spec from the raw byte sequence of the private key.
|
MLKEMPublicKey(byte[] byteEk,
MLKEMParameterSpec parameterSpec)
Create public key from the byte sequence of the public key.
|
MLKEMPublicKeySpec(byte[] rawKey,
MLKEMParameterSpec parameterSpec)
Create the public key spec from the raw byte sequence of the public key.
|
Copyright © 2020–2025 Stiftung SIC. All rights reserved.