Uses of Class
io.gravitee.connector.http.endpoint.KeyStoreType
-
Packages that use KeyStoreType Package Description io.gravitee.connector.http.endpoint io.gravitee.connector.http.endpoint.none -
-
Uses of KeyStoreType in io.gravitee.connector.http.endpoint
Methods in io.gravitee.connector.http.endpoint that return KeyStoreType Modifier and Type Method Description static KeyStoreTypeKeyStoreType. forValues(String type)KeyStoreTypeKeyStore. getType()static KeyStoreTypeKeyStoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyStoreType[]KeyStoreType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.gravitee.connector.http.endpoint with parameters of type KeyStoreType Constructor Description KeyStore(KeyStoreType type) -
Uses of KeyStoreType in io.gravitee.connector.http.endpoint.none
Constructors in io.gravitee.connector.http.endpoint.none with parameters of type KeyStoreType Constructor Description NoneKeyStore(KeyStoreType type)
-