Okp
data class Okp(val crv: String, val x: String, val d: String? = null, val use: String? = null, val keyOps: List<String>? = null, val alg: String? = null, val kid: String? = null) : Jwk(source)
Octet Key Pair (OKP) key (kty = "OKP") as defined in RFC 8037.
Supports EdDSA signing algorithms (Ed25519, Ed448). The crv field identifies the curve and the x field holds the base64url-encoded public key bytes. The optional d field holds the base64url-encoded private key bytes.
Constructors
Types
Link copied to clipboard
Thumbprint computed from the OKP key parameters crv (curve) and x (public key bytes).