
App::CamelPKI::CRL - Model for X509 Certificate Revocation List (CRL) in Camel-PKI

use App::CamelPKI::CRL; my $cert = parse App::CamelPKI::CRL($pemstring, -format => "PEM"); my $derstring = $cert->serialize(-format => "DER");

Instances from this class are immuables and modelize CRLs, no matter these CRLs are issued by App-PKI or not.
Returns a value true if and only if $certificate, a App::CamelPKI::Certificate instance, is member of the CRL.