Neos\Flow\Security\Cryptography\RsaWalletServiceInterface::registerKeyPairFromPrivateKeyString PHP Method

registerKeyPairFromPrivateKeyString() public method

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!).
return string The fingerprint used for storing
    public function registerKeyPairFromPrivateKeyString($privateKeyString, $usedForPasswords = false);