org.bouncycastle.jcajce.provider.symmetric
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
Methods inherited from class java.security.AlgorithmParametersSpi |
engineToString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GOST28147.BaseAlgParams
public GOST28147.BaseAlgParams()
engineInit
protected final void engineInit(byte[] encoding)
throws java.io.IOException
- Throws:
java.io.IOException
engineGetEncoded
protected final byte[] engineGetEncoded()
throws java.io.IOException
- Throws:
java.io.IOException
engineGetEncoded
protected final byte[] engineGetEncoded(java.lang.String format)
throws java.io.IOException
- Throws:
java.io.IOException
engineInit
protected final void engineInit(byte[] params,
java.lang.String format)
throws java.io.IOException
- 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 class BaseAlgorithmParameters
- Throws:
java.security.spec.InvalidParameterSpecException
engineInit
protected void engineInit(java.security.spec.AlgorithmParameterSpec paramSpec)
throws java.security.spec.InvalidParameterSpecException
- Throws:
java.security.spec.InvalidParameterSpecException
getSBoxOID
protected static ASN1ObjectIdentifier getSBoxOID(java.lang.String name)
getSBoxOID
protected static ASN1ObjectIdentifier getSBoxOID(byte[] sBox)