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

Syntax

[Android.Runtime.Register("generateCRL", "(Ljava/io/InputStream;)Ljava/security/cert/CRL;", "")]
public CRL GenerateCRL (System.IO.Stream inStream)

Parameters

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

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 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