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(java.lang.String format)
protected void
engineInit(byte[] encoding)
protected void
engineInit(byte[] params, java.lang.String format)
protected void
engineInit(java.security.spec.AlgorithmParameterSpec paramSpec)
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()
-
Methods inherited from class org.bouncycastle.jcajce.provider.symmetric.util.BaseAlgorithmParameters
engineGetParameterSpec, isASN1FormatString
-
-
-
-
Method Detail
-
engineInit
protected final void engineInit(byte[] encoding) throws java.io.IOException
- Specified by:
engineInit
in classjava.security.AlgorithmParametersSpi
- Throws:
java.io.IOException
-
engineGetEncoded
protected final byte[] engineGetEncoded() throws java.io.IOException
- Specified by:
engineGetEncoded
in classjava.security.AlgorithmParametersSpi
- Throws:
java.io.IOException
-
engineGetEncoded
protected final byte[] engineGetEncoded(java.lang.String format) throws java.io.IOException
- Specified by:
engineGetEncoded
in classjava.security.AlgorithmParametersSpi
- Throws:
java.io.IOException
-
engineInit
protected final void engineInit(byte[] params, java.lang.String format) throws java.io.IOException
- Specified by:
engineInit
in classjava.security.AlgorithmParametersSpi
- Throws:
java.io.IOException
-
localGetEncoded
protected byte[] localGetEncoded() throws java.io.IOException
- Throws:
java.io.IOException
-
localEngineGetParameterSpec
protected java.security.spec.AlgorithmParameterSpec localEngineGetParameterSpec(java.lang.Class paramSpec) throws java.security.spec.InvalidParameterSpecException
- Specified by:
localEngineGetParameterSpec
in classBaseAlgorithmParameters
- Throws:
java.security.spec.InvalidParameterSpecException
-
engineInit
protected void engineInit(java.security.spec.AlgorithmParameterSpec paramSpec) throws java.security.spec.InvalidParameterSpecException
- Specified by:
engineInit
in classjava.security.AlgorithmParametersSpi
- Throws:
java.security.spec.InvalidParameterSpecException
-
getSBoxOID
protected static ASN1ObjectIdentifier getSBoxOID(java.lang.String name)
-
getSBoxOID
protected static ASN1ObjectIdentifier getSBoxOID(byte[] sBox)
-
-