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. |