parametersGenerator

abstract fun parametersGenerator(primeSize: BinarySize, privateValueSize: BinarySize? = null): ParametersGenerator<DH.Parameters>(source)

Returns a ParametersGenerator that generates DH domain parameters with the specified primeSize and optional privateValueSize.