X25519Private Key
Represents a private key for the X25519 elliptic curve.
Parameters
native Value
The raw private key value in byte array format.
Properties
Functions
Link copied to clipboard
Returns an instance of the key curve for this private key
Link copied to clipboard
Returns the encoded raw value into base 64 url
Link copied to clipboard
Searches the value based on the input key, if it exists
Link copied to clipboard
Link copied to clipboard
Evaluates if this key implements DerivableKey
Link copied to clipboard
Evaluates if this key implements ExportableKey
Link copied to clipboard
Evaluates if this key implements ImportableKey
Link copied to clipboard
Evaluates if this key implements SignableKey
Link copied to clipboard
Retrieves the JWK (JSON Web Key) representation of the private key with the specified key identifier (kid).