public abstract static class GOST28147.BaseAlgParams extends BaseAlgorithmParameters
Constructor and Description |
---|
BaseAlgParams() |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
engineGetEncoded() |
protected byte[] |
engineGetEncoded(java.lang.String format) |
protected void |
engineInit(java.security.spec.AlgorithmParameterSpec paramSpec) |
protected void |
engineInit(byte[] encoding) |
protected void |
engineInit(byte[] params,
java.lang.String format) |
protected static ASN1ObjectIdentifier |
getSBoxOID(byte[] sBox) |
protected static ASN1ObjectIdentifier |
getSBoxOID(java.lang.String name) |
protected java.security.spec.AlgorithmParameterSpec |
localEngineGetParameterSpec(java.lang.Class paramSpec) |
protected byte[] |
localGetEncoded() |
engineGetParameterSpec, isASN1FormatString
protected final void engineInit(byte[] encoding) throws java.io.IOException
engineInit
in class java.security.AlgorithmParametersSpi
java.io.IOException
protected final byte[] engineGetEncoded() throws java.io.IOException
engineGetEncoded
in class java.security.AlgorithmParametersSpi
java.io.IOException
protected final byte[] engineGetEncoded(java.lang.String format) throws java.io.IOException
engineGetEncoded
in class java.security.AlgorithmParametersSpi
java.io.IOException
protected final void engineInit(byte[] params, java.lang.String format) throws java.io.IOException
engineInit
in class java.security.AlgorithmParametersSpi
java.io.IOException
protected byte[] localGetEncoded() throws java.io.IOException
java.io.IOException
protected java.security.spec.AlgorithmParameterSpec localEngineGetParameterSpec(java.lang.Class paramSpec) throws java.security.spec.InvalidParameterSpecException
localEngineGetParameterSpec
in class BaseAlgorithmParameters
java.security.spec.InvalidParameterSpecException
protected void engineInit(java.security.spec.AlgorithmParameterSpec paramSpec) throws java.security.spec.InvalidParameterSpecException
engineInit
in class java.security.AlgorithmParametersSpi
java.security.spec.InvalidParameterSpecException
protected static ASN1ObjectIdentifier getSBoxOID(java.lang.String name)
protected static ASN1ObjectIdentifier getSBoxOID(byte[] sBox)