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.


Field Summary
private  PublicKey publicKey
          Specifier of public key associated with resolved credentials.
 
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
 

Field Detail

publicKey

private PublicKey publicKey
Specifier of public key associated with resolved credentials.

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 © 1999-2013. All Rights Reserved.