Namshi\JOSE\Signer\OpenSSL\ECDSA::getSupportedPrivateKeyType PHP Méthode

getSupportedPrivateKeyType() protected méthode

    protected function getSupportedPrivateKeyType()
    {
        return defined('OPENSSL_KEYTYPE_EC') ? OPENSSL_KEYTYPE_EC : false;
    }