Bouncy Castle Cryptography 1.48

org.bouncycastle.jcajce.provider.digest
Class Whirlpool.Mappings

java.lang.Object
  extended by org.bouncycastle.jcajce.provider.util.AlgorithmProvider
      extended by org.bouncycastle.jcajce.provider.digest.Whirlpool.Mappings
Enclosing class:
Whirlpool

public static class Whirlpool.Mappings
extends AlgorithmProvider


Constructor Summary
Whirlpool.Mappings()
           
 
Method Summary
protected  void addHMACAlgorithm(ConfigurableProvider provider, java.lang.String algorithm, java.lang.String algorithmClassName, java.lang.String keyGeneratorClassName)
           
protected  void addHMACAlias(ConfigurableProvider provider, java.lang.String algorithm, ASN1ObjectIdentifier oid)
           
 void configure(ConfigurableProvider provider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Whirlpool.Mappings

public Whirlpool.Mappings()
Method Detail

configure

public void configure(ConfigurableProvider provider)
Specified by:
configure in class AlgorithmProvider

addHMACAlgorithm

protected void addHMACAlgorithm(ConfigurableProvider provider,
                                java.lang.String algorithm,
                                java.lang.String algorithmClassName,
                                java.lang.String keyGeneratorClassName)

addHMACAlias

protected void addHMACAlias(ConfigurableProvider provider,
                            java.lang.String algorithm,
                            ASN1ObjectIdentifier oid)

Bouncy Castle Cryptography 1.48