org.opensaml.xml.security.criteria
Class PublicKeyCriteria

java.lang.Object
  extended by org.opensaml.xml.security.criteria.PublicKeyCriteria
All Implemented Interfaces:
Criteria

public final class PublicKeyCriteria
extends Object
implements Criteria

An implementation of Criteria which specifies public key criteria.


Constructor Summary
PublicKeyCriteria(PublicKey pubKey)
          Constructor.
 
Method Summary
 PublicKey getPublicKey()
          Get the public key criteria.
 void setPublicKey(PublicKey key)
          Set the public key criteria.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublicKeyCriteria

public PublicKeyCriteria(PublicKey pubKey)
Constructor.

Parameters:
pubKey - public key
Method Detail

getPublicKey

public PublicKey getPublicKey()
Get the public key criteria.

Returns:
Returns the publicKey.

setPublicKey

public void setPublicKey(PublicKey key)
Set the public key criteria.

Parameters:
key - The publicKey to set.


Copyright © 2006-2011 Internet2. All Rights Reserved.