Neos\Flow\Security\Cryptography\RsaWalletServiceInterface::generateNewKeypair PHP 메소드

generateNewKeypair() 공개 메소드

Generates a new keypair and returns a fingerprint to refer to it
public generateNewKeypair ( boolean $usedForPasswords = false ) : string
$usedForPasswords boolean TRUE if this keypair should be used to encrypt passwords (then decryption won't be allowed!).
리턴 string An fingerprint that identifies the generated keypair
    public function generateNewKeypair($usedForPasswords = false);