Package com.nimbusds.jose.jwk
Class JWKParameterNames
java.lang.Object
com.nimbusds.jose.jwk.JWKParameterNames
JSON Web Key (JWK) parameter names. The JWK parameter names defined in
RFC 7517 (JWK),
RFC 7518 (JWA)
and other JOSE related standards are tracked in a
JWK
parameters registry administered by IANA.
- Version:
- 2024-04-27
- Author:
- Nathaniel Hart
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
Used withKeyType.EC
.static final String
Used withKeyType.EC
.static final String
Used withKeyType.EC
.static final String
Used withKeyType.EC
.static final String
static final String
static final String
static final String
static final String
static final String
static final String
Used withKeyType.OCT
static final String
Used withKeyType.OKP
.static final String
Used withKeyType.OKP
.static final String
Used withKeyType.OKP
.static final String
static final String
static final String
Used withKeyType.RSA
.static final String
Used withKeyType.RSA
.static final String
Used withKeyType.RSA
.static final String
Used withKeyType.RSA
.static final String
Used withKeyType.RSA
.static final String
Used withKeyType.RSA
.static final String
Used withKeyType.RSA
.static final String
Used withKeyType.RSA
.static final String
Used withKeyType.RSA
.static final String
Used withKeyType.OKP
.static final String
Used withKeyType.RSA
.static final String
Used withKeyType.RSA
.static final String
static final String
static final String
static final String
-
Method Summary
-
Field Details
-
KEY_TYPE
-
PUBLIC_KEY_USE
-
KEY_OPS
-
ALGORITHM
-
KEY_ID
-
X_509_CERT_URL
-
X_509_CERT_CHAIN
-
X_509_CERT_SHA_1_THUMBPRINT
-
X_509_CERT_SHA_256_THUMBPRINT
-
EXPIRATION_TIME
- See Also:
-
NOT_BEFORE
- See Also:
-
ISSUED_AT
- See Also:
-
REVOKED
- See Also:
-
ELLIPTIC_CURVE
Used withKeyType.EC
. -
ELLIPTIC_CURVE_X_COORDINATE
Used withKeyType.EC
. -
ELLIPTIC_CURVE_Y_COORDINATE
Used withKeyType.EC
. -
ELLIPTIC_CURVE_PRIVATE_KEY
Used withKeyType.EC
. -
RSA_MODULUS
Used withKeyType.RSA
. -
RSA_EXPONENT
Used withKeyType.RSA
. -
RSA_PRIVATE_EXPONENT
Used withKeyType.OKP
. -
RSA_FIRST_PRIME_FACTOR
Used withKeyType.RSA
. -
RSA_SECOND_PRIME_FACTOR
Used withKeyType.RSA
. -
RSA_FIRST_FACTOR_CRT_EXPONENT
Used withKeyType.RSA
. -
RSA_SECOND_FACTOR_CRT_EXPONENT
Used withKeyType.RSA
. -
RSA_FIRST_CRT_COEFFICIENT
Used withKeyType.RSA
. -
RSA_OTHER_PRIMES
Used withKeyType.RSA
. -
RSA_OTHER_PRIMES__PRIME_FACTOR
Used withKeyType.RSA
. -
RSA_OTHER_PRIMES__FACTOR_CRT_EXPONENT
Used withKeyType.RSA
. -
RSA_OTHER_PRIMES__FACTOR_CRT_COEFFICIENT
Used withKeyType.RSA
. -
OCT_KEY_VALUE
Used withKeyType.OCT
-
OKP_SUBTYPE
Used withKeyType.OKP
. -
OKP_PUBLIC_KEY
Used withKeyType.OKP
. -
OKP_PRIVATE_KEY
Used withKeyType.OKP
.
-