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