Package io.jans.as.model.jwk
Class JWKParameter
- java.lang.Object
-
- io.jans.as.model.jwk.JWKParameter
-
public class JWKParameter extends Object
- Version:
- September 30, 2021
- Author:
- Javier Rojas Blum
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALGORITHM
static String
CERTIFICATE_CHAIN
static String
CURVE
static String
D
static String
DESCRIPTION
static String
EXPIRATION_TIME
static String
EXPONENT
static String
JSON_WEB_KEY_SET
static String
KEY_ID
static String
KEY_OPS_TYPE
static String
KEY_TYPE
static String
KEY_USE
static String
KEY_VALUE
static String
MODULUS
static String
NAME
static String
PRIVATE_KEY
static String
PUBLIC_KEY
static String
X
static String
Y
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_WEB_KEY_SET
public static final String JSON_WEB_KEY_SET
- See Also:
- Constant Field Values
-
KEY_TYPE
public static final String KEY_TYPE
- See Also:
- Constant Field Values
-
KEY_USE
public static final String KEY_USE
- See Also:
- Constant Field Values
-
KEY_OPS_TYPE
public static final String KEY_OPS_TYPE
- See Also:
- Constant Field Values
-
ALGORITHM
public static final String ALGORITHM
- See Also:
- Constant Field Values
-
KEY_ID
public static final String KEY_ID
- See Also:
- Constant Field Values
-
EXPIRATION_TIME
public static final String EXPIRATION_TIME
- See Also:
- Constant Field Values
-
MODULUS
public static final String MODULUS
- See Also:
- Constant Field Values
-
EXPONENT
public static final String EXPONENT
- See Also:
- Constant Field Values
-
CURVE
public static final String CURVE
- See Also:
- Constant Field Values
-
X
public static final String X
- See Also:
- Constant Field Values
-
Y
public static final String Y
- See Also:
- Constant Field Values
-
D
public static final String D
- See Also:
- Constant Field Values
-
KEY_VALUE
public static final String KEY_VALUE
- See Also:
- Constant Field Values
-
CERTIFICATE_CHAIN
public static final String CERTIFICATE_CHAIN
- See Also:
- Constant Field Values
-
PRIVATE_KEY
public static final String PRIVATE_KEY
- See Also:
- Constant Field Values
-
PUBLIC_KEY
public static final String PUBLIC_KEY
- See Also:
- Constant Field Values
-
-