public class SignatureAlgorithm extends Object
| Modifier and Type | Field and Description |
|---|---|
SignatureAlgorithmName |
algorithm
The signature algorithm to use.
|
HashAlgorithmName |
hashAlgorithm
The hash algorithm to use.
|
| Constructor and Description |
|---|
SignatureAlgorithm()
Default constructor.
|
SignatureAlgorithm(HashAlgorithmName hashAlgorithm,
SignatureAlgorithmName algorithm)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString()
String value of this algorithm configuration.
|
@Parameter @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) @Summary(value="The signature algorithm to use.") public SignatureAlgorithmName algorithm
@Parameter @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) @Summary(value="The hash algorithm to use.") public HashAlgorithmName hashAlgorithm
public SignatureAlgorithm()
public SignatureAlgorithm(HashAlgorithmName hashAlgorithm, SignatureAlgorithmName algorithm)
hashAlgorithm - The hash algorithm to use.algorithm - The signature algorithm to use.public String toString()
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()Copyright © 2019–2025 Teslanet.nl. All rights reserved.