Searched refs:hasOnlyCACerts (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DIssuingDistributionPointExtension.java100 private boolean hasOnlyCACerts = false; field in class:IssuingDistributionPointExtension
123 * @param hasOnlyCACerts if <code>true</code> then scope of the CRL
132 * <code>hasOnlyUserCerts</code>, <code>hasOnlyCACerts</code>,
138 boolean hasOnlyUserCerts, boolean hasOnlyCACerts,
142 if ((hasOnlyUserCerts && (hasOnlyCACerts || hasOnlyAttributeCerts)) ||
143 (hasOnlyCACerts && (hasOnlyUserCerts || hasOnlyAttributeCerts)) ||
144 (hasOnlyAttributeCerts && (hasOnlyUserCerts || hasOnlyCACerts))) {
146 "Only one of hasOnlyUserCerts, hasOnlyCACerts, " +
154 this.hasOnlyCACerts = hasOnlyCACerts;
136 IssuingDistributionPointExtension( DistributionPointName distributionPoint, ReasonFlags revocationReasons, boolean hasOnlyUserCerts, boolean hasOnlyCACerts, boolean hasOnlyAttributeCerts, boolean isIndirectCRL) argument
[all...]

Completed in 29 milliseconds