edu.vt.middleware.crypt.x509.types
Class AccessDescriptionList
java.lang.Object
edu.vt.middleware.crypt.x509.types.AbstractList<AccessDescription>
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: 2744 $
- Author:
- Middleware Services
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-2013 Virginia Tech. All Rights Reserved.