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

getPublicKey() 공개 메소드

Returns the public key for the given fingerprint
public getPublicKey ( string $fingerprint ) : OpenSslRsaKey
$fingerprint string The fingerprint
리턴 OpenSslRsaKey The public key
    public function getPublicKey($fingerprint);