Uses of Enum Class
org.apache.nifi.security.util.StandardTlsConfiguration.StoreType
-
Uses of StandardTlsConfiguration.StoreType in org.apache.nifi.security.util
Methods in org.apache.nifi.security.util that return StandardTlsConfiguration.StoreTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static StandardTlsConfiguration.StoreType[]StandardTlsConfiguration.StoreType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.security.util with parameters of type StandardTlsConfiguration.StoreTypeModifier and TypeMethodDescriptionprivate booleanStandardTlsConfiguration.isStorePopulated(String path, String password, KeystoreType type, StandardTlsConfiguration.StoreType storeType) private booleanStandardTlsConfiguration.isStoreValid(String path, String password, KeystoreType type, StandardTlsConfiguration.StoreType storeType)