The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Crypt::Perl::X509::Extension::policyConstraints

SYNOPSIS

my $usage_obj = Crypt::Perl::X509::Extension::policyConstraints->new(
    requireExplicitPolicy => 4,
    inhibitPolicyMapping => 6,
);

SEE ALSO

https://tools.ietf.org/html/rfc5280#section-4.2.1.11