- stream
- the InputStream to load this KeyStoreSpi's data from.
- 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 the an exception occurred while loading the certificates of this code KeyStoreSpi.
Loads this KeyStoreSpi from the given InputStream. Utilizes the given password to verify the stored data.