org.opensaml.xml.security.x509
Class PKIXCriteriaSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<T>
          extended by org.opensaml.xml.util.ClassIndexedSet<PKIXCriteria>
              extended by org.opensaml.xml.security.x509.PKIXCriteriaSet
All Implemented Interfaces:
java.lang.Iterable<PKIXCriteria>, java.util.Collection<PKIXCriteria>, java.util.Set<PKIXCriteria>

public class PKIXCriteriaSet
extends ClassIndexedSet<PKIXCriteria>

This class holds instances of PKIXCriteria which are used by a PKIXValidationInformationResolver to resolve instances of PKIXValidationInformation, as well as (optionally) trust name information.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.opensaml.xml.util.ClassIndexedSet
ClassIndexedSet.ClassIndexedSetIterator
 
Constructor Summary
PKIXCriteriaSet()
          Constructor.
PKIXCriteriaSet(PKIXCriteria criteria)
          A convenience constructor for constructing and adding a single criteria.
 
Method Summary
 
Methods inherited from class org.opensaml.xml.util.ClassIndexedSet
add, add, clear, contains, get, getIndexClass, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, contains, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, toArray, toArray
 

Constructor Detail

PKIXCriteriaSet

public PKIXCriteriaSet()
Constructor.


PKIXCriteriaSet

public PKIXCriteriaSet(PKIXCriteria criteria)
A convenience constructor for constructing and adding a single criteria.

Parameters:
criteria - a single criteria