Java.Security.Cert.CertificateFactory.GenerateCRLs Method
Generates and initializes a collection of Certificate Revocation List (CRL) from the provided input stream.

Syntax

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

Parameters

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

Returns

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Generates and initializes a collection of Certificate Revocation List (CRL) 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