SMSLib 3.5.3

Uses of Class
org.smslib.crypto.AKey

Packages that use AKey
org.smslib.crypto SMSLib cryprographic classes. 
 

Uses of AKey in org.smslib.crypto
 

Subclasses of AKey in org.smslib.crypto
 class AESKey
          Class representing an AES algorithm encryption key.
 class ASymmetricKey
          Abstract class representing an encryption key of a symmetric encryption algorithm.
 

Methods in org.smslib.crypto that return AKey
 AKey KeyManager.getKey(java.lang.String mobileNumber)
          Returns the encryption key of the specified mobile number.
 AKey KeyManager.unregisterKey(java.lang.String mobileNumber)
          Removes the association of a mobile number with a key.
 

Methods in org.smslib.crypto with parameters of type AKey
 void KeyManager.registerKey(java.lang.String mobileNumber, AKey key)
          Associates a mobile number with an encryption key.
 


SMSLib 3.5.3

(c) 2002-2011, http://smslib.org