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

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DDistributionPoint.java46 * cRLIssuer [2] GeneralNames OPTIONAL
70 private final GeneralNames cRLIssuer; field in class:DistributionPoint
73 ReasonFlags reasons, GeneralNames cRLIssuer) {
74 if ((reasons != null) && (distributionPoint == null) && (cRLIssuer == null)) {
79 this.cRLIssuer = cRLIssuer;
91 if (cRLIssuer != null) {
94 cRLIssuer.dumpValue(sb, prefix + " ");
126 values[2] = dp.cRLIssuer;
72 DistributionPoint(DistributionPointName distributionPoint, ReasonFlags reasons, GeneralNames cRLIssuer) argument

Completed in 475 milliseconds