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

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

public class PolicyInformationList
extends AbstractList<PolicyInformation>

Stores a list of PolicyInformation objects that could represent the data in the CertificatePolicies extension field defined in section 4.2.1.5 of RFC 2459.

Version:
$Revision: 427 $
Author:
Middleware Services

Field Summary
 
Fields inherited from class edu.vt.middleware.crypt.x509.types.AbstractList
items
 
Constructor Summary
PolicyInformationList(List<PolicyInformation> listOfPolicies)
          Constructs a new instance from the given list of policies.
PolicyInformationList(PolicyInformation[] arrayOfPolicies)
          Constructs a new instance from the given array of policies.
 
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

PolicyInformationList

public PolicyInformationList(List<PolicyInformation> listOfPolicies)
Constructs a new instance from the given list of policies.

Parameters:
listOfPolicies - List of certificate policies.

PolicyInformationList

public PolicyInformationList(PolicyInformation[] arrayOfPolicies)
Constructs a new instance from the given array of policies.

Parameters:
arrayOfPolicies - Array of policies.


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