Variable KEY_URI_PREFIX_JWKConst

KEY_URI_PREFIX_JWK: "urn:jwk:" = 'urn:jwk:'

Constant defining the prefix for JSON Web Keys (JWK) key URIs in this library.

The prefix 'urn:jwk:' makes it explicit that a string represents a JWK, referenced by a URI (Uniform Resource Identifier), which ensures consistent key referencing across all Web5 Key Management System (KMS) implementations.

These key URIs take the form urn:jwk:<JWK thumbprint>, where the JWK thumbprint, derived from the JWK, is unique to the key's material, unaffected by the order or optional properties in the JWK.

Generated using TypeDoc