Uses of Package
jsdsi

Packages that use jsdsi
jsdsi   
jsdsi.certstore Package to allow JSDSI to easily work with various stores of Certificates by the use of differing implementations of a Data Access Object (see CertificateDAO). 
jsdsi.certstore.jdbc   
jsdsi.ldap   
jsdsi.sexp   
 

Classes in jsdsi used by jsdsi
AclEntry
          An ACL entry that specifies a permission (the Tag) and a set of principals (the Subject) that may access the object protected by this entry's ACL.
Auth
          A SPKI authorization: a tag and a propagate flag.
Cert
          A single SPKI/SDSI certificate.
Certificate
          A Cert along with its validators (verification path, signature, and online test results).
CertPath
          A SPKI certification path: essentially a wrapper around the Proof class.
CertPathBuilderResult
          The result of a call to the cert path builder: contains the certification path itself.
CertPathBuilderStats
          Statistics from a cert path builder process.
CertPathParameters
          Parameters to the cert path builder and validator.
CertPathValidatorResult
          The result of a call to the cert path validator: returns true to isOk() if successful; otherwise getCause() returns the cause of the failure.
CertSelector
          Selects a set of SPKI/SDSI certificates from a CertStore.
Element
          An element of a Sequence.
ExprTag
          Distinguishes tags defined by expressions from tags in general (the latter includes Tag.ALL_TAG and Tag.NULL_TAG).
Hash
          A cryptographic hash.
Name
          A SDSI name: a principal and a sequence of strings.
Obj
          Common superclass of all SPKI/SDSI objects.
OnlineTest
          Verifies whether a certificate is valid by contacting an online principal or its agent.
Op
          An operation instruction for a verifier.
PrefixTag
          A tag that matches all strings with a given prefix.
Principal
          A principal: an entity that can define names and can grant and receive authorizations.
Proof
          A statement (a Cert) and a sequence of Certificates (Certs + validators) that proves that the statement holds.
Proof.IncompatibleException
          New Exception used by methods in this class.
PublicKey
          A public key.
PublicKeyHash
          The cryptographic hash of a public key.
RangeTag
          A tag that specifies a range of allowed values.
ReversePrefixTag
          A tag that matches strings that prefix its own string value, i.e.
Sequence
          A sequence of SPKI/SDSI objects, typically used to present certs and validators that prove a particular statement.
SetTag
          A tag that specifies a set of allowed values.
Signature
          A cryptographic signature.
SimpleTag
          A tag that contains a string type and a sequence of other tags.
StringTag
          A tag defined by a simple string.
Subject
          A subject of a certificate or an ACL entry.
Tag
          Specifies a particular authorization permission.
Validity
          A validity period and a set of online tests.
 

Classes in jsdsi used by jsdsi.certstore
Certificate
          A Cert along with its validators (verification path, signature, and online test results).
CertSelector
          Selects a set of SPKI/SDSI certificates from a CertStore.
JsdsiRuntimeException
           
 

Classes in jsdsi used by jsdsi.certstore.jdbc
Certificate
          A Cert along with its validators (verification path, signature, and online test results).
CertSelector
          Selects a set of SPKI/SDSI certificates from a CertStore.
 

Classes in jsdsi used by jsdsi.ldap
Certificate
          A Cert along with its validators (verification path, signature, and online test results).
CertSelector
          Selects a set of SPKI/SDSI certificates from a CertStore.
 

Classes in jsdsi used by jsdsi.sexp
Obj
          Common superclass of all SPKI/SDSI objects.
 



Copyright © 2002-2006 JSDSI. All Rights Reserved.