Uses of Class
org.bouncycastle.asn1.tsp.ArchiveTimeStampSequence
-
Packages that use ArchiveTimeStampSequence Package Description org.bouncycastle.asn1.tsp -
-
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(AlgorithmIdentifier[] digestAlgorithms, CryptoInfos cryptoInfos, EncryptionInfo encryptionInfo, ArchiveTimeStampSequence archiveTimeStampSequence)
-