PHP Class ParagonIE\Halite\Asymmetric\EncryptionSecretKey

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

Méthodes publiques

Méthode Description
__construct ( HiddenString $keyMaterial )
derivePublicKey ( ) : EncryptionPublicKey See the appropriate derived class.

Method Details

__construct() public méthode

public __construct ( HiddenString $keyMaterial )
$keyMaterial ParagonIE\Halite\HiddenString - The actual key data

derivePublicKey() public méthode

See the appropriate derived class.
public derivePublicKey ( ) : EncryptionPublicKey
Résultat EncryptionPublicKey