Package ch.swisscom.mid.client.model
Class TrialNumbers
java.lang.Object
ch.swisscom.mid.client.model.TrialNumbers
public class TrialNumbers extends Object
-
Field Summary
Fields Modifier and Type Field Description static StringONE_THAT_GIVES_CARD_BLOCKED403 Mobile user account has state INACTIVE or no SIM assignedstatic StringONE_THAT_GIVES_EXPIRED_TRANSACTION208 Transaction Expiry date has been reached or Time out has lapsed.static StringONE_THAT_GIVES_INAPPROPRIATE_DATA107 DTBD matching failedstatic StringONE_THAT_GIVES_INCOMPATIBLE_INTERFACE108 The minor version and/or major version parameters are inappropriate for the receiver of the message.static StringONE_THAT_GIVES_INTERNAL_ERROR900 Unknown Errorstatic StringONE_THAT_GIVES_MISSING_PARAM102 An argument in the request is missingstatic StringONE_THAT_GIVES_NO_CERT_FOUND422 Certificate is expiredstatic StringONE_THAT_GIVES_NO_KEY_FOUND404 Mobile user account needs to be activatedstatic StringONE_THAT_GIVES_OTA_ERROR209 The MSSP has not succeeded to contact the end-user's mobile equipment Bad connection...)static StringONE_THAT_GIVES_PB_SIGNATURE_PROCESS406 Signature request already in progress.static StringONE_THAT_GIVES_PIN_NR_BLOCKED402 PIN of the mobile user is blockedstatic StringONE_THAT_GIVES_UNAUTHORIZED_ACCESS104 The AP is unknown, or the password is wrong, or the AP asks for an additional service for which it has not subscribed.static StringONE_THAT_GIVES_UNKNOWN_CLIENT105 MSISDN is unknownstatic StringONE_THAT_GIVES_UNSUPPORTED_PROFILE109 The user does not support this Mobile Signature Profilestatic StringONE_THAT_GIVES_USER_CANCEL401 User cancelled the requeststatic StringONE_THAT_GIVES_WRONG_DATA_LENGTH103 The DataToBeSigned are too large.static StringONE_THAT_GIVES_WRONG_PARAM101 Error among the arguments of the request -
Constructor Summary
Constructors Constructor Description TrialNumbers() -
Method Summary
-
Field Details
-
ONE_THAT_GIVES_WRONG_PARAM
101 Error among the arguments of the request- See Also:
- Constant Field Values
-
ONE_THAT_GIVES_MISSING_PARAM
102 An argument in the request is missing- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
ONE_THAT_GIVES_UNKNOWN_CLIENT
105 MSISDN is unknown- See Also:
- Constant Field Values
-
ONE_THAT_GIVES_INAPPROPRIATE_DATA
107 DTBD matching failed- See Also:
- Constant Field Values
-
ONE_THAT_GIVES_INCOMPATIBLE_INTERFACE
108 The minor version and/or major version parameters are inappropriate for the receiver of the message.- See Also:
- Constant Field Values
-
ONE_THAT_GIVES_UNSUPPORTED_PROFILE
109 The user does not support this Mobile Signature Profile- See Also:
- Constant Field Values
-
ONE_THAT_GIVES_EXPIRED_TRANSACTION
208 Transaction Expiry date has been reached or Time out has lapsed.- See Also:
- Constant Field Values
-
ONE_THAT_GIVES_OTA_ERROR
209 The MSSP has not succeeded to contact the end-user's mobile equipment Bad connection...)- See Also:
- Constant Field Values
-
ONE_THAT_GIVES_USER_CANCEL
401 User cancelled the request- See Also:
- Constant Field Values
-
ONE_THAT_GIVES_PIN_NR_BLOCKED
402 PIN of the mobile user is blocked- See Also:
- Constant Field Values
-
ONE_THAT_GIVES_CARD_BLOCKED
403 Mobile user account has state INACTIVE or no SIM assigned- See Also:
- Constant Field Values
-
ONE_THAT_GIVES_NO_KEY_FOUND
404 Mobile user account needs to be activated- See Also:
- Constant Field Values
-
ONE_THAT_GIVES_PB_SIGNATURE_PROCESS
406 Signature request already in progress.- See Also:
- Constant Field Values
-
ONE_THAT_GIVES_NO_CERT_FOUND
422 Certificate is expired- See Also:
- Constant Field Values
-
ONE_THAT_GIVES_INTERNAL_ERROR
900 Unknown Error- See Also:
- Constant Field Values
-
-
Constructor Details
-
TrialNumbers
public TrialNumbers()
-