setasign\SetaPDF2\Signer\X509\Extension
AuthorityInformationAccess Class representing the X509 Certificate Authority Information Access extension.
File: /SetaPDF v2/Signer/X509/Extension/AuthorityInformationAccess.php
Old class name (alias):
\SetaPDF_Signer_X509_Extension_AuthorityInformationAccess
Class hierarchy
Summary
Constants
OID
Extension OID.
Properties
$_extension
The extension element.
Extension ::= SEQUENCE { extnID OBJECT IDENTIFIER, critical BOOLEAN DEFAULT FALSE, extnValue OCTET STRING -- contains the DER encoding of an ASN.1 value -- corresponding to the extension type identified -- by extnID }
$_logger
The logger instance.
Static Methods
create()
Create an extension instance.
Parameters
- $extension : \SetaPDF_Signer_Asn1_Element
Methods
__construct()
fetchIssuers()
?\Psr\SimpleCache\CacheInterface $cache = null
Fetch all data through certificate authority issuers URIs.
Parameters
- $informationResolverManager : \SetaPDF_Signer_InformationResolver_Manager
- $cache : ?\Psr\SimpleCache\CacheInterface
Exceptions
Throws \Psr\SimpleCache\InvalidArgumentException
Throws \Exception
getLogger()
Get the logger instance.
If no logger instance was passed before a new instance of \setasign\SetaPDF2\Signer\ValidationRelatedInfo\Logger is returned.