Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.32 KB

DeclarativeJwkSpecification.md

File metadata and controls

20 lines (15 loc) · 1.32 KB

DeclarativeJwkSpecification

Declarative specification of the cryptographic key.

Properties

Name Type Description Notes
x5c [str] Parameter contains a chain of one or more PKIX certificates. [optional]
x5t str Parameter is a base64url-encoded SHA-1 thumbprint of the DER encoding of an X.509 certificate. [optional]
alg str Algorithm intended for use with the key. [optional]
e str parameter contains the exponent value for the RSA public key. [optional]
kid str Parameter is used to match a specific key. [optional]
kty str Key type parameter [optional] if omitted the server will use the default value of "RSA"
n str Parameter contains the modulus value for the RSA public key. [optional]
use str Parameter identifies the intended use of the public key. [optional] if omitted the server will use the default value of "sig"
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]