Mail::BIMI::VMC::Cert - Class to model a VMC Cert
version 3.20231123
Class for representing, retrieving, validating, and processing a VMC Certificate
These values are used as inputs for lookups and verifications, they are typically set by the caller based on values found in the message being processed
is=rw required
Raw data of the Cert contents
These values are derived from lookups and verifications made based upon the input values, it is however possible to override these with other values should you wish to, for example, validate a record before it is published in DNS, or validate an Indicator which is only available locally
Back reference to the chain
is=rw
Filename of temporary file containing the cert
Index of this certificate in the chain
Parsed ASN data for the embedded Indicator
Is this a valid Cert?
Could we validate this certificate to the root certs, set by Mail::BIMI::VMC::Chain->is_valid
Root and/or intermediate certificate in the chain used to verify this certificate
Index of cert which validated this cert
Crypt::OpenSSL::Verify object for the Certificate
Crypt::OpenSSL::X509 object for the Certificate
Mail::BIMI::Role::Data
Mail::BIMI::Role::HasError
Mail::BIMI::Base
Return true if this cert has expired
Returns true if the cert is marked as experimental
Return true if this VMC has a valid usage extension for BIMI
The full chain of this certificate as verified to root
Convert::ASN1
Crypt::OpenSSL::Verify
Crypt::OpenSSL::X509
File::Slurp
File::Temp
Mail::BIMI::Prelude
Moose
Marc Bradshaw <marc@marcbradshaw.net>
This software is copyright (c) 2020 by Marc Bradshaw.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install Mail::BIMI, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Mail::BIMI
CPAN shell
perl -MCPAN -e shell install Mail::BIMI
For more information on module installation, please visit the detailed CPAN module installation guide.