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);