Uses of Class
org.bouncycastle.asn1.tsp.EncryptionInfo
-
Packages that use EncryptionInfo Package Description org.bouncycastle.asn1.tsp Support classes useful for encoding and supporting Time Stamp Protocol as described RFC 3161. -
-
Uses of EncryptionInfo in org.bouncycastle.asn1.tsp
Methods in org.bouncycastle.asn1.tsp that return EncryptionInfo Modifier and Type Method Description static EncryptionInfo
EncryptionInfo. getInstance(org.bouncycastle.asn1.ASN1Object obj)
static EncryptionInfo
EncryptionInfo. getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
Constructors in org.bouncycastle.asn1.tsp with parameters of type EncryptionInfo Constructor Description EvidenceRecord(CryptoInfos cryptoInfos, EncryptionInfo encryptionInfo, ArchiveTimeStamp archiveTimeStamp)
Build a basic evidence record from an initial ArchiveTimeStamp.EvidenceRecord(org.bouncycastle.asn1.x509.AlgorithmIdentifier[] digestAlgorithms, CryptoInfos cryptoInfos, EncryptionInfo encryptionInfo, ArchiveTimeStampSequence archiveTimeStampSequence)
-