org.opensaml.xml.security.criteria
Class KeyAlgorithmCriteria

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

public final class KeyAlgorithmCriteria
extends Object
implements Criteria

An implementation of Criteria which specifies key algorithm criteria.


Constructor Summary
KeyAlgorithmCriteria(String algorithm)
          Constructor.
 
Method Summary
 String getKeyAlgorithm()
          Get the key algorithm criteria.
 void setKeyAlgorithm(String algorithm)
          Set the key algorithm criteria.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyAlgorithmCriteria

public KeyAlgorithmCriteria(String algorithm)
Constructor.

Parameters:
algorithm - key algorithm
Method Detail

getKeyAlgorithm

public String getKeyAlgorithm()
Get the key algorithm criteria.

Returns:
returns the keyAlgorithm.

setKeyAlgorithm

public void setKeyAlgorithm(String algorithm)
Set the key algorithm criteria.

Parameters:
algorithm - The keyAlgorithm to set.


Copyright © 2006-2011 Internet2. All Rights Reserved.