Java.Security.Cert.CertificateFactory.GenerateCertificates Method
Generates and initializes a collection of (unrelated) certificates from the provided input stream.

Syntax

[Android.Runtime.Register("generateCertificates", "(Ljava/io/InputStream;)Ljava/util/Collection;", "")]
public ICollection<Certificate> GenerateCertificates (System.IO.Stream inStream)

Parameters

inStream
the stream from which the data is read to create the collection.

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 collection of (unrelated) certificates 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