de.flexiprovider.ec
Class ECRegistry

java.lang.Object
  |
  +--de.flexiprovider.api.Registry
        |
        +--de.flexiprovider.ec.ECRegistry

public abstract class ECRegistry
extends Registry

Register all algorithms of the EC 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
ECRegistry()
           
 
Method Summary
static void registerAlgorithms()
          Register all algorithms of the EC 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

ECRegistry

public ECRegistry()
Method Detail

registerAlgorithms

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