|
PACS System 0.1.0
PACS DICOM system library
|
Represents a single JSON Web Key converted to PEM format. More...
#include <jwks_provider.h>

Public Attributes | |
| std::string | kid |
| Key ID. | |
| std::string | kty |
| Key type (RSA, EC) | |
| std::string | alg |
| Algorithm (RS256, ES256) | |
| std::string | use |
| Key use (sig) | |
| std::string | pem |
| PEM-encoded public key. | |
Represents a single JSON Web Key converted to PEM format.
Definition at line 34 of file jwks_provider.h.
| std::string kcenon::pacs::web::auth::jwk_key::alg |
Algorithm (RS256, ES256)
Definition at line 37 of file jwks_provider.h.
| std::string kcenon::pacs::web::auth::jwk_key::kid |
Key ID.
Definition at line 35 of file jwks_provider.h.
| std::string kcenon::pacs::web::auth::jwk_key::kty |
Key type (RSA, EC)
Definition at line 36 of file jwks_provider.h.
| std::string kcenon::pacs::web::auth::jwk_key::pem |
PEM-encoded public key.
Definition at line 39 of file jwks_provider.h.
| std::string kcenon::pacs::web::auth::jwk_key::use |
Key use (sig)
Definition at line 38 of file jwks_provider.h.