CertificateFactorySpi.EngineGenerateCRL(Stream) Method

Definition

Generates a certificate revocation list (CRL) object and initializes it with the data read from the input stream inStream.

[Android.Runtime.Register("engineGenerateCRL", "(Ljava/io/InputStream;)Ljava/security/cert/CRL;", "GetEngineGenerateCRL_Ljava_io_InputStream_Handler")]
public abstract Java.Security.Cert.CRL? EngineGenerateCRL (System.IO.Stream? inStream);
[<Android.Runtime.Register("engineGenerateCRL", "(Ljava/io/InputStream;)Ljava/security/cert/CRL;", "GetEngineGenerateCRL_Ljava_io_InputStream_Handler")>]
abstract member EngineGenerateCRL : System.IO.Stream -> Java.Security.Cert.CRL

Parameters

inStream
Stream

an input stream with the CRL data.

Returns

CRL

a CRL object initialized with the data from the input stream.

Attributes

Exceptions

if parsing problems are detected.

Remarks

Java documentation for java.security.cert.CertificateFactorySpi.engineGenerateCRL(java.io.InputStream).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to