Lines Matching defs:critical
41 * is obtained. The extension SHOULD be non-critical, but the PKIX profile
141 this.critical = isCritical;
150 * @param critical true if the extension is to be treated as critical.
154 public CRLDistributionPointsExtension(Boolean critical, Object value)
156 this(PKIXExtensions.CRLDistributionPoints_Id, critical, value, NAME);
163 Boolean critical, Object value, String extensionName)
167 this.critical = critical.booleanValue();
215 this.critical = isCritical;