Uses of Class
org.bouncycastle.tsp.PartialHashTreeVerificationException
-
Packages that use PartialHashTreeVerificationException Package Description org.bouncycastle.tsp Classes for dealing Time Stamp Protocol (TSP) - RFC 3161. -
-
Uses of PartialHashTreeVerificationException in org.bouncycastle.tsp
Methods in org.bouncycastle.tsp that throw PartialHashTreeVerificationException Modifier and Type Method Description void
PartialHashTreeProcessor. verifyContainsHash(byte[] hash)
Checks whether a PartialHashtree (RFC4998) contains a given hash.
-