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

public const string TimeStamp::OID = '1.2.840.113583.1.1.9.1'

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 }

$_oid

protected string Extension::$_oid

The extension OID.


Static Methods


Methods

__construct()

The constructor.

Parameters
$extension : \SetaPDF_Signer_Asn1_Element
 

getExtensionValue()

Get the extensions value.

Exceptions

Throws \setasign\SetaPDF2\Signer\Asn1\Exception

getLocation()

public TimeStamp::getLocation (
void
): string

Get the Location of the time stamp server.

Exceptions

Throws \setasign\SetaPDF2\Signer\Asn1\Exception

Throws \setasign\SetaPDF2\Signer\Exception

getOid()

public Extension::getOid (
void
): string

Get the OID.

getVersion()

public TimeStamp::getVersion (
void
): int

Get the extension version.

Exceptions

Throws \setasign\SetaPDF2\Signer\Asn1\Exception

isCritical()

public Extension::isCritical (
void
): bool

Get the critical flag.

requiresAuth()

public TimeStamp::requiresAuth (
void
): bool

Get whether the server requires authentication or not.

Exceptions

Throws \setasign\SetaPDF2\Signer\Asn1\Exception