Uses of Class
jsdsi.Sequence

Packages that use Sequence
jsdsi   
 

Uses of Sequence in jsdsi
 

Methods in jsdsi that return Sequence
 Sequence Certificate.toSequence()
          Returns a Sequence containing the issuer (if not null), the Cert, and the Signature of this Certificate.
 Sequence Proof.getSequence()
           
 Sequence Sequence.concat(Sequence s)
          Concatenates this Sequence with a given one.
 

Methods in jsdsi with parameters of type Sequence
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).
 Sequence Sequence.concat(Sequence s)
          Concatenates this Sequence with a given one.
 



Copyright © 2002-2006 JSDSI. All Rights Reserved.