| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Obj | |
| jsdsi | |
| jsdsi.sexp | |
| Uses of Obj in jsdsi | 
| Subclasses of Obj in jsdsi | |
|  class | AclAn access control list (ACL) that restricts access to an object on the local system. | 
|  class | AclEntryAn 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. | 
|  class | AuthCertA SPKI authorization certificate: conveys a permission (the Tag) from the issuer to the subject. | 
|  class | CertA single SPKI/SDSI certificate. | 
|  class | ExprTagDistinguishes tags defined by expressions from tags in general (the latter includes Tag.ALL_TAG and Tag.NULL_TAG). | 
|  class | HashA cryptographic hash. | 
|  class | HashOpA hash operation that instructs a verifier to hash an object for later reference. | 
|  class | NameA SDSI name: a principal and a sequence of strings. | 
|  class | NameCertA SDSI name certificate: associates a string (a local name) with a Subject in the issuer's local namespace. | 
|  class | ObjectHashThe cryptographic hash of an object. | 
|  class | OneTimeAn online test that must be performed by the verifier and is only valid at the time the test is executed. | 
|  class | OnlineTestVerifies whether a certificate is valid by contacting an online principal or its agent. | 
|  class | OpAn operation instruction for a verifier. | 
|  class | PrefixTagA tag that matches all strings with a given prefix. | 
|  class | PrincipalA principal: an entity that can define names and can grant and receive authorizations. | 
|  class | ProofA statement (a Cert) and a sequence ofCertificates(Certs+validators) that proves that the statement holds. | 
|  class | PublicKeyA public key. | 
|  class | PublicKeyHashThe cryptographic hash of a public key. | 
|  class | RangeTagA tag that specifies a range of allowed values. | 
|  class | RevalidationChecks whether a certificate appears on a revalidation list. | 
|  class | ReversePrefixTagA tag that matches strings that prefix its own string value, i.e. | 
|  class | RevocationChecks whether a certificate appears on a revocation list. | 
|  class | RSAPublicKeyAn RSA public key. | 
|  class | SequenceA sequence of SPKI/SDSI objects, typically used to present certs and validators that prove a particular statement. | 
|  class | SetTagA tag that specifies a set of allowed values. | 
|  class | SignatureA cryptographic signature. | 
|  class | SimpleTagA tag that contains a string type and a sequence of other tags. | 
|  class | StringTagA tag defined by a simple string. | 
|  class | TagSpecifies a particular authorization permission. | 
|  class | ThresholdA subject that can delegate authority to any K of N specified subjects. | 
|  class | ValidityA validity period and a set of online tests. | 
| Fields in jsdsi declared as Obj | |
| protected  Obj | Obj._objThe replacement SPKI/SDSI object read from the java.io.ObjectInputStreamduring#readObject(java.io.ObjectInputStream)and to be returned viareadResolve(). | 
| Methods in jsdsi that return Obj | |
| static Obj | Obj.parseObj(Sexp s)Parses an S-expression an returns a SDSI object. | 
| static Obj | Obj.parseObj(SexpList l)Parses an SexpListan returns a SDSI object. | 
| Methods in jsdsi with parameters of type Obj | |
|  boolean | ObjectHash.isHashOf(Obj o)Checks whether this ObjectHashis a hash of the given
 object. | 
| static Signature | Signature.create(java.security.KeyPair kp,
       Obj o,
       DigestAlgoEnum a)Signs the given JSDSI Obj using the 'default' java.security.Provider. | 
| static Signature | Signature.create(java.security.KeyPair kp,
       Obj o,
       DigestAlgoEnum a,
       java.lang.String provider)Signs the given JSDSI Obj using the specified java.security.Provider. | 
| static Signature | Signature.create(java.security.KeyPair kp,
       Obj o,
       java.lang.String a)Deprecated. | 
| static Signature | Signature.create(java.security.KeyPair kp,
       Obj o,
       java.lang.String a,
       java.lang.String provider)Deprecated. | 
|  boolean | Signature.verify(java.security.PublicKey key,
       Obj o)Using the default security Provider, verifies that the corresponding PrivateKey for keygeneratedthisSignature foro | 
|  boolean | Signature.verify(java.security.PublicKey key,
       Obj o,
       java.lang.String provider) | 
| Constructors in jsdsi with parameters of type Obj | |
| Hash(DigestAlgoEnum a,
     Obj o,
     java.net.URI[] u)Creates a new Hash. | |
| Hash(java.lang.String a,
     Obj o,
     java.net.URI[] u)Deprecated. use Hash.Hash(jsdsi.util.DigestAlgoEnum, Obj, URI[]) | |
| Hash(java.lang.String a,
     Obj o)Deprecated. use Hash.Hash(jsdsi.util.DigestAlgoEnum, jsdsi.Obj, java.net.URI[]) | |
| Uses of Obj in jsdsi.sexp | 
| Methods in jsdsi.sexp that return Obj | |
|  Obj | ObjInputStream.readObj()Reads an Obj from the underlying stream. | 
| Methods in jsdsi.sexp with parameters of type Obj | |
|  void | ObjOutputStream.writeReadable(Obj o,
              int offset,
              int width,
              int last)Writes an Obj to the stream as a readable S-expression. | 
|  void | ObjOutputStream.writeTransport(Obj o)Writes an Obj to the stream as a transport S-expression. | 
|  void | ObjOutputStream.writeCanonical(Obj o)Writes an Obj to the stream as a canonical S-expression. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||