|
SMSLib 3.5.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SMSLibException | |
---|---|
org.smslib | Main SMSLib classes. |
org.smslib.crypto | SMSLib cryprographic classes. |
Uses of SMSLibException in org.smslib |
---|
Subclasses of SMSLibException in org.smslib | |
---|---|
class |
GatewayException
Exception class specific to gateway errors. |
class |
InvalidMessageException
InvalidMessageException |
class |
TimeoutException
Exception class specific to timeout errors. |
Methods in org.smslib that throw SMSLibException | |
---|---|
java.lang.String |
InboundEncryptedMessage.getDecryptedText()
|
void |
Service.startService()
Initializes and starts the SMSLib service. |
void |
Service.startService(boolean startAllGateways)
Initializes and starts the SMSLib service. |
void |
Service.stopService()
Stops all gateways - does not remove them from Service's internal list. |
Constructors in org.smslib that throw SMSLibException | |
---|---|
OutboundEncryptedMessage(java.lang.String myRecipient,
byte[] dataBytes)
|
Uses of SMSLibException in org.smslib.crypto |
---|
Methods in org.smslib.crypto that throw SMSLibException | |
---|---|
byte[] |
KeyManager.decrypt(java.lang.String mobileNumber,
byte[] message)
Decrypts the specified message with the encryption key already associated with the specified mobile number. |
byte[] |
KeyManager.encrypt(java.lang.String mobileNumber,
byte[] message)
Encrypts the specified message with the encryption key already associated with the specified mobile number. |
|
SMSLib 3.5.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |