Neos\Flow\Security\Cryptography\RsaWalletServiceInterface::registerKeyPairFromPrivateKeyString PHP Méthode

registerKeyPairFromPrivateKeyString() public méthode

Adds the specified keypair to the local store and returns a fingerprint to refer to it.
public registerKeyPairFromPrivateKeyString ( string $privateKeyString, boolean $usedForPasswords = false ) : string
$privateKeyString string The private key in its string representation
$usedForPasswords boolean TRUE if this keypair should be used to encrypt passwords (then decryption won't be allowed!).
Résultat string The fingerprint used for storing
    public function registerKeyPairFromPrivateKeyString($privateKeyString, $usedForPasswords = false);