Modifier and Type | Method and Description |
---|---|
PubSecKeyOptions |
PubSecKeyOptions.setAlgorithm(String algorithm) |
PubSecKeyOptions |
PubSecKeyOptions.setCertificate(boolean certificate)
Deprecated.
|
PubSecKeyOptions |
PubSecKeyOptions.setPublicKey(String publicKey)
Deprecated.
|
PubSecKeyOptions |
PubSecKeyOptions.setSecretKey(String secretKey)
Deprecated.
|
PubSecKeyOptions |
PubSecKeyOptions.setSymmetric(boolean symmetric)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
PubSecKeyOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
PubSecKeyOptions obj) |
static void |
PubSecKeyOptionsConverter.toJson(PubSecKeyOptions obj,
io.vertx.core.json.JsonObject json) |
static void |
PubSecKeyOptionsConverter.toJson(PubSecKeyOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
PubSecKeyOptions(PubSecKeyOptions other)
Copy constructor
|
Copyright © 2021 Eclipse. All rights reserved.