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

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DIssuingDistributionPointExtension.java101 private boolean hasOnlyAttributeCerts = false; field in class:IssuingDistributionPointExtension
125 * @param hasOnlyAttributeCerts if <code>true</code> then scope of the CRL
133 * <code>hasOnlyAttributeCerts</code> is set to <code>true</code>.
139 boolean hasOnlyAttributeCerts, boolean isIndirectCRL)
142 if ((hasOnlyUserCerts && (hasOnlyCACerts || hasOnlyAttributeCerts)) ||
143 (hasOnlyCACerts && (hasOnlyUserCerts || hasOnlyAttributeCerts)) ||
144 (hasOnlyAttributeCerts && (hasOnlyUserCerts || hasOnlyCACerts))) {
147 "hasOnlyAttributeCerts may be set to true");
155 this.hasOnlyAttributeCerts = hasOnlyAttributeCerts;
136 IssuingDistributionPointExtension( DistributionPointName distributionPoint, ReasonFlags revocationReasons, boolean hasOnlyUserCerts, boolean hasOnlyCACerts, boolean hasOnlyAttributeCerts, boolean isIndirectCRL) argument
[all...]

Completed in 29 milliseconds