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

java.lang.Object
  extended by edu.vt.middleware.crypt.x509.types.AbstractList<AccessDescription>
      extended by edu.vt.middleware.crypt.x509.types.AccessDescriptionList
All Implemented Interfaces:
List<AccessDescription>

public class AccessDescriptionList
extends AbstractList<AccessDescription>

Representation of the SEQUENCE of AccessDescription types that is the value of the AuthorityInformationAccess extension field defined in section 4.2.2.1 of RFC 2459.

Version:
$Revision: 428 $
Author:
Middleware Services

Field Summary
 
Fields inherited from class edu.vt.middleware.crypt.x509.types.AbstractList
items
 
Constructor Summary
AccessDescriptionList(AccessDescription[] arrayOfAccessDescriptions)
          Constructs a new instance from the given array of access descriptions.
AccessDescriptionList(List<AccessDescription> listOfAccessDescriptions)
          Constructs a new instance from the given list of access descriptions.
 
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

AccessDescriptionList

public AccessDescriptionList(List<AccessDescription> listOfAccessDescriptions)
Constructs a new instance from the given list of access descriptions.

Parameters:
listOfAccessDescriptions - List of access descriptions.

AccessDescriptionList

public AccessDescriptionList(AccessDescription[] arrayOfAccessDescriptions)
Constructs a new instance from the given array of access descriptions.

Parameters:
arrayOfAccessDescriptions - Array of access descriptions.


Copyright © 2003-2011 Virginia Tech. All Rights Reserved.