Method and Description |
---|
io.vertx.ext.jwt.JWT.addCertificate(String, String)
Replaced by
JWT.addJWK(JWK) |
io.vertx.ext.jwt.JWT.addKeyPair(String, String, String)
Replaced by
JWT.addJWK(JWK) |
io.vertx.ext.jwt.JWT.addPublicKey(String, String)
Replaced by
JWT.addJWK(JWK) |
io.vertx.ext.jwt.JWT.addSecret(String, String)
Replaced by
JWT.addJWK(JWK) |
io.vertx.ext.jwt.JWT.addSecretKey(String, String)
Replaced by
JWT.addJWK(JWK) |
Constructor and Description |
---|
io.vertx.ext.jwt.JWT(KeyStore, char[]) |
io.vertx.ext.jwt.JWT(String, boolean) |
Copyright © 2019 Eclipse. All rights reserved.