privateExponent property

BigInt? privateExponent

Get the private exponent (d)

Implementation

BigInt? get privateExponent => exponent;