Top Interfaces Classes
module java.base

Package sun.security.timestamp


Interface Summary

Modifier and TypeInterface and Description
public interface
Timestamper

A timestamping service which conforms to the Time-Stamp Protocol (TSP) defined in: RFC 3161.

Class Summary

Modifier and TypeClass and Description
public class
HttpTimestamper

A timestamper that communicates with a Timestamping Authority (TSA) over HTTP.

public class
TimestampToken

This class provides the timestamp token info resulting from a successful timestamp request, as defined in RFC 3161.

public class
TSRequest

This class provides a timestamp request, as defined in RFC 3161.

public class
TSResponse

This class provides the response corresponding to a timestamp request, as defined in RFC 3161.