public static class

JDKAlgorithmParameters.DH

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

Summary

Public Constructors
JDKAlgorithmParameters.DH()
Protected Methods
byte[] engineGetEncoded()
Return the PKCS#3 ASN.1 structure DHParameter.
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.DH ()

Protected Methods

protected byte[] engineGetEncoded ()

Return the PKCS#3 ASN.1 structure DHParameter.

  DHParameter ::= SEQUENCE {
                   prime INTEGER, -- p
                   base INTEGER, -- g
                   privateValueLength INTEGER OPTIONAL}
 

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)