Package jsdsi.sexp

Interface Summary
SexpInput  
SexpOutput  
 

Class Summary
CertificateFactory Creates certificates and certification paths from S-expressions.
KeyFactory Creates public keys from S-expressions.
ObjInputStream Reads SDSI objects encoded as S-expressions from an underlying stream.
ObjOutputStream Writes serialized Objs as S-expressions to an underlying stream.
Parser Parses S-expressions into SPKI/SDSI objects.
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.
 

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.
 



Copyright © 2002-2006 JSDSI. All Rights Reserved.