Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct ($commonName, $email, $organization, $locality, $state, $country, $organizationalUnit) | |
getCommonName () | |
getEmail () | |
getOrganization () | |
getLocality () | |
getState () | |
getCountry () | |
getOrganizationalUnit () | |
Fonctions membres publiques hérités de Sequence | |
getType () | |
Fonctions membres publiques hérités de Construct | |
__construct (... $children) | |
getContent () | |
rewind () | |
current () | |
key () | |
next () | |
valid () | |
offsetExists ($offset) | |
offsetGet ($offset) | |
offsetSet ($offset, $value) | |
offsetUnset ($offset) | |
addChild (ASNObject $child) | |
addChildren (array $children) | |
__toString () | |
getNumberOfChildren () | |
getChildren () | |
getFirstChild () | |
count ($mode=COUNT_NORMAL) | |
getIterator () | |
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 Construct | |
static | fromBinary (&$binaryData, &$offsetIndex=0) |
Fonctions membres publiques statiques hérités de ASNObject | |
static | fromBinary (&$binaryData, &$offsetIndex=0) |
Attributs privés | |
$commonName | |
$organization | |
$locality | |
$state | |
$country | |
$organizationalUnit | |
Membres hérités additionnels | |
Fonctions membres protégées hérités de Construct | |
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 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 Construct | |
$children | |
__construct | ( | $commonName, | |
$email, | |||
$organization, | |||
$locality, | |||
$state, | |||
$country, | |||
$organizationalUnit | |||
) |
string | $commonName | |
string | ||
string | $organization | |
string | $locality | |
string | $state | |
string | $country | |
string | $organizationalUnit |
Références CertificateSubject\$commonName, CertificateSubject\$country, CertificateSubject\$email, CertificateSubject\$locality, CertificateSubject\$organization, CertificateSubject\$organizationalUnit, CertificateSubject\$state, Symfony\Contracts\Service\__construct(), OID\COMMON_NAME, OID\COUNTRY_NAME, OID\LOCALITY_NAME, OID\ORGANIZATION_NAME, OID\OU_NAME, OID\PKCS9_EMAIL, et OID\STATE_OR_PROVINCE_NAME.
|
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, $names, RelativeDistinguishedName\fromBinary(), et Identifier\SEQUENCE.
getCommonName | ( | ) |
Références CertificateSubject\$commonName.
getCountry | ( | ) |
Références CertificateSubject\$country.
getEmail | ( | ) |
Références CertificateSubject\$email.
getLocality | ( | ) |
Références CertificateSubject\$locality.
getOrganization | ( | ) |
Références CertificateSubject\$organization.
getOrganizationalUnit | ( | ) |
Références CertificateSubject\$organizationalUnit.
getState | ( | ) |
Références CertificateSubject\$state.
|
private |
Référencé par CertificateSubject\__construct(), et CertificateSubject\getCommonName().
|
private |
Référencé par CertificateSubject\__construct(), et CertificateSubject\getCountry().
|
private |
Référencé par CertificateSubject\__construct(), et CertificateSubject\getEmail().
|
private |
Référencé par CertificateSubject\__construct(), et CertificateSubject\getLocality().
|
private |
Référencé par CertificateSubject\__construct(), et CertificateSubject\getOrganization().
|
private |
Référencé par CertificateSubject\__construct(), et CertificateSubject\getOrganizationalUnit().
|
private |
Référencé par CertificateSubject\__construct(), et CertificateSubject\getState().