Uses of Class
org.bouncycastle.asn1.tsp.ArchiveTimeStampSequence
-
Packages that use ArchiveTimeStampSequence Package Description org.bouncycastle.asn1.tsp Support classes useful for encoding and supporting Time Stamp Protocol as described RFC 3161. -
-
Uses of ArchiveTimeStampSequence in org.bouncycastle.asn1.tsp
Methods in org.bouncycastle.asn1.tsp that return ArchiveTimeStampSequence Modifier and Type Method Description ArchiveTimeStampSequence
ArchiveTimeStampSequence. append(ArchiveTimeStampChain chain)
Adds anArchiveTimeStampChain
to the ArchiveTimeStamp sequence.ArchiveTimeStampSequence
EvidenceRecord. getArchiveTimeStampSequence()
static ArchiveTimeStampSequence
ArchiveTimeStampSequence. getInstance(Object obj)
Return an ArchiveTimestampSequence from the given object.Constructors in org.bouncycastle.asn1.tsp with parameters of type ArchiveTimeStampSequence Constructor Description EvidenceRecord(org.bouncycastle.asn1.x509.AlgorithmIdentifier[] digestAlgorithms, CryptoInfos cryptoInfos, EncryptionInfo encryptionInfo, ArchiveTimeStampSequence archiveTimeStampSequence)
-