Uses of Class
org.bouncycastle.asn1.tsp.PartialHashtree
-
Packages that use PartialHashtree Package Description org.bouncycastle.asn1.tsp -
-
Uses of PartialHashtree in org.bouncycastle.asn1.tsp
Methods in org.bouncycastle.asn1.tsp that return PartialHashtree Modifier and Type Method Description static PartialHashtree
PartialHashtree. getInstance(Object obj)
Return a PartialHashtree from the given object.PartialHashtree[]
ArchiveTimeStamp. getReducedHashTree()
Constructors in org.bouncycastle.asn1.tsp with parameters of type PartialHashtree Constructor Description ArchiveTimeStamp(AlgorithmIdentifier digestAlgorithm, Attributes attributes, PartialHashtree[] reducedHashTree, ContentInfo timeStamp)
ArchiveTimeStamp(AlgorithmIdentifier digestAlgorithm, PartialHashtree[] reducedHashTree, ContentInfo timeStamp)
-