Neos\Flow\Security\Cryptography\FileBasedSimpleKeyService::getKeyPathAndFilename PHP Méthode

getKeyPathAndFilename() protected méthode

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