Return an interned X509CRLImpl for the given certificate.
For more information, see intern(X509Certificate).
@param c The source X509CRL
@return An X509CRLImpl object that is either a cached CRL or a
newly built X509CRLImpl from the provided X509CRL
@throws CRLException if failures occur while obtaining the DER
encoding for CRL data.
Return an interned X509CRLImpl for the given certificate. For more information, see intern(X509Certificate).
@param c The source X509CRL @return An X509CRLImpl object that is either a cached CRL or a newly built X509CRLImpl from the provided X509CRL @throws CRLException if failures occur while obtaining the DER encoding for CRL data.