The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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