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

Fonctions membres publiques

 toString ($type, array $options=[])
 
 toBigInteger ()
 
- Fonctions membres publiques hérités de DH
 withHash ($hash)
 
 getHash ()
 
 getParameters ()
 
- Fonctions membres publiques hérités de AsymmetricKey
 toString ($type, array $options=[])
 
 getLoadedFormat ()
 
 getComment ()
 
 __toString ()
 
 withHash ($hash)
 
 getHash ()
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de DH
static createParameters (... $args)
 
static createKey (Parameters $params, $length=0)
 
static computeSecret ($private, $public)
 
static load ($key, $password=false)
 
- Fonctions membres publiques statiques hérités de AsymmetricKey
static load ($key, $password=false)
 
static loadPrivateKey ($key, $password='')
 
static loadPublicKey ($key)
 
static loadParameters ($key)
 
static loadFormat ($type, $key, $password=false)
 
static loadPrivateKeyFormat ($type, $key, $password=false)
 
static loadPublicKeyFormat ($type, $key)
 
static loadParametersFormat ($type, $key)
 
static getSupportedKeyFormats ()
 
static addFileFormat ($fullname)
 
static useBestEngine ()
 
static useInternalEngine ()
 
- Champs de données hérités de DH
const ALGORITHM = 'DH'
 
- Fonctions membres protégées hérités de AsymmetricKey
 __construct ()
 
 computek ($h1)
 
 bits2int ($in)
 
- Fonctions membres protégées statiques hérités de DH
static onLoad ($components)
 
- Fonctions membres protégées statiques hérités de AsymmetricKey
static initialize_static_variables ()
 
static validatePlugin ($format, $type, $method=null)
 
- Attributs protégés hérités de DH
 $prime
 
 $base
 
- Attributs protégés hérités de AsymmetricKey
 $format
 
 $hash
 
- Attributs protégés statiques hérités de AsymmetricKey
static $zero
 
static $one
 
static $engines = []
 

Documentation des fonctions membres

◆ toBigInteger()

toBigInteger ( )

Returns the public key as a BigInteger

Renvoie

◆ toString()

toString (   $type,
array  $options = [] 
)

Returns the public key

Paramètres
string$type
array$optionsoptional
Renvoie
string

Références $options, et $type.


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