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

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DIssuingDistributionPoint.java37 * onlySomeReasons [3] ReasonFlags OPTIONAL,
49 private ReasonFlags onlySomeReasons; field in class:IssuingDistributionPoint
55 * onlySomeReasons fields values.
58 ReasonFlags onlySomeReasons) {
60 this.onlySomeReasons = onlySomeReasons;
117 if (onlySomeReasons != null) {
118 onlySomeReasons.dumpValue(sb, prefix + " ");
171 values[3] = idp.onlySomeReasons;
57 IssuingDistributionPoint(DistributionPointName distributionPoint, ReasonFlags onlySomeReasons) argument

Completed in 206 milliseconds