X509Factory.intern

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.

  1. X509CertImpl intern(X509Certificate c)
  2. X509CRLImpl intern(X509CRL c)
    class X509Factory
    static
    intern

Meta