Uses of Class
org.bouncycastle.asn1.tsp.MessageImprint
Packages that use MessageImprint
Package
Description
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 MessageImprintModifier and TypeMethodDescriptionstatic MessageImprint
MessageImprint.getInstance
(Object o) TimeStampReq.getMessageImprint()
TSTInfo.getMessageImprint()
Constructors in org.bouncycastle.asn1.tsp with parameters of type MessageImprintModifierConstructorDescriptionTimeStampReq
(MessageImprint messageImprint, ASN1ObjectIdentifier tsaPolicy, ASN1Integer nonce, ASN1Boolean certReq, Extensions extensions) TSTInfo
(ASN1ObjectIdentifier tsaPolicyId, MessageImprint messageImprint, ASN1Integer serialNumber, ASN1GeneralizedTime genTime, Accuracy accuracy, ASN1Boolean ordering, ASN1Integer nonce, GeneralName tsa, Extensions extensions)