Uses of Enum Class
org.seppiko.commons.utils.crypto.KeyStoreAlgorithms
Packages that use KeyStoreAlgorithms
Package
Description
Crypto classes
HttpClient classes
-
Uses of KeyStoreAlgorithms in org.seppiko.commons.utils.crypto
Methods in org.seppiko.commons.utils.crypto that return KeyStoreAlgorithmsModifier and TypeMethodDescriptionstatic KeyStoreAlgorithmsReturns the enum constant of this class with the specified name.static KeyStoreAlgorithms[]KeyStoreAlgorithms.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.seppiko.commons.utils.crypto with parameters of type KeyStoreAlgorithmsModifier and TypeMethodDescriptionstatic KeyStoreKeyUtil.keyStore(KeyStoreAlgorithms type, InputStream is, char[] password) KeyStore util -
Uses of KeyStoreAlgorithms in org.seppiko.commons.utils.http
Methods in org.seppiko.commons.utils.http with parameters of type KeyStoreAlgorithmsModifier and TypeMethodDescriptionstatic SSLContextTLSUtil.getSSLContext(TLSProtocol protocol, KeyStoreAlgorithms storeAlgorithms, InputStream certIs, String password, TrustManager[] tms) HTTP TLS Factory