Interface IProofOfArchival


public interface IProofOfArchival
An interface represents a proof of archival.

Here is the ASN1 definition of a proof of escrow:

 ProofOfArchival ::= SIGNED {
   SEQUENCE {
     version [0] Version DEFAULT v1,
     serialNumber INTEGER,
     subjectName Name,
     issuerName Name,
     dateOfArchival Time,
     extensions [1] Extensions OPTIONAL
   }
 }
 

Version:
$Revision$, $Date$