Class CertUniqueIdentifierVersionNot2Or3

java.lang.Object
de.mtg.jzlint.lints.rfc.CertUniqueIdentifierVersionNot2Or3
All Implemented Interfaces:
JavaLint

public class CertUniqueIdentifierVersionNot2Or3 extends Object implements JavaLint
RFC 5280: 4.1.2.8 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.