privateExponent property

BigInt? get privateExponent

Get the private exponent (d)

Implementation

BigInt? get privateExponent => exponent;