Uses of Class
jsdsi.Cert

Packages that use Cert
jsdsi   
 

Uses of Cert in jsdsi
 

Subclasses of Cert in jsdsi
 class AuthCert
          A SPKI authorization certificate: conveys a permission (the Tag) from the issuer to the subject.
 class NameCert
          A SDSI name certificate: associates a string (a local name) with a Subject in the issuer's local namespace.
 

Methods in jsdsi that return Cert
 Cert CertPathParameters.getCert()
           
 Cert Certificate.getCert()
           
 Cert Proof.getCert()
           
 

Methods in jsdsi with parameters of type Cert
 boolean AuthCert.implies(Cert c)
           
 boolean Cert.implies(Cert c)
           
 boolean NameCert.implies(Cert c)
           
 

Constructors in jsdsi with parameters of type Cert
CertPathParameters(Cert c, java.security.cert.CertStore s)
          Creates a new CertPathParameters object from a given Cert and a given CertStore.
Certificate(java.security.PublicKey k, Cert c, Signature s)
          Creates a new Certificate from a given public key, Cert, and signature.
Certificate(Cert c, Signature s)
          Creates a new Certificate from a given Cert and Signature.
IssuerCertPathParameters(Cert c, java.security.cert.CertStore s)
           
SubjectCertPathParameters(Cert c, java.security.cert.CertStore s)
           
 



Copyright © 2002-2006 JSDSI. All Rights Reserved.