de.flexiprovider.core
Class CoreRegistry

java.lang.Object
  |
  +--de.flexiprovider.api.Registry
        |
        +--de.flexiprovider.core.CoreRegistry

public abstract class CoreRegistry
extends Registry

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

CoreRegistry

public CoreRegistry()
Method Detail

registerAlgorithms

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