[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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

Class ASNObject is the base class for all concrete ASN.1 objects.

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

Defines 13 functions

  getIdentifier()
  getBinary()
  createLengthPart()
  getNumberOfLengthOctets()
  getContentLength()
  setContentLength()
  getObjectLength()
  __toString()
  getTypeName()
  fromBinary()
  parseIdentifier()
  parseBinaryIdentifier()
  parseContentLength()

Functions
Functions that are not part of a class:

getIdentifier()   X-Ref
Returns all identifier octets. If an inheriting class models a tag with
the long form identifier format, it MUST reimplement this method to
return all octets of the identifier.

return: string Identifier as a set of octets

getBinary()   X-Ref
Encode this object using DER encoding.

return: string the full binary representation of the complete object

createLengthPart()   X-Ref
No description

getNumberOfLengthOctets($contentLength = null)   X-Ref
No description

getContentLength()   X-Ref
No description

setContentLength($newContentLength)   X-Ref
No description

getObjectLength()   X-Ref
Returns the length of the whole object (including the identifier and length octets).


__toString()   X-Ref
No description

getTypeName()   X-Ref
Returns the name of the ASN.1 Type of this object.


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

param: string $binaryData
param: int $offsetIndex
return: \FG\ASN1\ASNObject

parseIdentifier($identifierOctet, $expectedIdentifier, $offsetForExceptionHandling)   X-Ref
No description

parseBinaryIdentifier($binaryData, &$offsetIndex)   X-Ref
No description

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



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