Package org.bouncycastle.jcajce.spec
Class GOST28147ParameterSpec
java.lang.Object
org.bouncycastle.jcajce.spec.GOST28147ParameterSpec
- All Implemented Interfaces:
AlgorithmParameterSpec
- Direct Known Subclasses:
GOST28147ParameterSpec
A parameter spec for the GOST-28147 cipher.
-
Constructor Summary
ConstructorDescriptionGOST28147ParameterSpec
(byte[] sBox) GOST28147ParameterSpec
(byte[] sBox, byte[] iv) GOST28147ParameterSpec
(String sBoxName) GOST28147ParameterSpec
(String sBoxName, byte[] iv) GOST28147ParameterSpec
(ASN1ObjectIdentifier sBoxName, byte[] iv) -
Method Summary
-
Constructor Details
-
GOST28147ParameterSpec
public GOST28147ParameterSpec(byte[] sBox) -
GOST28147ParameterSpec
public GOST28147ParameterSpec(byte[] sBox, byte[] iv) -
GOST28147ParameterSpec
-
GOST28147ParameterSpec
-
GOST28147ParameterSpec
-
-
Method Details
-
getSbox
public byte[] getSbox()Deprecated.use getSBox() -
getSBox
public byte[] getSBox() -
getIV
public byte[] getIV()Returns the IV or null if this parameter set does not contain an IV.- Returns:
- the IV or null if this parameter set does not contain an IV.
-