Uses of Enum Class
com.teamdev.jxbrowser.net.tls.KeyStoreType
Packages that use KeyStoreType
Package
Description
Contains classes and interfaces for working with SSL certificates.
-
Uses of KeyStoreType in com.teamdev.jxbrowser.net.tls
Methods in com.teamdev.jxbrowser.net.tls that return KeyStoreTypeModifier and TypeMethodDescriptionstatic KeyStoreTypeReturns the enum constant of this class with the specified name.static KeyStoreType[]KeyStoreType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.teamdev.jxbrowser.net.tls with parameters of type KeyStoreTypeModifier 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.