Class GOST28147.BaseAlgParams
- java.lang.Object
-
- java.security.AlgorithmParametersSpi
-
- org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameters
-
- org.bouncycastle.jcajce.provider.symmetric.GOST28147.BaseAlgParams
-
- Direct Known Subclasses:
GOST28147.AlgParams
- Enclosing class:
- GOST28147
public abstract static class GOST28147.BaseAlgParams extends BaseAlgorithmParameters
-
-
Constructor Summary
Constructors Constructor Description BaseAlgParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte[]
engineGetEncoded()
protected byte[]
engineGetEncoded(String format)
protected void
engineInit(byte[] encoding)
protected void
engineInit(byte[] params, String format)
protected void
engineInit(AlgorithmParameterSpec paramSpec)
protected static ASN1ObjectIdentifier
getSBoxOID(byte[] sBox)
protected static ASN1ObjectIdentifier
getSBoxOID(String name)
protected AlgorithmParameterSpec
localEngineGetParameterSpec(Class paramSpec)
protected byte[]
localGetEncoded()
-
Methods inherited from class org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameters
engineGetParameterSpec, isASN1FormatString
-
Methods inherited from class java.security.AlgorithmParametersSpi
engineToString
-
-
-
-
Method Detail
-
engineInit
protected final void engineInit(byte[] encoding) throws IOException
- Specified by:
engineInit
in classAlgorithmParametersSpi
- Throws:
IOException
-
engineGetEncoded
protected final byte[] engineGetEncoded() throws IOException
- Specified by:
engineGetEncoded
in classAlgorithmParametersSpi
- Throws:
IOException
-
engineGetEncoded
protected final byte[] engineGetEncoded(String format) throws IOException
- Specified by:
engineGetEncoded
in classAlgorithmParametersSpi
- Throws:
IOException
-
engineInit
protected final void engineInit(byte[] params, String format) throws IOException
- Specified by:
engineInit
in classAlgorithmParametersSpi
- Throws:
IOException
-
localGetEncoded
protected byte[] localGetEncoded() throws IOException
- Throws:
IOException
-
localEngineGetParameterSpec
protected AlgorithmParameterSpec localEngineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException
- Specified by:
localEngineGetParameterSpec
in classBaseAlgorithmParameters
- Throws:
InvalidParameterSpecException
-
engineInit
protected void engineInit(AlgorithmParameterSpec paramSpec) throws InvalidParameterSpecException
- Specified by:
engineInit
in classAlgorithmParametersSpi
- Throws:
InvalidParameterSpecException
-
getSBoxOID
protected static ASN1ObjectIdentifier getSBoxOID(String name)
-
getSBoxOID
protected static ASN1ObjectIdentifier getSBoxOID(byte[] sBox)
-
-