Newer
Older
title: JSON Web Key (JWK)
type: object
description: JSON Web Key - RFC 7517
additionalProperties: false
required:
- kty
properties:
kty:
type: string
description: Key Type
enum:
- RSA
key_ops:
type: array
description: Key Operations
items:
type: string
enum:
- verify
- wrapKey
alg:
type: string
description: Algorithm
enum:
- PS512
- RSA-OAEP-256
description: X.509 Certificate Chain
description: Modulus. The value 500 represents a key length of 3000 bits.
minLength: 500
e:
type: string
description: Exponent
enum:
- AQAB