public class GOST28147ParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
Constructor and Description |
---|
GOST28147ParameterSpec(ASN1ObjectIdentifier sBoxOID,
byte[] iv) |
GOST28147ParameterSpec(byte[] sBox) |
GOST28147ParameterSpec(byte[] sBox,
byte[] iv) |
GOST28147ParameterSpec(java.lang.String sBoxName) |
GOST28147ParameterSpec(java.lang.String sBoxName,
byte[] iv) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getIV()
Returns the IV or null if this parameter set does not contain an IV.
|
byte[] |
getSBox() |
public GOST28147ParameterSpec(byte[] sBox)
public GOST28147ParameterSpec(byte[] sBox, byte[] iv)
public GOST28147ParameterSpec(java.lang.String sBoxName)
public GOST28147ParameterSpec(java.lang.String sBoxName, byte[] iv)
public GOST28147ParameterSpec(ASN1ObjectIdentifier sBoxOID, byte[] iv)