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$
-
Method Summary
Modifier and TypeMethodDescriptionReturns the beginning of the escrowed perioid.Retrieves the issuer name.Retrieves the serial number.Retrieves the subject name.Retrieves version of this proof.
-
Method Details
-
getVersion
-
getSerialNumber
-
getSubjectName
-
getIssuerName
-
getDateOfArchival
-