X25519Public Key
Class representing a public key for the X25519 curve.
Parameters
native Value
The raw byte array representing the public key
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).