Modifier and Type | Field and Description |
---|---|
static String |
AUTHORITY_INFO_ACCESS
One of the Internet Certificate Extensions also from https://tools.ietf.org/html/rfc5280
|
static String |
AUTHORITY_KEY_IDENTIFIER
One of the standard extensions from https://tools.ietf.org/html/rfc5280
|
static String |
BASIC_CONSTRAINTS
One of the standard extensions from https://tools.ietf.org/html/rfc5280
|
static String |
CERTIFICATE_POLICIES
One of the standard extensions from https://tools.ietf.org/html/rfc5280
|
static String |
CRL_DISTRIBUTION_POINTS
One of the standard extensions from https://tools.ietf.org/html/rfc5280
|
static String |
EXTENDED_KEY_USAGE
One of the standard extensions from https://tools.ietf.org/html/rfc5280
|
static String |
FRESHEST_CRL
One of the standard extensions from https://tools.ietf.org/html/rfc5280
|
static String |
ID_KP_TIMESTAMPING
One of the EXTENDED_KEY_USAGE purposes from https://www.ietf.org/rfc/rfc2459.txt
|
static String |
ID_PKIX_OCSP_NOCHECK
Extension for OCSP responder certificate from https://www.ietf.org/rfc/rfc2560.txt.
|
static String |
INHIBIT_ANY_POLICY
One of the standard extensions from https://tools.ietf.org/html/rfc5280
|
static String |
ISSUER_ALTERNATIVE_NAME
One of the standard extensions from https://tools.ietf.org/html/rfc5280
|
static String |
KEY_USAGE
One of the standard extensions from https://tools.ietf.org/html/rfc5280
|
static String |
NAME_CONSTRAINTS
One of the standard extensions from https://tools.ietf.org/html/rfc5280
|
static String |
POLICY_CONSTRAINTS
One of the standard extensions from https://tools.ietf.org/html/rfc5280
|
static String |
POLICY_MAPPINGS
One of the standard extensions from https://tools.ietf.org/html/rfc5280
|
static String |
SUBJECT_ALTERNATIVE_NAME
One of the standard extensions from https://tools.ietf.org/html/rfc5280
|
static String |
SUBJECT_DIRECTORY_ATTRIBUTES
One of the standard extensions from https://tools.ietf.org/html/rfc5280
|
static String |
SUBJECT_INFO_ACCESS
One of the Internet Certificate Extensions also from https://tools.ietf.org/html/rfc5280
|
static String |
SUBJECT_KEY_IDENTIFIER
One of the standard extensions from https://tools.ietf.org/html/rfc5280
|
static Set<String> |
SUPPORTED_CRITICAL_EXTENSIONS
According to https://tools.ietf.org/html/rfc5280 4.2.
|
Constructor and Description |
---|
X509Extensions() |
public static final String AUTHORITY_KEY_IDENTIFIER
"Conforming CAs MUST mark this extension as non-critical."
public static final String SUBJECT_KEY_IDENTIFIER
"Conforming CAs MUST mark this extension as non-critical."
public static final String KEY_USAGE
public static final String CERTIFICATE_POLICIES
public static final String POLICY_MAPPINGS
public static final String SUBJECT_ALTERNATIVE_NAME
public static final String ISSUER_ALTERNATIVE_NAME
public static final String SUBJECT_DIRECTORY_ATTRIBUTES
"Conforming CAs MUST mark this extension as non-critical."
public static final String BASIC_CONSTRAINTS
public static final String NAME_CONSTRAINTS
public static final String POLICY_CONSTRAINTS
public static final String EXTENDED_KEY_USAGE
public static final String CRL_DISTRIBUTION_POINTS
public static final String INHIBIT_ANY_POLICY
public static final String FRESHEST_CRL
"The extension MUST be marked as non-critical by conforming CAs."
public static final String AUTHORITY_INFO_ACCESS
"The extension MUST be marked as non-critical by conforming CAs."
public static final String SUBJECT_INFO_ACCESS
"Conforming CAs MUST mark this extension as non-critical."
public static final String ID_KP_TIMESTAMPING
EXTENDED_KEY_USAGE
purposes from https://www.ietf.org/rfc/rfc2459.txt
public static final String ID_PKIX_OCSP_NOCHECK
public static final Set<String> SUPPORTED_CRITICAL_EXTENSIONS
This set consists of standard extensions which are defined in RFC specifications and are not mentioned as forbidden to be marked as critical.
Copyright © 1998–2023 iText Group NV. All rights reserved.