public abstract static class GOST28147.BaseAlgParams extends BaseAlgorithmParameters
Constructor and Description |
---|
BaseAlgParams() |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
engineGetEncoded() |
protected byte[] |
engineGetEncoded(String format) |
protected void |
engineInit(AlgorithmParameterSpec paramSpec) |
protected void |
engineInit(byte[] encoding) |
protected void |
engineInit(byte[] params,
String format) |
protected static ASN1ObjectIdentifier |
getSBoxOID(byte[] sBox) |
protected static ASN1ObjectIdentifier |
getSBoxOID(String name) |
protected AlgorithmParameterSpec |
localEngineGetParameterSpec(Class paramSpec) |
protected byte[] |
localGetEncoded() |
engineGetParameterSpec, isASN1FormatString
engineToString
protected final void engineInit(byte[] encoding) throws IOException
engineInit
in class AlgorithmParametersSpi
IOException
protected final byte[] engineGetEncoded() throws IOException
engineGetEncoded
in class AlgorithmParametersSpi
IOException
protected final byte[] engineGetEncoded(String format) throws IOException
engineGetEncoded
in class AlgorithmParametersSpi
IOException
protected final void engineInit(byte[] params, String format) throws IOException
engineInit
in class AlgorithmParametersSpi
IOException
protected byte[] localGetEncoded() throws IOException
IOException
protected AlgorithmParameterSpec localEngineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException
localEngineGetParameterSpec
in class BaseAlgorithmParameters
InvalidParameterSpecException
protected void engineInit(AlgorithmParameterSpec paramSpec) throws InvalidParameterSpecException
engineInit
in class AlgorithmParametersSpi
InvalidParameterSpecException
protected static ASN1ObjectIdentifier getSBoxOID(String name)
protected static ASN1ObjectIdentifier getSBoxOID(byte[] sBox)
Copyright © 2020 BouncyCastle.org. All rights reserved.