Class DataEncryptionAlgorithmCriterion
java.lang.Object
net.shibboleth.oidc.security.credential.impl.DataEncryptionAlgorithmCriterion
- All Implemented Interfaces:
Criterion
An implementation of an
Criterion which specifies content encryption algorithm criteria.- Since:
- 2.2.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the encryption algorithm criteria.inthashCode()voidsetEncAlgorithm(String algorithm) Set the encryption algorithm criteria.toString()
-
Field Details
-
encAlgorithm
Key algorithm type of resolved credentials.
-
-
Constructor Details
-
DataEncryptionAlgorithmCriterion
Constructor.- Parameters:
algorithm- key algorithm
-
-
Method Details
-
getEncAlgorithm
Get the encryption algorithm criteria.- Returns:
- returns the keyAlgorithm.
-
setEncAlgorithm
Set the encryption algorithm criteria.- Parameters:
algorithm- The encryption algorithm to set.
-
toString
-
hashCode
public int hashCode() -
equals
-