Uses of Class
org.bouncycastle.asn1.tsp.MessageImprint
-
Packages that use MessageImprint Package Description org.bouncycastle.asn1.tsp Support classes useful for encoding and supporting Time Stamp Protocol as described RFC 3161. -
-
Uses of MessageImprint in org.bouncycastle.asn1.tsp
Methods in org.bouncycastle.asn1.tsp that return MessageImprint Modifier and Type Method Description static MessageImprint
MessageImprint. getInstance(Object o)
Return an instance of MessageImprint, or null, based on o.MessageImprint
TimeStampReq. getMessageImprint()
MessageImprint
TSTInfo. getMessageImprint()
Constructors in org.bouncycastle.asn1.tsp with parameters of type MessageImprint Constructor Description TimeStampReq(MessageImprint messageImprint, org.bouncycastle.asn1.ASN1ObjectIdentifier tsaPolicy, org.bouncycastle.asn1.ASN1Integer nonce, org.bouncycastle.asn1.ASN1Boolean certReq, org.bouncycastle.asn1.x509.Extensions extensions)
TSTInfo(org.bouncycastle.asn1.ASN1ObjectIdentifier tsaPolicyId, MessageImprint messageImprint, org.bouncycastle.asn1.ASN1Integer serialNumber, org.bouncycastle.asn1.ASN1GeneralizedTime genTime, Accuracy accuracy, org.bouncycastle.asn1.ASN1Boolean ordering, org.bouncycastle.asn1.ASN1Integer nonce, org.bouncycastle.asn1.x509.GeneralName tsa, org.bouncycastle.asn1.x509.Extensions extensions)
-