Top "Signature" questions

In computer programming, especially object-oriented programming, a method is commonly identified by its unique method signature, which usually includes the method name, and the number, types and order of its parameters.

Where do I get a list of all known viruses signatures?

I have written some antivirus software in Python, but am unable to find virus signatures. The software works by dumping …

python signature antivirus signatures
legal main method signature in java

class NewClass{ public static void main(String a){ System.out.print("Hello"); } } When I'm trying to execute above code, then …

java main signature main-method
How to produce XML signature with no whitespaces and line-breaks in Java?

I work with the brazilian "Nota Fiscal Eletronica" project, in which they define a standart way to sign XML documents. …

java xml apache signature xml-signature
Absolute minimum code to get a valid oauth_signature populated in Java or Groovy?

SO I am testing a Rest OAuth implementation. My testing tool will send the HTTP Request, but I need to …

java groovy oauth signature
Sign SAML Response with or without Assertion Signature?

When signing a SAML Response that also has a signed Assertion, should I: A) Generate the Response signature without the …

xml response signature saml sign
Internet Explorer shows valid certificate as "corrupt or invalid signature"

We have signed our product installation using SignTool.exe and GoDaddy certificate, and our signature appears valid in windows and …

internet-explorer certificate installation signature
How to find signature of apk file?

What's the easiest way to find signature of an apk file? Please note that I'm not asking about code. I …

android signature
signature with SHA256

I have a smartcard and I need to sign a file with this. That is a big problem as I …

rsa sha1 signature sha256 rsacryptoserviceprovider
Laravel 5.7 signed route returns 403 invalid signature

I'm trying to take advantage of the new signed middleware in Laravel 5.7, but for some reason the generated signed URL …

php laravel url signature