Class KeyStoreReader
- java.lang.Object
-
- io.buildlogic.truststore.maven.plugin.keystore.KeyStoreReader
-
public class KeyStoreReader extends Object
-
-
Constructor Summary
Constructors Constructor Description KeyStoreReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<X509Certificate>readCertificates(String file, String password)static KeyStorereadKeyStore(String file, String password)
-