DhParameters
@Serializable
DHParameter ::= SEQUENCE {
prime INTEGER, -- p
base INTEGER, -- g
privateValueLength INTEGER OPTIONAL
}Content copied to clipboard
As defined in PKCS#3 (RFC 2631). The privateValueLength field is optional and typically omitted.