Documentation

Extension
in package

AbstractYes

Extension

A certificate using system MUST reject the certificate if it encounters a critical extension it does not recognize; however, a non-critical extension may be ignored if it is not recognized.

http://tools.ietf.org/html/rfc5280#section-4.2

Tags
author

Jim Wigginton terrafrost@php.net

access

public

Table of Contents

Constants

MAP  = ['type' => \phpseclib3\File\ASN1::TYPE_SEQUENCE, 'children' => ['extnId' => ['type' => \phpseclib3\File\ASN1::TYPE_OBJECT_IDENTIFIER], 'critical' => ['type' => \phpseclib3\File\ASN1::TYPE_BOOLEAN, 'optional' => true, 'default' => false], 'extnValue' => ['type' => \phpseclib3\File\ASN1::TYPE_OCTET_STRING]]]

Constants

MAP

public mixed MAP = ['type' => \phpseclib3\File\ASN1::TYPE_SEQUENCE, 'children' => ['extnId' => ['type' => \phpseclib3\File\ASN1::TYPE_OBJECT_IDENTIFIER], 'critical' => ['type' => \phpseclib3\File\ASN1::TYPE_BOOLEAN, 'optional' => true, 'default' => false], 'extnValue' => ['type' => \phpseclib3\File\ASN1::TYPE_OCTET_STRING]]]

        
On this page

Search results