org.bouncycastle.jce.provider
Class JDKAlgorithmParameters.GOST3410
java.lang.Object
java.security.AlgorithmParametersSpi
org.bouncycastle.jce.provider.JDKAlgorithmParameters
org.bouncycastle.jce.provider.JDKAlgorithmParameters.GOST3410
- Enclosing class:
- JDKAlgorithmParameters
public static class JDKAlgorithmParameters.GOST3410
- extends JDKAlgorithmParameters
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDKAlgorithmParameters.GOST3410
public JDKAlgorithmParameters.GOST3410()
engineGetEncoded
protected byte[] engineGetEncoded()
- Return the X.509 ASN.1 structure GOST3410Parameter.
GOST3410Parameter ::= SEQUENCE {
prime INTEGER, -- p
subprime INTEGER, -- q
base INTEGER, -- a}
- Specified by:
engineGetEncoded
in class java.security.AlgorithmParametersSpi
engineGetEncoded
protected byte[] engineGetEncoded(java.lang.String format)
- Specified by:
engineGetEncoded
in class java.security.AlgorithmParametersSpi
localEngineGetParameterSpec
protected java.security.spec.AlgorithmParameterSpec localEngineGetParameterSpec(java.lang.Class paramSpec)
throws java.security.spec.InvalidParameterSpecException
- Specified by:
localEngineGetParameterSpec
in class JDKAlgorithmParameters
- Throws:
java.security.spec.InvalidParameterSpecException
engineInit
protected void engineInit(java.security.spec.AlgorithmParameterSpec paramSpec)
throws java.security.spec.InvalidParameterSpecException
- Specified by:
engineInit
in class java.security.AlgorithmParametersSpi
- Throws:
java.security.spec.InvalidParameterSpecException
engineInit
protected void engineInit(byte[] params)
throws java.io.IOException
- Specified by:
engineInit
in class java.security.AlgorithmParametersSpi
- Throws:
java.io.IOException
engineInit
protected void engineInit(byte[] params,
java.lang.String format)
throws java.io.IOException
- Specified by:
engineInit
in class java.security.AlgorithmParametersSpi
- Throws:
java.io.IOException
engineToString
protected java.lang.String engineToString()
- Specified by:
engineToString
in class java.security.AlgorithmParametersSpi