de.flexiprovider.pqc
Class PQCRegistry

java.lang.Object
  |
  +--de.flexiprovider.api.Registry
        |
        +--de.flexiprovider.pqc.PQCRegistry

public abstract class PQCRegistry
extends Registry

Register all algorithms of the PQC package.


Fields inherited from class de.flexiprovider.api.Registry
ALG_PARAM_GENERATOR, ALG_PARAM_SPEC, ALG_PARAMS, ASYMMETRIC_BLOCK_CIPHER, ASYMMETRIC_HYBRID_CIPHER, BLOCK_CIPHER, CIPHER, KEY_AGREEMENT, KEY_DERIVATION, KEY_FACTORY, KEY_PAIR_GENERATOR, MAC, MESSAGE_DIGEST, MODE, PADDING_SCHEME, SECRET_KEY_FACTORY, SECRET_KEY_GENERATOR, SECURE_RANDOM, SIGNATURE
 
Constructor Summary
PQCRegistry()
           
 
Method Summary
static void registerAlgorithms()
          Register all algorithms of the PQC package.
 
Methods inherited from class de.flexiprovider.api.Registry
, add, add, addStandardAlgParams, addStandardAlgParams, getAlgorithms, getAlgParamGenerator, getAlgParams, getAlgParamSpec, getAlgParamSpecClass, getAsymmetricBlockCipher, getAsymmetricHybridCipher, getBlockCipher, getCipher, getKeyAgreement, getKeyDerivation, getKeyFactory, getKeyPairGenerator, getMAC, getMessageDigest, getMode, getMode, getNames, getPaddingScheme, getPaddingScheme, getSecretKeyFactory, getSecretKeyGenerator, getSecureRandom, getSecureRandom, getSignature, getStandardAlgParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PQCRegistry

public PQCRegistry()
Method Detail

registerAlgorithms

public static void registerAlgorithms()
Register all algorithms of the PQC package.