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

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DDistributionPoint.java45 * reasons [1] ReasonFlags OPTIONAL,
69 private final ReasonFlags reasons; field in class:DistributionPoint
73 ReasonFlags reasons, GeneralNames cRLIssuer) {
74 if ((reasons != null) && (distributionPoint == null) && (cRLIssuer == null)) {
75 throw new IllegalArgumentException("DistributionPoint MUST NOT consist of only the reasons field");
78 this.reasons = reasons;
88 if (reasons != null) {
89 reasons.dumpValue(sb, prefix + " ");
125 values[1] = dp.reasons;
72 DistributionPoint(DistributionPointName distributionPoint, ReasonFlags reasons, GeneralNames cRLIssuer) argument
[all...]

Completed in 73 milliseconds