Class KeyStoreUtils
- java.lang.Object
-
- io.trino.plugin.jdbc.credential.keystore.KeyStoreUtils
-
public final class KeyStoreUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KeyStoreloadKeyStore(String keyStoreType, String keyStorePath, String keyStorePassword)static StringreadEntity(KeyStore keyStore, String entityAlias, String entityPassword)
-
-
-
Method Detail
-
loadKeyStore
public static KeyStore loadKeyStore(String keyStoreType, String keyStorePath, String keyStorePassword) throws IOException, GeneralSecurityException
- Throws:
IOExceptionGeneralSecurityException
-
readEntity
public static String readEntity(KeyStore keyStore, String entityAlias, String entityPassword) throws GeneralSecurityException
- Throws:
GeneralSecurityException
-
-