- stream
- the InputStream to load this KeyStore's data from or null.
- password
- the password to verify the stored data, maybe null.
Type Reason Java.IO.IOException if a problem occurred while reading from the stream. Java.Security.NoSuchAlgorithmException if the required algorithm is not available. Java.Security.Cert.CertificateException if an exception occurred while loading the certificates of this KeyStore.
Initializes this KeyStore from the provided InputStream. Pass null as the stream argument to initialize an empty KeyStore or to initialize a KeyStore which does not rely on an InputStream. This KeyStore utilizes the given password to verify the stored data.