Neos\Flow\Security\Cryptography\FileBasedSimpleKeyService::getKeyPathAndFilename PHP Method

getKeyPathAndFilename() protected method

Returns the path and filename for the key with the given name.
protected getKeyPathAndFilename ( string $name ) : string
$name string
return string
    protected function getKeyPathAndFilename($name)
    {
        return Utility\Files::concatenatePaths([$this->getPath(), $this->checkKeyName($name)]);
    }