com.ibm.security.certclient.base

Interface PkPollConstants

All known subinterfaces:
PkConstants
All known implementing classes:
JPKI, PkBase64PkcsEventFormatter, PkCASetUp, PkCertGen, PkCertPath, PkCmpEventFormatter, PkEeXMgr, PkHttpEventFormatter, PkPkcsEventFormatter, PkTcpV10CmpEventFormatter

  1. public interface PkPollConstants
Constants used for polling request and reply attribute names. Please note that PollReqEvent and PollException don't use attributes to pass this information. However, these constants are used to convert html forms to their ultimate form.
Author:
Rod Mancisidor

Field Summary

Modifier and Type Field and Description
  1. static
  2. String
POLL_REFERENCE
Polling reference number; maps to Integer.
  1. static
  2. String
POLL_ROOT
All polling request and reply attribute names start with this string.
  1. static
  2. String
POLL_TIME_TO_CHECK_BACK
Time to check back for the certificate (in seconds); maps to Integer.

Field Detail

POLL_ROOT

  1. static final String POLL_ROOT
All polling request and reply attribute names start with this string.
See Also:

POLL_REFERENCE

  1. static final String POLL_REFERENCE
Polling reference number; maps to Integer.
See Also:

POLL_TIME_TO_CHECK_BACK

  1. static final String POLL_TIME_TO_CHECK_BACK
Time to check back for the certificate (in seconds); maps to Integer.
See Also: