|
NAMEMail::BIMI::VMC::Cert - Class to model a VMC Cert VERSIONversion 3.20250130 DESCRIPTIONClass for representing, retrieving, validating, and processing a VMC Certificate INPUTSThese 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 ascii_linesis=rw required Raw data of the Cert contents ATTRIBUTESThese 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 chainis=rw required Back reference to the chain errorsis=rw filenameis=rw Filename of temporary file containing the cert indexis=rw required Index of this certificate in the chain indicator_asnis=rw Parsed ASN data for the embedded Indicator is_validis=rw Is this a valid Cert? is_valid_to_rootis=rw Could we validate this certificate to the root certs, set by Mail::BIMI::VMC::Chain->is_valid validated_byis=rw Root and/or intermediate certificate in the chain used to verify this certificate validated_by_idis=rw Index of cert which validated this cert verifieris=rw Crypt::OpenSSL::Verify object for the Certificate warningsis=rw x509_objectis=rw Crypt::OpenSSL::X509 object for the Certificate CONSUMES
EXTENDS
METHODSis_expired()Return true if this cert has expired is_experimental()Returns true if the cert is marked as experimental has_valid_usage()Return true if this VMC has a valid usage extension for BIMI full_chain()The full chain of this certificate as verified to root REQUIRES
AUTHORMarc Bradshaw <marc@marcbradshaw.net> COPYRIGHT AND LICENSEThis 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.
|