Class KeyManagmentAlgorithmCriterion

java.lang.Object
net.shibboleth.oidc.security.credential.impl.KeyManagmentAlgorithmCriterion
All Implemented Interfaces:
Criterion

public final class KeyManagmentAlgorithmCriterion extends Object implements Criterion
An implementation of Criterion which specifies key management algorithm criteria.
Since:
2.2.0
  • Field Details

    • algorithmName

      @Nonnull private String algorithmName
      Key algorithm type of resolved credentials.
  • Constructor Details

    • KeyManagmentAlgorithmCriterion

      public KeyManagmentAlgorithmCriterion(@Nonnull String algorithm)
      Constructor.
      Parameters:
      algorithm - key algorithm
  • Method Details

    • getAlgorithm

      @Nonnull public String getAlgorithm()
      Get the algorithm criteria.
      Returns:
      returns the keyAlgorithm.
    • setAlgorithm

      public void setAlgorithm(@Nonnull String algorithm)
      Set the algorithm criteria.
      Parameters:
      algorithm - The encryption algorithm to set.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object