Class LandmarkCertificateManager.TrustedSubtreeManager.Checkpoint
java.lang.Object
org.bouncycastle.cert.plants.LandmarkCertificateManager.TrustedSubtreeManager.Checkpoint
- Enclosing class:
LandmarkCertificateManager.TrustedSubtreeManager
A snapshot of the log: tree size and root hash.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
treeSize
public final long treeSize -
rootHash
public final byte[] rootHash
-
-
Constructor Details
-
Checkpoint
public Checkpoint(long treeSize, byte[] rootHash)
-