Java.Security.Cert.CertificateFactory.GenerateCertPath Method
Generates a CertPath (a certificate chain) from the given inputStream, assuming the given encoding from CertificateFactory.CertPathEncodings.

Syntax

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

Parameters

inputStream
Documentation for this section has not yet been entered.
encoding
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.Cert.CertificateExceptionif parsing problems are detected.
Java.Lang.UnsupportedOperationExceptionif the provider does not implement this method.

Remarks

Generates a CertPath (a certificate chain) from the given inputStream, assuming the given encoding from CertificateFactory.CertPathEncodings.

[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