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

io.quarkus.test.security.certificate.PemClientCertificate Maven / Gradle / Ivy

The newest version!
package io.quarkus.test.security.certificate;

public interface PemClientCertificate extends ClientCertificate {

    String keyPath();

    String certPath();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy