This class provides methods to create and manage JSON Web Key Sets, as defined in RFC 7517. More...
Static Public Member Functions | |
_.Library.Status | GetJWK (_.Library.String alg, _.Library.String kid, _.Library.String JWKS, _.Library.DynamicObject JWK) |
This class provides methods to create and manage JSON Web Key Sets, as defined in RFC 7517. More... | |
_.Library.Status | InitializeJWKS (_.Library.String JWKS) |
This method creates a new JSON Web Key Set (JWKS). More... | |
_.Library.Status | PutJWK (_.Library.DynamicObject JWK, _.Library.String JWKS) |
This methods adds a JSON Web Key (JWK) to a JSON Web Key Set (JWKS). More... | |
_.Library.Status | RemoveJWK (_.Library.String alg, _.Library.String kid, _.Library.String JWKS) |
This method removes JSON Web Keys (JWK) that match the provided algorithm and/or key ID from a JSON Web Key Set (JWKS). More... | |
Additional Inherited Members | |
![]() | |
_.Library.Status | OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount) |
This callback method is invoked when the current object is added to the SaveSet,. More... | |
_.Library.Status | OnClose () |
This callback method is invoked by the <METHOD>Close</METHOD> method to. More... | |
_.Library.Status | OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned) |
This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More... | |
_.Library.Status | OnNew () |
This callback method is invoked by the <METHOD>New</METHOD> method to. More... | |
_.Library.Status | OnValidateObject () |
This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More... | |
![]() | |
CAPTION = None | |
Optional name used by the Form Wizard for a class when generating forms. More... | |
JAVATYPE = None | |
The Java type to be used when exported. | |
PROPERTYVALIDATION = None | |
This parameter controls the default validation behavior for the object. More... | |
This class provides methods to create and manage JSON Web Key Sets, as defined in RFC 7517.
|
static |
This class provides methods to create and manage JSON Web Key Sets, as defined in RFC 7517.
This method returns a JSON Web Key (JWK) that matches the provided algorithm and/or key ID from the given JSON Web Key Set (JWKS).
Input parameters:
Output parameters:
Return value:
Notes:
|
static |
|
static |
This methods adds a JSON Web Key (JWK) to a JSON Web Key Set (JWKS).
Input parameters:
Return value:
Notes:
Set JWK.kid=1 Do ##class(Net.JSON.JWKS).PutJWK(JWK,.JWKS)
|
static |
This method removes JSON Web Keys (JWK) that match the provided algorithm and/or key ID from a JSON Web Key Set (JWKS).
Input parameters:
Return value:
Notes: