[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/ -> Element.php (summary)

ASN.1 Raw Element PHP version 5

Author: Jim Wigginton
Copyright: 2012 Jim Wigginton
License: http://www.opensource.org/licenses/mit-license.html MIT License
Link: http://phpseclib.sourceforge.net
File Size: 43 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Element:: (1 method):
  __construct()


Class: Element  - X-Ref

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()

__construct($encoded)   X-Ref
Constructor

param: string $encoded
return: \phpseclib3\File\ASN1\Element