[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/fgrosse/phpasn1/lib/ASN1/ -> ExplicitlyTaggedObject.php (summary)

(no description)

File Size: 131 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ExplicitlyTaggedObject:: (9 methods):
  __construct()
  calculateContentLength()
  getEncodedValue()
  getContent()
  __toString()
  getType()
  getIdentifier()
  getTag()
  fromBinary()


Class: ExplicitlyTaggedObject  - X-Ref

Class ExplicitlyTaggedObject decorate an inner object with an additional tag that gives information about
its context specific meaning.

Explanation taken from A Layman's Guide to a Subset of ASN.1, BER, and DER:
>>> An RSA Laboratories Technical Note
>>> Burton S. Kaliski Jr.
>>> Revised November 1, 1993

[...]
Explicitly tagged types are derived from other types by adding an outer tag to the underlying type.
In effect, explicitly tagged types are structured types consisting of one component, the underlying type.
Explicit tagging is denoted by the ASN.1 keywords [class number] EXPLICIT (see Section 5.2).
[...]

__construct($tag, ...$objects)   X-Ref

param: int $tag
param: \FG\ASN1\ASNObject $objects,...

calculateContentLength()   X-Ref
No description

getEncodedValue()   X-Ref
No description

getContent()   X-Ref
No description

__toString()   X-Ref
No description

getType()   X-Ref
No description

getIdentifier()   X-Ref
No description

getTag()   X-Ref
No description

fromBinary(&$binaryData, &$offsetIndex = 0)   X-Ref
No description



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer