Uses of Class
org.bouncycastle.asn1.tsp.ArchiveTimeStampChain
-
Packages that use ArchiveTimeStampChain Package Description org.bouncycastle.asn1.tsp Support classes useful for encoding and supporting Time Stamp Protocol as described RFC 3161. -
-
Uses of ArchiveTimeStampChain in org.bouncycastle.asn1.tsp
Methods in org.bouncycastle.asn1.tsp that return ArchiveTimeStampChain Modifier and Type Method Description ArchiveTimeStampChain
ArchiveTimeStampChain. append(ArchiveTimeStamp archiveTimeStamp)
Adds anArchiveTimeStamp
object to the archive timestamp chain.ArchiveTimeStampChain[]
ArchiveTimeStampSequence. getArchiveTimeStampChains()
Returns the sequence of ArchiveTimeStamp chains that compose the ArchiveTimeStamp sequence.static ArchiveTimeStampChain
ArchiveTimeStampChain. getInstance(Object obj)
Return an ArchiveTimeStampChain from the given object.Methods in org.bouncycastle.asn1.tsp with parameters of type ArchiveTimeStampChain Modifier and Type Method Description ArchiveTimeStampSequence
ArchiveTimeStampSequence. append(ArchiveTimeStampChain chain)
Adds anArchiveTimeStampChain
to the ArchiveTimeStamp sequence.Constructors in org.bouncycastle.asn1.tsp with parameters of type ArchiveTimeStampChain Constructor Description ArchiveTimeStampSequence(ArchiveTimeStampChain archiveTimeStampChain)
ArchiveTimeStampSequence(ArchiveTimeStampChain[] archiveTimeStampChains)
-