Uses of Interface
com.teamdev.jxbrowser.net.tls.ClientCertificate
Packages that use ClientCertificate
Package
Description
This package provides the classes that allow you to work with browser callback.
Contains classes and interfaces for working with SSL certificates.
-
Uses of ClientCertificate in com.teamdev.jxbrowser.browser.callback
Methods in com.teamdev.jxbrowser.browser.callback with parameters of type ClientCertificateModifier and TypeMethodDescriptionvoidSelectClientCertificateCallback.Action.select(ClientCertificate clientCertificate) Notifies the browser that the givenclientCertificateshould be selected. -
Uses of ClientCertificate in com.teamdev.jxbrowser.net.tls
Methods in com.teamdev.jxbrowser.net.tls that return ClientCertificateModifier and TypeMethodDescriptionstatic ClientCertificateClientCertificate.of(Path keystoreFilePath, String keystorePassword, KeyStoreType keyStoreType) Loads a client certificate from the given keystore file with the given password and keystore type.static ClientCertificateClientCertificate.of(X509Certificate x509Cert, SslPrivateKey privateKey) Returns theClientCertificateinstance for the givencertificateand SSL private key.static ClientCertificateClientCertificate.of(X509Certificate x509Cert, SslPrivateKey privateKey, List<X509Certificate> intermediateX509Certs) Returns theClientCertificateinstance for the givencertificate, SSL private key, and intermediate certificates.