Bouncy Castle Cryptography 1.50

org.bouncycastle.jcajce.provider.symmetric
Class Twofish.Mappings

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

public static class Twofish.Mappings
extends AlgorithmProvider


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

Constructor Detail

Twofish.Mappings

public Twofish.Mappings()
Method Detail

configure

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

addGMacAlgorithm

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

addPoly1305Algorithm

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

Bouncy Castle Cryptography 1.50