jcrypto.txt
Associated article: Java Cryptography & X.509 Authentication
Tags: Design
Published source code accompanying the article by Snezana Sucurovic and Zoran Jovanovic in which they implement X.509 authentication for Java. Also see JCRYPTO.ZIP.
Java Cryptography & X.509 Authentication
by Snezana Sucurovic and Zoran Jovanovic
Listing One
(a)
Certificate ::= SIGNED {SEQUENCE{
version [0] Version DEFAULT v1,
serialNumber CertificateSerialNumber,
signature AlgorithmIdentifier,
issuer Name,
validity Validity,
subject name,
subjectPublicKeyInfo SubjectPublicKeyInfo,
issuerUniqueIdentifier [1] IMPLICIT UniqueIdentifier OPTIONAL,
subjectUniqueIdentifier [2] IMPLICIT UniqueIdentifier ...


