edu.vt.middleware.crypt.x509.types
Class DistributionPointList
java.lang.Object
edu.vt.middleware.crypt.x509.types.AbstractList<DistributionPoint>
edu.vt.middleware.crypt.x509.types.DistributionPointList
- All Implemented Interfaces:
- List<DistributionPoint>
public class DistributionPointList
- extends AbstractList<DistributionPoint>
Representation of the SEQUENCE of DistributionPoint types that
are the value of the CRLDistributionPoints extension field
described in section 4.2.1.14 of RFC 2459.
- Version:
- $Revision: 428 $
- Author:
- Middleware Services
DistributionPointList
public DistributionPointList(List<DistributionPoint> listOfDistPoints)
- Constructs a new instance from the given list of distribution points.
- Parameters:
listOfDistPoints - List of distribution points.
DistributionPointList
public DistributionPointList(DistributionPoint[] arrayOfDistPoints)
- Constructs a new instance from the given array of distribution points.
- Parameters:
arrayOfDistPoints - Array of distribution points.
Copyright © 2003-2011 Virginia Tech. All Rights Reserved.