Skip to main content
Version: 1.4

Enumeration: JwkType

jose/jwk_type.JwkType

Supported types for the JSON Web Key kty property.

More Info

Table of contents

Enumeration Members

Enumeration Members

Ec

Ec = "EC"

Elliptic Curve.


Rsa

Rsa = "RSA"

RSA.


Oct

Oct = "oct"

Octet sequence.


Okp

Okp = "OKP"

Octet string key pairs.