Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<HashingAlgorithm> |
__TYPE_ARG |
Constructor and Description |
---|
HashingAlgorithm(HashingAlgorithm delegate) |
HashingAlgorithm(Object delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
HashingAlgorithm |
getDelegate() |
int |
hashCode() |
String |
id()
return the symbolic name for the algorithm
|
boolean |
needsSeparator()
Should the encoded string use the default separator to split fields.
|
static HashingAlgorithm |
newInstance(HashingAlgorithm arg) |
Set<String> |
params()
return the list of param names required for this algorithm.
|
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<HashingAlgorithm> __TYPE_ARG
public HashingAlgorithm(HashingAlgorithm delegate)
public HashingAlgorithm(Object delegate)
public HashingAlgorithm getDelegate()
public String id()
public Set<String> params()
public boolean needsSeparator()
public static HashingAlgorithm newInstance(HashingAlgorithm arg)
Copyright © 2022 Eclipse. All rights reserved.