X509Factory.engineGenerateCRLs

Returns a (possibly empty) collection view of X.509 CRLs read from the given input stream <code>is</code>.

@param stream the input stream with the CRLs.

@return a (possibly empty) collection view of X.509 CRL objects initialized with the data from the input stream.

@exception CRLException on parsing errors.

class X509Factory
override
Collection!(CRL)
engineGenerateCRLs
(
InputStream stream
)

Meta