Package de.mtg.jzlint.lints.rfc
Class CertContainsUniqueIdentifier
java.lang.Object
de.mtg.jzlint.lints.rfc.CertContainsUniqueIdentifier
- All Implemented Interfaces:
JavaLint
These fields MUST only appear if the version is 2 or 3 (Section 4.1.2.1).
These fields MUST NOT appear if the version is 1. The subject and issuer
unique identifiers are present in the certificate to handle the possibility
of reuse of subject and/or issuer names over time. This profile RECOMMENDS
that names not be reused for different entities and that Internet certificates
not make use of unique identifiers. CAs conforming to this profile MUST NOT
generate certificates with unique identifiers. Applications conforming to
this profile SHOULD be capable of parsing certificates that include unique
identifiers, but there are no processing requirements associated with the
unique identifiers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
CertContainsUniqueIdentifier
public CertContainsUniqueIdentifier()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-