Uses of Class
jsdsi.Certificate

Packages that use Certificate
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   
 

Uses of Certificate in jsdsi
 

Methods in jsdsi that return Certificate
static Certificate Certificate.fromElements(java.util.Iterator elems)
          Factory method for creating a new Certificate from an iterator that holds a Cert and a Signature.
static Certificate Certificate.fromSequence(Sequence seq)
          Factory method that creates a new Certificate from a given Sequence that contains a Cert and a Signature (in this order).
 Certificate[] Proof.getCertificates()
           
 

Methods in jsdsi with parameters of type Certificate
 boolean AuthCertSelector.match(Certificate cert)
           
abstract  boolean CertSelector.match(Certificate cert)
           
 boolean CompatibleCertSelector.match(Certificate cert)
           
 boolean IssuerCertSelector.match(Certificate cert)
           
 boolean NameCertSelector.match(Certificate cert)
           
 boolean SubjectCertSelector.match(Certificate cert)
           
 

Constructors in jsdsi with parameters of type Certificate
Proof(Certificate c)
          Creates a new proof from a given Certificate.
 

Uses of Certificate in jsdsi.certstore
 

Methods in jsdsi.certstore with parameters of type Certificate
 void CertificateDAO.store(Certificate certificate)
          Optional operation for storing a certificate.
 void InMemoryCertificateDAO.store(Certificate certificate)
           
 

Uses of Certificate in jsdsi.certstore.jdbc
 

Methods in jsdsi.certstore.jdbc with parameters of type Certificate
 void JdbcCertificateDAO.store(Certificate certificate)
           
 

Uses of Certificate in jsdsi.ldap
 

Methods in jsdsi.ldap that return Certificate
 Certificate LDAPOperations.retrieveCertificate(java.lang.String cn)
          Retrieves a sdsi certificate from an LDAP server with a specified cn
 

Methods in jsdsi.ldap with parameters of type Certificate
 void LDAPOperations.storeCertificate(java.lang.String cn, Certificate certificate)
          Store a sdsi certificate into an LDAP server with a specified cn, default hash algorithm "md5" is assumed
 void LDAPOperations.storeCertificate(java.lang.String cn, Certificate certificate, java.lang.String hashAlg)
          Store a sdsi certificate into an LDAP server with a specified cn and a hash algorithm
 



Copyright © 2002-2006 JSDSI. All Rights Reserved.