|
NAMEMail::BIMI::VMC::Chain - Class to model a VMC Chain VERSIONversion 3.20250130 DESCRIPTIONClass for representing, retrieving, validating, and processing a VMC Certificate Chain 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 cert_listis=rw ArrayRef of individual Certificates in the chain cert_object_listis=rw ArrayRef of Crypt::OpenSSL::X509 objects for the Certificates in the chain errorsis=rw is_validis=rw Does the VMC of this chain validate back to root? warningsis=rw CONSUMES
EXTENDS
METHODSvmc()Locate and return the VMC object from this chain. app_validate()Output human readable validation status of this object 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.
|