public static class

JDKAlgorithmParameters.GOST3410

extends JDKAlgorithmParameters
java.lang.Object
   ↳ java.security.AlgorithmParametersSpi
     ↳ org.bouncycastle.jce.provider.JDKAlgorithmParameters
       ↳ org.bouncycastle.jce.provider.JDKAlgorithmParameters.GOST3410

Summary

Public Constructors
JDKAlgorithmParameters.GOST3410()
Protected Methods
byte[] engineGetEncoded()
Return the X.509 ASN.1 structure GOST3410Parameter.
byte[] engineGetEncoded(String format)
void engineInit(byte[] params)
void engineInit(byte[] params, String format)
void engineInit(AlgorithmParameterSpec paramSpec)
String engineToString()
AlgorithmParameterSpec localEngineGetParameterSpec(Class paramSpec)
[Expand]
Inherited Methods
From class org.bouncycastle.jce.provider.JDKAlgorithmParameters
From class java.security.AlgorithmParametersSpi
From class java.lang.Object

Public Constructors

public JDKAlgorithmParameters.GOST3410 ()

Protected Methods

protected byte[] engineGetEncoded ()

Return the X.509 ASN.1 structure GOST3410Parameter.

  GOST3410Parameter ::= SEQUENCE {
                   prime INTEGER, -- p
                   subprime INTEGER, -- q
                   base INTEGER, -- a}
 

protected byte[] engineGetEncoded (String format)

protected void engineInit (byte[] params)

Throws
IOException

protected void engineInit (byte[] params, String format)

Throws
IOException

protected void engineInit (AlgorithmParameterSpec paramSpec)

protected String engineToString ()

protected AlgorithmParameterSpec localEngineGetParameterSpec (Class paramSpec)