Jeremie Klein > App-CamelPKI-0.07 > App::CamelPKI::CRL

Download:
CamelPKI/App-CamelPKI-0.07.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

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.