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[] byteRawEncoded,
MLKEMParameterSpec 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
|
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–2024 Stiftung SIC. All rights reserved.