Package-level declarations

Types

Link copied to clipboard
data class TimestampData(val url: String, val username: String? = null, val password: String? = null) : Parcelable

Contains information needed to verify timestamps from a Time Stamp Authority (TSA).

Link copied to clipboard
class TimestampInformation(val signingCertificate: X509CertificateData?, val trustedDate: Date?)

A structure that contains information about a digital signature timestamp.