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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final byte[]protected final byte[]engineGetEncoded(String format) protected final voidengineInit(byte[] encoding) protected final voidengineInit(byte[] params, String format) protected voidengineInit(AlgorithmParameterSpec paramSpec) protected static ASN1ObjectIdentifiergetSBoxOID(byte[] sBox) protected static ASN1ObjectIdentifiergetSBoxOID(String name) protected AlgorithmParameterSpeclocalEngineGetParameterSpec(Class paramSpec) protected byte[]Methods inherited from class org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameters
engineGetParameterSpec, isASN1FormatStringMethods inherited from class java.security.AlgorithmParametersSpi
engineToString
-
Constructor Details
-
BaseAlgParams
public BaseAlgParams()
-
-
Method Details
-
engineInit
- Specified by:
engineInitin classAlgorithmParametersSpi- Throws:
IOException
-
engineGetEncoded
- Specified by:
engineGetEncodedin classAlgorithmParametersSpi- Throws:
IOException
-
engineGetEncoded
- Specified by:
engineGetEncodedin classAlgorithmParametersSpi- Throws:
IOException
-
engineInit
- Specified by:
engineInitin classAlgorithmParametersSpi- Throws:
IOException
-
localGetEncoded
- Throws:
IOException
-
localEngineGetParameterSpec
protected AlgorithmParameterSpec localEngineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException - Specified by:
localEngineGetParameterSpecin classBaseAlgorithmParameters- Throws:
InvalidParameterSpecException
-
engineInit
- Specified by:
engineInitin classAlgorithmParametersSpi- Throws:
InvalidParameterSpecException
-
getSBoxOID
-
getSBoxOID
-