Package com.nimbusds.jose.jwk
Class JWKParameterNames
- java.lang.Object
-
- com.nimbusds.jose.jwk.JWKParameterNames
-
public final class JWKParameterNames extends Object
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:
- 2022-02-26
- Author:
- Nathaniel Hart
-
-
Field Summary
-
-
-
Field Detail
-
PUBLIC_KEY_USE
public static final String PUBLIC_KEY_USE
-
X_509_CERT_URL
public static final String X_509_CERT_URL
-
X_509_CERT_CHAIN
public static final String X_509_CERT_CHAIN
-
X_509_CERT_SHA_1_THUMBPRINT
public static final String X_509_CERT_SHA_1_THUMBPRINT
-
X_509_CERT_SHA_256_THUMBPRINT
public static final String X_509_CERT_SHA_256_THUMBPRINT
-
EXPIRATION_TIME
public static final String EXPIRATION_TIME
-
NOT_BEFORE
public static final String NOT_BEFORE
-
ELLIPTIC_CURVE
public static final String ELLIPTIC_CURVE
Used withKeyType.EC
.
-
ELLIPTIC_CURVE_X_COORDINATE
public static final String ELLIPTIC_CURVE_X_COORDINATE
Used withKeyType.EC
.
-
ELLIPTIC_CURVE_Y_COORDINATE
public static final String ELLIPTIC_CURVE_Y_COORDINATE
Used withKeyType.EC
.
-
ELLIPTIC_CURVE_PRIVATE_KEY
public static final String ELLIPTIC_CURVE_PRIVATE_KEY
Used withKeyType.EC
.
-
RSA_MODULUS
public static final String RSA_MODULUS
Used withKeyType.RSA
.
-
RSA_EXPONENT
public static final String RSA_EXPONENT
Used withKeyType.RSA
.
-
RSA_PRIVATE_EXPONENT
public static final String RSA_PRIVATE_EXPONENT
Used withKeyType.OKP
.
-
RSA_FIRST_PRIME_FACTOR
public static final String RSA_FIRST_PRIME_FACTOR
Used withKeyType.RSA
.
-
RSA_SECOND_PRIME_FACTOR
public static final String RSA_SECOND_PRIME_FACTOR
Used withKeyType.RSA
.
-
RSA_FIRST_FACTOR_CRT_EXPONENT
public static final String RSA_FIRST_FACTOR_CRT_EXPONENT
Used withKeyType.RSA
.
-
RSA_SECOND_FACTOR_CRT_EXPONENT
public static final String RSA_SECOND_FACTOR_CRT_EXPONENT
Used withKeyType.RSA
.
-
RSA_FIRST_CRT_COEFFICIENT
public static final String RSA_FIRST_CRT_COEFFICIENT
Used withKeyType.RSA
.
-
RSA_OTHER_PRIMES
public static final String RSA_OTHER_PRIMES
Used withKeyType.RSA
.
-
RSA_OTHER_PRIMES__PRIME_FACTOR
public static final String RSA_OTHER_PRIMES__PRIME_FACTOR
Used withKeyType.RSA
.
-
RSA_OTHER_PRIMES__FACTOR_CRT_EXPONENT
public static final String RSA_OTHER_PRIMES__FACTOR_CRT_EXPONENT
Used withKeyType.RSA
.
-
RSA_OTHER_PRIMES__FACTOR_CRT_COEFFICIENT
public static final String RSA_OTHER_PRIMES__FACTOR_CRT_COEFFICIENT
Used withKeyType.RSA
.
-
OCT_KEY_VALUE
public static final String OCT_KEY_VALUE
Used withKeyType.OCT
-
OKP_SUBTYPE
public static final String OKP_SUBTYPE
Used withKeyType.OKP
.
-
OKP_PUBLIC_KEY
public static final String OKP_PUBLIC_KEY
Used withKeyType.OKP
.
-
OKP_PRIVATE_KEY
public static final String OKP_PRIVATE_KEY
Used withKeyType.OKP
.
-
-