Uses of Interface
com.teamdev.jxbrowser.net.tls.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
Modifier and TypeMethodDescriptionvoid
SelectClientCertificateCallback.Action.select
(ClientCertificate clientCertificate) Notifies the browser that the givenclientCertificate
should be selected. -
Uses of ClientCertificate in com.teamdev.jxbrowser.net.tls
Modifier and TypeMethodDescriptionstatic ClientCertificate
ClientCertificate.of
(Path keystoreFilePath, String keystorePassword, KeyStoreType keyStoreType) Loads a client certificate from the given keystore file with the given password and keystore type.static ClientCertificate
ClientCertificate.of
(X509Certificate x509Cert, SslPrivateKey privateKey) Returns theClientCertificate
instance for the givencertificate
and SSL private key.static ClientCertificate
ClientCertificate.of
(X509Certificate x509Cert, SslPrivateKey privateKey, List<X509Certificate> intermediateX509Certs) Returns theClientCertificate
instance for the givencertificate
, SSL private key, and intermediate certificates.