Neos\Flow\Security\Cryptography\RsaWalletServiceInterface::sign PHP Метод

sign() публичный Метод

Signs the given plaintext with the private key identified by the given fingerprint
public sign ( string $plaintext, string $fingerprint ) : string
$plaintext string The plaintext to sign
$fingerprint string The fingerprint to identify to correct private key
Результат string The signature of the given plaintext
    public function sign($plaintext, $fingerprint);