CRLExtensions.encode

Encode the extensions in DER form to the stream.

@param stream the DerOutputStream to marshal the contents to. @param isExplicit the tag indicating whether this is an entry extension (false) or a CRL extension (true). @exception CRLException on encoding errors.

class CRLExtensions
void
encode
(
OutputStream stream
,)

Meta