| java.lang.Object org.bouncycastle.jce.spec.GOST28147ParameterSpec
GOST28147ParameterSpec | public class GOST28147ParameterSpec implements AlgorithmParameterSpec(Code) | | A parameter spec for the GOST-28147 cipher.
|
Method Summary | |
public byte[] | getIV() Returns the IV or null if this parameter set does not contain an IV. | public byte[] | getSbox() |
GOST28147ParameterSpec | public GOST28147ParameterSpec(byte[] sBox)(Code) | | |
GOST28147ParameterSpec | public GOST28147ParameterSpec(byte[] sBox, byte[] iv)(Code) | | |
GOST28147ParameterSpec | public GOST28147ParameterSpec(String sBoxName)(Code) | | |
GOST28147ParameterSpec | public GOST28147ParameterSpec(String sBoxName, byte[] iv)(Code) | | |
getIV | public byte[] getIV()(Code) | | Returns the IV or null if this parameter set does not contain an IV.
the IV or null if this parameter set does not contain an IV. |
getSbox | public byte[] getSbox()(Code) | | |
|
|