CertificateFactorySpi.EngineGenerateCRLs(Stream) Method

Definition

Returns a (possibly empty) collection view of the CRLs read from the given input stream inStream.

[Android.Runtime.Register("engineGenerateCRLs", "(Ljava/io/InputStream;)Ljava/util/Collection;", "GetEngineGenerateCRLs_Ljava_io_InputStream_Handler")]
public abstract System.Collections.Generic.ICollection<Java.Security.Cert.CRL>? EngineGenerateCRLs (System.IO.Stream? inStream);
[<Android.Runtime.Register("engineGenerateCRLs", "(Ljava/io/InputStream;)Ljava/util/Collection;", "GetEngineGenerateCRLs_Ljava_io_InputStream_Handler")>]
abstract member EngineGenerateCRLs : System.IO.Stream -> System.Collections.Generic.ICollection<Java.Security.Cert.CRL>

Parameters

inStream
Stream

the input stream with the CRLs.

Returns

ICollection<CRL>

a (possibly empty) collection view of java.security.cert.CRL objects initialized with the data from the input stream.

Attributes

Exceptions

if parsing problems are detected.

Remarks

Java documentation for java.security.cert.CertificateFactorySpi.engineGenerateCRLs(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