PHP Class ParagonIE\Halite\KeyPair

Afficher le fichier Open project: paragonie/halite Class Usage Examples

Protected Properties

Свойство Type Description
$publicKey PublicKey
$secretKey SecretKey

Méthodes publiques

Méthode Description
__debugInfo ( ) : array Hide this from var_dump(), etc.
getPublicKey ( ) : PublicKey Get a Key object for the public key
getSecretKey ( ) : SecretKey Get a Key object for the secret key

Method Details

__debugInfo() public méthode

Hide this from var_dump(), etc.
public __debugInfo ( ) : array
Résultat array

getPublicKey() public méthode

Get a Key object for the public key
public getPublicKey ( ) : PublicKey
Résultat PublicKey

getSecretKey() public méthode

Get a Key object for the secret key
public getSecretKey ( ) : SecretKey
Résultat SecretKey

Property Details

$publicKey protected_oe property

protected PublicKey $publicKey
Résultat PublicKey

$secretKey protected_oe property

protected SecretKey $secretKey
Résultat SecretKey