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