| Package | Description |
|---|---|
| org.xipki.scep.message | |
| org.xipki.scep.transaction |
| Modifier and Type | Method and Description |
|---|---|
MessageType |
PkiMessage.getMessageType() |
| Constructor and Description |
|---|
DecodedPkiMessage(TransactionId transactionId,
MessageType messageType,
Nonce senderNonce) |
PkiMessage(TransactionId transactionId,
MessageType messageType) |
PkiMessage(TransactionId transactionId,
MessageType messageType,
Nonce senderNonce) |
| Modifier and Type | Method and Description |
|---|---|
static MessageType |
MessageType.forValue(int code) |
static MessageType |
MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.