fun loadCertificateFromKeyStore(keyStoreFilePath: Path, storePassword: String, alias: String): X509Certificate
Extract public X509 certificate from a KeyStore file assuming storage alias is know
keyStoreFilePath
- Path to load KeyStore fromstorePassword
- Password to unlock the KeyStorealias
- The name to lookup the Key and Certificate chain fromReturn
The X509Certificate found in the KeyStore under the specified alias