de.flexiprovider.nf
Class NFRegistry

java.lang.Object
  |
  +--de.flexiprovider.api.Registry
        |
        +--de.flexiprovider.nf.NFRegistry

public abstract class NFRegistry
extends Registry

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

NFRegistry

public NFRegistry()
Method Detail

registerAlgorithms

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