Package jsdsi.sexp

Class Summary
CertificateFactory Creates certificates and certification paths from S-expressions.
KeyFactory Creates public keys from S-expressions.
KeySpec An S-expression encoded key.
ObjInputStream Reads SDSI objects encoded as S-expressions from an underlying stream.
ObjOutputStream Writes serialized Objs as S-expressions to an underlying stream.
Parser Test program for S-expressions to SPKI/SDSI object parsing.
Sexp Abstract S-expression superclass.
SexpInputStream Reads serialized S-expressions from an underlying stream.
SexpList A parenthesized list of S-expressions, where the first element is always a SexpString and is called the list's "type".
SexpOutputStream Writes serialized S-expressions to an underlying stream.
SexpString A byte string with an optional display hint.
SexpUtil Utilities for converting SDSI objects to S-expression objects.
SimpleString A simple string of data.
 

Exception Summary
SexpException This exception is used to signify an error when parsing an input stream into a Sexp.
SexpParseException This exception is used to signify an error when parsing an Sexp into a SDSI Object.