Uses of Enum Class
com.yahoo.security.KeyStoreType
Packages that use KeyStoreType
-
Uses of KeyStoreType in com.yahoo.security
Methods in com.yahoo.security 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.yahoo.security with parameters of type KeyStoreTypeModifier and TypeMethodDescriptionSslContextBuilder.withKeyStore(Path file, char[] password, KeyStoreType keyStoreType) SslContextBuilder.withTrustStore(Path file, KeyStoreType trustStoreType) static KeyStoreBuilderKeyStoreBuilder.withType(KeyStoreType type)