SEQUENCE { userCertificate CertificateSerialNumber, revocationDate Time, crlEntryExtensions Extensions OPTIONAL -- if present, must be v2 }
161162163164165166167168169170
* places as well, which is easily forgotten). * * --volker roth */ if ((aReason < 0) || (aReason == 7) || (aReason > 8)) { throw new X509Exception("Reasoncode unknown"); } theReason = new ASN1Enumerated(aReason); super.setValue(theReason); }