Java.Security.KeyStoreSpi.EngineStore Method
Writes this KeyStoreSpi to the specified OutputStream.

Syntax

[Android.Runtime.Register("engineStore", "(Ljava/io/OutputStream;[C)V", "GetEngineStore_Ljava_io_OutputStream_arrayCHandler")]
public abstract void EngineStore (System.IO.Stream stream, char[] password)

Parameters

stream
the OutputStream to write the store's data to.
password
the password to protect the data.

Exceptions

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

Remarks

Writes this KeyStoreSpi to the specified OutputStream. The data written to the OutputStream is protected by the specified password.

[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