|
Oracle Security Developer Tools PKI SDK CMP Java API Reference 10g Release 3 (10.1.3) B25373-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.crypto.cmp.transport.TCPMessage.Type
TCP-based message types.
| Field Summary | |
static TCPMessage.Type |
ERROR_MSG_REPServer response carrying TCP-based protocol error information. |
static TCPMessage.Type |
FIN_REPServer response indicating the end of a CMP transaction. |
static TCPMessage.Type |
PKI_REPServer response containing a PKIMessage. |
static TCPMessage.Type |
PKI_REQEnd-entity request containing a PKIMessage used to initiate a protocol transaction. |
static TCPMessage.Type |
POLL_REPServer response providing a polling reference number and an estimated time for the end-entity to poll for results. |
static TCPMessage.Type |
POLL_REQEnd-entity request polling for results on the server. |
| Method Summary | |
int |
getValue()Get the int value of the message type code. |
java.lang.String |
toString() |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final TCPMessage.Type PKI_REQ
PKIMessage used to initiate a protocol transaction.
public static final TCPMessage.Type POLL_REP
public static final TCPMessage.Type POLL_REQ
public static final TCPMessage.Type FIN_REP
public static final TCPMessage.Type PKI_REP
PKIMessage.
public static final TCPMessage.Type ERROR_MSG_REP
| Method Detail |
public int getValue()
int value of the message type code.public java.lang.String toString()
|
Oracle Security Developer Tools PKI SDK CMP Java API Reference 10g Release 3 (10.1.3) B25373-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||