org.bouncycastle.jce.spec
public class GOST28147ParameterSpec extends Object implements AlgorithmParameterSpec
Constructor Summary | |
---|---|
GOST28147ParameterSpec(byte[] sBox) | |
GOST28147ParameterSpec(byte[] sBox, byte[] iv) | |
GOST28147ParameterSpec(String sBoxName) | |
GOST28147ParameterSpec(String sBoxName, byte[] iv) |
Method Summary | |
---|---|
byte[] | getIV()
Returns the IV or null if this parameter set does not contain an IV.
|
byte[] | getSbox() |
Returns: the IV or null if this parameter set does not contain an IV.