All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.vertx.up.uca.micro.ssl.client.JksTrust Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package io.vertx.up.uca.micro.ssl.client;

import io.vertx.core.Handler;
import io.vertx.core.json.JsonObject;
import io.vertx.core.net.ClientOptionsBase;
import io.vertx.up.uca.micro.ssl.TrustPipe;

public class JksTrust implements TrustPipe {

    @Override
    public Handler parse(final JsonObject options) {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy