public static interface JsonConstants.JWK_RSA
Modifier and Type | Field and Description |
---|---|
static String |
CRT_COEFFICIENT
The first Chinese Remainder Theorem coefficient of the private RSA key.
|
static String |
MODULUS
The modulus value for the RSA key.
|
static String |
PRIME_EXPONENT_P
The first factor Chinese Remainder Theorem exponent of the private RSA key.
|
static String |
PRIME_EXPONENT_Q
The second factor Chinese Remainder Theorem exponent of the private RSA key.
|
static String |
PRIME_P
The first prime factor of the private RSA key.
|
static String |
PRIME_Q
The second prime factor of the private RSA key.
|
static String |
PRIVATE_EXPONENT
The private exponent of the RSA key.
|
static String |
PUBLIC_EXPONENT
The public exponent of the RSA key.
|
static final String MODULUS
static final String PUBLIC_EXPONENT
static final String PRIVATE_EXPONENT
static final String PRIME_P
static final String PRIME_Q
static final String PRIME_EXPONENT_P
static final String PRIME_EXPONENT_Q
static final String CRT_COEFFICIENT
Copyright © 2017. All rights reserved.