Java org.bouncycastle.crypto.params DHParameters fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.crypto.params DHParameters fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.crypto.params DHParameters.

The text is from its open source code.

Constructor

Method

BigIntegergetG()
BigIntegergetJ()
Return the subgroup factor J.
intgetL()
Return the private value length in bits - if set, zero otherwise
intgetM()
Return the minimum length of the private value.
BigIntegergetP()
BigIntegergetQ()
DHValidationParametersgetValidationParameters()