Class JwkMetadataProperties
java.lang.Object
se.swedenconnect.security.credential.nimbus.JwkMetadataProperties
Symbolic constants for storing JWK properties in a
PkiCredential.Metadata
object.- Author:
- Martin Lindström
-
Field Details
-
KEY_USE_PROPERTY
Property name for the key use metadata property. Maps to JWK'suse
property. Should hold aString
or aKeyUse
.- See Also:
-
KEY_OPS_PROPERTY
Property name for the key operations metadata property. Maps to JWK'sops
property. Should hold aSet
ofString
s orKeyOperation
s, or a comma-separated string.- See Also:
-
JOSE_ALGORITHM_PROPERTY
Property name for the JOSE algorithmalg
metadata property. Maps to JWK'salg
property. Should hold aAlgorithm
or a string.- See Also:
-