Class GOST28147ParameterSpec

java.lang.Object
org.bouncycastle.jcajce.spec.GOST28147ParameterSpec
org.bouncycastle.jce.spec.GOST28147ParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec

public class GOST28147ParameterSpec extends GOST28147ParameterSpec
Deprecated.
use org.bouncycastle.jcajce.spec.GOST28147ParameterSpec
A parameter spec for the GOST-28147 cipher.
  • Constructor Details

    • GOST28147ParameterSpec

      public GOST28147ParameterSpec(byte[] sBox)
      Deprecated.
    • GOST28147ParameterSpec

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

      public GOST28147ParameterSpec(String sBoxName)
      Deprecated.
    • GOST28147ParameterSpec

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