Package | Description |
---|---|
iaik.security.pq.hqc |
Modifier and Type | Method and Description |
---|---|
protected HQCParameterSpec |
HQCAlgorithmParametersSpi.createNewInstance(iaik.asn1.structures.AlgorithmID algorithmID) |
Constructor and Description |
---|
HQCPrivateKey(byte[] byteDk,
HQCParameterSpec 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
|
HQCPrivateKeySpec(byte[] rawKey,
HQCParameterSpec parameterSpec)
Create the private key spec from the raw byte sequence of the private key.
|
HQCPublicKey(byte[] byteEk,
HQCParameterSpec parameterSpec)
Create public key from the byte sequence of the public key.
|
HQCPublicKeySpec(byte[] rawKey,
HQCParameterSpec parameterSpec)
Create the public key spec from the raw byte sequence of the public key.
|
Copyright © 2020–2024 Stiftung SIC. All rights reserved.