Bouncy Castle Cryptography 1.50

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

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

public static class CAST6.Mappings
extends AlgorithmProvider


Constructor Summary
CAST6.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

CAST6.Mappings

public CAST6.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