Package org.forgerock.json.jose.jwk
Class KeyUseConstants
java.lang.Object
org.forgerock.json.jose.jwk.KeyUseConstants
Represents the supported KeyUse values.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
SIG
Use key as a signature key.- See Also:
-
ENC
Use key as an encryption key.- See Also:
-
TLS
Use key as a transport key.This is a non-standard use in terms of the JWK specs, but an integral part of the Open Banking specification.
-