IAIK TSP
version 2.32

Constant Field Values


Contents
demo.tsp.*

demo.tsp.config.TspServerConfiguration
public static final java.lang.String ConfigurationURL "ServerConfiguration.properties"

demo.tsp.connections.http.TspHttpClientDemo
protected static final java.lang.String DEFAULT_URL "http://tsp.iaik.tugraz.at/tsp/TspRequest"
protected static final java.lang.String MESSAGE "Message to be time stamped"

demo.tsp.connections.ssl.TspSSLClient
protected static final int DEFAULT_PORT 10318
protected static final java.lang.String DEFAULT_URL "tsp.iaik.tugraz.at"
protected static final java.lang.String MESSAGE "Message to be time stamped"

demo.tsp.connections.tcpip.TspTcpIpClient
protected static final int DEFAULT_PORT 318
protected static final java.lang.String DEFAULT_URL "tsp.iaik.tugraz.at"
protected static final java.lang.String MESSAGE "Message to be time stamped"

iaik.tsp.*

iaik.tsp.PKIFailureInfo
public static final java.lang.String ADD_INFO_NOT_AVAILABLE "000000000000000001"
protected static final java.lang.String ADD_INFO_NOT_AVAILABLE_TEXT "the additional information requested could not be understood or is not available"
public static final java.lang.String BAD_ALG "1"
protected static final java.lang.String BAD_ALG_TEXT "unrecognized or unsupported Algorithm Identifier"
public static final java.lang.String BAD_DATA_FORMAT "000001"
protected static final java.lang.String BAD_DATA_FORMAT_TEXT "the data submitted has the wrong format"
public static final java.lang.String BAD_REQUEST "001"
protected static final java.lang.String BAD_REQUEST_TEXT "transaction not permitted or supported"
public static final java.lang.String SYSTEM_FAILURE "00000000000000000000000001"
protected static final java.lang.String SYSTEM_FAILURE_TEXT "the request cannot be handled due to system failure"
public static final java.lang.String TIME_NOT_AVAILABLE "000000000000001"
protected static final java.lang.String TIME_NOT_AVAILABLE_TEXT "the TSA\'s time source is not available"
public static final java.lang.String UNACCEPTED_EXTENSION "00000000000000001"
protected static final java.lang.String UNACCEPTED_EXTENSION_TEXT "the requested extension is not supported by the TSA"
public static final java.lang.String UNACCEPTED_POLICY "0000000000000001"
protected static final java.lang.String UNACCEPTED_POLICY_TEXT "the requested TSA policy is not supported by the TSA"

iaik.tsp.PKIStatus
public static final int GRANTED 0
public static final java.lang.String GRANTED_TEXT "granted, when the PKIStatus contains the value zero a Time Stamp Token, as requested, is present"
public static final int GRANTED_WITH_MODS 1
public static final java.lang.String GRANTED_WITH_MODS_TEXT "granted with mods, when the PKIStatus contains the value one a Time Stamp Token, with modifications, is present"
public static final int REJECTION 2
public static final java.lang.String REJECTION_TEXT "rejection"
public static final int REVOCATION_NOTIFICATION 5
public static final java.lang.String REVOCATION_NOTIFICATION_TEXT "revocationNotification, notification that a revocation has occurred"
public static final int REVOCATION_WARNING 4
public static final java.lang.String REVOCATION_WARNING_TEXT "revocationWarning, this message contains a warning that a revocation is imminent"
public static final int WAITING 3
public static final java.lang.String WAITING_TEXT "waiting"

iaik.tsp.TimeStampReq
public static final int PROTOCOL_VERSION 1

iaik.tsp.TimeStampToken
public static final int ISSUER_AND_SERIALNUMBER 0
public static final int SUBJECT_KEY_IDENTIFIER 1

iaik.tsp.transport.http.TspHttpConstants
public static final java.lang.String CONTENT_TYPE_REPLY "application/timestamp-reply"
public static final java.lang.String CONTENT_TYPE_REQUEST "application/timestamp-query"
public static final java.lang.String CONTENT_TYPE_RESPONSE "application/timestamp-response"

iaik.tsp.transport.tcpip.TspTcpIpConstants
public static final int DEFAULT_SERVER_PORT 318
public static final byte ERROR_MSG_RESP 6
public static final byte FINAL_MSG_RESP 5
public static final byte NEG_POLL_REQ 3
public static final byte PARTIAL_MSG_RESP 4
public static final byte POLL_REQ 2
public static final byte POLL_RESP 1
public static final byte TSA_MSG 0


This Javadoc may contain text parts from text parts from IETF Internet Standard specifications (see copyright note).

IAIK TSP, © 2002 IAIK, © 2003 - 2014 Stiftung SIC