Skip to content

Latest commit

 

History

History
117 lines (64 loc) · 1.76 KB

types.JWK_oct.md

File metadata and controls

117 lines (64 loc) · 1.76 KB

Interface: JWK_oct

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


Convenience interface for oct JSON Web Keys

Table of contents

Properties

Properties

k

k: string

Oct JWK "k" (Key Value) Parameter


kty

kty: string

JWK "kty" (Key Type) Parameter


alg

Optional alg: string

JWK "alg" (Algorithm) Parameter

See

Algorithm Key Requirements


ext

Optional ext: boolean

JWK "ext" (Extractable) Parameter


key_ops

Optional key_ops: string[]

JWK "key_ops" (Key Operations) Parameter


kid

Optional kid: string

JWK "kid" (Key ID) Parameter


use

Optional use: string

JWK "use" (Public Key Use) Parameter


x5c

Optional x5c: string[]

JWK "x5c" (X.509 Certificate Chain) Parameter


x5t

Optional x5t: string

JWK "x5t" (X.509 Certificate SHA-1 Thumbprint) Parameter


x5t#S256

Optional x5t#S256: string

JWK "x5t#S256" (X.509 Certificate SHA-256 Thumbprint) Parameter


x5u

Optional x5u: string

JWK "x5u" (X.509 URL) Parameter