Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jcajce.provider.symmetric
Class Serpent.AlgParams

java.lang.Object
  |
  +--java.security.AlgorithmParametersSpi
        |
        +--org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameters
              |
              +--org.bouncycastle.jcajce.provider.symmetric.util.IvAlgorithmParameters
                    |
                    +--org.bouncycastle.jcajce.provider.symmetric.Serpent.AlgParams
Enclosing class:
Serpent

public static class Serpent.AlgParams
extends IvAlgorithmParameters


Constructor Summary
Serpent.AlgParams()
           
 
Method Summary
protected  java.lang.String engineToString()
           
 
Methods inherited from class org.bouncycastle.jcajce.provider.symmetric.util.IvAlgorithmParameters
engineGetEncoded, engineGetEncoded, engineInit, engineInit, engineInit, localEngineGetParameterSpec
 
Methods inherited from class org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameters
engineGetParameterSpec, isASN1FormatString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Serpent.AlgParams

public Serpent.AlgParams()
Method Detail

engineToString

protected java.lang.String engineToString()
Overrides:
engineToString in class IvAlgorithmParameters

Bouncy Castle Cryptography Library 1.77.0