NAME
App::CamelPKI::CRL - Model for X509 Certificate Revocation List (CRL) in Camel-PKI
SYNOPSIS
use App::CamelPKI::CRL;
my $cert = parse App::CamelPKI::CRL($pemstring, -format => "PEM");
my $derstring = $cert->serialize(-format => "DER");
DESCRIPTION
Instances from this class are immuables and modelize CRLs, no matter these CRLs are issued by App-PKI or not.
is_member($certificate)
Returns a value true if and only if $certificate, a App::CamelPKI::Certificate instance, is member of the CRL.