com.ibm.security.certclient.base
Interface PkPollConstants
All known subinterfaces:
All known implementing classes:
JPKI, PkBase64PkcsEventFormatter, PkCASetUp, PkCertGen, PkCertPath, PkCmpEventFormatter, PkEeXMgr, PkHttpEventFormatter, PkPkcsEventFormatter, PkTcpV10CmpEventFormatter
- public interface PkPollConstants
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 |
---|---|
|
POLL_REFERENCE
Polling reference number;
maps to
Integer .
|
|
POLL_ROOT
All polling request and reply attribute names start with this string.
|
|
POLL_TIME_TO_CHECK_BACK
Time to check back for the certificate (in seconds);
maps to
Integer .
|
Field Detail
POLL_ROOT
- static final String POLL_ROOT
All polling request and reply attribute names start with this string.
See Also:
POLL_REFERENCE
- static final String POLL_REFERENCE
Polling reference number;
maps to
Integer
.
See Also:
POLL_TIME_TO_CHECK_BACK
- static final String POLL_TIME_TO_CHECK_BACK
Time to check back for the certificate (in seconds);
maps to
Integer
.
See Also: