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()
Deprecated.
|
boolean |
needsSeparator()
Deprecated.
|
static HashingAlgorithm |
newInstance(HashingAlgorithm arg) |
Set<String> |
params()
Deprecated.
|
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<HashingAlgorithm> __TYPE_ARG
public HashingAlgorithm(HashingAlgorithm delegate)
public HashingAlgorithm(Object delegate)
public HashingAlgorithm getDelegate()
@Deprecated public String id()
@Deprecated public Set<String> params()
@Deprecated public boolean needsSeparator()
public static HashingAlgorithm newInstance(HashingAlgorithm arg)
Copyright © 2024 Eclipse. All rights reserved.