edu.vt.middleware.crypt.x509.types
Class GeneralNameList
java.lang.Object
edu.vt.middleware.crypt.x509.types.AbstractList<GeneralName>
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
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.