Describe the bug
When the certificate-analyser is invoked with a SAF keyring truststore path (e.g. safkeyring://ZWESMVD/ZoweKeyring, type JCERACFKS), the initTruststore() method in Stores.java always uses FileInputStream to open the truststore.
The initKeystore() method in the same class correctly checks isKeyring() and uses keyRingUrl()openStream() for SAF keyrings, but this handling was never added to initTrustore()
Describe the bug
When the certificate-analyser is invoked with a SAF keyring truststore path (e.g. safkeyring://ZWESMVD/ZoweKeyring, type JCERACFKS), the
initTruststore()method inStores.javaalways usesFileInputStreamto open the truststore.The
initKeystore()method in the same class correctly checksisKeyring()and useskeyRingUrl()openStream()for SAF keyrings, but this handling was never added toinitTrustore()