- kyber1024 - Static variable in class iaik.security.pq.provider.PQAlgorithmID
-
- kyber512 - Static variable in class iaik.security.pq.provider.PQAlgorithmID
-
- kyber768 - Static variable in class iaik.security.pq.provider.PQAlgorithmID
-
- KyberAlgorithmParametersSpi - Class in iaik.security.pq.kyber
-
This class represents the opaque definition of parameters used
by Classic Kyber.
- KyberAlgorithmParametersSpi() - Constructor for class iaik.security.pq.kyber.KyberAlgorithmParametersSpi
-
An empty constructor is needed for calling the superclass constructor.
- KyberKemSpi - Class in iaik.security.pq.kyber
-
This class extends the KeyEncapsulationMechanismSpi and serves
as an interface for users to encapsule and decapsule keys with the Kyber [0]
Algorithm.
- KyberKemSpi() - Constructor for class iaik.security.pq.kyber.KyberKemSpi
-
- KyberKeyFactorySpi - Class in iaik.security.pq.kyber
-
This class implements the KeyFactorySpi for Kyber [0].
- KyberKeyFactorySpi() - Constructor for class iaik.security.pq.kyber.KyberKeyFactorySpi
-
- KyberKeyPairGeneratorSpi - Class in iaik.security.pq.kyber
-
This class extends the
KeyPairGenerator and serves
as an interface for users to create KeyPairs for the Kyber [0]
Algorithm.
- KyberKeyPairGeneratorSpi() - Constructor for class iaik.security.pq.kyber.KyberKeyPairGeneratorSpi
-
- KyberParameterSpec - Class in iaik.security.pq.kyber
-
- KyberParameterSpec() - Constructor for class iaik.security.pq.kyber.KyberParameterSpec
-
This is the default constructor for the Kyber parameter spec.
- KyberParameterSpec(KyberParameterSpec.ParameterSets) - Constructor for class iaik.security.pq.kyber.KyberParameterSpec
-
Define the parameter spec for Kyber by the parameter set.
- KyberParameterSpec(SecurityLevel) - Constructor for class iaik.security.pq.kyber.KyberParameterSpec
-
Define the parameter spec for Kyber by the security level.
- KyberParameterSpec(AlgorithmID) - Constructor for class iaik.security.pq.kyber.KyberParameterSpec
-
Define the parameter spec for Kyber by the algorithm ID.
- KyberParameterSpec.ParameterSets - Enum in iaik.security.pq.kyber
-
The possible parameter sets for Kyber.
- KyberPrivateKey - Class in iaik.security.pq.kyber
-
This class holds a Kyber [0] Private Key.
- KyberPrivateKey(byte[], byte[], byte[], byte[], KyberParameterSpec) - Constructor for class iaik.security.pq.kyber.KyberPrivateKey
-
Create private key from private key byte array, public key byte array, public key hash and seed z
- KyberPrivateKey(byte[], byte[], byte[], KyberParameterSpec) - Constructor for class iaik.security.pq.kyber.KyberPrivateKey
-
Create private key from private key byte array, public key hash and seed z
- KyberPrivateKey(byte[], KyberParameterSpec) - Constructor for class iaik.security.pq.kyber.KyberPrivateKey
-
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
- KyberPrivateKey(byte[]) - Constructor for class iaik.security.pq.kyber.KyberPrivateKey
-
Create private key from an ASN.1 encoded byte sequence
- KyberPrivateKeySpec - Class in iaik.security.pq.kyber
-
This class is the Private Key Spec for Kyber [0].
- KyberPrivateKeySpec(byte[], KyberParameterSpec) - Constructor for class iaik.security.pq.kyber.KyberPrivateKeySpec
-
Create the private key spec from the raw byte sequence of the private key.
- KyberPublicKey - Class in iaik.security.pq.kyber
-
This class holds a Kyber [0] Public Key.
- KyberPublicKey(byte[], KyberParameterSpec) - Constructor for class iaik.security.pq.kyber.KyberPublicKey
-
Create public key from the byte sequence of the public key.
- KyberPublicKey(byte[]) - Constructor for class iaik.security.pq.kyber.KyberPublicKey
-
Create public key from ASN.1 encoded byte sequence.
- KyberPublicKeySpec - Class in iaik.security.pq.kyber
-
This class is the Public Key Spec for Kyber [0].
- KyberPublicKeySpec(byte[], KyberParameterSpec) - Constructor for class iaik.security.pq.kyber.KyberPublicKeySpec
-
Create the public key spec from the raw byte sequence of the public key.