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

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

public class GeneralNameList
extends AbstractList<GeneralName>

Representation of the GeneralNames type defined in section 4.2.1.7 of RFC 2459, which simply stores a list of GeneralName items.

Version:
$Revision: 2744 $
Author:
Middleware Services

Field Summary
 
Fields inherited from class edu.vt.middleware.crypt.x509.types.AbstractList
items
 
Constructor Summary
GeneralNameList(GeneralName[] arrayOfNames)
          Constructs a new instance from the given array of names.
GeneralNameList(List<GeneralName> listOfNames)
          Constructs a new instance from the given list of names.
 
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

GeneralNameList

public GeneralNameList(List<GeneralName> listOfNames)
Constructs a new instance from the given list of names.

Parameters:
listOfNames - List of names.

GeneralNameList

public GeneralNameList(GeneralName[] arrayOfNames)
Constructs a new instance from the given array of names.

Parameters:
arrayOfNames - Array of names.


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