Package ch.swisscom.mid.client.model
Class TrialNumbers
java.lang.Object
ch.swisscom.mid.client.model.TrialNumbers
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String403 Mobile user account has state INACTIVE or no SIM assignedstatic final String208 Transaction Expiry date has been reached or Time out has lapsed.static final String107 DTBD matching failedstatic final String108 The minor version and/or major version parameters are inappropriate for the receiver of the message.static final String900 Unknown Errorstatic final String102 An argument in the request is missingstatic final String422 Certificate is expiredstatic final String404 Mobile user account needs to be activatedstatic final String209 The MSSP has not succeeded to contact the end-user's mobile equipment Bad connection...)static final String406 Signature request already in progress.static final String402 PIN of the mobile user is blockedstatic final String104 The AP is unknown, or the password is wrong, or the AP asks for an additional service for which it has not subscribed.static final String105 MSISDN is unknownstatic final String109 The user does not support this Mobile Signature Profilestatic final String401 User cancelled the requeststatic final String103 The DataToBeSigned are too large.static final String101 Error among the arguments of the request -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ONE_THAT_GIVES_WRONG_PARAM
101 Error among the arguments of the request- See Also:
-
ONE_THAT_GIVES_MISSING_PARAM
102 An argument in the request is missing- See Also:
-
ONE_THAT_GIVES_WRONG_DATA_LENGTH
103 The DataToBeSigned are too large. Limitations are due to the Mobile Signature technology implemented by the MSSP.- See Also:
-
ONE_THAT_GIVES_UNAUTHORIZED_ACCESS
104 The AP is unknown, or the password is wrong, or the AP asks for an additional service for which it has not subscribed.- See Also:
-
ONE_THAT_GIVES_UNKNOWN_CLIENT
105 MSISDN is unknown- See Also:
-
ONE_THAT_GIVES_INAPPROPRIATE_DATA
107 DTBD matching failed- See Also:
-
ONE_THAT_GIVES_INCOMPATIBLE_INTERFACE
108 The minor version and/or major version parameters are inappropriate for the receiver of the message.- See Also:
-
ONE_THAT_GIVES_UNSUPPORTED_PROFILE
109 The user does not support this Mobile Signature Profile- See Also:
-
ONE_THAT_GIVES_EXPIRED_TRANSACTION
208 Transaction Expiry date has been reached or Time out has lapsed.- See Also:
-
ONE_THAT_GIVES_OTA_ERROR
209 The MSSP has not succeeded to contact the end-user's mobile equipment Bad connection...)- See Also:
-
ONE_THAT_GIVES_USER_CANCEL
401 User cancelled the request- See Also:
-
ONE_THAT_GIVES_PIN_NR_BLOCKED
402 PIN of the mobile user is blocked- See Also:
-
ONE_THAT_GIVES_CARD_BLOCKED
403 Mobile user account has state INACTIVE or no SIM assigned- See Also:
-
ONE_THAT_GIVES_NO_KEY_FOUND
404 Mobile user account needs to be activated- See Also:
-
ONE_THAT_GIVES_PB_SIGNATURE_PROCESS
406 Signature request already in progress.- See Also:
-
ONE_THAT_GIVES_NO_CERT_FOUND
422 Certificate is expired- See Also:
-
ONE_THAT_GIVES_INTERNAL_ERROR
900 Unknown Error- See Also:
-
-
Constructor Details
-
TrialNumbers
public TrialNumbers()
-