Java.Security.Cert.CertificateFactory.GenerateCertPath Method
Generates a CertPath (a certificate chain) from the provided InputStream.

Syntax

[Android.Runtime.Register("generateCertPath", "(Ljava/io/InputStream;)Ljava/security/cert/CertPath;", "")]
public CertPath GenerateCertPath (System.IO.Stream inStream)

Parameters

inStream
InputStream with encoded data.

Returns

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Generates a CertPath (a certificate chain) from the provided InputStream. The default encoding scheme is applied.

[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