Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jce.spec
Class GOST28147ParameterSpec

java.lang.Object
  |
  +--org.bouncycastle.jcajce.spec.GOST28147ParameterSpec
        |
        +--org.bouncycastle.jce.spec.GOST28147ParameterSpec
All Implemented Interfaces:
java.security.spec.AlgorithmParameterSpec

Deprecated. use org.bouncycastle.jcajce.spec.GOST28147ParameterSpec

public class GOST28147ParameterSpec
extends GOST28147ParameterSpec

A parameter spec for the GOST-28147 cipher.


Constructor Summary
GOST28147ParameterSpec(byte[] sBox)
          Deprecated.  
GOST28147ParameterSpec(byte[] sBox, byte[] iv)
          Deprecated.  
GOST28147ParameterSpec(java.lang.String sBoxName)
          Deprecated.  
GOST28147ParameterSpec(java.lang.String sBoxName, byte[] iv)
          Deprecated.  
 
Methods inherited from class org.bouncycastle.jcajce.spec.GOST28147ParameterSpec
getIV, getSbox, getSBox
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GOST28147ParameterSpec

public GOST28147ParameterSpec(byte[] sBox)
Deprecated.  


GOST28147ParameterSpec

public GOST28147ParameterSpec(byte[] sBox,
                              byte[] iv)
Deprecated.  


GOST28147ParameterSpec

public GOST28147ParameterSpec(java.lang.String sBoxName)
Deprecated.  


GOST28147ParameterSpec

public GOST28147ParameterSpec(java.lang.String sBoxName,
                              byte[] iv)
Deprecated.  


Bouncy Castle Cryptography Library 1.77.0