Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct ($value, $nrOfUnusedBits=0) | |
getType () | |
getNumberOfUnusedBits () | |
Fonctions membres publiques hérités de OctetString | |
__construct ($value) | |
getType () | |
getContent () | |
getBinaryContent () | |
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 OctetString | |
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 OctetString | |
calculateContentLength () | |
getEncodedValue () | |
Fonctions membres protégées hérités de ASNObject | |
calculateContentLength () | |
getEncodedValue () | |
getNumberOfLengthOctets ($contentLength=null) | |
getContentLength () | |
setContentLength ($newContentLength) | |
Attributs privés | |
$nrOfUnusedBits | |
Membres hérités additionnels | |
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 hérités de OctetString | |
$value | |
__construct | ( | $value, | |
$nrOfUnusedBits = 0 |
|||
) |
Creates a new ASN.1 BitString object.
string | int | $value | Either the hexadecimal value as a string (spaces are allowed - leading 0x is optional) or a numeric value |
int | $nrOfUnusedBits | the number of unused bits in the last octet [optional]. |
Exception | if the second parameter is no positive numeric value |
Références BitString\$nrOfUnusedBits, OctetString\$value, et Symfony\Contracts\Service\__construct().
|
protected |
|
static |
Parse an instance of this class from its binary DER encoded representation.
string | $binaryData | |
int | $offsetIndex | the 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 |
ParserException | if the given binary data is either invalid or not currently supported |
Implémente Parsable.
Références ASNObject\$contentLength, BitString\$nrOfUnusedBits, OctetString\$value, et Identifier\BITSTRING.
Référencé par ASNObject\fromBinary().
|
protected |
getNumberOfUnusedBits | ( | ) |
Références BitString\$nrOfUnusedBits.
getType | ( | ) |
Références Identifier\BITSTRING.
|
private |
Référencé par BitString\__construct(), BitString\fromBinary(), et BitString\getNumberOfUnusedBits().