Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct ($string) | |
getContent () | |
Fonctions membres publiques hérités de ASNObject | |
getContent () | |
getType () | |
getIdentifier () | |
getBinary () | |
getObjectLength () | |
__toString () | |
getTypeName () | |
Fonctions membres publiques statiques | |
static | fromBinary (&$binaryData, &$offsetIndex=0) |
static | isValid ($string) |
Fonctions membres publiques statiques hérités de ASNObject | |
static | fromBinary (&$binaryData, &$offsetIndex=0) |
Fonctions membres protégées | |
allowCharacter ($character) | |
allowCharacters (... $characters) | |
allowNumbers () | |
allowAllLetters () | |
allowSmallLetters () | |
allowCapitalLetters () | |
allowSpaces () | |
allowAll () | |
calculateContentLength () | |
getEncodedValue () | |
checkString () | |
Fonctions membres protégées hérités de ASNObject | |
calculateContentLength () | |
getEncodedValue () | |
getNumberOfLengthOctets ($contentLength=null) | |
getContentLength () | |
setContentLength ($newContentLength) | |
Attributs protégés | |
$value | |
Attributs privés | |
$checkStringForIllegalChars = true | |
$allowedCharacters = [] | |
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) |
__construct | ( | $string | ) |
The abstract base class for ASN.1 classes which represent some string of character.
string | $string |
Références value.
|
protected |
|
protected |
Références AbstractString\allowCapitalLetters(), et AbstractString\allowSmallLetters().
Référencé par PrintableString\__construct().
|
protected |
Référencé par AbstractString\allowAllLetters().
|
protected |
Référencé par IA5String\__construct().
|
protected |
Référencé par PrintableString\__construct().
|
protected |
Référencé par NumericString\__construct(), et PrintableString\__construct().
|
protected |
Référencé par AbstractString\allowAllLetters().
|
protected |
Référencé par NumericString\__construct(), et PrintableString\__construct().
|
protected |
Références value.
|
protected |
Références $i, ASNObject\getContentLength(), Identifier\getName(), ASNObject\getType(), et value.
Référencé par AbstractString\getEncodedValue().
|
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.
Référencé par ASNObject\fromBinary().
getContent | ( | ) |
Références AbstractString\$value.
|
protected |
Références AbstractString\$value, et AbstractString\checkString().
|
static |
Référencé par RDNString\__construct().
|
private |
|
private |
|
protected |
Référencé par AbstractString\getContent(), et AbstractString\getEncodedValue().