edu.vt.middleware.crypt.x509.types
Interface List<T>

Type Parameters:
T - Type of object contained in collection.
All Known Implementing Classes:
AbstractList, AccessDescriptionList, DistributionPointList, GeneralNameList, KeyPurposeIdList, PolicyInformationList, RelativeDistinguishedName

public interface List<T>

Interface describing a type that is simply a collection of other types.

Version:
$Revision: 2744 $
Author:
Middleware Services

Method Summary
 T[] getItems()
           
 

Method Detail

getItems

T[] getItems()
Returns:
Array of items in the collection.


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