org.bouncycastle.jce.provider
Class JDKAlgorithmParameters.GOST3410
- JDKAlgorithmParameters
public static class JDKAlgorithmParameters.GOST3410
JDKAlgorithmParameters.CAST5AlgorithmParameters , JDKAlgorithmParameters.DH , JDKAlgorithmParameters.DSA , JDKAlgorithmParameters.ElGamal , JDKAlgorithmParameters.GOST3410 , JDKAlgorithmParameters.IDEAAlgorithmParameters , JDKAlgorithmParameters.IES , JDKAlgorithmParameters.IVAlgorithmParameters , JDKAlgorithmParameters.PKCS12PBE , JDKAlgorithmParameters.PSS , JDKAlgorithmParameters.RC2AlgorithmParameters |
engineGetEncoded
protected byte[] engineGetEncoded()
Return the X.509 ASN.1 structure GOST3410Parameter.
GOST3410Parameter ::= SEQUENCE {
prime INTEGER, -- p
subprime INTEGER, -- q
base INTEGER, -- a}
engineGetEncoded
protected byte[] engineGetEncoded(String format)
engineInit
protected void engineInit(AlgorithmParameterSpec paramSpec)
throws InvalidParameterSpecException
engineInit
protected void engineInit(byte[] params)
throws IOException
engineInit
protected void engineInit(byte[] params,
String format)
throws IOException
engineToString
protected String engineToString()