Uses of Record Class
cloud.opencode.base.pdf.signature.TimestampInfo
Packages that use TimestampInfo
-
Uses of TimestampInfo in cloud.opencode.base.pdf.signature
Methods in cloud.opencode.base.pdf.signature that return TimestampInfoModifier and TypeMethodDescriptionstatic TimestampInfoCreates a timestamp info with only time.static TimestampInfoTimestampInfo.of(Instant time, X509Certificate tsaCertificate, String hashAlgorithm, String serialNumber) Creates a valid timestamp info.SignatureInfo.timestampInfo()Returns the value of thetimestampInforecord component.Methods in cloud.opencode.base.pdf.signature with parameters of type TimestampInfoModifier and TypeMethodDescriptionSignatureInfo.Builder.timestampInfo(TimestampInfo timestampInfo) Constructors in cloud.opencode.base.pdf.signature with parameters of type TimestampInfoModifierConstructorDescriptionSignatureInfo(String name, String reason, String location, String contactInfo, Instant signDate, List<X509Certificate> certificates, TimestampInfo timestampInfo, boolean isValid, boolean coversWholeDoc, int revisionNumber) Creates a new signature info.