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

io.vertx.up.uca.micro.ssl.server.JksCert Maven / Gradle / Ivy

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

import io.vertx.core.Handler;
import io.vertx.core.json.JsonObject;
import io.vertx.core.net.TCPSSLOptions;
import io.vertx.up.uca.micro.ssl.CertPipe;

/**
 * Pem key cert options
 */
@SuppressWarnings("unchecked")
public class JksCert implements CertPipe {

    @Override
    public Handler parse(final JsonObject config) {
        // TODO: JKS
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy