Searched refs:DistributionPoint (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/main/java/sun/security/x509/ |
D | CRLDistributionPointsExtension.java | 101 private List<DistributionPoint> distributionPoints; 113 List<DistributionPoint> distributionPoints) throws IOException { in CRLDistributionPointsExtension() 127 List<DistributionPoint> distributionPoints) throws IOException { in CRLDistributionPointsExtension() 137 boolean isCritical, List<DistributionPoint> distributionPoints, in CRLDistributionPointsExtension() 179 distributionPoints = new ArrayList<DistributionPoint>(); in CRLDistributionPointsExtension() 182 DistributionPoint point = new DistributionPoint(seq); in CRLDistributionPointsExtension() 231 distributionPoints = (List<DistributionPoint>)obj; in set() 243 public List<DistributionPoint> get(String name) throws IOException { in get() 258 distributionPoints = new ArrayList<DistributionPoint>(); in delete() 283 for (DistributionPoint point : distributionPoints) { in encodeThis()
|
D | DistributionPoint.java | 96 public class DistributionPoint { class 151 public DistributionPoint(GeneralNames fullName, boolean[] reasonFlags, in DistributionPoint() method in DistributionPoint 173 public DistributionPoint(RDN relativeName, boolean[] reasonFlags, in DistributionPoint() method in DistributionPoint 190 public DistributionPoint(DerValue val) throws IOException { in DistributionPoint() method in DistributionPoint 331 if (obj instanceof DistributionPoint == false) { in equals() 334 DistributionPoint other = (DistributionPoint)obj; in equals()
|
D | FreshestCRLExtension.java | 71 public FreshestCRLExtension(List<DistributionPoint> distributionPoints) in FreshestCRLExtension()
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | DistributionPointFetcher.java | 115 List<DistributionPoint> points = in getCRLs() 118 for (Iterator<DistributionPoint> t = points.iterator(); in getCRLs() 120 DistributionPoint point = t.next(); in getCRLs() 145 X509CertImpl certImpl, DistributionPoint point, boolean[] reasonsMask, in getCRLs() 316 static boolean verifyCRL(X509CertImpl certImpl, DistributionPoint point, in verifyCRL()
|
D | RevocationChecker.java | 817 List<DistributionPoint> points = null; 823 DistributionPoint point = new DistributionPoint( 831 for (DistributionPoint point : points) {
|
/libcore/ |
D | openjdk_java_files.mk | 1662 ojluni/src/main/java/sun/security/x509/DistributionPoint.java \
|