mathematical scheme for demonstrating the authenticity of a digital message or document (Wikipedia).
After a jar is signed and the -tsa option was used, how can I validate that the time stamp was …
java jar digital-signature code-signing trusted-timestampIn the section 6.1.1. Consumer Obtains a Request Token of the OAuth Spec says that you must send a request that …
digital-signatureI'm using the Spring Security SAML 2.0 sample webapp on Tomcat 7 and have modified it to try to get it to …
spring-security digital-signature x509 saml-2.0 spring-samlWhat is the easiest way (in terms of computing resources) to tell if an s/mime email message is signed …
email encryption digital-signature smimeI'd like to know how I could verify the signature I created. My code to create a signature looks similar …
java digital-signature hmac hmacsha1I'm looking for a Java library that allows the creation and verification of XAdES signatures (the more formats, the better: …
xml digital-signature archiving java xml-signatureI have a web server that allows access only using X509 authentication. Works like a charm. Now I want to …
javascript digital-signature pki webcrypto-apiI have an iMac and a Macbook Pro. I updated both to Yosemite beta (the public one). But my audio …
macos digital-signature kernel-extension firewireWhy do I need to use separate public key pairs for signing and encryption and not use the same key …
security digital-signature encryption-asymmetricI'm trying to sign data using the WebCrypto API, but instead of creating a private/public key and exporting it …
javascript digital-signature digital-certificate webcrypto-api