Azure Key Vault · Schema

JsonWebKey

As of http://tools.ietf.org/html/draft-ietf-jose-json-web-key-18.

CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

Properties

Name Type Description
kid string Key identifier.
key_ops array Supported key operations.
n string RSA modulus.
e string RSA public exponent.
d string RSA private exponent, or the D component of an EC private key.
dp string RSA private key parameter.
dq string RSA private key parameter.
qi string RSA private key parameter.
p string RSA secret prime.
q string RSA secret prime, with p < q.
k string Symmetric key.
key_hsm string Protected Key, used with Bring Your Own Key.
x string X component of an EC public key.
y string Y component of an EC public key.
View JSON Schema on GitHub