Package com.itextpdf.signatures
Class OID.X509Extensions
java.lang.Object
com.itextpdf.signatures.OID.X509Extensions
- Enclosing class:
- OID
Contains all OIDs used by iText in the context of Certificate Extensions.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
One of the Internet Certificate Extensions also from https://tools.ietf.org/html/rfc5280static final String
One of the standard extensions from https://tools.ietf.org/html/rfc5280static final String
One of the standard extensions from https://tools.ietf.org/html/rfc5280static final String
One of the standard extensions from https://tools.ietf.org/html/rfc5280static final String
One of the standard extensions from https://tools.ietf.org/html/rfc5280static final String
One of the standard extensions from https://tools.ietf.org/html/rfc5280static final String
One of the standard extensions from https://tools.ietf.org/html/rfc5280static final String
One of theEXTENDED_KEY_USAGE
purposes from https://www.ietf.org/rfc/rfc2459.txtstatic final String
Extension for OCSP responder certificate from https://www.ietf.org/rfc/rfc2560.txt.static final String
One of the standard extensions from https://tools.ietf.org/html/rfc5280static final String
One of the standard extensions from https://tools.ietf.org/html/rfc5280static final String
One of the standard extensions from https://tools.ietf.org/html/rfc5280static final String
One of the standard extensions from https://tools.ietf.org/html/rfc5280static final String
One of the standard extensions from https://tools.ietf.org/html/rfc5280static final String
One of the standard extensions from https://tools.ietf.org/html/rfc5280static final String
One of the standard extensions from https://tools.ietf.org/html/rfc5280static final String
One of the standard extensions from https://tools.ietf.org/html/rfc5280static final String
One of the Internet Certificate Extensions also from https://tools.ietf.org/html/rfc5280static final String
One of the standard extensions from https://tools.ietf.org/html/rfc5280According to https://tools.ietf.org/html/rfc5280 4.2. -
Constructor Summary
-
Method Summary
-
Field Details
-
AUTHORITY_KEY_IDENTIFIER
One of the standard extensions from https://tools.ietf.org/html/rfc5280"Conforming CAs MUST mark this extension as non-critical."
- See Also:
-
SUBJECT_KEY_IDENTIFIER
One of the standard extensions from https://tools.ietf.org/html/rfc5280"Conforming CAs MUST mark this extension as non-critical."
- See Also:
-
KEY_USAGE
One of the standard extensions from https://tools.ietf.org/html/rfc5280- See Also:
-
CERTIFICATE_POLICIES
One of the standard extensions from https://tools.ietf.org/html/rfc5280- See Also:
-
POLICY_MAPPINGS
One of the standard extensions from https://tools.ietf.org/html/rfc5280- See Also:
-
SUBJECT_ALTERNATIVE_NAME
One of the standard extensions from https://tools.ietf.org/html/rfc5280- See Also:
-
ISSUER_ALTERNATIVE_NAME
One of the standard extensions from https://tools.ietf.org/html/rfc5280- See Also:
-
SUBJECT_DIRECTORY_ATTRIBUTES
One of the standard extensions from https://tools.ietf.org/html/rfc5280"Conforming CAs MUST mark this extension as non-critical."
- See Also:
-
BASIC_CONSTRAINTS
One of the standard extensions from https://tools.ietf.org/html/rfc5280- See Also:
-
NAME_CONSTRAINTS
One of the standard extensions from https://tools.ietf.org/html/rfc5280- See Also:
-
POLICY_CONSTRAINTS
One of the standard extensions from https://tools.ietf.org/html/rfc5280- See Also:
-
EXTENDED_KEY_USAGE
One of the standard extensions from https://tools.ietf.org/html/rfc5280- See Also:
-
CRL_DISTRIBUTION_POINTS
One of the standard extensions from https://tools.ietf.org/html/rfc5280- See Also:
-
INHIBIT_ANY_POLICY
One of the standard extensions from https://tools.ietf.org/html/rfc5280- See Also:
-
FRESHEST_CRL
One of the standard extensions from https://tools.ietf.org/html/rfc5280"The extension MUST be marked as non-critical by conforming CAs."
- See Also:
-
AUTHORITY_INFO_ACCESS
One of the Internet Certificate Extensions also from https://tools.ietf.org/html/rfc5280"The extension MUST be marked as non-critical by conforming CAs."
- See Also:
-
SUBJECT_INFO_ACCESS
One of the Internet Certificate Extensions also from https://tools.ietf.org/html/rfc5280"Conforming CAs MUST mark this extension as non-critical."
- See Also:
-
ID_KP_TIMESTAMPING
One of theEXTENDED_KEY_USAGE
purposes from https://www.ietf.org/rfc/rfc2459.txt- See Also:
-
ID_PKIX_OCSP_NOCHECK
Extension for OCSP responder certificate from https://www.ietf.org/rfc/rfc2560.txt.- See Also:
-
SUPPORTED_CRITICAL_EXTENSIONS
According to https://tools.ietf.org/html/rfc5280 4.2. "Certificate Extensions": "A certificate-using system MUST reject the certificate if it encounters a critical extension it does not recognize or a critical extension that contains information that it cannot process."This set consists of standard extensions which are defined in RFC specifications and are not mentioned as forbidden to be marked as critical.
-
-
Constructor Details
-
X509Extensions
public X509Extensions()
-