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.


Field Summary
private  String keyAlgorithm
          Key algorithm type of resolved credentials.
 
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
 

Field Detail

keyAlgorithm

private String keyAlgorithm
Key algorithm type of resolved credentials.

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