Represents a Private JSON Web Key (JWK). This class is used to hold the necessary information for a private key used in JSON Web Signature (JWS).
The cryptographic curve used by the key.
The private key value. It is nullable and defaults to null.
The key ID.
The key type. Default value is "OKP".