Documentation

Element
in package

ASN.1 Raw Element

An ASN.1 ANY mapping will return an ASN1\Element object. Use of this object will also bypass the normal encoding rules in ASN1::encodeDER()

Tags
author

Jim Wigginton terrafrost@php.net

access

public

Table of Contents

Properties

$element  : string
Raw element value

Methods

__construct()  : Element
Constructor

Properties

$element

Raw element value

public string $element
Tags
access

private

Methods

__construct()

Constructor

public __construct(string $encoded) : Element
Parameters
$encoded : string
Tags
access

public

Return values
Element

        
On this page

Search results