HomeSort by relevance Sort by last modified time
    Searched refs:distributionPoints (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/sun/security/x509/
CRLDistributionPointsExtension.java 101 private List<DistributionPoint> distributionPoints;
109 * @param distributionPoints the list of distribution points
113 List<DistributionPoint> distributionPoints) throws IOException {
115 this(false, distributionPoints);
123 * @param distributionPoints the list of distribution points
127 List<DistributionPoint> distributionPoints) throws IOException {
130 distributionPoints, NAME);
137 boolean isCritical, List<DistributionPoint> distributionPoints,
142 this.distributionPoints = distributionPoints;
    [all...]
FreshestCRLExtension.java 69 * @param distributionPoints the list of delta CRL distribution points.
71 public FreshestCRLExtension(List<DistributionPoint> distributionPoints)
74 super(PKIXExtensions.FreshestCRL_Id, false, distributionPoints, NAME);

Completed in 122 milliseconds