Altax\Module\Server\Resource\KeyPassphraseMap::setPassphraseAtKey PHP Method

setPassphraseAtKey() public method

public setPassphraseAtKey ( $keyPath, $passphrase )
    public function setPassphraseAtKey($keyPath, $passphrase)
    {
        $this->map[realpath($keyPath)] = $passphrase;
        return $this;
    }