Package de.mtg.jzlint.lints.rfc
Class WrongTimeFormatPre2050
java.lang.Object
de.mtg.jzlint.lints.rfc.WrongTimeFormatPre2050
- All Implemented Interfaces:
JavaLint
CAs conforming to this profile MUST always encode certificate
validity dates through the year 2049 as UTCTime; certificate validity
dates in 2050 or later MUST be encoded as GeneralizedTime.
Conforming applications MUST be able to process validity dates that
are encoded in either UTCTime or GeneralizedTime.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplies(X509Certificate certificate) execute(X509Certificate certificate)
-
Constructor Details
-
WrongTimeFormatPre2050
public WrongTimeFormatPre2050()
-
-
Method Details
-
execute
-
checkApplies
- Specified by:
checkAppliesin interfaceJavaLint
-