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

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

public class KeyPurposeIdList
extends AbstractList<KeyPurposeId>

Represents the sequence of KeyPurposeId types that are contained in the ExtendedKeyUsage extension field described in section 4.2.1.13 of RFC 2459.

Version:
$Revision: 2744 $
Author:
Middleware Services

Field Summary
 
Fields inherited from class edu.vt.middleware.crypt.x509.types.AbstractList
items
 
Constructor Summary
KeyPurposeIdList(KeyPurposeId[] arrayOfKeyPurposeIds)
          Constructs a new instance from the given array of key purpose identifiers.
KeyPurposeIdList(List<KeyPurposeId> listOfKeyPurposeIds)
          Constructs a new instance from the given list of key purpose identifiers.
 
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

KeyPurposeIdList

public KeyPurposeIdList(List<KeyPurposeId> listOfKeyPurposeIds)
Constructs a new instance from the given list of key purpose identifiers.

Parameters:
listOfKeyPurposeIds - List of key purpose identifiers.

KeyPurposeIdList

public KeyPurposeIdList(KeyPurposeId[] arrayOfKeyPurposeIds)
Constructs a new instance from the given array of key purpose identifiers.

Parameters:
arrayOfKeyPurposeIds - Array of key purpose identifiers.


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