Thax - Wiki Development

Home | Edit | All Pages | Recent Changes |

Digital Certificates


Defective Sign & Encrypt in S/MIME, PKCS#7, MOSS, PEM, PGP, and XML
also see Don Davis' Cryptography Articles

RSA BSafe stuff

CertJ examples


I think the following is in relation the IAIK library??

encoding it (see demo.cms.TestContentInfo, method getSignedData(Stream)):

ContentInfo ci = new ContentInfo(signedData);
byte[] enc = ci.getEncoded();
from http://lists.iaik.tugraz.at/pipermail/jce-general/2006-July/005740.html

From SUN, the
Generating and Verifying Signatures

The following looks really cool
http://terrencemiao.com/Webmail/msg00944.html

Sun sample code for verifying signatures
http://java.sun.com/docs/books/tutorial/security/apisign/examples/VerSig.java
However, I don't understand what this singature thing is?? It doesn't seem to be a PKCS 7

Formally PHAOS, some notes from Oracle ID mgmt
http://www.oracle.com/technology/products/id_mgmt/phaos/smime22/doc/examples.txt
S/MIME stuff