setasign\SetaPDF2\Signer\X509\Extension
TimeStamp Class representing the Adobe proprietary X509 Time-stamp extension.
File: /SetaPDF v2/Signer/X509/Extension/TimeStamp.php
Old class name (alias):
\SetaPDF_Signer_X509_Extension_TimeStamp
Provides the server with the URL to use to signatures created using this credential.
Class hierarchy
Summary
Constants
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 }
Static Methods
create()
public static Extension::create (
\setasign\SetaPDF2\Signer\Asn1\Element $extension
): AuthorityInformationAccess|AuthorityKeyIdentifier|BasicConstraints|CrlDistributionPoint|ExtendedKeyUsage|KeyUsage|OcspNoCheck|SubjectKeyIdentifier|selfCreate an extension instance.
Parameters
- $extension : \setasign\SetaPDF2\Signer\Asn1\Element
Methods
__construct()
getLocation()
Get the Location of the time stamp server.