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