Package org.webpki.crypto
Class KeyStoreReader
java.lang.Object
org.webpki.crypto.KeyStoreReader
-
Method Summary
Modifier and TypeMethodDescriptionstatic KeyStore
loadKeyStore
(byte[] buffer, String password) static KeyStore
loadKeyStore
(InputStream inputStream, String password) static KeyStore
loadKeyStore
(String keystoreFileName, String password)
-
Method Details
-
loadKeyStore
public static KeyStore loadKeyStore(byte[] buffer, String password) throws IOException, GeneralSecurityException - Throws:
IOException
GeneralSecurityException
-
loadKeyStore
public static KeyStore loadKeyStore(String keystoreFileName, String password) throws IOException, GeneralSecurityException - Throws:
IOException
GeneralSecurityException
-
loadKeyStore
public static KeyStore loadKeyStore(InputStream inputStream, String password) throws IOException, GeneralSecurityException - Throws:
IOException
GeneralSecurityException
-