Searched defs:hasOnlyUserCerts (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DIssuingDistributionPointExtension.java99 private boolean hasOnlyUserCerts = false; field in class:IssuingDistributionPointExtension
121 * @param hasOnlyUserCerts 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, " +
153 this.hasOnlyUserCerts = hasOnlyUserCerts;
136 IssuingDistributionPointExtension( DistributionPointName distributionPoint, ReasonFlags revocationReasons, boolean hasOnlyUserCerts, boolean hasOnlyCACerts, boolean hasOnlyAttributeCerts, boolean isIndirectCRL) argument
[all...]

Completed in 29 milliseconds