public class HashSource extends Object implements SourceExpression, MatchesHash
| Modifier and Type | Class and Description |
|---|---|
static class |
HashSource.HashAlgorithm |
| Constructor and Description |
|---|
HashSource(HashSource.HashAlgorithm algorithm,
Base64Value value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
boolean |
matchesHash(HashSource.HashAlgorithm algorithm,
Base64Value value) |
String |
show() |
void |
validationErrors() |
public HashSource(@Nonnull HashSource.HashAlgorithm algorithm, @Nonnull Base64Value value)
public void validationErrors()
public boolean matchesHash(@Nonnull HashSource.HashAlgorithm algorithm, @Nonnull Base64Value value)
matchesHash in interface MatchesHashCopyright © 2020. All rights reserved.