Java.Security.Cert.CertificateFactory.GenerateCertificate Method
Generates and initializes a Certificate from the provided input stream.

Syntax

[Android.Runtime.Register("generateCertificate", "(Ljava/io/InputStream;)Ljava/security/cert/Certificate;", "")]
public Certificate GenerateCertificate (System.IO.Stream inStream)

Parameters

inStream
the stream from where data is read to create the Certificate.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.Cert.CertificateExceptionif parsing problems are detected.

Remarks

Generates and initializes a Certificate from the provided input stream.

[Android Documentation]

Requirements

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