Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe ObjectIdentifier
+ Graphe d'héritage de ObjectIdentifier:

Fonctions membres publiques

 __construct ($value)
 
 getContent ()
 
 getType ()
 
 __toString ()
 
- Fonctions membres publiques hérités de ASNObject
 getContent ()
 
 getType ()
 
 getIdentifier ()
 
 getBinary ()
 
 getObjectLength ()
 
 __toString ()
 
 getTypeName ()
 

Fonctions membres publiques statiques

static fromBinary (&$binaryData, &$offsetIndex=0)
 
- Fonctions membres publiques statiques hérités de ASNObject
static fromBinary (&$binaryData, &$offsetIndex=0)
 

Fonctions membres protégées

 calculateContentLength ()
 
 getEncodedValue ()
 
- Fonctions membres protégées hérités de ASNObject
 calculateContentLength ()
 
 getEncodedValue ()
 
 getNumberOfLengthOctets ($contentLength=null)
 
 getContentLength ()
 
 setContentLength ($newContentLength)
 

Fonctions membres protégées statiques

static parseOid (&$binaryData, &$offsetIndex, $octetsToRead)
 
- Fonctions membres protégées statiques hérités de ASNObject
static parseIdentifier ($identifierOctet, $expectedIdentifier, $offsetForExceptionHandling)
 
static parseBinaryIdentifier ($binaryData, &$offsetIndex)
 
static parseContentLength (&$binaryData, &$offsetIndex, $minimumLength=0)
 

Attributs protégés

 $subIdentifiers
 
 $value
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $value)

Références $i, ObjectIdentifier\$value, et value.

Documentation des fonctions membres

◆ __toString()

__toString ( )

Références OID\getName(), et value.

◆ calculateContentLength()

calculateContentLength ( )
protected

◆ fromBinary()

static fromBinary ( $binaryData,
$offsetIndex = 0 
)
static

Parse an instance of this class from its binary DER encoded representation.

Paramètres
string$binaryData
int$offsetIndexthe offset at which parsing of the $binaryData is started. This parameter ill be modified to contain the offset index of the next object after this object has been parsed
Exceptions
ParserExceptionif the given binary data is either invalid or not currently supported
Renvoie
static

Implémente Parsable.

Références ASNObject\$contentLength, et Identifier\OBJECT_IDENTIFIER.

Référencé par Attributes\fromBinary(), et ASNObject\fromBinary().

◆ getContent()

getContent ( )

Références ObjectIdentifier\$value.

◆ getEncodedValue()

getEncodedValue ( )
protected

Références Base128\encode().

◆ getType()

getType ( )

◆ parseOid()

static parseOid ( $binaryData,
$offsetIndex,
  $octetsToRead 
)
staticprotected

Parses an object identifier except for the first octet, which is parsed differently. This way relative object identifiers can also be parsed using this.

Paramètres
$binaryData
$offsetIndex
$octetsToRead
Exceptions
ParserException
Renvoie
string

Références $oid, et Base128\decode().

Documentation des champs

◆ $subIdentifiers

$subIdentifiers
protected

◆ $value


La documentation de cette classe a été générée à partir du fichier suivant :