Uses of Class
org.xipki.scep.transaction.MessageType
-
Packages that use MessageType Package Description org.xipki.scep.message org.xipki.scep.transaction -
-
Uses of MessageType in org.xipki.scep.message
Methods in org.xipki.scep.message that return MessageType Modifier and Type Method Description MessageTypePkiMessage. getMessageType()Constructors in org.xipki.scep.message with parameters of type MessageType Constructor Description DecodedPkiMessage(TransactionId transactionId, MessageType messageType, Nonce senderNonce)PkiMessage(TransactionId transactionId, MessageType messageType)PkiMessage(TransactionId transactionId, MessageType messageType, Nonce senderNonce) -
Uses of MessageType in org.xipki.scep.transaction
Methods in org.xipki.scep.transaction that return MessageType Modifier and Type Method Description static MessageTypeMessageType. forValue(int code)static MessageTypeMessageType. valueOf(java.lang.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.
-