edu.vt.middleware.crypt.x509.types
Class DistributionPointList

java.lang.Object
  extended by edu.vt.middleware.crypt.x509.types.AbstractList<DistributionPoint>
      extended by 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: 2744 $
Author:
Middleware Services

Field Summary
 
Fields inherited from class edu.vt.middleware.crypt.x509.types.AbstractList
items
 
Constructor Summary
DistributionPointList(DistributionPoint[] arrayOfDistPoints)
          Constructs a new instance from the given array of distribution points.
DistributionPointList(List<DistributionPoint> listOfDistPoints)
          Constructs a new instance from the given list of distribution points.
 
Method Summary
 
Methods inherited from class edu.vt.middleware.crypt.x509.types.AbstractList
equals, getItems, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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-2013 Virginia Tech. All Rights Reserved.