Uses of Class
org.bouncycastle.asn1.tsp.Accuracy
Packages that use Accuracy
Package
Description
Support classes useful for encoding and supporting Time Stamp Protocol as described RFC 3161.
-
Uses of Accuracy in org.bouncycastle.asn1.tsp
Methods in org.bouncycastle.asn1.tsp that return AccuracyModifier and TypeMethodDescriptionTSTInfo.getAccuracy()static AccuracyAccuracy.getInstance(Object o) Constructors in org.bouncycastle.asn1.tsp with parameters of type AccuracyModifierConstructorDescriptionTSTInfo(ASN1ObjectIdentifier tsaPolicyId, MessageImprint messageImprint, ASN1Integer serialNumber, ASN1GeneralizedTime genTime, Accuracy accuracy, ASN1Boolean ordering, ASN1Integer nonce, GeneralName tsa, Extensions extensions)