Java.Security.KeyStoreSpi.EngineLoad Method
Loads this KeyStoreSpi from the given InputStream.

Syntax

[Android.Runtime.Register("engineLoad", "(Ljava/io/InputStream;[C)V", "GetEngineLoad_Ljava_io_InputStream_arrayCHandler")]
public abstract void EngineLoad (System.IO.Stream stream, char[] password)

Parameters

stream
the InputStream to load this KeyStoreSpi's data from.
password
the password to verify the stored data, maybe null.

Exceptions

TypeReason
Java.IO.IOExceptionif a problem occurred while reading from the stream.
Java.Security.NoSuchAlgorithmExceptionif the required algorithm is not available.
Java.Security.Cert.CertificateExceptionif the an exception occurred while loading the certificates of this code KeyStoreSpi.

Remarks

Loads this KeyStoreSpi from the given InputStream. Utilizes the given password to verify the stored data.

[Android Documentation]

Requirements

Namespace: Java.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1