A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

abs(int) - Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(long) - Static method in class java.lang.Math
Returns the absolute value of a long value.
AbstractString - interface net.rim.device.api.util.AbstractString.
Defines a set of utility methods for string data.
AbstractStringWrapper - class net.rim.device.api.util.AbstractStringWrapper.
Wraps string data to provide consistent basis for the string utility methods defined in AbstractString.
AbstractStringWrapper() - Constructor for class net.rim.device.api.util.AbstractStringWrapper
Creates new AbstractStringWrapper instance.
acceptAndOpen() - Method in interface javax.microedition.io.StreamConnectionNotifier
Returns a StreamConnection that represents a server side socket connection
acceptsForeground() - Method in class net.rim.device.api.system.Application
Determines if this application can function in the foreground.
acceptsForeground() - Method in class net.rim.device.api.ui.UiApplication
Determines if this application can function in the foreground.
ACCESS_DENIED - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that a valid certificate was received, but when access control was applied, the sender decided not to proceed with negotiation.
activate() - Method in class net.rim.device.api.system.Application
Handles foregrounding event.
activeCount() - Static method in class java.lang.Thread
Returns the current number of active threads in the VM.
add(byte[], byte[], byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the sum of the integers represented by arrays a and b, mod the integer represented by the array modulus, and stores the result in the array result.
add(byte[], byte[], int, byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the sum of the integers represented by arrays a and b, mod 2log2modulus and stores the result in the array result.
add(byte[], int, int, byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the sum of the integers of length length in the arrays beginning at a[ aOffset ] and b[ bOffset ], mod the integer beginning at modulus[ modulusOffset ], and stores the result in the array result, beginning at resultOffset.
add(byte[], int, int, byte[], int, int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the sum of the integers in the arrays beginning at a[ aOffset ] and b[ bOffset ], mod 2log2modulus, and stores the result in the array result, beginning at resultOffset.
add(ContextMenu) - Method in class net.rim.device.api.ui.component.Menu
Adds a list of menu items to this menu.
add(ContextMenu, boolean) - Method in class net.rim.device.api.ui.component.Menu
Adds a list of menu items to this menu.
add(CryptoInteger, CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Returns a CryptoInteger whose value is (this + a) mod modulus.
add(Field) - Method in class net.rim.device.api.ui.Screen
Adds a field to this screen's manager.
add(Field) - Method in class net.rim.device.api.ui.Manager
Adds a field to this manager.
add(Field) - Method in class net.rim.device.api.ui.component.Dialog
Adds a field to this dialog.
add(int, KeyStoreData) - Method in class net.rim.device.api.crypto.keystore.KeyStoreDataMap
This method is used to add hashes or aliases to the key store according to the key store data that is passed in.
add(int, Object) - Method in class net.rim.device.api.util.IntMultiMap
Maps value to key.
add(MenuItem) - Method in class net.rim.device.api.ui.component.Menu
Adds a menu item to this menu.
add(Object) - Method in interface net.rim.device.api.collection.WritableSet
Adds an element to this set.
add(Object) - Method in interface net.rim.device.api.collection.WritableList
Adds an element to the end of this list.
add(Object) - Method in class net.rim.device.api.collection.util.SparseList
Adds an element to this list.
add(Object) - Method in class net.rim.device.api.util.SimpleSortingVector
Adds provided object to this vector.
add(Object) - Static method in class net.rim.device.api.crypto.RandomSource
Adds the cryptographic hash of a deep scan of the given object to the pool of randomness (ie the contents of the object, and anything it references, will be hashed).
add(Object[], Object) - Static method in class net.rim.device.api.util.Arrays
Add an element to the array.
add(Object, Object) - Method in class net.rim.device.api.util.MultiMap
Maps value to key.
add(RadioButtonField) - Method in class net.rim.device.api.ui.component.RadioButtonGroup
Adds a radio button field to this group.
add(String, Object, int) - Method in class net.rim.device.api.ui.component.Menu
Adds text item to this menu with the given cookie and ID.
addAlertListener(AlertListener) - Method in class net.rim.device.api.system.Application
Adds an alert listener to this application.
addAndGetIndex(Object) - Method in class net.rim.device.api.collection.util.SparseList
Adds an element to this list and return its index.
addAssociation(long, OID, Object) - Static method in class net.rim.device.api.crypto.oid.OIDs
Adds an association between an OID and an object.
addAttachmentHandler(AttachmentHandler) - Method in class net.rim.blackberry.api.mail.AttachmentHandlerManager
Registers an attachment handler with the manager.
addBinary(int, int, byte[], int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Adds a binary value to a field within the item.
addBodyPart(BodyPart) - Method in class net.rim.blackberry.api.mail.Multipart
Adds a BodyPart to the Multipart.
addBodyPart(BodyPart, int) - Method in class net.rim.blackberry.api.mail.Multipart
Adds a BodyPart at position index.
addBoolean(int, int, boolean) - Method in interface net.rim.blackberry.api.pim.PIMItem
Adds a boolean value to the field.
addCategory(String) - Method in interface net.rim.blackberry.api.pim.PIMList
Adds a category to the PIMList.
addChildNode(int, Object) - Method in class net.rim.device.api.ui.component.TreeField
Adds a new child node to this tree field.
addCipherSuite(int, int) - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
Add a cipher suite with the specified priority.
addCipherSuite(int, int) - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
Add a cipher suite with the specified priority.
addCollectionListener(Object) - Method in interface net.rim.device.api.collection.CollectionEventSource
Registers a listener to receive collection events.
addCollectionListener(Object) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Registers a listener to receive collection events.
addCollectionListener(Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Registers a listener to receive collection events.
addCollectionListener(Object) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Registers a listener to receive collection events.
addCollectionListener(Object) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Registers a listener to receive collection events.
addCollectionListener(Object) - Method in class net.rim.device.api.collection.util.CollectionListenerManager
Registers a new collection listener.
addCollectionListener(Object) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Registers a listener to receive collection events from this collection.
addCollectionListener(Object) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
Registers a listener to receive collection events.
addCollectionListener(Object) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
This method is called when the developer wants to listen in on when records are added and removed to/from a particular keystore.
addCollectionListener(Object) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
This method is called when the developer wants to listen in on when records are added and removed to/from a particular keystore.
addCollectionListener(Object) - Method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
Registers a listener to receive collection events.
addCommand(Command) - Method in class javax.microedition.lcdui.Displayable
Adds a command to the Displayable.
addCommand(Command) - Method in class javax.microedition.lcdui.Alert
Commands are not allowed on Alerts, so this method will always throw IllegalStateException whenever it is called.
addContentTypeParameter(String, String) - Method in class net.rim.device.api.mime.MIMEOutputStream
Adds a content type parameter for this part.
addCustomField(Field) - Method in class net.rim.device.api.ui.container.DialogFieldManager
Adds a user field to this manager.
addDate(int, int, long) - Method in interface net.rim.blackberry.api.pim.PIMItem
Adds a date to a specified field.
addElement(byte) - Method in class net.rim.device.api.util.ByteVector
Adds the specified component to the end of this vector, increasing its size by one.
addElement(int) - Method in class net.rim.device.api.collection.util.BigIntVector
Adds a new element to the end of this vector.
addElement(int) - Method in class net.rim.device.api.util.IntVector
Adds the specified component to the end of this vector, increasing its size by one.
addElement(long) - Method in class net.rim.device.api.collection.util.BigLongVector
Adds a new element to the end of this vector.
addElement(Object) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addElement(Object) - Method in class net.rim.device.api.collection.util.BigVector
Adds a new element to the end of this vector.
addElements(int[]) - Method in class net.rim.device.api.collection.util.BigIntVector
Adds a number of elements to the end of this vector.
addElements(long[]) - Method in class net.rim.device.api.collection.util.BigLongVector
Adds a number of elements to the end of this vector.
addElements(Object[]) - Method in class net.rim.device.api.collection.util.BigVector
Adds a number of elements to the end of this vector.
addEncryptionAlgorithm(byte, int) - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Add an encryption algorithm with the specified priority.
addExceptDate(long) - Method in class net.rim.blackberry.api.pim.RepeatRule
Adds a date for which the event will not occur.
addExtension(CertificateExtension) - Method in class net.rim.device.api.crypto.certificate.x509.PKCS10CertificateRequest
Adds an extension to be included in the certificate request.
addFolderListener(FolderListener) - Method in class net.rim.blackberry.api.mail.Store
Adds a folder listener to this store.
addFolderListener(FolderListener) - Method in class net.rim.blackberry.api.mail.Folder
Adds a listener for folder events on this folder.
addGlobalEventListener(GlobalEventListener) - Method in class net.rim.device.api.system.Application
Adds a global event listener to this application.
addHeader(String, String) - Method in interface net.rim.blackberry.api.mail.Part
Adds a value to the header field.
addHeader(String, String) - Method in class net.rim.blackberry.api.mail.Message
Adds this value to the existing values for the specified header.
addHeader(String, String) - Method in class net.rim.blackberry.api.mail.BodyPart
Adds a header.
addHeaderField(String) - Method in class net.rim.device.api.mime.MIMEOutputStream
Adds a header field for this part.
addHolsterListener(HolsterListener) - Method in class net.rim.device.api.system.Application
Adds a holster event listener to this application.
addIndex(KeyStoreIndex) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
addIndex(KeyStoreIndex) - Method in class net.rim.device.api.crypto.keystore.PersistableRIMKeyStore
 
addIndex(KeyStoreIndex) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Adds an index to all of the information currently in the key store.
addIndex(KeyStoreIndex) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Adds an index to all of the information currently in the key store.
addIndices(KeyStoreIndex[]) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
addIndices(KeyStoreIndex[]) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Adds an array of indices to the key store.
addIndices(KeyStoreIndex[]) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Adds an array of indices to all of the information currently in the key store.
addInt(int, int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Adds the integer value contained in the field.
addIOPortListener(IOPortListener) - Method in class net.rim.device.api.system.Application
Adds an I/O port event listener to this application.
addItem(MenuItem) - Method in class net.rim.device.api.ui.ContextMenu
Adds an item to the menu.
addKeyExchangeAlgorithm(byte[], int) - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Add a key exchange algorithm with the specified priority.
addKeyListener(KeyListener) - Method in class net.rim.device.api.system.Application
Adds a key event listener to this application.
addKeyListener(KeyListener) - Method in class net.rim.device.api.ui.Screen
Registers a key event listener for this screen.
addKeyStores(KeyStore[]) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Allows for the addition of more keystores to the combined key store.
addListener(PIMListListener) - Method in interface net.rim.blackberry.api.pim.BlackBerryPIMList
Adds a PIMListListener to this PIMList.
addListener(Vector, Object) - Static method in class net.rim.device.api.util.ListenerUtilities
Adds a listener to the list of listeners.
addLowMemoryFailedListener(LowMemoryFailedListener) - Static method in class net.rim.device.api.lowmemory.LowMemoryManager
Adds a LowMemoryFailedListener.
addLowMemoryListener(LowMemoryListener) - Static method in class net.rim.device.api.lowmemory.LowMemoryManager
Adds a LowMemoryListener.
addMACAlgorithm(byte, int) - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Add a MAC algorithm with the specified priority.
addMenuItem(long, ApplicationMenuItem) - Method in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
 
addMenuItem(MenuItem) - Method in class net.rim.device.api.ui.container.MainScreen
Adds a menu item to the screen's menu.
addMessageListener(MessageListener) - Method in class net.rim.blackberry.api.mail.Message
Adds a MessageListener to this Message.
addPeripheralListener(PeripheralListener) - Method in class net.rim.device.api.system.Application
Adds a peripheral listener to this application.
ADDR - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the address of the contact.
ADDR_COUNTRY - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the country field of the contact's address array.
ADDR_EXTRA - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents an extra field of the contact's address array.
ADDR_LOCALITY - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the locality (for example, city) field of the contact's address array.
ADDR_POBOX - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the post office box number field of the contact's address array.
ADDR_POSTALCODE - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the postal code field of the contact's address array.
ADDR_REGION - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the region (for example, state or province) field of the contact's address array.
ADDR_STREET - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the street address field of the contact's address.
addRadioListener(RadioListener) - Method in class net.rim.device.api.system.Application
Adds a radio event listener to this application.
addRealtimeClockListener(RealtimeClockListener) - Method in class net.rim.device.api.system.Application
Adds a real-time clock event listener to this application.
addRecipients(int, Address[]) - Method in class net.rim.blackberry.api.mail.Message
Adds recipient addresses.
addRecord(byte[], int, int) - Method in class javax.microedition.rms.RecordStore
Adds a new record to the record store.
Address - class net.rim.blackberry.api.mail.Address.
Represents an address in a message.
Address(String, String) - Constructor for class net.rim.blackberry.api.mail.Address
Constructor for email addresses.
AddressException - exception net.rim.blackberry.api.mail.AddressException.
Thrown when an address is invalid.
AddressException() - Constructor for class net.rim.blackberry.api.mail.AddressException
Constructs an AddressException with no detail message.
AddressException(String) - Constructor for class net.rim.blackberry.api.mail.AddressException
Constructs an AddressException with the specified detail message.
ADDRSIZE - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the size of an address array.
addSeparator() - Method in class net.rim.device.api.ui.component.Menu
Adds separator item to this menu.
addServer(CertificateServerInfo) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Adds a server to the list of servers.
addServer(String, int, String) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Adds a server to the list of servers using the specified parameters.
addServer(String, int, String, String, int) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Adds a server to the list of servers using the specified parameters.
addSiblingNode(int, Object) - Method in class net.rim.device.api.ui.component.TreeField
Adds a new sibling node to this tree field.
addSource(Object) - Method in interface net.rim.device.api.collection.CollectionCombiner
Adds a new collection as a source of elements for this colleciton.
addSource(Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Adds a new collection as a source of elements for this collection.
addStoreListener(StoreListener) - Method in class net.rim.blackberry.api.mail.Store
Adds a store listener to this store.
addString(int, int, String) - Method in interface net.rim.blackberry.api.pim.PIMItem
Adds a string value to the field.
addStringArray(int, int, String[]) - Method in interface net.rim.blackberry.api.pim.PIMItem
Adds a string array value to the field.
addSyncListener(SerialSyncListener) - Method in class net.rim.device.api.synchronization.SerialSyncManager
Adds a SerialSyncListener interested in events from the serial synchronization manager.
addSyncObject(SyncObject) - Method in class net.rim.device.api.synchronization.SyncItem
 
addSyncObject(SyncObject) - Method in interface net.rim.device.api.synchronization.SyncCollection
Adds a SyncObject to this SyncCollection.
addSystemListener(SystemListener) - Method in class net.rim.device.api.system.Application
Adds a system event listener to this application.
addToCategory(String) - Method in interface net.rim.blackberry.api.pim.PIMItem
Adds a category to this item.
addToIndex(KeyStoreData, Certificate, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.keystore.PrivateKeysKeyStoreIndex
 
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.certificate.SubjectKeyStoreIndex
Links the KeyStoreData object passed in with a hash of the subject from the data object passed in.
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.certificate.SerialNumberIssuerKeyStoreIndex
Links the KeyStoreData object passed in with a hash of the serial number an issuer from the data object passed in.
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.certificate.IssuerKeyStoreIndex
Links the KeyStoreData object passed in with a hash of the issuer from the data object passed in.
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.keystore.PrivateKeysKeyStoreIndex
 
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.keystore.LabelKeyStoreIndex
Links the KeyStoreData object passed in with a hash of the label from the data object passed in.
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in interface net.rim.device.api.crypto.keystore.KeyStoreIndex
This method is called by the index to add the alias values or integers that are going to be used to link to the key store data object that was passed into this method.
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.keystore.AssociatedDataKeyStoreIndex
This method adds the KeyStoreData item to the KeyStoreDataMap given the associated data that is contained within that KeyStoreData.
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.certificate.x509.X509PublicKeyHashKeyStoreIndex
Links the KeyStoreData object passed in with a hash of the public key from an X509 certificate.
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.certificate.x509.SubjectKeyIdentifierKeyStoreIndex
Links the KeyStoreData object passed in with a hash of the subject key identifier from an X509 certificate.
addTrackwheelListener(TrackwheelListener) - Method in class net.rim.device.api.system.Application
Adds a trackwheel event listener to this application.
addTrackwheelListener(TrackwheelListener) - Method in class net.rim.device.api.ui.Screen
Registers a trackwheel event listener for this screen.
AES_128_CBC - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_128_CBC = 2.16.840.1.101.3.4.1.2 Represents AES 128 bit key in CBC mode.
AES_128_CFB - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_128_CFB = 2.16.840.1.101.3.4.1.4 Represents AES 128 bit key in CFB mode.
AES_128_ECB - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_128_ECB = 2.16.840.1.101.3.4.1.1 Represents AES 128 bit key in ECB mode.
AES_128_KEY_WRAP - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_128_KEY_WRAP = 2.16.840.1.101.3.4.1.5 Represents AES 128 bit key wrap for CMS.
AES_128_OFB - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_128_OFB = 2.16.840.1.101.3.4.1.3 Represents AES 128 bit key in OFB mode.
AES_192_CBC - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_192_CBC = 2.16.840.1.101.3.4.1.22 Represents AES 192 bit key in CBC mode.
AES_192_CFB - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_192_CFB = 2.16.840.1.101.3.4.1.24 Represents AES 192 bit key in CFB mode.
AES_192_ECB - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_192_ECB = 2.16.840.1.101.3.4.1.21 Represents AES 192 bit key in ECB mode.
AES_192_KEY_WRAP - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_192_KEY_WRAP = 2.16.840.1.101.3.4.1.25 Represents AES 192 bit key wrap for CMS.
AES_192_OFB - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_192_OFB = 2.16.840.1.101.3.4.1.23 Represents AES 192 bit key in OFB mode.
AES_256_CBC - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_256_CBC = 2.16.840.1.101.3.4.1.42 Represents AES 256 bit key in CBC mode.
AES_256_CFB - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_256_CFB = 2.16.840.1.101.3.4.1.44 Represents AES 256 bit key in CFB mode.
AES_256_ECB - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_256_ECB = 2.16.840.1.101.3.4.1.41 Represents AES 256 bit key in ECB mode.
AES_256_KEY_WRAP - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_256_KEY_WRAP = 2.16.840.1.101.3.4.1.45 Represents AES 256 bit key wrap for CMS.
AES_256_OFB - Static variable in class net.rim.device.api.crypto.oid.OIDs
AES_256_OFB = 2.16.840.1.101.3.4.1.43 Represents AES 256 bit key in OFB mode.
AESDecryptorEngine - class net.rim.device.api.crypto.AESDecryptorEngine.
Creates an Advanced Encryption Standard (AES) decryption engine.
AESDecryptorEngine(AESKey) - Constructor for class net.rim.device.api.crypto.AESDecryptorEngine
Creates an instance of the AESDecryptorEngine class given the AES key with a default block length of 16 bytes.
AESDecryptorEngine(AESKey, int) - Constructor for class net.rim.device.api.crypto.AESDecryptorEngine
Creates an instance of the AESDecryptorEngine class given the AES key.
AESEncryptorEngine - class net.rim.device.api.crypto.AESEncryptorEngine.
Creates an Advanced Encryption Standard (AES) encryption engine.
AESEncryptorEngine(AESKey) - Constructor for class net.rim.device.api.crypto.AESEncryptorEngine
Creates an instance of the AESEncryptorEngine class given the AES key with a default block length of 16 bytes.
AESEncryptorEngine(AESKey, int) - Constructor for class net.rim.device.api.crypto.AESEncryptorEngine
Creates an instance of the AESEncryptorEngine class given the AES key.
AESKey - class net.rim.device.api.crypto.AESKey.
Creates an Advanced Encryption Standard (AES) key.
AESKey() - Constructor for class net.rim.device.api.crypto.AESKey
Creates a new random 128-bit key.
AESKey(byte[]) - Constructor for class net.rim.device.api.crypto.AESKey
Creates the longest key possible from existing data.
AESKey(byte[], int) - Constructor for class net.rim.device.api.crypto.AESKey
Creates the longest key possible from existing data.
AESKey(byte[], int, int) - Constructor for class net.rim.device.api.crypto.AESKey
Creates a key using existing data.
AESKey(int) - Constructor for class net.rim.device.api.crypto.AESKey
Creates a new random key of 128, 192, or 256 bits.
after(Object) - Method in class java.util.Calendar
Compares the time field records.
ALARM - Static variable in class javax.microedition.lcdui.AlertType
An ALARM AlertType is a hint to alert the user to an event for which the user has previously requested to be notified.
ALARM - Static variable in interface net.rim.blackberry.api.pim.Event
Represents the date and time of the alarm for this event.
Alert - class javax.microedition.lcdui.Alert.
An alert is a screen that shows data to the user and waits for a certain period of time before proceeding to the next screen.
Alert - class net.rim.device.api.system.Alert.
Provides access to the means by which applications can notify the device's operator of interesting events (for example, arrived messages, phone calls, and so forth).
alert(String) - Static method in class net.rim.device.api.ui.component.Dialog
Creates an alert dialog.
Alert(String) - Constructor for class javax.microedition.lcdui.Alert
Constructs a new, empty Alert object with the given title.
Alert(String, String, Image, AlertType) - Constructor for class javax.microedition.lcdui.Alert
Constructs a new Alert object with the given title, content string and image, and alert type.
AlertListener - interface net.rim.device.api.system.AlertListener.
Provides functionality for receiving alert events.
AlertProtocol - interface net.rim.device.api.crypto.tls.AlertProtocol.
Defines the methods and possible common constants for the alert protocol.
AlertType - class javax.microedition.lcdui.AlertType.
The AlertType provides an indication of the nature of alerts.
AlertType() - Constructor for class javax.microedition.lcdui.AlertType
Protected constructor for subclasses.
ALL_FIPS_TESTS_PASSED - Static variable in class net.rim.device.api.crypto.PRNGTest
A mask representing all of the FIPS tests.
ALL_TESTS_PASSED - Static variable in class net.rim.device.api.crypto.PRNGTest
A mask representing all of the tests.
ALLOW_DECIMAL - Static variable in class net.rim.device.api.ui.text.NumericTextFilter
Text style that allows numeric strings with decimal notation.
ALLOW_NEGATIVE - Static variable in class net.rim.device.api.ui.text.NumericTextFilter
Text style that allows negative numbers in numeric strings.
ALLOWED - Static variable in interface net.rim.device.api.crypto.certificate.KeyUsageResult
Return code indicating that the subject public key can be used for the specified purpose.
allowsChildren() - Method in interface net.rim.device.api.collection.ReadableTree
Determines if this node allows children.
alpha - Variable in class net.rim.device.api.system.Bitmap.PNGInfo
Indicates whether this PNG has alpha information.
alpha_bit_depth - Variable in class net.rim.device.api.system.Bitmap.PNGInfo
Indicates the bit depth of the alpha channel.
ALT_NAME_DNS - Static variable in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Used to lookup the DNS in getSubjectAltNameStrings and getIssuerAltNameStrings.
ALT_NAME_EMAIL - Static variable in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Used to lookup the email addresses in getSubjectAltNameStrings and getIssuerAltNameStrings.
ALT_NAME_URL - Static variable in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Used to lookup the URLs in getSubjectAltNameStrings and getIssuerAltNameStrings.
ALWAYS_LOG - Static variable in class net.rim.device.api.system.EventLogger
Always log event, regardless of severity.
AM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from midnight to just before noon.
AM_PM - Static variable in class java.util.Calendar
Field number for get and set indicating whether the HOUR is before or after noon.
AM_PM_FIELD - Static variable in class net.rim.device.api.i18n.DateFormat
Useful constant for AM_PM field alignment.
and(BitSet) - Method in class net.rim.device.api.util.BitSet
Performs bitwise AND on this set with provided mask.
ANY - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter any text.
append(ASN1BitSet, ASN1BitSet) - Static method in class net.rim.device.api.crypto.asn1.ASN1BitSet
Appends the contents of two ASN1BitSets together and returns the result.
append(boolean) - Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char) - Method in class java.lang.StringBuffer
Appends the string representation of the char argument to this string buffer.
append(char[]) - Method in class java.lang.StringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int) - Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(Image) - Method in class javax.microedition.lcdui.Form
Adds an item consisting of one Image to the form.
append(int) - Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this string buffer.
append(Item) - Method in class javax.microedition.lcdui.Form
Adds an Item into the Form.
append(long) - Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this string buffer.
append(Object) - Method in class java.lang.StringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String) - Method in class java.lang.StringBuffer
Appends the string to this string buffer.
append(String) - Method in class javax.microedition.lcdui.Form
Adds an item consisting of one String to the form.
append(String, Image) - Method in class javax.microedition.lcdui.List
 
append(String, Image) - Method in class javax.microedition.lcdui.ChoiceGroup
 
append(String, Image) - Method in interface javax.microedition.lcdui.Choice
Appends an element to the Choice.
appendMessage(Message) - Method in class net.rim.blackberry.api.mail.Folder
Saves a message to this folder.
appendMessages(Message[]) - Method in class net.rim.blackberry.api.mail.Folder
Saves several messages to this folder.
appendNumber(StringBuffer, byte, int) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits for byte value to buffer.
appendNumber(StringBuffer, byte, int, int) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits with padding for byte value to buffer.
appendNumber(StringBuffer, int) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits for decimal integer value to buffer.
appendNumber(StringBuffer, int, int) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits for integer value to buffer.
appendNumber(StringBuffer, int, int, int) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits with padding for integer value to buffer.
appendNumber(StringBuffer, long) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits for decimal long integer value to buffer.
appendNumber(StringBuffer, long, int) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits for long integer value to buffer.
appendNumber(StringBuffer, long, int, int) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits with padding for long integer value to buffer.
appendNumber(StringBuffer, short, int) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits for short integer value to buffer.
appendNumber(StringBuffer, short, int, int) - Static method in class net.rim.device.api.util.NumberUtilities
Appends digits with padding for short integer value to buffer.
Application - class net.rim.device.api.system.Application.
The base class for all device applications.
APPLICATION - Static variable in class net.rim.device.api.i18n.Locale
In a global event, check this flag to see if the change was an application or a global one.
APPLICATION - Static variable in class net.rim.device.api.ui.Font
In a global event, check this flag to see if the change was an application or a global one.
APPLICATION_SPECIFIC_CLASS_FLAG - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
A 2-bit flag used to indicate the tag is Application-specific.
Application() - Constructor for class net.rim.device.api.system.Application
Constructs a new Application instance.
ApplicationDescriptor - class net.rim.device.api.system.ApplicationDescriptor.
Encapsulates descriptive information for an application.
ApplicationDescriptor(ApplicationDescriptor, String[]) - Constructor for class net.rim.device.api.system.ApplicationDescriptor
Constructs a new ApplicationDescriptor, using another descriptor as a template.
ApplicationDescriptor(ApplicationDescriptor, String, String[]) - Constructor for class net.rim.device.api.system.ApplicationDescriptor
Constructs a new named ApplicationDescriptor, using another descriptor as a template.
ApplicationDescriptor(ApplicationDescriptor, String, String[], Bitmap, int, String, int) - Constructor for class net.rim.device.api.system.ApplicationDescriptor
Constructs a new named ApplicationDescriptor, using another descriptor as a template, and providing initial settings.
ApplicationDescriptor(ApplicationDescriptor, String, String[], Bitmap, int, String, int, int) - Constructor for class net.rim.device.api.system.ApplicationDescriptor
Constructs a new named ApplicationDescriptor, using another descriptor as a template, and providing initial settings.
ApplicationManager - class net.rim.device.api.system.ApplicationManager.
Manages all Java applications on the device.
ApplicationManagerException - exception net.rim.device.api.system.ApplicationManagerException.
Thrown when the application manager encounters an error.
ApplicationManagerException(String) - Constructor for class net.rim.device.api.system.ApplicationManagerException
Constructs a new application manager exception with specific detail message.
ApplicationMenuItem - class net.rim.blackberry.api.menuitem.ApplicationMenuItem.
Extend an instance of this class and register your instance with the ApplicationMenuItemRepository.
ApplicationMenuItem(int) - Constructor for class net.rim.blackberry.api.menuitem.ApplicationMenuItem
Default constructor
ApplicationMenuItem(Object, int) - Constructor for class net.rim.blackberry.api.menuitem.ApplicationMenuItem
override this method to take custom actions on the context parameter
ApplicationMenuItemRepository - class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository.
Register your ApplicationMenuItem instances with this class.
apply(int, int, long, Object) - Method in interface net.rim.device.api.collection.IntRangedActionTarget
Applies an action to a range of elements in this collection.
apply(int, int, long, Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Applies an action to a range of elements in each one of this collection's sources, using integer keys.
apply(long, long, long, Object) - Method in interface net.rim.device.api.collection.LongRangedActionTarget
Applies an action to a range of elements in this collection.
apply(long, long, long, Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Applies an action to a range of elements in each one of this collection's sources, using long integer keys.
applyPattern(int) - Method in class net.rim.device.api.i18n.SimpleDateFormat
Applies a date/time format style to this formatter.
applyPattern(String) - Method in class net.rim.device.api.i18n.SimpleDateFormat
Applies a date/time pattern string to this formatter.
applyPattern(String) - Method in class net.rim.device.api.i18n.MessageFormat
Applies a new pattern string to this formatter.
APRIL - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fourth month of the year.
APRIL - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the constant for the month: April.
AQUARIUS - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
ARC4Key - class net.rim.device.api.crypto.ARC4Key.
Creates an ARC4 key.
ARC4Key() - Constructor for class net.rim.device.api.crypto.ARC4Key
Creates a new random ARC4Key object of size 128 bits.
ARC4Key(byte[]) - Constructor for class net.rim.device.api.crypto.ARC4Key
Creates an ARC4Key object given an array of key data.
ARC4Key(byte[], int, int) - Constructor for class net.rim.device.api.crypto.ARC4Key
Creates an ARC4Key object.
ARC4Key(int) - Constructor for class net.rim.device.api.crypto.ARC4Key
Creates a new random ARC4Key object by specifying the key length.
ARC4PseudoRandomSource - class net.rim.device.api.crypto.ARC4PseudoRandomSource.
Represents a pseudo-random number generator (PRNG) that uses the Alledged RC4 (ARC4) algorithm to expand a finite length seed into an arbitrarily long stream of pseudo-random bytes.
ARC4PseudoRandomSource(ARC4Key) - Constructor for class net.rim.device.api.crypto.ARC4PseudoRandomSource
Creates an ARC4PseudoRandomSource object using the specified ARC4Key to initialize the pseudo-random source.
ARC4PseudoRandomSource(byte[]) - Constructor for class net.rim.device.api.crypto.ARC4PseudoRandomSource
Creates an ARC4PseudoRandomSource object with the given (secret) seed data.
ARC4PseudoRandomSource(byte[], int, int) - Constructor for class net.rim.device.api.crypto.ARC4PseudoRandomSource
Creates an ARC4PseudoRandomSource object with the given (secret) seed data.
ARIES - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
ArithmeticException - exception java.lang.ArithmeticException.
Thrown when an exceptional arithmetic condition has occurred.
ArithmeticException() - Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String) - Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
ArrayIndexOutOfBoundsException - exception java.lang.ArrayIndexOutOfBoundsException.
Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException() - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int) - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String) - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
Arrays - class net.rim.device.api.util.Arrays.
Provides a host of utility functions for manipulating arrays.
ArrayStoreException - exception java.lang.ArrayStoreException.
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException() - Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String) - Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
ask(int) - Static method in class net.rim.device.api.ui.component.Dialog
Creates an standard inquiry dialog.
ask(int, String) - Static method in class net.rim.device.api.ui.component.Dialog
Creates an inquiry dialog with provided message.
ask(int, String, int) - Static method in class net.rim.device.api.ui.component.Dialog
Creates an inquiry dialog with provided message.
ask(String, Object[], int) - Static method in class net.rim.device.api.ui.component.Dialog
Creates an inquiry dialog with provided message and choices.
ask(String, Object[], int[], int) - Static method in class net.rim.device.api.ui.component.Dialog
Creates an inquiry dialog with provided message, choices, and values.
ASN1BitSet - class net.rim.device.api.crypto.asn1.ASN1BitSet.
Implements the Abstract Syntax Notation One (ASN1) functionality.
ASN1BitSet(byte[], int) - Constructor for class net.rim.device.api.crypto.asn1.ASN1BitSet
Create a new ASN1BitSet instance.
ASN1EncodingException - exception net.rim.device.api.crypto.asn1.ASN1EncodingException.
Thrown whenever a malformed or unexpected Distinguished Encoding Rules (DER) encoded type is parsed or an unsupported Basic Encoding Rules (BER) feature is found in the input stream.
ASN1EncodingException() - Constructor for class net.rim.device.api.crypto.asn1.ASN1EncodingException
Constructs a ASN1EncodingException object with no detailed message.
ASN1EncodingException(String) - Constructor for class net.rim.device.api.crypto.asn1.ASN1EncodingException
Constructs a ASN1EncodingException object with a detailed message.
ASN1InputByteArray - class net.rim.device.api.crypto.asn1.ASN1InputByteArray.
A parser which parses bytes according to the ASN.1 Distinguished Encoding Rules (DER) format specification.
ASN1InputByteArray(byte[]) - Constructor for class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Creates an ASN1InputByteArray using buffer as the data.
ASN1InputByteArray(byte[], int) - Constructor for class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Creates an ASN1InputByteArray using buffer as the data.
ASN1InputStream - class net.rim.device.api.crypto.asn1.ASN1InputStream.
A parser which parses bytes according to the ASN.1 Distinguished Encoding Rules (DER) and Basic Encoding Rules (BER) format specification.
ASN1InputStream(byte[]) - Constructor for class net.rim.device.api.crypto.asn1.ASN1InputStream
Creates an ASN1InputStream object based upon the data in the given byte array.
ASN1InputStream(byte[], int, int) - Constructor for class net.rim.device.api.crypto.asn1.ASN1InputStream
Creates an ASN1InputStream based upon the data in the given byte array.
ASN1InputStream(InputStream) - Constructor for class net.rim.device.api.crypto.asn1.ASN1InputStream
Constructs an ASN1InputStream object which reads bytes from inputStream.
ASN1OutputStream - class net.rim.device.api.crypto.asn1.ASN1OutputStream.
An output stream which outputs bytes according to the ASN.1 Distinguished Encoding Rules (DER) format/encoding specification.
ASN1OutputStream() - Constructor for class net.rim.device.api.crypto.asn1.ASN1OutputStream
Constructs an ASN1OutputStream which writes some unknown number of bytes using a ByteArrayOutputStream.
ASN1OutputStream(OutputStream) - Constructor for class net.rim.device.api.crypto.asn1.ASN1OutputStream
Constructs an ASN1OutputStream which writes some unknown number of bytes.
assertKeys(CodeSigningKey, CodeSigningKey) - Method in class net.rim.device.api.system.ControlledAccess
Determines if provided code signing keys match wrapped object's keys.
AssociatedData - class net.rim.device.api.crypto.keystore.AssociatedData.
Used to provide an aliasing service for the records that are contained inside the keystore.
AssociatedData(long, byte[]) - Constructor for class net.rim.device.api.crypto.keystore.AssociatedData
Sets the association with the appropriate data for this class.
AssociatedData(long, byte[][]) - Constructor for class net.rim.device.api.crypto.keystore.AssociatedData
Sets the association with the appropriate data for this class.
AssociatedDataKeyStoreIndex - class net.rim.device.api.crypto.keystore.AssociatedDataKeyStoreIndex.
This class allows for easy use of current associated data elements to be used as an index into the keystore.
AssociatedDataKeyStoreIndex(long) - Constructor for class net.rim.device.api.crypto.keystore.AssociatedDataKeyStoreIndex
Accepts a long which would refer to the association for an AssociatedData object.
ATTACHMENT - Static variable in interface net.rim.blackberry.api.mail.Part
Presents this Part as an attachment.
AttachmentHandler - interface net.rim.blackberry.api.mail.AttachmentHandler.
An application must implement the AttachmentHandler interface to perform custom attachment actions.
AttachmentHandlerManager - class net.rim.blackberry.api.mail.AttachmentHandlerManager.
The manager class for attachment handling.
ATTR_ASST - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the information (usually name or phone number) of a contact's assistant.
ATTR_AUTO - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the automobile phone number of a contact.
ATTR_FAX - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the fax number of a contact.
ATTR_HOME - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the home phone number of a contact.
ATTR_MOBILE - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the mobile phone number of a contact.
ATTR_NONE - Static variable in interface net.rim.blackberry.api.pim.PIMItem
Indicates that no additional attributes are applicable for this field.
ATTR_OTHER - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents an "other" field for a contact.
ATTR_PAGER - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents a pager number for a contact.
ATTR_PREFERRED - Static variable in interface net.rim.blackberry.api.pim.Contact
Indicates that a field is the preferred attribute for a contact.
ATTR_SMS - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the SMS address of a contact.
ATTR_WORK - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the work phone number of a contact.
audioDone(int) - Method in interface net.rim.device.api.system.AlertListener
Invoked when an audio alert ends.
AUGUST - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eighth month of the year.
AUGUST - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the constant for the month: August.
AutoTextEditField - class net.rim.device.api.ui.component.AutoTextEditField.
An editable text field designed to provide autotext support.
AutoTextEditField() - Constructor for class net.rim.device.api.ui.component.AutoTextEditField
Constructs a default AutoTextEditField.
AutoTextEditField(String, String) - Constructor for class net.rim.device.api.ui.component.AutoTextEditField
Constructs an AutoTextEditField object.
AutoTextEditField(String, String, int, long) - Constructor for class net.rim.device.api.ui.component.AutoTextEditField
Constructs a smaller AutoTextEditField object, of a given style.
available() - Method in class java.io.InputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class java.io.DataInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.ByteArrayInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class net.rim.device.api.compress.ZLibInputStream
Retreives number of bytes which can be read from this stream without blocking.
available() - Method in class net.rim.device.api.compress.GZIPInputStream
Retreives number of bytes which can be read from this stream without blocking.
available() - Method in class net.rim.device.api.io.SharedInputStream
Retrieves number of bytes available for reading.
available() - Method in class net.rim.device.api.io.Base64InputStream
Retrieves number of available bytes.
available() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves number of available bytes.
available() - Method in class net.rim.device.api.util.DataBuffer
Retrieves number of elements left in the buffer beyond the read/write position.
available() - Method in class net.rim.device.api.crypto.CryptoInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class net.rim.device.api.crypto.BlockDecryptor
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.

B

BACK - Static variable in class javax.microedition.lcdui.Command
A navigation command that returns the user to the logically previous screen.
BACKSPACE - Static variable in interface net.rim.device.api.system.Characters
backspace() - Method in class net.rim.device.api.ui.component.BasicEditField
Deletes character to the left of the cursor, or deletes selection.
backspace() - Method in class net.rim.device.api.ui.component.AutoTextEditField
Deletes character to the left of the cursor, or deletes selection.
backspace(int) - Method in class net.rim.device.api.ui.component.BasicEditField
Deletes specified number of characters to the left of the cursor.
backspace(int, int) - Method in class net.rim.device.api.ui.component.BasicEditField
Deletes specified number of characters to the left of the cursor, with indication of source of this action.
BackwardStatusException - exception net.rim.device.api.crypto.keystore.BackwardStatusException.
An exception representing times when someone is attempting to set the status of a certificate backwards.
BackwardStatusException() - Constructor for class net.rim.device.api.crypto.keystore.BackwardStatusException
Creates a BackwardStatusException with no parameters.
BackwardStatusException(String) - Constructor for class net.rim.device.api.crypto.keystore.BackwardStatusException
Creates a BackwardStatusException with a description string.
BAD_CERTIFICATE - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that a certificate was corrupt, contained signatures that did not verify correctly, etc.
BAD_RECORD_MAC - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
This alert is returned if a record is received with an incorrect Message Authentication Code (MAC).
BadPaddingException - exception net.rim.device.api.crypto.BadPaddingException.
The exception class thrown when there is a problem unpadding some data that has been padded.
BadPaddingException() - Constructor for class net.rim.device.api.crypto.BadPaddingException
Creates a BadPaddingException object.
BadPaddingException(String) - Constructor for class net.rim.device.api.crypto.BadPaddingException
Creates a BadPaddingException object with a message string.
BALLOT_BOX - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BALLOT_BOX_WITH_CHECK - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BALLOT_X - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BAND_CDMA_1900 - Static variable in class net.rim.device.api.system.RadioInfo
 
BAND_CDMA_800 - Static variable in class net.rim.device.api.system.RadioInfo
 
BAND_DATATAC_800 - Static variable in class net.rim.device.api.system.RadioInfo
 
BAND_GSM_1800 - Static variable in class net.rim.device.api.system.RadioInfo
 
BAND_GSM_1900 - Static variable in class net.rim.device.api.system.RadioInfo
 
BAND_GSM_900 - Static variable in class net.rim.device.api.system.RadioInfo
 
BAND_IDEN_800 - Static variable in class net.rim.device.api.system.RadioInfo
 
BAND_MOBITEX_900 - Static variable in class net.rim.device.api.system.RadioInfo
 
BARE - Static variable in class net.rim.device.api.ui.component.ButtonField
Don't draw button outline.
Base64InputStream - class net.rim.device.api.io.Base64InputStream.
Input stream for reading Base64 encoded data.
Base64InputStream(InputStream) - Constructor for class net.rim.device.api.io.Base64InputStream
Constructs a new Base64InputStream instance with underlying input stream.
Base64InputStream(InputStream, boolean) - Constructor for class net.rim.device.api.io.Base64InputStream
Constructs a new Base64InputStream instance with underlying input stream.
Base64OutputStream - class net.rim.device.api.io.Base64OutputStream.
Ouput stream for writing Base64 encoded data.
Base64OutputStream(OutputStream) - Constructor for class net.rim.device.api.io.Base64OutputStream
Constructs a new Base64OutputSream instance with underlying output stream.
Base64OutputStream(OutputStream, boolean, boolean) - Constructor for class net.rim.device.api.io.Base64OutputStream
Constructs a new Base64OutputStream instance with specific newline and carriage return settings.
BASELINE - Static variable in class javax.microedition.lcdui.Graphics
Constant for positioning the anchor point at the baseline of text.
BASELINE - Static variable in interface net.rim.device.api.ui.DrawStyle
Drawing position for the baseline of the text.
baseStationChange() - Method in interface net.rim.device.api.system.RadioStatusListener
Invoked when the radio has changed base stations.
BasicEditField - class net.rim.device.api.ui.component.BasicEditField.
An editable simple text field with no formatting.
BasicEditField() - Constructor for class net.rim.device.api.ui.component.BasicEditField
Constructs an empty BasicEditField object.
BasicEditField(long) - Constructor for class net.rim.device.api.ui.component.BasicEditField
Constructs an empty BasicEditField object.
BasicEditField(String, String) - Constructor for class net.rim.device.api.ui.component.BasicEditField
Constructs an BasicEditField object with label and initial contents.
BasicEditField(String, String, int, long) - Constructor for class net.rim.device.api.ui.component.BasicEditField
Constructs a smaller BasicEditField object with label, initial contents, and particular style.
BATCH_OPERATION - Static variable in class net.rim.blackberry.api.mail.event.StoreEvent
A batch operation has occured on this store, such as a bulk delete or bulk add.
batchOperation(StoreEvent) - Method in interface net.rim.blackberry.api.mail.event.StoreListener
Invoked when a batch operation (such as a bulk add or delete) occurs on a store
batteryGood() - Method in interface net.rim.device.api.system.SystemListener
Invoked when the internal battery voltage has returned to normal.
batteryLow() - Method in interface net.rim.device.api.system.SystemListener
Invoked when the internal battery voltage falls below a critical level.
batteryStatusChange(int) - Method in interface net.rim.device.api.system.SystemListener
Invoked when the internal battery state has changed.
BCC - Static variable in interface net.rim.blackberry.api.mail.Message.RecipientType
"Bcc" (blind carbon copy) recipients
BCC - Static variable in class net.rim.blackberry.api.mail.Header
Bcc header tag
before(Object) - Method in class java.util.Calendar
Compares the time field records.
beginBulkUpdate(Collection) - Method in interface net.rim.device.api.collection.BulkUpdateCollectionListener
Monitoried collection is beginning a bulk update.
beginTransaction() - Method in class net.rim.device.api.synchronization.SyncItem
 
beginTransaction() - Method in interface net.rim.device.api.synchronization.SyncCollection
Starts a transaction.
BigIntVector - class net.rim.device.api.collection.util.BigIntVector.
Vector optimized to support insert/delete operations without shuffling the entire array.
BigIntVector() - Constructor for class net.rim.device.api.collection.util.BigIntVector
Constructs a new empty vector.
BigIntVector(int) - Constructor for class net.rim.device.api.collection.util.BigIntVector
Constructs a new empty vector with the specified initial capacity and chunk size.
BigIntVector(int, int) - Constructor for class net.rim.device.api.collection.util.BigIntVector
Constructs a new empty vector with the specified initial capacity and chunk size.
BigLongVector - class net.rim.device.api.collection.util.BigLongVector.
Vector optimized to support insert/delete operations without shuffling the entire array.
BigLongVector() - Constructor for class net.rim.device.api.collection.util.BigLongVector
Constructs a new empty vector.
BigLongVector(int) - Constructor for class net.rim.device.api.collection.util.BigLongVector
Constructs a new empty vector with the specified initial capacity and chunk size.
BigLongVector(int, int) - Constructor for class net.rim.device.api.collection.util.BigLongVector
Constructs a new empty vector with the specified initial capacity and chunk size.
BigSortedReadableList - class net.rim.device.api.collection.util.BigSortedReadableList.
Maintains a large collection of elements in a sorted order.
BigSortedReadableList(CollectionEventSource, Comparator) - Constructor for class net.rim.device.api.collection.util.BigSortedReadableList
Constructs a new BigSortedReadableList instance and initialize with source.
BigSortedReadableList(Comparator) - Constructor for class net.rim.device.api.collection.util.BigSortedReadableList
Constructs a new BigSortedReadableList instance.
BigUnsortedReadableList - class net.rim.device.api.collection.util.BigUnsortedReadableList.
Maintains a large collection of unsorted elements.
BigUnsortedReadableList() - Constructor for class net.rim.device.api.collection.util.BigUnsortedReadableList
Constructs a new, empty BigUnsortedReadableList instance.
BigUnsortedReadableList(CollectionEventSource) - Constructor for class net.rim.device.api.collection.util.BigUnsortedReadableList
Constructs a new BigUnsortedReadableList instance.
BigVector - class net.rim.device.api.collection.util.BigVector.
Vector optimized to support insert/delete operations without shuffling the entire array.
BigVector() - Constructor for class net.rim.device.api.collection.util.BigVector
Constructs a new empty vector.
BigVector(int) - Constructor for class net.rim.device.api.collection.util.BigVector
Constructs a new empty vector with the specified initial capacity and chunk size.
BigVector(int, int) - Constructor for class net.rim.device.api.collection.util.BigVector
Constructs a new empty vector with the specified initial capacity and chunk size.
BINARY - Static variable in interface net.rim.blackberry.api.pim.PIMItem
Indicates that the data type is binary.
binarySearch(Comparator, Object) - Method in class net.rim.device.api.collection.util.BigVector
Performs a binary search to locate a value.
binarySearch(int) - Method in class net.rim.device.api.collection.util.BigIntVector
Performs a binary search to locate a value.
binarySearch(int[], int) - Static method in class net.rim.device.api.util.Arrays
Finds key in integer array using binary search.
binarySearch(int[], int, int, int) - Static method in class net.rim.device.api.util.Arrays
Finds key in section of integer array using binary search.
binarySearch(long) - Method in class net.rim.device.api.collection.util.BigLongVector
Performs a binary search to locate a value.
binarySearch(long[], long, int, int) - Static method in class net.rim.device.api.util.Arrays
Finds key in section of long integer array using binary search.
binarySearch(Object[], Object, Comparator, int, int) - Static method in class net.rim.device.api.util.Arrays
Finds object key in section of object array using binary search with provided comparator.
binarySearch(Object, int, int) - Method in class net.rim.device.api.collection.util.BigSortedReadableList
Does binary search to locate an element.
BIRTHDAY - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the birthday field of the contact.
bit_depth - Variable in class net.rim.device.api.system.Bitmap.PNGInfo
The bit depth of the PNG.
BIT_STRING - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
The DER tag for the ASN.1 BIT_STRING primitive type.
Bitmap - class net.rim.device.api.system.Bitmap.
Encapsulates a Bitmap graphic usable for display on the device.
Bitmap.PNGInfo - class net.rim.device.api.system.Bitmap.PNGInfo.
Provides additional information relevant for PNG bitmap graphics.
Bitmap.PNGInfo() - Constructor for class net.rim.device.api.system.Bitmap.PNGInfo
Constructs a new PNGInfo instance.
Bitmap(int, int) - Constructor for class net.rim.device.api.system.Bitmap
Constructs a blank bitmap object.
Bitmap(int, int, int) - Constructor for class net.rim.device.api.system.Bitmap
Constructs a blank bitmap object of a specific type.
Bitmap(int, int, int, byte[]) - Constructor for class net.rim.device.api.system.Bitmap
Constructs a new bitmap of a specific type from existing data.
BitmapField - class net.rim.device.api.ui.component.BitmapField.
Displays a bitmap.
BitmapField() - Constructor for class net.rim.device.api.ui.component.BitmapField
Constructs a new BitmapField instance.
BitmapField(Bitmap) - Constructor for class net.rim.device.api.ui.component.BitmapField
Constructs a new BitmapField instance with provided bitmap.
BitmapField(Bitmap, long) - Constructor for class net.rim.device.api.ui.component.BitmapField
Constructs a new BitmapField instance with provided bitmap and alignment style.
BitSet - class net.rim.device.api.util.BitSet.
Maintains a collection of bits.
BitSet() - Constructor for class net.rim.device.api.util.BitSet
Constructs a new BitSet instance with enough room for 128 bits.
BitSet(BitSet) - Constructor for class net.rim.device.api.util.BitSet
Constructs a new BitSet instance using another as a template.
BitSet(int) - Constructor for class net.rim.device.api.util.BitSet
Constructs a new BitSet instance of provided size.
BLACK - Static variable in class net.rim.device.api.ui.Graphics
Black.
BLACK_CLUB_SUIT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_DIAMOND_SUIT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_DOWN_POINTING_TRIANGLE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_HEART_SUIT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_LEFT_POINTING_POINTER - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_LEFT_POINTING_SMALL_TRIANGLE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_LEFT_POINTING_TRIANGLE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_RIGHT_POINTING_POINTER - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_RIGHT_POINTING_SMALL_TRIANGLE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_RIGHT_POINTING_TRIANGLE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_SPADE_SUIT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_SUN_WITH_RAYS - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_TELEPHONE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_UP_POINTING_SMALL_TRIANGLE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BLACK_UP_POINTING_TRIANGLE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BlackBerryContact - interface net.rim.blackberry.api.pim.BlackBerryContact.
This interface represents a contact contained in the default RIM BlackBerry address book.
BlackBerryPIMList - interface net.rim.blackberry.api.pim.BlackBerryPIMList.
 
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.TripleDESEncryptorEngine
The block length, in bytes, for the algorithm, namely 8 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.TripleDESDecryptorEngine
Represents the block length in bytes for the algorithm, namely 8 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.SkipjackEncryptorEngine
Represents the block length of the cipher in bytes, namely 8 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.SkipjackDecryptorEngine
Represents the block length of the cipher in bytes, namely 8 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.SHA512Digest
Represents the block length, namely 128 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.SHA384Digest
Represents the block length, namely 128 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.SHA256Digest
Represents the block length, namely 64 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.SHA1Digest
Definition stating the block length, namely 64 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.RIPEMD160Digest
A static definition stating the block length, namely 64 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.RIPEMD128Digest
A definition stating the block length, namely 64 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.RC2EncryptorEngine
Represents the block length of the cipher in bytes, namely 8 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.RC2DecryptorEngine
Represents the block length of the cipher in bytes, namely 8 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.MD5Digest
A static definition stating the block length of 64 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.MD4Digest
A static definition stating the block length of 64 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.MD2Digest
A static definition stating the block length of 16 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.DESEncryptorEngine
A public value stating the block length in bytes for the algorithm, namely 8 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.DESDecryptorEngine
Represents the block length of the cipher in bytes, namely 8 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.CAST128EncryptorEngine
A public value stating the block length in bytes for the algorithm, namely 8 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.CAST128DecryptorEngine
Represents the block length of the cipher in bytes, namely 8 bytes.
BlockDecryptor - class net.rim.device.api.crypto.BlockDecryptor.
The superclass of all classes that implement block ciphers.
BlockDecryptor(BlockDecryptorEngine, InputStream) - Constructor for class net.rim.device.api.crypto.BlockDecryptor
Creates a BlockDecryptor object based on the given block decryptor and input stream.
BlockDecryptor(BlockUnformatterEngine, InputStream) - Constructor for class net.rim.device.api.crypto.BlockDecryptor
Creates a BlockDecryptor object using a given unformatter engine and input stream.
BlockDecryptorEngine - interface net.rim.device.api.crypto.BlockDecryptorEngine.
The BlockDecryptorEngine interface describes the functionality of using a block cipher for decryption.
BlockEncryptor - class net.rim.device.api.crypto.BlockEncryptor.
The superclass of all classes that implement block ciphers.
BlockEncryptor(BlockEncryptorEngine, OutputStream) - Constructor for class net.rim.device.api.crypto.BlockEncryptor
Creates a BlockEncryptor object using the specified block encryptor engine and output stream.
BlockEncryptor(BlockFormatterEngine, OutputStream) - Constructor for class net.rim.device.api.crypto.BlockEncryptor
Creates a BlockEncryptor object using the specified block encoder and output stream.
BlockEncryptorEngine - interface net.rim.device.api.crypto.BlockEncryptorEngine.
The BlockEncryptorEngine interface describes the functionality of using a block cipher for encryption.
BlockFormatterEngine - interface net.rim.device.api.crypto.BlockFormatterEngine.
The BlockFormatterEngine interface formats input by inserting padding into the data.
BlockUnformatterEngine - interface net.rim.device.api.crypto.BlockUnformatterEngine.
The BlockUnFormatterEngine interface removes any formatting from data.
BMP_STRING - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
The DER tag for the ASN.1 BMP_STRING primitive type.
BODY_TRUNCATED - Static variable in interface net.rim.blackberry.api.mail.Message.Flag
Flag to indicate that the message has been truncated.
BodyPart - class net.rim.blackberry.api.mail.BodyPart.
Represents a Part that is contained in a Multipart.
BodyPart.ContentType - interface net.rim.blackberry.api.mail.BodyPart.ContentType.
Contants defining some common attachment types and subtypes
BodyPart(Multipart) - Constructor for class net.rim.blackberry.api.mail.BodyPart
Constructs a BodyPart object.
BOLD - Static variable in class net.rim.device.api.ui.Font
Bold font style modifier
Boolean - class java.lang.Boolean.
The Boolean class wraps a value of the primitive type boolean in an object.
BOOLEAN - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
The DER tag for the ASN.1 BOOLEAN primitive type.
BOOLEAN - Static variable in interface net.rim.blackberry.api.pim.PIMItem
Indicates that the data type is a Boolean.
Boolean(boolean) - Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value argument.
booleanValue() - Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean primitive.
BOTTOM - Static variable in class javax.microedition.lcdui.Graphics
Constant for positioning the anchor point of text and images below the text or image.
BOTTOM - Static variable in interface net.rim.device.api.ui.DrawStyle
Drawing position for the bottom of the text.
BOTTOMMOST - Static variable in class net.rim.device.api.ui.Manager
Indicates scrolling all the way to the bottom of the manager.
BOX_DRAWINGS_LIGHT_DOWN_AND_RIGHT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BOX_DRAWINGS_LIGHT_UP_AND_RIGHT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BOX_DRAWINGS_LIGHT_VERTICAL - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BRIGHTNESS_100 - Static variable in class net.rim.device.api.system.LED
LED 100% brightness
BRIGHTNESS_12 - Static variable in class net.rim.device.api.system.LED
LED 12% brightness
BRIGHTNESS_25 - Static variable in class net.rim.device.api.system.LED
LED 25% brightness
BRIGHTNESS_50 - Static variable in class net.rim.device.api.system.LED
LED 50% brightness
BSTAT_CHARGING - Static variable in class net.rim.device.api.system.DeviceInfo
Battery is charging.
BSTAT_DEAD - Static variable in class net.rim.device.api.system.DeviceInfo
Battery at or below zero percent.
BSTAT_IS_USING_EXTERNAL_POWER - Static variable in class net.rim.device.api.system.DeviceInfo
Device is connected to an external power source.
BSTAT_LOW - Static variable in class net.rim.device.api.system.DeviceInfo
Battery is low.
BSTAT_NO_RADIO - Static variable in class net.rim.device.api.system.DeviceInfo
Battery is too low for radio usage.
BSTAT_NO_TURN_ON - Static variable in class net.rim.device.api.system.DeviceInfo
Battery is too low for device to turn on.
BSTAT_NONE - Static variable in class net.rim.device.api.system.DeviceInfo
No battery.
BSTAT_REVERSED - Static variable in class net.rim.device.api.system.DeviceInfo
Battery is inserted backwards.
BSTAT_TOO_COLD - Static variable in class net.rim.device.api.system.DeviceInfo
Battery is too cold.
BSTAT_TOO_HOT - Static variable in class net.rim.device.api.system.DeviceInfo
Battery is too hot.
buf - Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
buf - Variable in class java.io.ByteArrayInputStream
An array of bytes that was provided by the creator of the stream.
BUFFER_LENGTH - Static variable in class net.rim.device.api.io.LineReader
 
buildCertificateChain(Certificate, Certificate[], KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Builds a certificate chain for a certificate from a pool of certificates and a keystore.
buildCertificateChain(Certificate, KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Builds a certificate chain for a certificate from a keystore.
buildCertificateChains(Certificate, Certificate[], KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Builds all of the certificate chains for a certificate from a pool of certificates and a keystore.
buildCertificateChains(Certificate, KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Builds all of the certificate chains for a certificate from a keystore.
buildTrustedCertificateChain(Certificate, Certificate[], KeyStore, KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Builds a trusted certificate chain for a certificate from a pool of certificates and a keystore.
buildTrustedCertificateChains(Certificate, Certificate[], KeyStore, KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Builds all of the trusted certificate chains for a certificate from a pool of certificates and a keystore.
BulkUpdateCollectionListener - interface net.rim.device.api.collection.BulkUpdateCollectionListener.
Provides collection events that signal bulk update operations.
BULLET - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
ButtonField - class net.rim.device.api.ui.component.ButtonField.
Contains a button control.
ButtonField() - Constructor for class net.rim.device.api.ui.component.ButtonField
Constructs a new ButtonField instance.
ButtonField(long) - Constructor for class net.rim.device.api.ui.component.ButtonField
Constructs a new ButtonField instance with provided style.
ButtonField(String) - Constructor for class net.rim.device.api.ui.component.ButtonField
Constructs a new ButtonField instance with provided label.
ButtonField(String, long) - Constructor for class net.rim.device.api.ui.component.ButtonField
Constructs a new ButtonField instance with provided label and style.
buzzerDone(int) - Method in interface net.rim.device.api.system.AlertListener
Invoked when a buzzer alert ends.
Byte - class java.lang.Byte.
The Byte class is the standard wrapper for byte values.
Byte(byte) - Constructor for class java.lang.Byte
Constructs a Byte object initialized to the specified byte value.
ByteArrayInputStream - class java.io.ByteArrayInputStream.
A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
ByteArrayInputStream(byte[]) - Constructor for class java.io.ByteArrayInputStream
Creates a ByteArrayInputStream so that it uses buf as its buffer array.
ByteArrayInputStream(byte[], int, int) - Constructor for class java.io.ByteArrayInputStream
Creates ByteArrayInputStream that uses buf as its buffer array.
ByteArrayOutputStream - class java.io.ByteArrayOutputStream.
This class implements an output stream in which the data is written into a byte array.
ByteArrayOutputStream() - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
bytesTransferred - Variable in class java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
byteValue() - Method in class java.lang.Integer
Returns the value of this Integer as a byte.
byteValue() - Method in class java.lang.Byte
Returns the value of this Byte as a byte.
ByteVector - class net.rim.device.api.util.ByteVector.
Vector-like class for storing byte values.
ByteVector() - Constructor for class net.rim.device.api.util.ByteVector
Constructs an empty vector.
ByteVector(int) - Constructor for class net.rim.device.api.util.ByteVector
Constructs an empty vector with the specified initial capacity.
ByteVector(int, int) - Constructor for class net.rim.device.api.util.ByteVector
Constructs an empty vector with the specified initial capacity and capacity increment.

C

C2PND163V1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
C2PND163V1 = 1.2.840.10045.3.0.1 Represents the WTLS5 elliptic curve.
calculateThumbprint(Certificate, Digest) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Calculates the thumbprint of the certificate using the given digest.
Calendar - class java.util.Calendar.
Calendar is an abstract class for getting and setting dates using a set of integer fields such as YEAR, MONTH, DAY, and so on.
Calendar() - Constructor for class java.util.Calendar
protected constructor
callSerially(Runnable) - Method in class javax.microedition.lcdui.Display
Causes the Runnable object r to have its run() method called later, serialized with the event stream, soon after completion of the repaint cycle.
CANCEL - Static variable in class javax.microedition.lcdui.Command
A command that is a standard negative answer to a dialog implemented by current screen.
CANCEL - Static variable in class net.rim.device.api.ui.component.Dialog
Cancel choice for use in dialogs.
cancel() - Method in class java.util.TimerTask
Cancels this timer task.
cancel() - Method in class java.util.Timer
Terminates this timer, discarding any currently scheduled tasks.
cancelAllDeferredEvents(long, int, Object) - Static method in class net.rim.device.api.notification.NotificationsManager
Cancels all events matching the source, level and trigger.
cancelDeferredEvent(long, long, Object, int, Object) - Static method in class net.rim.device.api.notification.NotificationsManager
Cancels the event.
cancelImmediateEvent(long, long, Object, Object) - Static method in class net.rim.device.api.notification.NotificationsManager
Cancels any current immediate events.
cancelInvokeLater(int) - Method in class net.rim.device.api.system.Application
Cancels a runnable timed to invoke later.
CANCELLED - Static variable in class net.rim.device.api.ui.component.Menu
Value returned from show() when the menu is cancelled.
CANCER - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
Canvas - class javax.microedition.lcdui.Canvas.
The Canvas class is a base class for writing applications that need to handle low-level events and to issue graphics calls for drawing to the display.
Canvas() - Constructor for class javax.microedition.lcdui.Canvas
Constructs a new Canvas object.
CAPABILITY_GPS - Static variable in class net.rim.device.api.system.CDMAInfo
 
CAPABILITY_MIP - Static variable in class net.rim.device.api.system.CDMAInfo
 
CAPABILITY_SIP - Static variable in class net.rim.device.api.system.CDMAInfo
 
CAPABILITY_SMS - Static variable in class net.rim.device.api.system.CDMAInfo
 
CAPABILITY_VOICE - Static variable in class net.rim.device.api.system.CDMAInfo
 
capacity() - Method in class java.lang.StringBuffer
Returns the current capacity of the String buffer.
capacity() - Method in class java.util.Vector
Returns the current capacity of this vector.
capacity() - Method in class net.rim.device.api.util.IntVector
Returns the current capacity of this vector.
capacity() - Method in class net.rim.device.api.util.ByteVector
Returns the current capacity of this vector.
capacityIncrement - Variable in class java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
capacityIncrement - Variable in class net.rim.device.api.util.IntVector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
capacityIncrement - Variable in class net.rim.device.api.util.ByteVector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
CAPRICORN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
CAST128DecryptorEngine - class net.rim.device.api.crypto.CAST128DecryptorEngine.
The CAST128DecryptorEngine implements the decryption functionality of the CAST128 block cipher.
CAST128DecryptorEngine(CAST128Key) - Constructor for class net.rim.device.api.crypto.CAST128DecryptorEngine
Creates a CAST128DecryptorEngine object based on a given CAST128 key.
CAST128EncryptorEngine - class net.rim.device.api.crypto.CAST128EncryptorEngine.
Implements the raw functionality of the CAST128 algorithm.
CAST128EncryptorEngine(CAST128Key) - Constructor for class net.rim.device.api.crypto.CAST128EncryptorEngine
Creates a CAST128EncryptorEngineobject given a CAST128 key.
CAST128Key - class net.rim.device.api.crypto.CAST128Key.
Creates a CAST128 key.
CAST128Key() - Constructor for class net.rim.device.api.crypto.CAST128Key
Creates a new random CAST128Key and stores the keying material in the object.
CAST128Key(byte[]) - Constructor for class net.rim.device.api.crypto.CAST128Key
Creates a CAST128Key using as much of the key data as necessary.
CAST128Key(byte[], int) - Constructor for class net.rim.device.api.crypto.CAST128Key
Creates a CAST128Key using as much of the key data as necessary.
CASUAL - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Casual notification level.
CBCDecryptorEngine - class net.rim.device.api.crypto.CBCDecryptorEngine.
Provides the functionality of using CBC or Cipher Block Chaining mode for decryption.
CBCDecryptorEngine(BlockDecryptorEngine, InitializationVector) - Constructor for class net.rim.device.api.crypto.CBCDecryptorEngine
Creates a CBC decryptor engine given an algorithm engine and an initialization vector.
CBCEncryptorEngine - class net.rim.device.api.crypto.CBCEncryptorEngine.
Provides the functionality of using CBC or Cipher Block Chaining mode for encryption.
CBCEncryptorEngine(BlockEncryptorEngine) - Constructor for class net.rim.device.api.crypto.CBCEncryptorEngine
Creates a CBC encryptor engine with the given algorithm engine.
CBCEncryptorEngine(BlockEncryptorEngine, InitializationVector) - Constructor for class net.rim.device.api.crypto.CBCEncryptorEngine
Creates a CBC encryptor engine with the given algorithm engine and initialization vector.
CBCMAC - class net.rim.device.api.crypto.CBCMAC.
CBCMAC is method of producing a Message Authentication Code (MAC) using a block cipher in cipher-block-chaining (CBC) mode.
CBCMAC(BlockEncryptorEngine) - Constructor for class net.rim.device.api.crypto.CBCMAC
Creates an instance of the CBCMAC object with a given block cipher.
CBCMAC(BlockEncryptorEngine, BlockDecryptorEngine) - Constructor for class net.rim.device.api.crypto.CBCMAC
Creates an instance of the CBCMAC object with given encryptor and decryptor engines.
CBCMAC(SymmetricKey) - Constructor for class net.rim.device.api.crypto.CBCMAC
Creates an instance of the CBCMAC object with a given key.
CBCMAC(SymmetricKey, SymmetricKey) - Constructor for class net.rim.device.api.crypto.CBCMAC
Creates an instance of the CBCMAC object with given keys.
CC - Static variable in interface net.rim.blackberry.api.mail.Message.RecipientType
"Cc" (carbon copy) recipients
CC - Static variable in class net.rim.blackberry.api.mail.Header
Cc header tag
CDMAInfo - class net.rim.device.api.system.CDMAInfo.
Contains CDMA (Code Division Multiple Access) radio information.
CDMAInfo.CDMACellInfo - class net.rim.device.api.system.CDMAInfo.CDMACellInfo.
Contains CDMA (Code Division Multiple Access) cell information.
certAccessDescriptionOCSP - Static variable in class net.rim.device.api.crypto.oid.OIDs
certAccessDescriptionOCSP = 1.3.6.1.5.5.7.48.1 Information about the certificate access for ocsp.
certAuthorityInfoAccess - Static variable in class net.rim.device.api.crypto.oid.OIDs
certAuthorityInfoAccess = 1.3.6.1.5.5.7.1.1 Information about the certificate authority.
Certificate - interface net.rim.device.api.crypto.certificate.Certificate.
Defines the properties of all certificates.
CERTIFICATE_EXPIRED - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that a certificate has expired or is not currently valid.
CERTIFICATE_REVOKED - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that a certificate was revoked by its signer.
CERTIFICATE_UNKNOWN - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that another (unspecified) issue arose in processing the certificate, rendering it unacceptable.
CERTIFICATE_V1 - Static variable in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Refers to an X509 Certificate that is version 1
CERTIFICATE_V2 - Static variable in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Refers to an X509 Certificate that is version 2
CERTIFICATE_V3 - Static variable in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Refers to an X509 Certificate that is version 3
certificateAdded(Certificate) - Method in class net.rim.device.api.crypto.keystore.KeyStoreManager
This method is called by the KeyStore when a new certificate is added to the KeyStore collection.
CertificateChainTooLongException - exception net.rim.device.api.crypto.certificate.CertificateChainTooLongException.
Thrown during certificate chain cerification to indicate that the chain is longer than the CA's policy allows.
CertificateChainTooLongException() - Constructor for class net.rim.device.api.crypto.certificate.CertificateChainTooLongException
Creates a new CertificateChainTooLongException object.
CertificateChainTooLongException(String) - Constructor for class net.rim.device.api.crypto.certificate.CertificateChainTooLongException
Creates a new CertificateChainTooLongException object given the text message associated with the exception.
CertificateDisplayField - class net.rim.device.api.crypto.certificate.CertificateDisplayField.
A helper class used with the Certificate.getCustomDisplayFields() method to provide custom information for display certificate fields in a dialog.
CertificateDisplayField(String, String) - Constructor for class net.rim.device.api.crypto.certificate.CertificateDisplayField
Create a CertificateDisplayField object given the specified label and value.
CertificateException - exception net.rim.device.api.crypto.certificate.CertificateException.
Thrown whenever a malformed certificate is parsed, or if an unsupported feature is found in the certificate.
CertificateException() - Constructor for class net.rim.device.api.crypto.certificate.CertificateException
Constructs a CertificateException object with no detailed message.
CertificateException(String) - Constructor for class net.rim.device.api.crypto.certificate.CertificateException
Constructs a CertificateException object with a detailed message.
CertificateExtension - class net.rim.device.api.crypto.certificate.CertificateExtension.
Represents a certificate extension.
CertificateExtension(OID, boolean, byte[]) - Constructor for class net.rim.device.api.crypto.certificate.CertificateExtension
Associates an OID, a data value, and a critical flag within a certificate extension.
CertificateFactory - class net.rim.device.api.crypto.certificate.CertificateFactory.
Create a new certificate given a String representing a certificate type.
CertificateField - interface net.rim.device.api.crypto.certificate.CertificateField.
Represents a certificate field.
CertificateInvalidException - exception net.rim.device.api.crypto.certificate.CertificateInvalidException.
Thrown during certificate chain certification process to indicate that a certificate in the chain has expired.
CertificateInvalidException() - Constructor for class net.rim.device.api.crypto.certificate.CertificateInvalidException
Creates a new CertificateInvalidException object.
CertificateInvalidException(String) - Constructor for class net.rim.device.api.crypto.certificate.CertificateInvalidException
Creates a new CertificateInvalidException object given the text message associated with the exception.
CertificateParsingException - exception net.rim.device.api.crypto.certificate.CertificateParsingException.
Thrown whenever a malformed certificate is parsed.
CertificateParsingException() - Constructor for class net.rim.device.api.crypto.certificate.CertificateParsingException
Constructs a CertificateParsingException object with no detailed message.
CertificateParsingException(String) - Constructor for class net.rim.device.api.crypto.certificate.CertificateParsingException
Constructs a CertificateParsingException object with a detailed message.
CertificateRevocationList - interface net.rim.device.api.crypto.certificate.CertificateRevocationList.
Provides support for Certificate Revocation Lists, such as X.509 CRLs.
CertificateRevokedException - exception net.rim.device.api.crypto.certificate.CertificateRevokedException.
Thrown during certificate chain cerification to indicate that a certificate in the chain has been revoked.
CertificateRevokedException() - Constructor for class net.rim.device.api.crypto.certificate.CertificateRevokedException
Creates a new CertificateRevokedException object.
CertificateRevokedException(String) - Constructor for class net.rim.device.api.crypto.certificate.CertificateRevokedException
Creates a new CertificateRevokedException object given the text message associated with the exception.
CertificateServerInfo - class net.rim.device.api.crypto.certificate.CertificateServerInfo.
This class represents the objects that are currently stored in the SyncCollection and contains a server, type of server and uid for the record.
CertificateServerInfo(String, int, String, int) - Constructor for class net.rim.device.api.crypto.certificate.CertificateServerInfo
Creates a new CertificateServerInfo object.
CertificateServerInfo(String, int, String, String, int, int) - Constructor for class net.rim.device.api.crypto.certificate.CertificateServerInfo
Creates a new CertificateServerInfo object.
CertificateServers - class net.rim.device.api.crypto.certificate.CertificateServers.
This class is used to store the certificate servers so that we can ensure that they are maintained on the device through resets.
CertificateStatus - class net.rim.device.api.crypto.certificate.CertificateStatus.
Provides access to a certificate's current status, as determined by a CRL or OCSP query.
CertificateStatus() - Constructor for class net.rim.device.api.crypto.certificate.CertificateStatus
Creates a CertificateStatus object with UNKNOWN status.
CertificateStatus(int, long, long, long, long) - Constructor for class net.rim.device.api.crypto.certificate.CertificateStatus
Creates a CertificateStatus object with the given parameters.
CertificateStatus(int, long, long, long, long, int) - Constructor for class net.rim.device.api.crypto.certificate.CertificateStatus
Creates a CertificateStatus object with the given parameters.
CertificateStatusException - exception net.rim.device.api.crypto.certificate.CertificateStatusException.
Indicates that an error was encountered during the status request process.
CertificateStatusException() - Constructor for class net.rim.device.api.crypto.certificate.CertificateStatusException
Creates a CertificateStatusException.
CertificateStatusException(String) - Constructor for class net.rim.device.api.crypto.certificate.CertificateStatusException
Creates a CertificateStatusException with an error message.
CertificateStatusListener - interface net.rim.device.api.crypto.certificate.status.CertificateStatusListener.
Provides a listener interface for over-the-air certificate status requests.
CertificateStatusManager - class net.rim.device.api.crypto.keystore.CertificateStatusManager.
Coordinates all status methods required to use access and modify the CertificateStatus of any Certificate on the device.
CertificateStatusManagerTicket - interface net.rim.device.api.crypto.keystore.CertificateStatusManagerTicket.
The CertificateStatusManager implementation of the ticket interface that will be used to verify that applications actually have the necessary permissions to interact with the CertificateStatusManager.
CertificateStatusProvider - class net.rim.device.api.crypto.certificate.status.CertificateStatusProvider.
Provides access to over-the-air certificate status through various supported protocols.
CertificateStatusRequest - class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest.
Encapsulates the information necessary for an over-the-air certificate status request.
CertificateStatusRequest(Certificate[], boolean, KeyStore, CertificateStatusManagerTicket, Object) - Constructor for class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Creates a new CertificateStatusRequest for the given certificate or certificate chain.
CertificateUtilities - class net.rim.device.api.crypto.certificate.CertificateUtilities.
Verifies certificate chains.
CertificateVerificationException - exception net.rim.device.api.crypto.certificate.CertificateVerificationException.
Thrown when a certificate fails to verify.
CertificateVerificationException() - Constructor for class net.rim.device.api.crypto.certificate.CertificateVerificationException
Constructs a CertificateVerificationException object with no detailed message.
CertificateVerificationException(String) - Constructor for class net.rim.device.api.crypto.certificate.CertificateVerificationException
Constructs a CertificateVerificationException object with a detailed message.
CFBDecryptor - class net.rim.device.api.crypto.CFBDecryptor.
CFBDecryptor is the class used to iterate a given block cipher in 8 or 64-bit Cipher Feedback (CFB) mode.
CFBDecryptor(SymmetricKeyEncryptorEngine, InitializationVector, InputStream, boolean) - Constructor for class net.rim.device.api.crypto.CFBDecryptor
Creates the CFB cipher with the given encryptor engine and initialization vector.
CFBEncryptor - class net.rim.device.api.crypto.CFBEncryptor.
CFBEncryptor is the class used to iterate a given block cipher in 8 or 64-bit Cipher Feedback (CFB) mode.
CFBEncryptor(SymmetricKeyEncryptorEngine, InitializationVector, OutputStream, boolean) - Constructor for class net.rim.device.api.crypto.CFBEncryptor
Creates a CFB cipher with the given symmetric key engine and initialization vector.
ChainableCollection - interface net.rim.device.api.collection.ChainableCollection.
Base functionality for a collection that can receive and emit collection events.
challenge() - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Displays the password dialog and prompts the user to enter a correct password.
challenge(String) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Displays a custom password dialog and prompts the user to enter a correct password.
changed(MessageEvent) - Method in interface net.rim.blackberry.api.mail.event.MessageListener
Invoked when a message changes.
changePassword() - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
changePassword() - Method in class net.rim.device.api.crypto.keystore.PersistableRIMKeyStore
 
changePassword() - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
This function is called to change the KeyStore password on the device.
changePassword() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Changes the passphrase.
changePreferredKeyStore(int) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Allows you to change the preferred key store.
Character - class java.lang.Character.
The Character class wraps a value of the primitive type char in an object.
Character(char) - Constructor for class java.lang.Character
Constructs a Character object and initializes it so that it represents the primitive value argument.
Characters - interface net.rim.device.api.system.Characters.
Special characters defined in the base font classes.
CharacterUtilities - class net.rim.device.api.util.CharacterUtilities.
Retreives Unicode attributes for characters.
charAt(int) - Method in class java.lang.StringBuffer
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
charAt(int) - Method in class java.lang.String
Returns the character at the specified index.
charAt(int) - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves a specific contained character from this field.
charAt(int) - Method in class net.rim.device.api.ui.component.BasicEditField
Retrieves the character at the specified offset.
charAt(int) - Method in interface net.rim.device.api.util.AbstractString
Retrieves character at provided position.
charsWidth(char[], int, int) - Method in class javax.microedition.lcdui.Font
Returns the advance width of the characters in ch, starting at the specified offset and for the specified number of characters (length).
charValue() - Method in class java.lang.Character
Returns the value of this Character object.
charWidth(char) - Method in class javax.microedition.lcdui.Font
Gets the advance width of the specified character in this Font.
CHECK_MARK - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
CheckboxField - class net.rim.device.api.ui.component.CheckboxField.
Contains a checkbox control.
CheckboxField() - Constructor for class net.rim.device.api.ui.component.CheckboxField
Creates a new CheckboxField instance.
CheckboxField(String, boolean) - Constructor for class net.rim.device.api.ui.component.CheckboxField
Constructs a new CheckboxField instance with label and starting state.
checkCertificateChain(int, Certificate[]) - Method in interface net.rim.device.api.crypto.certificate.Certificate
Checks to make sure that the certificate at position is valid within the chain.
checkCertificateChain(int, Certificate[]) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Checks to make sure that the certificate at position is valid within the chain.
checkCertificateChain(int, Certificate[]) - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Checks to make sure that the certificate at position is valid within the chain.
checkEntireChain() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns true if the status of the entire chain is to be checked.
checkError() - Method in class java.io.PrintStream
Flush the stream and check its error state.
checkHash(int) - Method in class net.rim.device.api.crypto.keystore.KeyStoreDataMap
This is a test method that checks to see if the hash passed in is contained in the int multi map.
checkKeys(CodeSigningKey, CodeSigningKey) - Method in class net.rim.device.api.system.ControlledAccess
Determines if the specified code signing keys match the wrapped object's keys.
checkMAC(byte[]) - Method in interface net.rim.device.api.crypto.MAC
Returns true if the MAC calculated so far is the same as the given MAC.
checkMAC(byte[], boolean) - Method in interface net.rim.device.api.crypto.MAC
Returns true if the MAC calculated so far is the same as the given MAC.
checkMAC(byte[], int) - Method in class net.rim.device.api.crypto.NullMAC
Returns true or false depending on how this object was constructed.
checkMAC(byte[], int) - Method in interface net.rim.device.api.crypto.MAC
Returns true if the MAC calculated so far is the same as the given MAC.
checkMAC(byte[], int, boolean) - Method in interface net.rim.device.api.crypto.MAC
Returns true if the MAC calculated so far is the same as the given MAC.
checkMAC(byte[], int, int, SymmetricKey, String, byte[], int, int) - Static method in class net.rim.device.api.crypto.Crypto
Returns true if the given MAC matches the generated MAC of the given data and the given key using the given algorithm.
checkTicket(CertificateStatusManagerTicket) - Method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
Checks the validity of the ticket.
checkTicket(KeyStoreDataTicket) - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns a boolean denoting whether or not this ticket will work for this KeyStoreData record.
checkTicket(KeyStorePasswordTicket) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Checks to make sure that the ticket is valid and that it is of the appropriate type.
checkTicket(KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.TrustedKeyStore
Returns a boolean denoting whether or not this ticket will work for this KeyStore.
checkTicket(KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.SyncableRIMKeyStore
 
checkTicket(KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
Checks the validity of the ticket.
checkTicket(KeyStoreTicket) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns a boolean denoting whether or not this ticket will work with this KeyStore.
checkTicket(KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Calls the checkTicket method on the preferred key store.
children() - Method in interface net.rim.device.api.collection.ReadableTree
Retrieves an enumeration of all of the immediate children nodes.
Choice - interface javax.microedition.lcdui.Choice.
Choice defines an API for a user interface components implementing selection from predefined number of choices.
ChoiceField - class net.rim.device.api.ui.component.ChoiceField.
Base implementation of a choice field.
ChoiceField() - Constructor for class net.rim.device.api.ui.component.ChoiceField
Constructs a new choice field.
ChoiceField(long) - Constructor for class net.rim.device.api.ui.component.ChoiceField
Constructs a new choice field with provided style.
ChoiceField(String, int, int) - Constructor for class net.rim.device.api.ui.component.ChoiceField
Constructs a new choice field with provided label and number of choices, setting initially selected value.
ChoiceField(String, int, int, long) - Constructor for class net.rim.device.api.ui.component.ChoiceField
Constructs a new choice field and sets initially selected value.
ChoiceGroup - class javax.microedition.lcdui.ChoiceGroup.
A ChoiceGroup is a group of selectable elements intended to be placed within a Form.
ChoiceGroup(String, int) - Constructor for class javax.microedition.lcdui.ChoiceGroup
Creates a new, empty ChoiceGroup, specifying its title and its type.
ChoiceGroup(String, int, String[], Image[]) - Constructor for class javax.microedition.lcdui.ChoiceGroup
Creates a new ChoiceGroup, specifying its title, the type of the ChoiceGroup, and an array of Strings and Images to be used as its initial contents.
clamp(int, int, int) - Static method in class net.rim.device.api.util.MathUtilities
Clamps provided value between a lower and upper bound.
Class - class java.lang.Class.
Instances of the class Class represent classes and interfaces in a running Java application.
CLASS - Static variable in interface net.rim.blackberry.api.pim.ToDo
Field specifying the desired access class for this contact.
CLASS - Static variable in interface net.rim.blackberry.api.pim.Event
Field specifying the desired access class for this contact.
CLASS - Static variable in interface net.rim.blackberry.api.pim.Contact
Field specifying the class of this contact.
CLASS_CONFIDENTIAL - Static variable in interface net.rim.blackberry.api.pim.ToDo
Constant indicating this contact's class of access is confidential.
CLASS_CONFIDENTIAL - Static variable in interface net.rim.blackberry.api.pim.Event
Constant indicating this contact's class of access is confidential.
CLASS_CONFIDENTIAL - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the constant for the "confidential" access class.
CLASS_PRIVATE - Static variable in interface net.rim.blackberry.api.pim.ToDo
Constant indicating this contact's class of access is private.
CLASS_PRIVATE - Static variable in interface net.rim.blackberry.api.pim.Event
Constant indicating this contact's class of access is private.
CLASS_PRIVATE - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the constant for the "private" access class.
CLASS_PUBLIC - Static variable in interface net.rim.blackberry.api.pim.ToDo
Constant indicating this contact's class of access is public.
CLASS_PUBLIC - Static variable in interface net.rim.blackberry.api.pim.Event
Constant indicating this contact's class of access is public.
CLASS_PUBLIC - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the constant for the "public" access class.
ClassCastException - exception java.lang.ClassCastException.
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
ClassCastException() - Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String) - Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
classesEqual(Object, Object) - Static method in class net.rim.device.api.util.ObjectUtilities
Determines if two objects are instances of the same class.
ClassNotFoundException - exception java.lang.ClassNotFoundException.
Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
ClassNotFoundException() - Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String) - Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
clean() - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
This method is called when the user wants to clean out the keystore information requiring the entry of the password the next time they try to access anything in the keystore.
clear() - Method in class java.util.Hashtable
Flush this hashtable.
clear() - Method in class net.rim.device.api.ui.Graphics
Clears the entire graphics area to the current background.
clear() - Method in class net.rim.device.api.util.ToIntHashtable
Flush this hashtable.
clear() - Method in class net.rim.device.api.util.MultiMap
Removes all keys and values.
clear() - Method in class net.rim.device.api.util.LongIntHashtable
Flush this hashtable.
clear() - Method in class net.rim.device.api.util.LongHashtable
Flush this hashtable.
clear() - Method in class net.rim.device.api.util.IntMultiMap
Removes all keys and values.
clear() - Method in class net.rim.device.api.util.IntIntHashtable
Flush this hashtable.
clear() - Method in class net.rim.device.api.util.IntHashtable
Flush this hashtable.
clear(int) - Method in class net.rim.device.api.ui.component.BasicEditField
Clears this field's contents.
clear(int) - Method in class net.rim.device.api.util.BitSet
Clears bit by index.
clear(int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Clears a region to the current background.
clear(XYRect) - Method in class net.rim.device.api.ui.Graphics
Clears a region specified by an XYRect object to the current background.
clearFlags(int) - Method in class net.rim.blackberry.api.mail.Message
Clears flags for the message.
clearLog() - Static method in class net.rim.device.api.system.EventLogger
Clears the EventLog of all events.
clearOut() - Method in class net.rim.device.api.collection.util.CollectionListenerManager
Flush this manager's listener list.
clearSummaryParameter() - Method in interface net.rim.device.api.synchronization.SummaryParameterListener
Called after a "summary" command has completed, regardless of whether setSummaryParameter() has been called.
clearSyncObjectDirty(SyncObject) - Method in class net.rim.device.api.synchronization.SyncItem
 
clearSyncObjectDirty(SyncObject) - Method in interface net.rim.device.api.synchronization.SyncCollection
Marks the specified SyncObject as not dirty.
CLIENT_AUTHENTICATION - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used for TLS web client authentication.
Clipboard - class net.rim.device.api.system.Clipboard.
Provides a global clipboard for cut and paste operations.
clipRect(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Intersects the current clip with the specified rectangle.
clockUpdated() - Method in interface net.rim.device.api.system.RealtimeClockListener
Invoked when the date and time is updated.
clone() - Method in class net.rim.device.api.util.CloneableVector
Retreives a clone of this vector.
clone(Vector) - Static method in class net.rim.device.api.util.CloneableVector
Makes a clone of provided vector.
CloneableVector - class net.rim.device.api.util.CloneableVector.
A vector that can provide a clone of itself.
CloneableVector() - Constructor for class net.rim.device.api.util.CloneableVector
Constructs a new CloneableVector instance.
CloneableVector(int) - Constructor for class net.rim.device.api.util.CloneableVector
Constructs a new CloneableVector instance with your provided initial capacity.
CloneableVector(int, int) - Constructor for class net.rim.device.api.util.CloneableVector
Constructs a new CloneableVector instance with your provided initial capacity and capacity increment.
CLOSE_NOTIFY - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Notifies the recipient that the sender will not send any more messages using this connection state.
close() - Method in class java.io.Writer
Close the stream, flushing it first.
close() - Method in class java.io.Reader
Close the stream.
close() - Method in class java.io.PrintStream
Close the stream.
close() - Method in class java.io.OutputStreamWriter
Close the stream.
close() - Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.InputStreamReader
Close the stream.
close() - Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.DataOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class java.io.DataInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.ByteArrayOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.ByteArrayInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in interface javax.microedition.io.Connection
Close the connection.
close() - Method in class net.rim.device.api.compress.ZLibOutputStream
Closes this output stream.
close() - Method in class net.rim.device.api.compress.ZLibInputStream
Closes this stream.
close() - Method in class net.rim.device.api.compress.GZIPOutputStream
Closes this output stream.
close() - Method in class net.rim.device.api.compress.GZIPInputStream
Closes this stream.
close() - Method in class net.rim.device.api.io.SharedOutputStream
Closes this output stream and releases any system resources it uses.
close() - Method in class net.rim.device.api.io.Base64OutputStream
Closes this output stream.
close() - Method in class net.rim.device.api.io.Base64InputStream
Closes this input stream.
close() - Method in class net.rim.device.api.mime.MIMEOutputStream
Closes this output stream.
close() - Method in class net.rim.device.api.mime.MIMEInputStream
Closes this input stream.
close() - Method in class net.rim.device.api.system.USBPort
Closes the channel.
close() - Method in class net.rim.device.api.system.SerialPort
Closes the serial port.
close() - Method in class net.rim.device.api.system.IOPort
Closes the port.
close() - Method in class net.rim.device.api.ui.Screen
Closes the screen.
close() - Method in class net.rim.device.api.ui.component.Dialog
Implements Screen.close().
close() - Method in class net.rim.device.api.crypto.ECIESEncryptor
 
close() - Method in class net.rim.device.api.crypto.CryptoOutputStream
Closes the output stream.
close() - Method in class net.rim.device.api.crypto.CryptoInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class net.rim.device.api.crypto.BlockEncryptor
 
close() - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
Close the connection.
close() - Method in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
close() - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Close the connection.
close() - Method in interface net.rim.blackberry.api.pim.PIMList
Closes this list, releasing it's resources to memory.
closeRecordStore() - Method in class javax.microedition.rms.RecordStore
This method is called when the MIDlet requests to have the record store closed.
CLOUD - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
CMM_HASH_INVALID - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed due to an invalid hash.
CMM_MODULE_INCOMPATIBLE - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed because the module is incompatible with an existing module.
CMM_MODULE_INVALID - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed because the module is invalid.
CMM_OK - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation completed successfully.
CMM_OK_MODULE_OVERWRITTEN - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation completed successfully; a module was overwritten in the process.
CMM_SIGNATURE_INVALID - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed due to an invalid signature.
cmsIdAlgCMS3DESWrap - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdAlgCMS3DESWrap = 1.2.840.113549.1.9.16.3.6 Represents the 3DES Key Wrap algorithm.
cmsIdAlgCMSRC2Wrap - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdAlgCMSRC2Wrap = 1.2.840.113549.1.9.16.3.7 Represents the RC2 Key Wrap algorithm.
cmsIdAlgESDH - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdAlgESDH = 1.2.840.113549.1.9.16.3.5 Represents the ephemeral static DH KDF.
cmsIdAlgPWRIKEK - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdAlgPWRIKEK = 1.2.840.113549.1.9.16.3.9 Represents the password based recipient info type.
cmsIdAlgSSDH - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdAlgSSDH = 1.2.840.113549.1.9.16.3.10 Represents the static static DH KDF
cmsIdAlgZLibCompress - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdAlgZLibCompress = 1.2.840.113549.1.9.16.3.8 Represents the ZLib compression algorithm.
cmsIdAuthenticatedData - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdAuthenticatedData = 1.2.840.113549.1.9.16.1.2 Represents AuthenticatedData type.
cmsIdCtCompressedData - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdCtCompressedData = 1.2.840.113549.1.9.16.3.6 Represents CompressedData type.
cmsIdCtContentInfo - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdCtContentInfo = 1.2.840.113549.1.9.16.1.6 Represents CtContentInfo type.
cmsIdCtReceipt - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdCtReceipt = 1.2.840.113549.1.9.16.1.1 Represents CtReceiptInfo type.
cmsIdData - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdData = 1.2.840.113549.1.7.1 Represents Data type.
cmsIdDigestedData - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdDigestedData = 1.2.840.113549.1.7.5 Represents DigestedData type.
cmsIdEncrypedData - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdEncrypedData = 1.2.840.113549.1.7.6 Represents EncrypedData type.
cmsIdEnvelopedData - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdEnvelopedData = 1.2.840.113549.1.7.3 Represents EnvelopedData type.
cmsIdSignedAndEnvelopedData - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdSignedAndEnvelopedData = 1.2.840.113549.1.7.4 Represents SignedAndEnvelopedData type.
cmsIdSignedData - Static variable in class net.rim.device.api.crypto.oid.OIDs
cmsIdSignedData = 1.2.840.113549.1.7.2 Represents SignedData type.
CODE_SIGNING - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used for signing downloadable executable code.
CodeModuleManager - class net.rim.device.api.system.CodeModuleManager.
Manages the Java code modules installed on the device.
CodeSigningKey - class net.rim.device.api.system.CodeSigningKey.
Provides access to code signing keys to facilitate run-time access checking.
CodeSigningKey(int, byte[], String) - Constructor for class net.rim.device.api.system.CodeSigningKey
Creates new CodeSigningKey instance.
CodeSigningKey(String, byte[], String) - Constructor for class net.rim.device.api.system.CodeSigningKey
Creates new CodeSigningKey instance.
Collection - interface net.rim.device.api.collection.Collection.
Base type defining a Collection implementation.
CollectionCombiner - interface net.rim.device.api.collection.CollectionCombiner.
Allows a collection to collect and combine elements from a number of source collections.
CollectionEventSource - interface net.rim.device.api.collection.CollectionEventSource.
Defines functionality for collections that act as the source of collection events.
CollectionListener - interface net.rim.device.api.collection.CollectionListener.
Defines functionality required of collection event listeners.
CollectionListenerAction - interface net.rim.device.api.collection.util.CollectionListenerAction.
Defines means by which a collection can request actions of a registered listener.
CollectionListenerManager - class net.rim.device.api.collection.util.CollectionListenerManager.
Class that can manage a list of CollectionListener objects that register to receive collection events.
CollectionListenerManager() - Constructor for class net.rim.device.api.collection.util.CollectionListenerManager
Constructs a new CollectionListManager instance.
CollectionListenerWithHint - interface net.rim.device.api.collection.CollectionListenerWithHint.
Defines events used by collections implementing CollectionEventSource.
CollectionLock - class net.rim.device.api.collection.CollectionLock.
Global collection lock object to prevent deadlocks when using collections.
CollectionWithVersion - interface net.rim.device.api.collection.CollectionWithVersion.
Provides a means to retrieve an integer version number from a collection.
color_type - Variable in class net.rim.device.api.system.Bitmap.PNGInfo
The color type of the PNG.
COLUMNWISE_MONOCHROME - Static variable in class net.rim.device.api.system.Bitmap
Columnwise, monochrome bitmap type.
CombinedKeyStore - class net.rim.device.api.crypto.keystore.CombinedKeyStore.
This class allows a developer to combine several keystores into what looks like one keystore.
CombinedKeyStore(KeyStore[]) - Constructor for class net.rim.device.api.crypto.keystore.CombinedKeyStore
Initializes the combined keystore with an array of underlying keystores.
CombinedKeyStore(KeyStore[], int) - Constructor for class net.rim.device.api.crypto.keystore.CombinedKeyStore
Initializes the combined keystore with an array of underlying keystores.
Command - class javax.microedition.lcdui.Command.
The Command class is a construct that encapsulates the semantic information of an action.
Command(String, int, int) - Constructor for class javax.microedition.lcdui.Command
Creates a new command object with the given label, type, and priority.
commandAction(Command, Displayable) - Method in interface javax.microedition.lcdui.CommandListener
Indicates that a command event has occurred on Displayable d.
CommandListener - interface javax.microedition.lcdui.CommandListener.
This interface is used by applications which need to receive high-level events from the implementation.
commit() - Method in class net.rim.device.api.system.PersistentObject
Commits this object to the persistent store.
commit() - Method in interface net.rim.blackberry.api.pim.PIMItem
Commits the PIMItem to the list.
commit(Object) - Static method in class net.rim.device.api.system.PersistentObject
Commits provided object to the persistent store.
Comparator - interface net.rim.device.api.util.Comparator.
Defines comparison methods useable to impose a total ordering on a collection of objects.
compare(byte[], byte[]) - Method in interface javax.microedition.rms.RecordComparator
Returns RecordComparator.PRECEDES if rec1 precedes rec2 in sort order, or RecordComparator.FOLLOWS if rec1 follows rec2 in sort order, or RecordComparator.EQUIVALENT if rec1 and rec2 are equivalent in terms of sort order.
compare(byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Compares the integer represented in array a to the one represented in array b.
compare(byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Compares the integer represented in array a to the one represented in array b.
compare(CertificateStatus) - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Determines how this object's status compares to the specified object's status.
compare(int) - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Determines how this object's status compares to the specified object's status.
compare(int, int) - Method in interface net.rim.device.api.util.IntComparator
Compares two arguments for order.
compare(Object, Object) - Method in class net.rim.device.api.util.InvertedOrderComparator
Compares two arguments for order.
compare(Object, Object) - Method in interface net.rim.device.api.util.Comparator
Compares two arguments for order.
compareDistinguishedNames(DistinguishedName, DistinguishedName) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Compares two DistinguishedNames component by component, and returns true if they both have the same number of components and same values for each component.
compareObjectToStringIgnoreCase(Object, Object) - Static method in class net.rim.device.api.util.StringUtilities
Compares the string form of two objects, ignoring case.
compareTo(CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Compares this CryptoInteger with the specified CryptoInteger.
compareTo(int) - Method in class net.rim.device.api.crypto.CryptoInteger
Compares this CryptoInteger with the specified integer value.
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
compareToIgnoreCase(String, String) - Static method in class net.rim.device.api.util.StringUtilities
Compare two strings, ignoring case.
CompiledResourceBundle - class net.rim.device.api.i18n.CompiledResourceBundle.
Used internally by the resource compiler.
CompiledResourceBundle(Locale, long, int[], short[], byte[]) - Constructor for class net.rim.device.api.i18n.CompiledResourceBundle
Constructs new CompilerdResourceBundle instance.
COMPLETED - Static variable in interface net.rim.blackberry.api.pim.ToDo
Represents whether or not a ToDo has been completed.
COMPLETION_DATE - Static variable in interface net.rim.blackberry.api.pim.ToDo
Represents the completion date for a ToDo.
COMPRESS_EC_PUBLIC_KEYS - Static variable in interface net.rim.device.api.crypto.encoder.PublicKeyEncoderFlags
Indicates that Elliptic Curve (EC) public keys must be encoded in a compressed format.
computeFields() - Method in class java.util.Calendar
Converts UTC as milliseconds to time field values.
computeHashCode(StringBuffer) - Static method in class net.rim.device.api.util.StringUtilities
Retrieves hashcode of provided string buffer.
computeReverseLookupHashCodeBytes(byte[], int, int) - Static method in class net.rim.device.api.util.StringUtilities
Retrieves restricted hashcode for section of a byte array.
computeReverseLookupHashCodeString(String) - Static method in class net.rim.device.api.util.StringUtilities
Retrieves restricted hashcode for string (for use in reverse lookups).
concat(String) - Method in class java.lang.String
Concatenates the specified string to the end of this string.
CONFIRMATION - Static variable in class javax.microedition.lcdui.AlertType
A CONFIRMATION AlertType is a hint to confirm user actions.
connected() - Method in interface net.rim.device.api.system.IOPortListener
Invoked when the port is connected.
Connection - interface javax.microedition.io.Connection.
This is the most basic type of generic connection.
ConnectionNotFoundException - exception javax.microedition.io.ConnectionNotFoundException.
This class is used to signal that a connection target cannot be found
ConnectionNotFoundException() - Constructor for class javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with no detail message.
ConnectionNotFoundException(String) - Constructor for class javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with the specified detail message.
connectionRequested() - Method in interface net.rim.device.api.system.USBPortListener
 
Connector - class javax.microedition.io.Connector.
This class is a factory used to create all the connection objects.
Consequence - interface net.rim.device.api.notification.Consequence.
The Consequence interface responds to notification events.
CONSTRAINT_MASK - Static variable in class javax.microedition.lcdui.TextField
The mask value for determining the constraint mode.
CONSTRUCTED_FLAG - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
A flag used to indicate that an arbitrarily large construction has been formed from other ASN.1 types.
CONSUMED_FIELD - Static variable in class net.rim.device.api.synchronization.ConverterUtilities
A marker to indicate that the field has been consumed.
Contact - interface net.rim.blackberry.api.pim.Contact.
Represents a PIM contact.
CONTACT_LIST - Static variable in class net.rim.blackberry.api.pim.PIM
Represents the Contact list type.
ContactAttachmentPart - class net.rim.blackberry.api.mail.ContactAttachmentPart.
Encapuslates an address card attachment part.
ContactAttachmentPart(Multipart) - Constructor for class net.rim.blackberry.api.mail.ContactAttachmentPart
Creates an empty contact attachment part.
ContactAttachmentPart(Multipart, Contact) - Constructor for class net.rim.blackberry.api.mail.ContactAttachmentPart
Creates a contact attachment part from a contact.
ContactList - interface net.rim.blackberry.api.pim.ContactList.
Represents a list of PIM contacts.
contains(byte) - Method in class net.rim.device.api.util.ByteVector
Tests if the specified element is a component in this vector.
contains(CertificateServerInfo) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Returns a boolean that determines if the specified CertificateServerInfo is contained on a server.
contains(int) - Method in interface net.rim.device.api.collection.ReadableIntMap
Determines if this collection contains an element with provided integer key.
contains(int) - Method in class net.rim.device.api.collection.util.SparseList
Determines if an index already has an associated element.
contains(int) - Method in class net.rim.device.api.util.ToIntHashtable
Determines if some key maps into the specified value in this hashtable.
contains(int) - Method in class net.rim.device.api.util.LongIntHashtable
Determines if some key maps into the specified value in this hashtable.
contains(int) - Method in class net.rim.device.api.util.IntVector
Tests if the specified element is a component in this vector.
contains(int) - Method in class net.rim.device.api.util.IntIntHashtable
Determines if some key maps into the specified value in this hashtable.
contains(int, int, int, int) - Method in class net.rim.device.api.ui.XYRect
Determines if this rectangle entirely contains specified coordinates.
contains(long) - Method in interface net.rim.device.api.collection.ReadableLongMap
Determines if this collection contains an element with provided long integer key.
contains(long) - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Determines if this collection contains an element with provided long integer key.
contains(Object) - Method in class java.util.Vector
Tests if the specified object is a component in this vector.
contains(Object) - Method in class java.util.Hashtable
Determines if some key maps into the specified value in this hashtable.
contains(Object) - Method in interface net.rim.device.api.collection.WritableSet
Determines if this set contains an element.
contains(Object) - Method in interface net.rim.device.api.collection.ReadableSet
Determines if this collection contains an element.
contains(Object) - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Determines if this collection contains an element.
contains(Object) - Method in class net.rim.device.api.util.LongHashtable
Determines if some key maps into the specified value in this hashtable.
contains(Object) - Method in class net.rim.device.api.util.IntHashtable
Determines if some key maps into the specified value in this hashtable.
contains(XYPoint) - Method in class net.rim.device.api.ui.XYRect
Determines if this rectangle contains specified point.
contains(XYRect) - Method in class net.rim.device.api.ui.XYRect
Determines if this rectangle entirely contains another rectangle.
containsKey(int) - Method in class net.rim.device.api.util.IntMultiMap
Determines if key is mapped.
containsKey(int) - Method in class net.rim.device.api.util.IntIntHashtable
Determines if the specified object is a key in this hashtable.
containsKey(int) - Method in class net.rim.device.api.util.IntHashtable
Determines if the specified object is a key in this hashtable.
containsKey(long) - Method in class net.rim.device.api.util.LongIntHashtable
Determines if the specified object is a key in this hashtable.
containsKey(long) - Method in class net.rim.device.api.util.LongHashtable
Determines if the specified object is a key in this hashtable.
containsKey(Object) - Method in class java.util.Hashtable
Determines if the specified object is a key in this hashtable.
containsKey(Object) - Method in class net.rim.device.api.util.ToIntHashtable
Determines if the specified object is a key in this hashtable.
containsKey(Object) - Method in class net.rim.device.api.util.MultiMap
Determines if key is mapped.
containsValue(int, Object) - Method in class net.rim.device.api.util.IntMultiMap
Determines if value is mapped to key.
containsValue(Object, Object) - Method in class net.rim.device.api.util.MultiMap
Determines if value is mapped to key.
CONTENT_TYPE - Static variable in class net.rim.blackberry.api.mail.BodyPart
Defines the CONTENT_TYPE header.
ContentConnection - interface javax.microedition.io.ContentConnection.
This interface defines the stream connection over which content is passed.
CONTEXT_CHANGE_OPTION - Static variable in class net.rim.device.api.ui.component.ChoiceField
Context hint for the event being triggered from a change option dialog dismissal.
CONTEXT_SPECIFIC_CLASS_FLAG - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
A 2-bit flag used to indicate the tag is Context-specific.
ContextMenu - class net.rim.device.api.ui.ContextMenu.
A context menu that provides actions "appropriate" to the current field hierarchy.
ControlledAccess - class net.rim.device.api.system.ControlledAccess.
Restricts access to an object to those callers than have permission.
ControlledAccess(Object) - Constructor for class net.rim.device.api.system.ControlledAccess
Creates new ControlledAccess instance for wrapping provided object.
ControlledAccess(Object, CodeSigningKey) - Constructor for class net.rim.device.api.system.ControlledAccess
Creates new ControlledAccess object for wrapping provided object using provided key.
ControlledAccess(Object, CodeSigningKey, CodeSigningKey) - Constructor for class net.rim.device.api.system.ControlledAccess
Creates new ControlledAccess object for wrapping provided object using provided keys.
ControlledAccessException - exception net.rim.device.api.system.ControlledAccessException.
This exception is thrown when a thread attempts to access a ControlledAccess object without the appropriate permission.
ControlledAccessException() - Constructor for class net.rim.device.api.system.ControlledAccessException
 
ControlledAccessException(CodeSigningKey) - Constructor for class net.rim.device.api.system.ControlledAccessException
 
ControlledAccessException(String) - Constructor for class net.rim.device.api.system.ControlledAccessException
 
convert(char, int) - Method in class net.rim.device.api.ui.text.URLTextFilter
Passes character through URL text filter.
convert(char, int) - Method in class net.rim.device.api.ui.text.UppercaseTextFilter
Passes character through upper case text filter.
convert(char, int) - Method in class net.rim.device.api.ui.text.TextFilter
Retrieves filtered version of provided character.
convert(char, int) - Method in class net.rim.device.api.ui.text.PhoneTextFilter
Passes character through phone text filter.
convert(char, int) - Method in class net.rim.device.api.ui.text.NumericTextFilter
Passes character through numeric text filter.
convert(char, int) - Method in class net.rim.device.api.ui.text.LowercaseTextFilter
Passes character through lower case text filter.
convert(char, int) - Method in class net.rim.device.api.ui.text.IPTextFilter
 
convert(char, int) - Method in class net.rim.device.api.ui.text.HexadecimalTextFilter
Passes character through hexadecimal text filter.
convert(char, int) - Method in class net.rim.device.api.ui.text.EmailAddressTextFilter
Retrieves filtered version of provided character.
convert(DataBuffer, int, int) - Method in class net.rim.device.api.synchronization.SyncItem
 
convert(DataBuffer, int, int) - Method in interface net.rim.device.api.synchronization.SyncConverter
Extracts a SyncObject from the synchronization data.
convert(int) - Static method in class net.rim.device.api.system.CodeSigningKey
Retrieves string form of integer ID.
convert(String) - Static method in class net.rim.device.api.system.CodeSigningKey
Retrieves integer form of string ID
convert(SyncObject, DataBuffer, int) - Method in class net.rim.device.api.synchronization.SyncItem
 
convert(SyncObject, DataBuffer, int) - Method in interface net.rim.device.api.synchronization.SyncConverter
Converts a SyncObject into synchronization data.
ConverterUtilities - class net.rim.device.api.synchronization.ConverterUtilities.
A set of static utility functions used when formatting or parsing data used during serial synchronization with the RIM desktop.
copy(byte[]) - Static method in class net.rim.device.api.util.Arrays
Returns a duplicate copy of a byte array.
copy(byte[], int, int) - Static method in class net.rim.device.api.util.Arrays
Returns a duplicate copy of a section from a byte array.
copy(char[]) - Static method in class net.rim.device.api.util.Arrays
Returns a duplicate copy of a character array.
copy(char[], int, int) - Static method in class net.rim.device.api.util.Arrays
Returns a duplicate copy of a section from a character array.
copy(int[]) - Static method in class net.rim.device.api.util.Arrays
Returns a duplicate copy of an integer array.
copy(int[], int, int) - Static method in class net.rim.device.api.util.Arrays
Returns a duplicate copy of a section from an integer array.
copy(long[]) - Static method in class net.rim.device.api.util.Arrays
Returns a duplicate copy of a long integer array.
copy(long[], int, int) - Static method in class net.rim.device.api.util.Arrays
Returns a duplicate copy of a section from a long integer array.
copy(short[]) - Static method in class net.rim.device.api.util.Arrays
Returns a duplicate copy of short integer arary.
copy(short[], int, int) - Static method in class net.rim.device.api.util.Arrays
Returns a duplicate copy of a section from a short integer array.
copyArea(int, int, int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Copies a region of this graphics canvas.
copyArea(XYRect, int, int) - Method in class net.rim.device.api.ui.Graphics
Copies a region of this graphics canvas, specified by an XYRect.
copyInto(byte[]) - Method in class net.rim.device.api.util.ByteVector
Copies the components of this vector into the specified array.
copyInto(int[]) - Method in class net.rim.device.api.util.IntVector
Copies the components of this vector into the specified array.
copyInto(int, int, int[], int) - Method in class net.rim.device.api.collection.util.BigIntVector
Fills an array with elements from the vector.
copyInto(int, int, long[], int) - Method in class net.rim.device.api.collection.util.BigLongVector
Fills an array with elements from the vector.
copyInto(int, int, Object[], int) - Method in class net.rim.device.api.collection.util.BigVector
Fills an array with elements from the vector.
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
count - Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
count - Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
COUNT - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the number of times the event will occur.
countValues(int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Returns a value indicating the number of values currently contained within the field.
CRC16 - class net.rim.device.api.util.CRC16.
Computes the 16-bit CRC (checksum) for a data stream.
CRC24 - class net.rim.device.api.util.CRC24.
A class that can be used to compute a 24-bit CRC of a data stream.
CRC32 - class net.rim.device.api.util.CRC32.
Computes the 32-bit CRC (checksum) for a data stream.
createArray(int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Returns an array containing 2^log2n
createBitmapFromBytes(byte[], int, int, int) - Static method in class net.rim.device.api.system.Bitmap
Creates a bitmap from image data.
createBitmapFromPNG(byte[], int, int) - Static method in class net.rim.device.api.system.Bitmap
Creates a bitmap from provided PNG format data.
createContact() - Method in interface net.rim.blackberry.api.pim.ContactList
Creates a new Contact instance.
createDHKeyPair() - Method in class net.rim.device.api.crypto.DHCryptoSystem
 
createDSAKeyPair() - Method in class net.rim.device.api.crypto.DSACryptoSystem
 
createECKeyPair() - Method in class net.rim.device.api.crypto.ECCryptoSystem
 
createEncodedImage(byte[], int, int) - Static method in class net.rim.device.api.system.EncodedImage
Creates an EncodedImage from bytes.
createEncodedImage(byte[], int, int, String) - Static method in class net.rim.device.api.system.EncodedImage
Creates an EncodedImage from bytes.
createEvent() - Method in interface net.rim.blackberry.api.pim.EventList
Creates a new Event instance.
createImage(byte[], int, int) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image which is decoded from the data stored in the specified byte array at the specified offset and length.
createImage(Image) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from a source image.
createImage(int, int) - Static method in class javax.microedition.lcdui.Image
Creates a new, mutable image for off-screen drawing.
createImage(String) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from decoded image data obtained from the named resource.
createInstance() - Method in interface net.rim.device.api.crypto.keystore.PersistableRIMKeyStoreFactory
Creates an instance of the key store.
createInstance(Object) - Static method in class net.rim.device.api.util.AbstractStringWrapper
Retrieves an abstract string wrapper for provided string data.
createKEAKeyPair() - Method in class net.rim.device.api.crypto.KEACryptoSystem
 
createKeyPair() - Method in class net.rim.device.api.crypto.RSACryptoSystem
 
createKeyPair() - Method in class net.rim.device.api.crypto.KEACryptoSystem
 
createKeyPair() - Method in class net.rim.device.api.crypto.ECCryptoSystem
 
createKeyPair() - Method in class net.rim.device.api.crypto.DSACryptoSystem
 
createKeyPair() - Method in class net.rim.device.api.crypto.DHCryptoSystem
 
createKeyPair() - Method in interface net.rim.device.api.crypto.CryptoSystem
Creates a new key pair using this crypto system.
createNewModule(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Creates a new, empty module.
createNewModule(int, byte[], int) - Static method in class net.rim.device.api.system.CodeModuleManager
Creates a new, partially populated module.
createRSAKeyPair() - Method in class net.rim.device.api.crypto.RSACryptoSystem
 
createRSAKeyPair(byte[]) - Method in class net.rim.device.api.crypto.RSACryptoSystem
 
createToDo() - Method in interface net.rim.blackberry.api.pim.ToDoList
Creates a new ToDo instance.
createX509Certificate(KeyPair, X509DistinguishedName, long, byte[], CertificateExtension[], long, long) - Static method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
This function will create a self-signed X509Certificate, from the passed in information, using the provided private key ( from the key pair ).
createX509Certificate(PublicKey, X509DistinguishedName, long, byte[], CertificateExtension[], X509DistinguishedName, PrivateKey, long, long) - Static method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
This function will create an X509Certificate, from the passed in information, using the provided private key
CRITICAL - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Critical notification level.
CRITICAL - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Represents a CRITICAL error.
CRL_REASON_AFFILIATION_CHANGED - Static variable in class net.rim.device.api.crypto.keystore.RevocationReason
 
CRL_REASON_CA_COMPROMISE - Static variable in class net.rim.device.api.crypto.keystore.RevocationReason
 
CRL_REASON_CERTIFICATE_HOLD - Static variable in class net.rim.device.api.crypto.keystore.RevocationReason
 
CRL_REASON_CESSATION_OF_OPERATION - Static variable in class net.rim.device.api.crypto.keystore.RevocationReason
 
CRL_REASON_KEY_COMPROMISE - Static variable in class net.rim.device.api.crypto.keystore.RevocationReason
 
CRL_REASON_REMOVE_FROM_CRL - Static variable in class net.rim.device.api.crypto.keystore.RevocationReason
 
CRL_REASON_SUPERSEDED - Static variable in class net.rim.device.api.crypto.keystore.RevocationReason
 
CRL_REASON_UNSPECIFIED - Static variable in class net.rim.device.api.crypto.keystore.RevocationReason
 
CRL_SERVER - Static variable in class net.rim.device.api.crypto.certificate.CertificateServers
An integer representing the CRL server type.
CRL_SIGN - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used for verifying a signature on revocation information (eg. a CRL).
CRLEncodingException - exception net.rim.device.api.crypto.certificate.CRLEncodingException.
Thrown when a certificate revocation list is formatted incorrectly.
CRLEncodingException() - Constructor for class net.rim.device.api.crypto.certificate.CRLEncodingException
Creates a CRLEncodingException object.
CRLEncodingException(String) - Constructor for class net.rim.device.api.crypto.certificate.CRLEncodingException
Creates a CRLEncodingException with an error message.
CRLF - Static variable in class net.rim.blackberry.api.mail.BodyPart
 
CRLVerificationException - exception net.rim.device.api.crypto.certificate.CRLVerificationException.
Thrown when the signature on a CRL could not be verified.
CRLVerificationException() - Constructor for class net.rim.device.api.crypto.certificate.CRLVerificationException
Creates a CRLVerificationException object.
CRLVerificationException(String) - Constructor for class net.rim.device.api.crypto.certificate.CRLVerificationException
Creates a CRLVerificationException object with an error message.
Crypto - class net.rim.device.api.crypto.Crypto.
This class provides a simple API for doing common cryptographic operations.
CryptoByteArrayArithmetic - class net.rim.device.api.crypto.CryptoByteArrayArithmetic.
Modular arithmetic on large unsigned integers.
CryptoException - exception net.rim.device.api.crypto.CryptoException.
An exception representing an error that occured during a cryptographic operation.
CryptoException() - Constructor for class net.rim.device.api.crypto.CryptoException
Creates a CryptoException object with no parameters.
CryptoException(String) - Constructor for class net.rim.device.api.crypto.CryptoException
Creates a CryptoException object with a description string.
CryptoInputStream - class net.rim.device.api.crypto.CryptoInputStream.
A CryptoInputStream contains some other input stream, which it uses as its basic source of data, transforming the data along the way or providing additional functionality.
CryptoInputStream(InputStream) - Constructor for class net.rim.device.api.crypto.CryptoInputStream
Creates a CryptoInputStream object, input stream filter built on top of the specified input stream.
CryptoInteger - class net.rim.device.api.crypto.CryptoInteger.
Represents large unsigned integer arithmetic class.
CryptoInteger() - Constructor for class net.rim.device.api.crypto.CryptoInteger
Creates a CryptoInteger object.
CryptoInteger(byte[]) - Constructor for class net.rim.device.api.crypto.CryptoInteger
Constructs a CryptoInteger object with the given byte array.
CryptoInteger(byte[], int, int) - Constructor for class net.rim.device.api.crypto.CryptoInteger
Constructs a CryptoInteger object with the given byte array.
CryptoInteger(CryptoInteger) - Constructor for class net.rim.device.api.crypto.CryptoInteger
Creates a copy of a given CryptoInteger instance.
CryptoInteger(int) - Constructor for class net.rim.device.api.crypto.CryptoInteger
Creates a CryptoInteger object with the given integer parameter.
CryptoInteger(String) - Constructor for class net.rim.device.api.crypto.CryptoInteger
Constructs a CryptoInteger object with the given hexadecimal string.
CryptoIOException - exception net.rim.device.api.crypto.CryptoIOException.
An exception representing an error that occured during a cryptographic operation.
CryptoIOException(CryptoException) - Constructor for class net.rim.device.api.crypto.CryptoIOException
Creates a CryptoIOException object.
CryptoOutputStream - class net.rim.device.api.crypto.CryptoOutputStream.
The superclass of all classes that filter output streams.
CryptoOutputStream(OutputStream) - Constructor for class net.rim.device.api.crypto.CryptoOutputStream
Creates a CryptoOutputStream object, an output stream filter built on top of the specified output stream.
CryptoSelfTestError - error net.rim.device.api.crypto.CryptoSelfTestError.
Occurs when an error is discovered in a the crypto primitive during self tests.
CryptoSelfTestError() - Constructor for class net.rim.device.api.crypto.CryptoSelfTestError
Creates a CryptoSelfTestError with no parameters.
CryptoSelfTestError(String) - Constructor for class net.rim.device.api.crypto.CryptoSelfTestError
Creates a CryptoSelfTestError with a description string.
CryptoSystem - interface net.rim.device.api.crypto.CryptoSystem.
A CryptoSystem generically defines all cryptosystems (such as ECCryptoSystem, DSACryptoSystem, etc) that are used in the Crypto API.
CryptoTokenAccessDeniedException - exception net.rim.device.api.crypto.CryptoTokenAccessDeniedException.
Occurs when a user without the proper credentials attempts to access a secure crypto token.
CryptoTokenAccessDeniedException() - Constructor for class net.rim.device.api.crypto.CryptoTokenAccessDeniedException
Creates a new CryptoTokenAccessDeniedException object.
CryptoTokenAccessDeniedException(String) - Constructor for class net.rim.device.api.crypto.CryptoTokenAccessDeniedException
Creates a new CryptoTokenAccessDeniedException object given a String representing a meaningful text message.
CryptoTokenCancelException - exception net.rim.device.api.crypto.CryptoTokenCancelException.
Thrown when the user cancels the crypto token operation.
CryptoTokenCancelException() - Constructor for class net.rim.device.api.crypto.CryptoTokenCancelException
Creates a new CryptoTokenCancelException object.
CryptoTokenCancelException(String) - Constructor for class net.rim.device.api.crypto.CryptoTokenCancelException
Creates a new CryptoTokenCancelException object with a text error message.
CryptoTokenCommunicationException - exception net.rim.device.api.crypto.CryptoTokenCommunicationException.
Thrown when an error occurs while communicating with a crypto token.
CryptoTokenCommunicationException() - Constructor for class net.rim.device.api.crypto.CryptoTokenCommunicationException
Creates a new CryptoTokenCommunicationException object.
CryptoTokenCommunicationException(String) - Constructor for class net.rim.device.api.crypto.CryptoTokenCommunicationException
Creates a new CryptoTokenCommunicationException object with a given text error message.
CryptoTokenException - exception net.rim.device.api.crypto.CryptoTokenException.
Thrown when an error occurs with the token (eg smartcard) associated with the cryptographic operation.
CryptoTokenException() - Constructor for class net.rim.device.api.crypto.CryptoTokenException
Creates a CryptoTokenException object with no parameters.
CryptoTokenException(String) - Constructor for class net.rim.device.api.crypto.CryptoTokenException
Creates a CryptoTokenException object with a description String.
CryptoTokenNotPresentException - exception net.rim.device.api.crypto.CryptoTokenNotPresentException.
Thrown when the crypto token is not present.
CryptoTokenNotPresentException() - Constructor for class net.rim.device.api.crypto.CryptoTokenNotPresentException
Creates a new CryptoTokenNotPresentException object.
CryptoTokenNotPresentException(String) - Constructor for class net.rim.device.api.crypto.CryptoTokenNotPresentException
Creates a new CryptoTokenNotPresent object with a given text error message.
CryptoTokenTimeoutException - exception net.rim.device.api.crypto.CryptoTokenTimeoutException.
Thrown if a crypto token operation encounters a time out.
CryptoTokenTimeoutException() - Constructor for class net.rim.device.api.crypto.CryptoTokenTimeoutException
Creates a new CryptoTokenTimeoutException object.
CryptoTokenTimeoutException(String) - Constructor for class net.rim.device.api.crypto.CryptoTokenTimeoutException
Creates a new CryptoTokenTimeoutException object.
CryptoUnsupportedOperationException - exception net.rim.device.api.crypto.CryptoUnsupportedOperationException.
Thrown when the requested cryptographic operation is not supported.
CryptoUnsupportedOperationException() - Constructor for class net.rim.device.api.crypto.CryptoUnsupportedOperationException
Creates a CryptoUnsupportedOperationException object with no parameters.
CryptoUnsupportedOperationException(String) - Constructor for class net.rim.device.api.crypto.CryptoUnsupportedOperationException
Creates a CryptoUnsupportedOperationException object with a description string.
cStr2String(byte[], int, int) - Static method in class net.rim.device.api.util.StringUtilities
Converts C/C++ string into a Java String.
currentApplicationDescriptor() - Static method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the descriptor used to start the current process.
currentThread() - Static method in class java.lang.Thread
Returns a reference to the currently executing thread object.
currentTimeMillis() - Static method in class java.lang.System
Returns the current time in milliseconds.
CURVEDPATH_CUBIC_BEZIER_CONTROL_POINT - Static variable in class net.rim.device.api.ui.Graphics
Cubic bezier control-point type for drawing paths.
CURVEDPATH_END_POINT - Static variable in class net.rim.device.api.ui.Graphics
End-point type for drawing paths.
CURVEDPATH_QUADRATIC_BEZIER_CONTROL_POINT - Static variable in class net.rim.device.api.ui.Graphics
Quadratic bezier control-point type for drawing paths.

D

D_DELETE - Static variable in class net.rim.device.api.ui.component.Dialog
Standard delete confirmation dialog.
D_OK - Static variable in class net.rim.device.api.ui.component.Dialog
Standard OK dialog.
D_SAVE - Static variable in class net.rim.device.api.ui.component.Dialog
Standard save prompt dialog.
D_YES_NO - Static variable in class net.rim.device.api.ui.component.Dialog
Standard Yes/No confirmation dialog.
DAGGER - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
DAILY - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Indicates that the frequency of the event occurs daily.
DATA_ENCIPHERMENT - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used for enciphering user data, other than cryptographic keys.
DataBuffer - class net.rim.device.api.util.DataBuffer.
Single, random-access data stream.
DataBuffer() - Constructor for class net.rim.device.api.util.DataBuffer
Constructs a new, empty, big endian DataBuffer instance.
DataBuffer(boolean) - Constructor for class net.rim.device.api.util.DataBuffer
Constructs a new, emtpy DataBuffer instance.
DataBuffer(byte[], int, int, boolean) - Constructor for class net.rim.device.api.util.DataBuffer
Constructs a new DataBuffer instance using provided byte array as backing store.
DataBuffer(DataBuffer, int) - Constructor for class net.rim.device.api.util.DataBuffer
Constructs a new DataBuffer instance using provided data buffer as backing store.
DataBuffer(int, boolean) - Constructor for class net.rim.device.api.util.DataBuffer
Constructs a new, empty DataBuffer instance of provided initial size.
Datagram - interface javax.microedition.io.Datagram.
This is the generic datagram interface.
DatagramConnection - interface javax.microedition.io.DatagramConnection.
This interface defines the capabilities that a datagram connection must have.
DataInput - interface java.io.DataInput.
The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataInputStream - class java.io.DataInputStream.
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
Creates a DataInputStream and saves its argument, the input stream in, for later use.
dataNotSent() - Method in interface net.rim.device.api.system.USBPortListener
 
DataOutput - interface java.io.DataOutput.
The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
DataOutputStream - class java.io.DataOutputStream.
A data input stream lets an application write primitive Java data types to an output stream in a portable way.
DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
dataReceived(int) - Method in interface net.rim.device.api.system.IOPortListener
Invoked when the port's receive queue has changed from empty to not empty.
dataSent() - Method in interface net.rim.device.api.system.IOPortListener
Invoked when the port's transmit queue becomes completely empty.
Date - class java.util.Date.
The class Date represents a specific instant in time, with millisecond precision.
DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DATE - Static variable in class javax.microedition.lcdui.DateField
Input mode for date information (day, month, year).
DATE - Static variable in class net.rim.device.api.ui.component.DateField
Input mode for date (year, month, day).
DATE - Static variable in class net.rim.blackberry.api.mail.Header
Date header tag
DATE - Static variable in interface net.rim.blackberry.api.pim.PIMItem
Indicates that the data type is a date.
DATE_DEFAULT - Static variable in class net.rim.device.api.i18n.DateFormat
Default date format style.
DATE_FIELD - Static variable in class net.rim.device.api.i18n.DateFormat
Useful constant for DATE field alignment.
DATE_FULL - Static variable in class net.rim.device.api.i18n.DateFormat
Full date style.
DATE_LONG - Static variable in class net.rim.device.api.i18n.DateFormat
Long date style.
DATE_MEDIUM - Static variable in class net.rim.device.api.i18n.DateFormat
Medium date style.
DATE_SHORT - Static variable in class net.rim.device.api.i18n.DateFormat
Short date style.
DATE_TIME - Static variable in class javax.microedition.lcdui.DateField
Input mode for date (day, month, year) and time (minutes, hours) information.
DATE_TIME - Static variable in class net.rim.device.api.ui.component.DateField
Input mode for date and time (year, month, day, hour, minute, second).
Date() - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the current time specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
Date(long) - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
DateField - class javax.microedition.lcdui.DateField.
A DateField is an editable component for presenting date and time (calendar) information that may be placed into a Form.
DateField - class net.rim.device.api.ui.component.DateField.
Stores date and time values.
DateField() - Constructor for class net.rim.device.api.ui.component.DateField
Constructs a new DateField instance.
DateField(String, int) - Constructor for class javax.microedition.lcdui.DateField
Creates a DateField object with the specified label and mode.
DateField(String, int, TimeZone) - Constructor for class javax.microedition.lcdui.DateField
Creates a date field in which calendar calculations are based on specific TimeZone object and the default calendaring system for the current locale.
DateField(String, long, DateFormat) - Constructor for class net.rim.device.api.ui.component.DateField
Constructs a new DateField instance with label, initial value, and format.
DateField(String, long, long) - Constructor for class net.rim.device.api.ui.component.DateField
Constructs a new DateField instance with label, initial value, and style.
DateFormat - class net.rim.device.api.i18n.DateFormat.
Defines fundamental functionality for locale-independent formatting of date/time information.
DateFormat() - Constructor for class net.rim.device.api.i18n.DateFormat
Constructs new DateFormat instance.
dates(long, long, long) - Method in class net.rim.blackberry.api.pim.RepeatRule
Returns an enumeration of event dates, ordered by date, between the specified subsetBeginning and subsetEnding parameters.
DATETIME_DEFAULT - Static variable in class net.rim.device.api.i18n.DateFormat
Default date-time format style.
DateTimeUtilities - class net.rim.device.api.util.DateTimeUtilities.
Provides access to date/time operations.
DAY_IN_MONTH - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the day in the month that this event will occur.
DAY_IN_WEEK - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the day in the week that this event will occur.
DAY_IN_YEAR - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the day in the year that this event will occur.
DAY_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_WEEK - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the week.
DAY_OF_WEEK_FIELD - Static variable in class net.rim.device.api.i18n.DateFormat
Useful constant for DAY_OF_WEEK field alignment.
deactivate() - Method in class net.rim.device.api.system.Application
Handles backgrounding event.
DEBUG_INFO - Static variable in class net.rim.device.api.system.EventLogger
Debug information level event.
DECEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the twelfth month of the year.
DECEMBER - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the constant for the month: December.
DECIPHER_ONLY - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The meaning of the DECIPHER_ONLY purpose is undefined unless the key may also be used for key agreement.
DECODE_ALPHA - Static variable in class net.rim.device.api.system.EncodedImage
Decodes an alpha channel if there is one.
DECODE_ERROR - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that a message could not be decoded because some field was out of the specified range or the length of the message was incorrect.
DECODE_NATIVE - Static variable in class net.rim.device.api.system.EncodedImage
Forces the bitmap to be decoded to the native bitmap type of the device.
DECODE_READONLY - Static variable in class net.rim.device.api.system.EncodedImage
Marks the decoded bitmap as readonly.
decode(byte[], int, String) - Static method in class net.rim.device.api.crypto.encoder.SignatureDecoder
This function will take in the provided encoded signature and a public key and will return a properly intialized signature verifier.
decode(byte[], int, String, String) - Static method in class net.rim.device.api.crypto.encoder.SignatureDecoder
Takes in the provided encoded signature and a public key and will return a properly intialized signature verifier.
decode(byte[], String) - Static method in class net.rim.device.api.crypto.encoder.SymmetricKeyDecoder
Decodes an encoded symmetric key.
decode(byte[], String) - Static method in class net.rim.device.api.crypto.encoder.SignatureDecoder
This function will take in the provided encoded signature and a public key and will return a properly intialized signature verifier.
decode(byte[], String) - Static method in class net.rim.device.api.crypto.encoder.PublicKeyDecoder
Takes in the given encoded key and returns the decoded public key.
decode(byte[], String) - Static method in class net.rim.device.api.crypto.encoder.PrivateKeyDecoder
Takes in an encoded key and returns the decoded private key.
decode(byte[], String, CryptoSystem, String) - Static method in class net.rim.device.api.crypto.encoder.PublicKeyDecoder
Decodes an encoded public key.
decode(byte[], String, CryptoSystem, String) - Static method in class net.rim.device.api.crypto.encoder.PrivateKeyDecoder
Accepts an encoded key and returns the decoded private key.
decode(byte[], String, String) - Static method in class net.rim.device.api.crypto.encoder.SymmetricKeyDecoder
Decodes an encoded symmetric key.
decode(InputStream, String) - Static method in class net.rim.device.api.crypto.encoder.SymmetricKeyDecoder
Decodes an encoded symmetric key.
decode(InputStream, String) - Static method in class net.rim.device.api.crypto.encoder.SignatureDecoder
This function will take in the provided encoded signature and a public key and will return a properly intialized signature verifier.
decode(InputStream, String) - Static method in class net.rim.device.api.crypto.encoder.PublicKeyDecoder
Takes in the given encoded key and returns the decoded public key.
decode(InputStream, String) - Static method in class net.rim.device.api.crypto.encoder.PrivateKeyDecoder
Takes in an encoded key and returns the decoded private key.
decode(InputStream, String, CryptoSystem, String) - Static method in class net.rim.device.api.crypto.encoder.PublicKeyDecoder
Decodes an encoded public key.
decode(InputStream, String, CryptoSystem, String) - Static method in class net.rim.device.api.crypto.encoder.PrivateKeyDecoder
Accepts an encoded key and returns the decoded private key.
decode(InputStream, String, String) - Static method in class net.rim.device.api.crypto.encoder.SymmetricKeyDecoder
Decodes an encoded symmetric key.
decode(InputStream, String, String) - Static method in class net.rim.device.api.crypto.encoder.SignatureDecoder
Takes in the provided encoded signature and a public key and will return a properly intialized signature verifier.
DecodedSignature - class net.rim.device.api.crypto.encoder.DecodedSignature.
Stores decoded signatures.
DecodedSignature() - Constructor for class net.rim.device.api.crypto.encoder.DecodedSignature
 
decodeEffectiveBitLength(int) - Static method in class net.rim.device.api.crypto.RC2Key
Decodes an encoded effective bit length as specified in RFC 2268.
DecodeException - exception net.rim.device.api.crypto.DecodeException.
Raised when an improperly formated message is encountered.
DecodeException() - Constructor for class net.rim.device.api.crypto.DecodeException
Creates a DecodeException object with no parameters.
DecodeException(String) - Constructor for class net.rim.device.api.crypto.DecodeException
Creates a DecodeException object with a message string.
DECOMPRESSION_FAILURE - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that decompression function received improper input (e.g. data that would expand to excessive length).
decrement(byte[], byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Subtracts one from the integer represented by the array a, mod the integer represented by the array modulus, and stores the result in the array result.
decrement(byte[], int, byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Subtracts one from the integer represented by array a, mod 2log2modulus and stores the result in the array result.
decrement(byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Subtracts one from the integer of length aLength in the array beginning at a[ aOffset ], mod the integer beginning at modulus[ modulusOffset ], and stores the result in the array result beginning at resultOffset.
decrement(byte[], int, int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Subtracts one from the integer in the array beginning at a[ aOffset ], mod 2log2modulus, and stores the result in the array result, beginning at resultOffset.
decrement(CryptoInteger, CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Decrements this CryptoInteger by a, all modulo modulus.
decrement(int, CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Decrements this CryptoInteger by a, all modulo modulus.
DECRYPT_ERROR - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that a handshake cryptographic operation failed, including being unable to correctly verify a signature, decrypt a key exchange, or validate a finished message.
decrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.XDecryptorEngine
 
decrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.TripleDESDecryptorEngine
 
decrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.SkipjackDecryptorEngine
 
decrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.RSADecryptorEngine
 
decrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.RC5DecryptorEngine
 
decrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.RC2DecryptorEngine
 
decrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.ElGamalDecryptorEngine
Decrypts the plaintext using the ElGamal algorithm.
decrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.DESDecryptorEngine
 
decrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.CBCDecryptorEngine
 
decrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.CAST128DecryptorEngine
 
decrypt(byte[], int, byte[], int) - Method in interface net.rim.device.api.crypto.BlockDecryptorEngine
Decodes a block of the given ciphertext into a block of plaintext.
decrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.AESDecryptorEngine
Decrypts the data given a byte array containing the ciphertext, a byte array to hold the plaintext, and their associated offsets.
decrypt(byte[], int, int) - Method in class net.rim.device.api.crypto.StreamDecryptor
Decrypts data according to the specific implementation of the chosen stream cipher.
decrypt(byte[], int, int) - Method in class net.rim.device.api.crypto.PRNGDecryptor
 
decrypt(byte[], int, int) - Method in class net.rim.device.api.crypto.ECIESDecryptor
 
decrypt(byte[], int, int) - Method in class net.rim.device.api.crypto.CFBDecryptor
 
decrypt(byte[], int, int, Key, String, InitializationVector) - Static method in class net.rim.device.api.crypto.Crypto
Decrypts the given ciphertext with the given key using the given algorithm.
decrypt(int, long, byte[], int, int, String, KeyStorePasswordTicket) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Returns the byte array that is decrypted with the password.
decrypt(int, long, byte[], String, KeyStorePasswordTicket) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Returns the byte array that is decrypted with the password.
decryptAndUnformat(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.PKCS5UnformatterEngine
 
decryptAndUnformat(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.PKCS1UnformatterEngine
 
decryptAndUnformat(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.OAEPUnformatterEngine
 
decryptAndUnformat(byte[], int, byte[], int) - Method in interface net.rim.device.api.crypto.BlockUnformatterEngine
Decrypts the input and then "unformats" it into the original plaintext assuming this block is not the last block in the stream.
decryptAndUnformat(byte[], int, byte[], int, boolean) - Method in class net.rim.device.api.crypto.PKCS5UnformatterEngine
 
decryptAndUnformat(byte[], int, byte[], int, boolean) - Method in class net.rim.device.api.crypto.PKCS1UnformatterEngine
 
decryptAndUnformat(byte[], int, byte[], int, boolean) - Method in class net.rim.device.api.crypto.OAEPUnformatterEngine
 
decryptAndUnformat(byte[], int, byte[], int, boolean) - Method in interface net.rim.device.api.crypto.BlockUnformatterEngine
Decrypts the input and then "unformats" it into the original plaintext.
DECRYPTION_FAILED - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
A WTLSCiphertext decrypted in an invalid way: either it wasn`t an even multiple of the block length or its padding values, when checked, weren`t correct.
DecryptorFactory - class net.rim.device.api.crypto.DecryptorFactory.
Provides the user with a high-level means to decrypt data.
DecryptorInputStream - class net.rim.device.api.crypto.DecryptorInputStream.
A place holder class that simply allows for better compile time type checking.
DecryptorInputStream(InputStream) - Constructor for class net.rim.device.api.crypto.DecryptorInputStream
Creates a DecryptorInputStream object based on a given input stream.
decryptReEncrypt(int, long, byte[]) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
During a change password operation this helper function allows an easy way to change the encryption of an object from the old password to the new password.
DEFAULT - Static variable in class net.rim.device.api.ui.text.TextFilter
Default filter type.
DEFAULT_CLOSE - Static variable in class net.rim.device.api.ui.Screen
If specified, screen will provide a close action.
DEFAULT_LEVEL - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Default notification level.
DEFAULT_MAXCHARS - Static variable in class net.rim.device.api.ui.component.BasicEditField
Default maximum number of characters allowed in this field.
DEFAULT_MENU - Static variable in class net.rim.device.api.ui.Screen
If specified, screen will provide a default menu.
DEFAULT_PORT - Static variable in class net.rim.device.api.system.SerialPort
Default serial port
DEFAULT_POSITION - Static variable in class net.rim.device.api.ui.component.LabelField
Default horizontal position.
DEFAULT_PRIVATE_KEY_MIN_RANDOM_BITS - Static variable in class net.rim.device.api.crypto.DHCryptoSystem
Represents the minimum number of random bits a private key should contain.
deferredEventWasSuperseded(long, long, Object, Object) - Method in interface net.rim.device.api.notification.NotificationsEngineListener
Signals that the event was superseded by a more recent one at the same or at greater level.
DELETE - Static variable in interface net.rim.device.api.system.Characters
DELETE - Static variable in class net.rim.device.api.ui.component.Dialog
Delete choice for use in dialogs.
DELETE_SESSIONS_ON_ALERTS - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
Whether to not delete sessions or not
delete(Field) - Method in class net.rim.device.api.ui.Screen
Deletes a field from this screen's manager.
delete(Field) - Method in class net.rim.device.api.ui.Manager
Removes a field from this manager.
delete(int) - Method in class javax.microedition.lcdui.List
 
delete(int) - Method in class javax.microedition.lcdui.Form
Deletes the Item referenced by itemNum.
delete(int) - Method in class javax.microedition.lcdui.ChoiceGroup
 
delete(int) - Method in interface javax.microedition.lcdui.Choice
Deletes the element referenced by elementNum.
delete(int) - Method in class net.rim.device.api.ui.component.ObjectListField
Deletes row at specified index.
delete(int) - Method in class net.rim.device.api.ui.component.ListField
Deletes row at specified index.
delete(int, int) - Method in class java.lang.StringBuffer
Removes the characters in a substring of this StringBuffer.
delete(int, int) - Method in class javax.microedition.lcdui.TextField
Deletes characters from the TextField.
delete(int, int) - Method in class javax.microedition.lcdui.TextBox
Deletes characters from the TextBox.
deleteAll() - Method in class net.rim.device.api.ui.Manager
Removes all fields from this manager.
deleteAll() - Method in class net.rim.device.api.ui.component.Menu
Removes all items from this menu.
deleteCategory(String, boolean) - Method in interface net.rim.blackberry.api.pim.PIMList
Removes a category from the PIMList.
deleteCharAt(int) - Method in class java.lang.StringBuffer
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character).
deleteCustomField(Field) - Method in class net.rim.device.api.ui.container.DialogFieldManager
Deletes a user field from this manager.
DELETED - Static variable in interface net.rim.blackberry.api.mail.Message.Flag
Flag to indicate the message has been deleted.
DELETED - Static variable in class net.rim.blackberry.api.mail.Folder
Folder type, used in Folder.getType() and Folder.list(int type).
DELETED_SERVER - Static variable in class net.rim.device.api.crypto.certificate.CertificateServers
An integer representing the Deleted servers.
deleteItem(int) - Method in class net.rim.device.api.ui.component.Menu
Deletes an item from this menu.
deleteMessage(Message) - Method in class net.rim.blackberry.api.mail.Folder
Deletes a message from this folder.
deleteModule(int, boolean) - Static method in class net.rim.device.api.system.CodeModuleManager
Deletes a specific module.
deleteRange(int, int) - Method in class net.rim.device.api.ui.Screen
Deletes a range of fields from this screen's manager.
deleteRange(int, int) - Method in class net.rim.device.api.ui.Manager
Removes a range of fields from this manager.
deleteRecord(int) - Method in class javax.microedition.rms.RecordStore
The record is deleted from the record store.
deleteRecordStore(String) - Static method in class javax.microedition.rms.RecordStore
Deletes the named record store.
deleteSubtree(int) - Method in class net.rim.device.api.ui.component.TreeField
Delete the entire subtree rooted at 'node'.
deregisterChannel(int) - Static method in class net.rim.device.api.system.USBPort
 
deregisterConsequence(long) - Static method in class net.rim.device.api.notification.NotificationsManager
Removes the consequence from the list of known consequences.
deregisterNotificationsEngineListener(long, NotificationsEngineListener) - Static method in class net.rim.device.api.notification.NotificationsManager
Removes the listener from the list of known listeneres.
deregisterSource(long) - Static method in class net.rim.device.api.notification.NotificationsManager
Removes the application from the list of known event sources.
derive(int) - Method in class net.rim.device.api.ui.Font
Derives a font with a given style and the current size.
derive(int, int) - Method in class net.rim.device.api.ui.Font
Derives a font of a given style and size.
DERTags - interface net.rim.device.api.crypto.asn1.DERTags.
DERTags is a enumeration of the different possibilities for ASN.1 types.
DES_CBC - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents DES encryption in CBC mode.
DES_CBC_40 - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents 40 bit DES encryption in CBC mode.
desCBC - Static variable in class net.rim.device.api.crypto.oid.OIDs
desCBC = 1.3.14.3.2.7 des in CBC mode.
DESDecryptorEngine - class net.rim.device.api.crypto.DESDecryptorEngine.
The DESDecryptorEngine implements the decryption functionality of the DES block cipher.
DESDecryptorEngine(DESKey) - Constructor for class net.rim.device.api.crypto.DESDecryptorEngine
Creates a DESDecryptorEngine object based on a given DES key.
desEDE3CBC - Static variable in class net.rim.device.api.crypto.oid.OIDs
desEDE3CBC = 1.2.840.113549.3.7 Triple des in CBC mode.
DESEncryptorEngine - class net.rim.device.api.crypto.DESEncryptorEngine.
Implements the raw functionality of the DES algorithm.
DESEncryptorEngine(DESKey) - Constructor for class net.rim.device.api.crypto.DESEncryptorEngine
Creates a DESEncryptorEngineobject given a DES key.
DESKey - class net.rim.device.api.crypto.DESKey.
Creates a DES key.
DESKey() - Constructor for class net.rim.device.api.crypto.DESKey
Creates a new random DESKey object and stores the keying material in the object.
DESKey(byte[]) - Constructor for class net.rim.device.api.crypto.DESKey
Creates a DESKey object using as much of the key data as necessary.
DESKey(byte[], int) - Constructor for class net.rim.device.api.crypto.DESKey
Creates a DESKey object using as much of the key data as necessary.
DESKTOP_COOKIE - Static variable in class net.rim.device.api.crypto.keystore.AssociatedData
A long representing the desktop cookie associated data.
destroy() - Method in interface javax.microedition.rms.RecordEnumeration
Frees internal resources used by this RecordEnumeration.
destroyApp(boolean) - Method in class javax.microedition.midlet.MIDlet
Signals the MIDlet to terminate and enter the Destroyed state.
destroyPersistentObject(long) - Static method in class net.rim.device.api.system.PersistentStore
Removes persistent object from store by key.
Device - class net.rim.device.api.system.Device.
Various utility methods affecting fundamental operation of the Device.
DeviceInfo - class net.rim.device.api.system.DeviceInfo.
This class provides access to fundamental information about the host device.
DeviceKeyStore - class net.rim.device.api.crypto.keystore.DeviceKeyStore.
The device key store is a key store which has the ability to sync with the desktop software.
DH - Static variable in class net.rim.device.api.crypto.oid.OIDs
DH = 1.2.840.10046.2.1 Repesents the DH algorithm and keys.
DH_KEYAGREEMENT - Static variable in class net.rim.device.api.crypto.oid.OIDs
DH_KEYAGREEMENT = 1.2.840.113549.2.1 Represents the DH key agreement scheme.
DHCryptoSystem - class net.rim.device.api.crypto.DHCryptoSystem.
Represents the system of asymmetric cryptography which is based on the Discrete Logarithm Problem.
DHCryptoSystem() - Constructor for class net.rim.device.api.crypto.DHCryptoSystem
Creates the DHCryptoSystem object with the SUN1024 parameters.
DHCryptoSystem(byte[], byte[]) - Constructor for class net.rim.device.api.crypto.DHCryptoSystem
Creates a DHCryptoSystem object with the specified p and g domain parameters.
DHCryptoSystem(byte[], byte[], byte[]) - Constructor for class net.rim.device.api.crypto.DHCryptoSystem
Creates a DHCryptoSystem with the specified p, q and g domain parameters.
DHCryptoSystem(byte[], byte[], byte[], int) - Constructor for class net.rim.device.api.crypto.DHCryptoSystem
Creates a DHCryptoSystem object with the specified p, q and g domain parameters, as well as the minimum number of private key random bits.
DHCryptoSystem(byte[], byte[], byte[], int, String) - Constructor for class net.rim.device.api.crypto.DHCryptoSystem
Creates a DHCryptoSystem object with the specified p, q and g domain parameters, as well as the minimum number of private key random bits.
DHCryptoSystem(byte[], byte[], int) - Constructor for class net.rim.device.api.crypto.DHCryptoSystem
Creates a DHCryptoSystem object with the specified p and g domain parameters, as well as the minimum number of private key random bits.
DHCryptoSystem(String) - Constructor for class net.rim.device.api.crypto.DHCryptoSystem
Creates the DHCryptoSystem object using the specified parameters.
DHCryptoSystem(String, int) - Constructor for class net.rim.device.api.crypto.DHCryptoSystem
Creates the DHCryptoSystem object using the specified parameters as well as the minimum number of private key random bits.
DHKey - interface net.rim.device.api.crypto.DHKey.
Represents a key in a Diffie-Hellman (DH) system.
DHKeyAgreement - class net.rim.device.api.crypto.DHKeyAgreement.
Implements the Diffie-Hellman key agreement algorithm.
DHKeyPair - class net.rim.device.api.crypto.DHKeyPair.
Holds a Diffie-Hellman public and private key.
DHKeyPair(DHCryptoSystem) - Constructor for class net.rim.device.api.crypto.DHKeyPair
Creates a new DHKeyPair object with the given crypto system.
DHKeyPair(DHPublicKey, DHPrivateKey) - Constructor for class net.rim.device.api.crypto.DHKeyPair
Creates a new DHKeyPair object with the given public and private keys.
DHPrivateKey - class net.rim.device.api.crypto.DHPrivateKey.
Represents a private key in an Diffie-Hellman system.
DHPrivateKey(DHCryptoSystem, byte[]) - Constructor for class net.rim.device.api.crypto.DHPrivateKey
Constructs a DHPrivateKey object under the given crypto system using the given data as the private key's mathematical representation.
DHPublicKey - class net.rim.device.api.crypto.DHPublicKey.
Represents a public key in an Diffie-Hellman (DH) system.
DHPublicKey(DHCryptoSystem, byte[]) - Constructor for class net.rim.device.api.crypto.DHPublicKey
Constructs a DHPublicKey object under the given crypto system using the given data as the public key's mathematical representation.
dhSinglePass_CofactorDH_SHA1KDF_Scheme - Static variable in class net.rim.device.api.crypto.oid.OIDs
dhSinglePass_CofactorDH_SHA1KDF_Scheme = 1.3.133.16.840.63.0.3 Represents the ECDH KDF.
dhSinglePass_StdDH_SHA1KDF_Scheme - Static variable in class net.rim.device.api.crypto.oid.OIDs
dhSinglePass_StdDH_SHA1KDF_Scheme = 1.3.133.16.840.63.0.2 Represents the ECDH KDF.
Dialog - class net.rim.device.api.ui.component.Dialog.
Provides a dialog box with predefined configurations.
Dialog(int, String, int, Bitmap, long) - Constructor for class net.rim.device.api.ui.component.Dialog
Contructs a new Dialog object with provided style.
Dialog(String, Object[], int[], int, Bitmap) - Constructor for class net.rim.device.api.ui.component.Dialog
Constructs a new Dialog object.
Dialog(String, Object[], int[], int, Bitmap, long) - Constructor for class net.rim.device.api.ui.component.Dialog
Contructs a new Dialog object with provided style.
dialogClosed(Dialog, int) - Method in interface net.rim.device.api.ui.component.DialogClosedListener
Invoked when a dialog is closed.
DialogClosedListener - interface net.rim.device.api.ui.component.DialogClosedListener.
Listener interface for handling dialog closed events.
DialogFieldManager - class net.rim.device.api.ui.container.DialogFieldManager.
A field manager used for laying out Dialog and Status screens.
DialogFieldManager() - Constructor for class net.rim.device.api.ui.container.DialogFieldManager
Constructs a dialog field manager.
DialogFieldManager(long) - Constructor for class net.rim.device.api.ui.container.DialogFieldManager
Constructs a dialog field manager with provided style.
Digest - interface net.rim.device.api.crypto.Digest.
Specifies the functionality common to all Digest algorithms.
DIGEST_LENGTH - Static variable in class net.rim.device.api.crypto.SHA512Digest
Represents the length of the digest, namely 64 bytes.
DIGEST_LENGTH - Static variable in class net.rim.device.api.crypto.SHA384Digest
Represents the digest length, namely 48 bytes.
DIGEST_LENGTH - Static variable in class net.rim.device.api.crypto.SHA256Digest
Represents the digest length, namely 32 bytes.
DIGEST_LENGTH - Static variable in class net.rim.device.api.crypto.SHA1Digest
A static definition stating the digest length to be of 20 bytes.
DIGEST_LENGTH - Static variable in class net.rim.device.api.crypto.RIPEMD160Digest
A static definition stating the digest length, namely 20 bytes.
DIGEST_LENGTH - Static variable in class net.rim.device.api.crypto.RIPEMD128Digest
A definition stating the digest length, namely 16 bytes.
DIGEST_LENGTH - Static variable in class net.rim.device.api.crypto.MD5Digest
Specifies the size of the digest in terms of the number of bytes returned by the getDigest function, namely 16 bytes.
DIGEST_LENGTH - Static variable in class net.rim.device.api.crypto.MD4Digest
Specifies the size of the digest in terms of the number of bytes returned by the getDigest function, namely 16 bytes.
DIGEST_LENGTH - Static variable in class net.rim.device.api.crypto.MD2Digest
Specifies the size of the digest in terms of the number of bytes returned by the getDigest function, namely 16 bytes.
DigestFactory - class net.rim.device.api.crypto.DigestFactory.
Creates a digest.
DigestInputStream - class net.rim.device.api.crypto.DigestInputStream.
Allows for a user to open an input stream and run a digest on all information that passes through that input stream.
DigestInputStream(Digest, InputStream) - Constructor for class net.rim.device.api.crypto.DigestInputStream
Creates a DigestInputStream object from a digest and an underlying input stream.
DigestOutputStream - class net.rim.device.api.crypto.DigestOutputStream.
Allows for a user to open an output stream and run a digest on all information that passes through that output stream.
DigestOutputStream(Digest, OutputStream) - Constructor for class net.rim.device.api.crypto.DigestOutputStream
Creates a DigestOutputStream object which takes as input a digest and an output stream.
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
DIGITAL_SIGNATURE - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used with a digital signature mechanism to support security services other than non-repudiation, certificate signing, or revocation information signing.
DISABLED_KEY_ID - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that all the client_key_id's listed in ClientHello.client_key_ids are disabled administratively.
disableSynchronization(SyncCollection) - Method in class net.rim.device.api.synchronization.SerialSyncManager
Disables serial synchronization operations on a SyncCollection.
DISCARD - Static variable in class net.rim.device.api.ui.component.Dialog
Discard choice for use in dialogs.
disconnected() - Method in interface net.rim.device.api.system.IOPortListener
Invoked when the port is disconnected.
dismissStatus(Screen) - Method in interface net.rim.device.api.ui.UiEngine
Dismisses or removes a global status screen from the queue.
dismissStatus(Screen) - Method in class net.rim.device.api.ui.UiApplication
Dismisses or removes a global status screen from the queue.
dispatch(Object) - Method in class net.rim.blackberry.api.mail.event.StoreEvent
 
dispatch(Object) - Method in class net.rim.blackberry.api.mail.event.MessageEvent
 
dispatch(Object) - Method in class net.rim.blackberry.api.mail.event.MailEvent
Invokes the appropriate method on a listener for this event.
dispatch(Object) - Method in class net.rim.blackberry.api.mail.event.FolderEvent
 
Display - class javax.microedition.lcdui.Display.
Display represents the manager of the display and input devices of the system.
display(CertificateServerInfo) - Static method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
Blocks and displays a dialog box containing information about the specified server.
Displayable - class javax.microedition.lcdui.Displayable.
An object that has the capability of being placed on the display.
displayCertificateDetails(Certificate) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Blocks and displays a dialog box containing information about the specified certificate.
displayCertificateDetails(Certificate, KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Blocks and displays a dialog box containing information about the specified certificate.
displayCertificateDetails(Certificate, KeyStore, boolean, CertificateStatusManagerTicket) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Blocks and displays a dialog box containing information about the specified certificate.
displayFieldFullMessage() - Method in class net.rim.device.api.ui.component.BasicEditField
Displays a 'field full' message.
DistinguishedName - interface net.rim.device.api.crypto.certificate.DistinguishedName.
Represents a Distinguished Name used in a certificate.
divide(byte[], byte[], byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the quotient and remainder of dividend / divisor The quotient is stored in quotient, and the remainder is stored in remainder.
divide(byte[], int, int, byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the quotient and remainder of the integer in the array dividend, beginning at dividendOffset, divided by the integer in the array divisor, beginning at divisorOffset.
divideByTwo(byte[], byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Divide the integer represented by the array a by two modulo the integer represented by the array modulus.
divideByTwo(byte[], int, byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Divide the integer represented by the array a by a modulus which is a power of 2.
divideByTwo(byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Divide the integer of length aLength beginning at a[ aOffset ] by two modulo the integer of length modulusLength beginning at modulus[ modulusOffset ].
divideByTwo(byte[], int, int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Divide the integer of length length beginning at a[ aOffset ] by a modulus which is a power of 2.
divideByTwo(CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Divides this by two modulo modulus. i.e. the resulting value * 2 will be equivalent to this mod modulus.
DO_NOT_COMPRESS_EC_PUBLIC_KEYS - Static variable in interface net.rim.device.api.crypto.encoder.PublicKeyEncoderFlags
Indicates that EC public keys must not be encoded in a compressed format.
DO_NOT_ENCODE_CRYPTOSYSTEM_PARAMETERS - Static variable in interface net.rim.device.api.crypto.encoder.PublicKeyEncoderFlags
Indicates that the domain parameters associated with the public key's crypto system should not be encoded with the public key.
doAdd(Object) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Adds element without sending an event.
doAdd(Object) - Method in class net.rim.device.api.collection.util.SortedReadableList
Adds an element to this list without firing an event.
doAdd(Object) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Adds an element to this collection without sending an add event.
doAdd(Object) - Method in class net.rim.device.api.collection.util.BigSortedReadableList
Adds an element to this collection without sending an add event.
doLayout() - Method in class net.rim.device.api.ui.Screen
Lays out all controlled fields.
doModal() - Method in class net.rim.device.api.ui.component.Dialog
Shows a modal dialog.
doPaint() - Method in class net.rim.device.api.ui.Screen
Paints the screen.
doRemove(Object) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Removes an element without sending an event.
doRemove(Object) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Removes an element from this collection without firing an event.
DOTTED - Static variable in class javax.microedition.lcdui.Graphics
Constant for the DOTTED stroke style.
DOTTED_UNDERLINED - Static variable in class net.rim.device.api.ui.Font
Dotted underlined font style modifier (UNDERLINED must be specified as well)
DOUBLE_DAGGER - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
doUpdate(Object, Object) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Updates an element without sending an event.
doUpdate(Object, Object) - Method in class net.rim.device.api.collection.util.SortedReadableList
Update an element in this list without firing an event.
doUpdate(Object, Object) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Updates an element in this collection without sending an update event.
doUpdate(Object, Object) - Method in class net.rim.device.api.collection.util.BigSortedReadableList
Updates an element in this collection without sending an update element.
DOWN - Static variable in class javax.microedition.lcdui.Canvas
Constant for the DOWN game action.
DOWNWARD - Static variable in class net.rim.device.api.ui.Manager
Indicates downward scroll direction.
drawArc(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the outline of a circular or elliptical arc covering the specified rectangle, using the current color and stroke style.
drawArc(int, int, int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Draws an arc through a specified rectangle.
drawBitmap(int, int, int, int, Bitmap, int, int) - Method in class net.rim.device.api.ui.Graphics
Draws a bitmap.
drawBitmap(XYRect, Bitmap, int, int) - Method in class net.rim.device.api.ui.Graphics
Draws a bitmap on a region specified by an XYRect object.
drawChar(char, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the specified character using the current font and color.
drawChars(char[], int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the specified characters using the current font and color.
drawFilledPath(int[], int[], byte[], int[]) - Method in class net.rim.device.api.ui.Graphics
Draws a set of filled paths.
drawFocus(Graphics, boolean) - Method in class net.rim.device.api.ui.Field
Draws the focus indicator for this field.
drawFocus(Graphics, boolean) - Method in class net.rim.device.api.ui.component.TreeField
Draws the focus indicator for this field.
drawFocus(Graphics, boolean) - Method in class net.rim.device.api.ui.component.RadioButtonField
Draws the focus indicator for this field.
drawFocus(Graphics, boolean) - Method in class net.rim.device.api.ui.component.ListField
 
drawFocus(Graphics, boolean) - Method in class net.rim.device.api.ui.component.GaugeField
Draws the focus indicator for this field.
drawFocus(Graphics, boolean) - Method in class net.rim.device.api.ui.component.DateField
Draws the focus at the current cursor position.
drawFocus(Graphics, boolean) - Method in class net.rim.device.api.ui.component.CheckboxField
Draws the focus indicator for this field.
drawFocus(Graphics, boolean) - Method in class net.rim.device.api.ui.component.ButtonField
Draws the focus indicator for this field.
drawFocus(Graphics, boolean) - Method in class net.rim.device.api.ui.component.BitmapField
Draws the focus indicator for this field.
drawHighlightRegion(Graphics, int, boolean, int, int, int, int) - Method in class net.rim.device.api.ui.Field
Draws a highlight indicator for a rectangular region.
drawImage(Image, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the specified image by using the anchor point.
drawLine(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws a line between the coordinates (x1,y1) and (x2,y2) using the current color and stroke style.
drawLine(int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Draws a line.
drawListRow(ListField, Graphics, int, int, int) - Method in class net.rim.device.api.ui.component.ObjectListField
Invoked when a particular row requires repainting.
drawListRow(ListField, Graphics, int, int, int) - Method in interface net.rim.device.api.ui.component.ListFieldCallback
Invoked when a particular row requires painting.
drawPathOutline(int[], int[], byte[], int[], boolean) - Method in class net.rim.device.api.ui.Graphics
Draw a set of path outlines.
drawPoint(int, int) - Method in class net.rim.device.api.ui.Graphics
Draws a point.
drawRect(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the outline of the specified rectangle using the current color and stroke style.
drawRect(int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Draws a rectangle.
drawRGB(int[], int, int, int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Draws raw RGB data from an int array.
drawRoundRect(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the outline of the specified rounded corner rectangle using the current color and stroke style.
drawRoundRect(int, int, int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Draws a rectangle with rounded edges.
drawString(String, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the specified String using the current font and color.
DrawStyle - interface net.rim.device.api.ui.DrawStyle.
Provides drawing styles used by graphics and field objects.
drawSubstring(String, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Draws the specified String using the current font and color.
drawText(byte[], int, int, int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Draws text contained in a byte array.
drawText(char[], int, int, int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Draws text contained in a char array.
drawText(char, int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Draws a text character.
drawText(StringBuffer, int, int, int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Draws text contained in a string buffer.
drawText(String, int, int) - Method in class net.rim.device.api.ui.Graphics
Draws a text string.
drawText(String, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Draws a text string with specified positioning.
drawText(String, int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Draws text within a specified width.
drawText(String, int, int, int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Draws text contained in a string.
drawTreeItem(TreeField, Graphics, int, int, int, int) - Method in interface net.rim.device.api.ui.component.TreeFieldCallback
Invoked when a particular tree item requires painting.
DSA - Static variable in class net.rim.device.api.crypto.oid.OIDs
DSA = 1.2.840.10040.4.1 Represents the DSA signature algorithm.
DSA_SHA1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
DSA_SHA1 = 1.2.840.10040.4.3 Represents the DSA signature algorithms with SHA1.
DSACryptoSystem - class net.rim.device.api.crypto.DSACryptoSystem.
Represents the system of asymmetric cryptography which is based on the Discrete Logarithm Problem.
DSACryptoSystem() - Constructor for class net.rim.device.api.crypto.DSACryptoSystem
Creates the DSACryptoSystem object with the specified SUN1024 parameters.
DSACryptoSystem(byte[], byte[], byte[]) - Constructor for class net.rim.device.api.crypto.DSACryptoSystem
Creates a DSACryptoCystem object with the specified p, q and g domain parameters.
DSACryptoSystem(byte[], byte[], byte[], String) - Constructor for class net.rim.device.api.crypto.DSACryptoSystem
Creates a DSACryptoSystem object with the specified p, q and g domain parameters.
DSACryptoSystem(String) - Constructor for class net.rim.device.api.crypto.DSACryptoSystem
Creates the DSACryptoSystem object using the specified parameters.
DSAKey - interface net.rim.device.api.crypto.DSAKey.
Represents a key in a DSA system.
DSAKeyPair - class net.rim.device.api.crypto.DSAKeyPair.
Holds a DSA public and private key.
DSAKeyPair(DSACryptoSystem) - Constructor for class net.rim.device.api.crypto.DSAKeyPair
Creates a new DSAKeyPair object with the given crypto system.
DSAKeyPair(DSAPublicKey, DSAPrivateKey) - Constructor for class net.rim.device.api.crypto.DSAKeyPair
Creates a new DSAKeyPair object with the given public and private keys.
DSAPrivateKey - class net.rim.device.api.crypto.DSAPrivateKey.
Represents a private key in a DSA system.
DSAPrivateKey(DSACryptoSystem, byte[]) - Constructor for class net.rim.device.api.crypto.DSAPrivateKey
Constructs an DSA private key object under the given crypto system using the given data as the private key's mathematical representation.
DSAPublicKey - class net.rim.device.api.crypto.DSAPublicKey.
Represents a public key in an DSA system.
DSAPublicKey(DSACryptoSystem, byte[]) - Constructor for class net.rim.device.api.crypto.DSAPublicKey
Constructs a DSAPublicKey object under the given crypto system using the given data as the public key's mathematical representation.
DSASignatureSigner - class net.rim.device.api.crypto.DSASignatureSigner.
Signs a message using the DSA signature scheme.
DSASignatureSigner(DSAPrivateKey) - Constructor for class net.rim.device.api.crypto.DSASignatureSigner
Constructs a DSASignatureSigner object which uses SHA-1 to compute the signature.
DSASignatureSigner(DSAPrivateKey, Digest) - Constructor for class net.rim.device.api.crypto.DSASignatureSigner
Constructs a DSASignatureSigner object which uses digest to compute the signature.
DSASignatureVerifier - class net.rim.device.api.crypto.DSASignatureVerifier.
Verifies a DSA signature on a message.
DSASignatureVerifier(DSAPublicKey, byte[], int, byte[], int) - Constructor for class net.rim.device.api.crypto.DSASignatureVerifier
Construct a DSASignatureVerifier object using SHA-1 for the digest.
DSASignatureVerifier(DSAPublicKey, Digest, byte[], int, byte[], int) - Constructor for class net.rim.device.api.crypto.DSASignatureVerifier
Constructs a DSASignatureVerifier object specifying the digest to use.
DUE - Static variable in interface net.rim.blackberry.api.pim.ToDo
Represents the due date of the ToDo.
dumpField(int, DataBuffer) - Method in interface net.rim.device.api.util.TLEFieldController
Retrieves field's data into buffer.
DUPLICATE_FINISHED_RECEIVED - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that an abbreviated or optimised handshake, the client has sent a second (resent) finished message.
DuplicateResourceException - exception net.rim.device.api.i18n.DuplicateResourceException.
Thrown if a resource is registered twice.
DuplicateResourceException() - Constructor for class net.rim.device.api.i18n.DuplicateResourceException
Creates new DuplicateResourceException.
DuplicateResourceException(String) - Constructor for class net.rim.device.api.i18n.DuplicateResourceException
Creates new DuplicateResourceException with descriptive string.

E

EC - Static variable in class net.rim.device.api.crypto.oid.OIDs
EC 1.2.840.10045.2.1 Represents EC keys.
EC160R1 - Static variable in class net.rim.device.api.crypto.ECCryptoSystem
Represents an Elliptic curve defined over a field with size 160 bits.
EC163K1 - Static variable in class net.rim.device.api.crypto.ECCryptoSystem
Represents a Koblitz curve defined over a field with size 163 bits.
EC163K2 - Static variable in class net.rim.device.api.crypto.ECCryptoSystem
Represents a Koblitz curve defined over a field with size 163 bits.
EC163R2 - Static variable in class net.rim.device.api.crypto.ECCryptoSystem
Represents an Elliptic curve defined over a field with size 163 bits.
EC192R1 - Static variable in class net.rim.device.api.crypto.ECCryptoSystem
Represents an Elliptic curve defined over a field with size 192 bits.
EC224R1 - Static variable in class net.rim.device.api.crypto.ECCryptoSystem
Represents an Elliptic curve defined over a field with size 224 bits.
EC233K1 - Static variable in class net.rim.device.api.crypto.ECCryptoSystem
Represents a Koblitz curve defined over a field with size 233 bits.
EC233R1 - Static variable in class net.rim.device.api.crypto.ECCryptoSystem
Represents an Elliptic curve defined over a field with size 233 bits.
EC239K1 - Static variable in class net.rim.device.api.crypto.ECCryptoSystem
Represents a Koblitz curve defined over a field with size 239 bits.
EC256R1 - Static variable in class net.rim.device.api.crypto.ECCryptoSystem
Represents an Elliptic curve defined over a field with size 256 bits.
EC283K1 - Static variable in class net.rim.device.api.crypto.ECCryptoSystem
Represents a Koblitz curve defined over a field with size 283 bits.
EC283R1 - Static variable in class net.rim.device.api.crypto.ECCryptoSystem
Represents an Elliptic curve defined over a field with size 283 bits.
EC384R1 - Static variable in class net.rim.device.api.crypto.ECCryptoSystem
Represents an Elliptic curve defined over a field with size 384 bits.
EC409K1 - Static variable in class net.rim.device.api.crypto.ECCryptoSystem
Represents a Koblitz curve defined over a field with size 409 bits.
EC409R1 - Static variable in class net.rim.device.api.crypto.ECCryptoSystem
Represents an Elliptic curve defined over a field with size 409 bits.
EC521R1 - Static variable in class net.rim.device.api.crypto.ECCryptoSystem
Represents an Elliptic curve defined over a field with size 521 bits.
EC571K1 - Static variable in class net.rim.device.api.crypto.ECCryptoSystem
Represents a Koblitz curve defined over a field with size 571 bits.
EC571R1 - Static variable in class net.rim.device.api.crypto.ECCryptoSystem
Represents an Elliptic curve defined over a field with size 571 bits.
ECCryptoSystem - class net.rim.device.api.crypto.ECCryptoSystem.
Represents the system of asymmetric cryptography based on the Elliptic Curve Discrete Logarithm Problem.
ECCryptoSystem() - Constructor for class net.rim.device.api.crypto.ECCryptoSystem
Constructs an elliptic curve system using EC163K1.
ECCryptoSystem(String) - Constructor for class net.rim.device.api.crypto.ECCryptoSystem
Constructs an elliptic curve system using the specified curve.
ECDHKeyAgreement - class net.rim.device.api.crypto.ECDHKeyAgreement.
Implements the elliptic curve analog of the Diffie-Hellman algorithm.
ECDSA - Static variable in class net.rim.device.api.crypto.oid.OIDs
ECDSA = 1.2.840.10045.4 Represents the ECDSA signature algorithm.
ECDSA_SHA1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
ECDSA_SHA1 1.2.840.10045.4.1 Represents the ECDSA signature algorithm with SHA1.
ECDSASignatureSigner - class net.rim.device.api.crypto.ECDSASignatureSigner.
Signs messages using the Elliptic Curve analogue of the DSA signature scheme.
ECDSASignatureSigner(ECPrivateKey) - Constructor for class net.rim.device.api.crypto.ECDSASignatureSigner
Construct an ECDSASignaterSigner object which uses SHA-1 to compute the signature.
ECDSASignatureSigner(ECPrivateKey, Digest) - Constructor for class net.rim.device.api.crypto.ECDSASignatureSigner
Construct an ECDSASignatureSigner object which uses a specified digest to compute the signature.
ECDSASignatureVerifier - class net.rim.device.api.crypto.ECDSASignatureVerifier.
Verifies an ECDSA signature on a message.
ECDSASignatureVerifier(ECPublicKey, byte[], int, byte[], int) - Constructor for class net.rim.device.api.crypto.ECDSASignatureVerifier
Constructs an ECDSASignatureVerifier object using SHA-1 for the digest.
ECDSASignatureVerifier(ECPublicKey, Digest, byte[], int, byte[], int) - Constructor for class net.rim.device.api.crypto.ECDSASignatureVerifier
Constructs an ECDSASignatureVerifier object.
ECIESDecryptor - class net.rim.device.api.crypto.ECIESDecryptor.
ECIESDecryptor is a class used to decrypt messages encoded with the Elliptic Curve Integrated Encryption Scheme ( ECIES ).
ECIESDecryptor(InputStream, ECPrivateKey) - Constructor for class net.rim.device.api.crypto.ECIESDecryptor
Creates an ECIESDecryptor class.
ECIESDecryptor(InputStream, ECPrivateKey, String, int, byte[], int, byte[], Digest, boolean) - Constructor for class net.rim.device.api.crypto.ECIESDecryptor
Creates an ECIESDecryptor class.
ECIESEncryptor - class net.rim.device.api.crypto.ECIESEncryptor.
ECIESEncryptor is a class used to encrypt messages with the Elliptic Curve Integrated Encryption Scheme ( ECIES ).
ECIESEncryptor(OutputStream, ECPublicKey) - Constructor for class net.rim.device.api.crypto.ECIESEncryptor
Creates an ECIESEncryptor class.
ECIESEncryptor(OutputStream, ECPublicKey, String, int, byte[], int, byte[], Digest, boolean) - Constructor for class net.rim.device.api.crypto.ECIESEncryptor
Creates an ECIESEncryptor class.
ECKey - interface net.rim.device.api.crypto.ECKey.
Represents a key in an Elliptic Curve (EC) system.
ECKeyPair - class net.rim.device.api.crypto.ECKeyPair.
Holds an Elliptic Curve public and private key.
ECKeyPair(ECCryptoSystem) - Constructor for class net.rim.device.api.crypto.ECKeyPair
Creates a new ECKeyPair object with the given crypto system.
ECKeyPair(ECPublicKey, ECPrivateKey) - Constructor for class net.rim.device.api.crypto.ECKeyPair
Creates a new ECKeyPair object using the specified public and private keys.
ECMQVKeyAgreement - class net.rim.device.api.crypto.ECMQVKeyAgreement.
Implements the key agreement scheme developed by Menezes, Qu, and Vanstone using elliptic curves (ECMQV).
ECNRSignatureSigner - class net.rim.device.api.crypto.ECNRSignatureSigner.
Signs messages using the Elliptic Curve Nyberg-Rueppel (ECNR) signature scheme.
ECNRSignatureSigner(ECPrivateKey) - Constructor for class net.rim.device.api.crypto.ECNRSignatureSigner
Constructs an ECNRSignatureSigner object which uses SHA-1 to compute the signature.
ECNRSignatureSigner(ECPrivateKey, Digest) - Constructor for class net.rim.device.api.crypto.ECNRSignatureSigner
Constructs an ECNRSignatureSigner object which uses the given digest to compute the signature.
ECNRSignatureVerifier - class net.rim.device.api.crypto.ECNRSignatureVerifier.
Verifies an Elliptic Curve Nyberg-Rueppel (ECNR) signature on a message.
ECNRSignatureVerifier(ECPublicKey, byte[], int, byte[], int) - Constructor for class net.rim.device.api.crypto.ECNRSignatureVerifier
Constructs an ECNRSignatureVerifier object using SHA-1 for the digest.
ECNRSignatureVerifier(ECPublicKey, Digest, byte[], int, byte[], int) - Constructor for class net.rim.device.api.crypto.ECNRSignatureVerifier
Constructs an ECNRSignatureVerifier object using a specified digest.
ECPrivateKey - class net.rim.device.api.crypto.ECPrivateKey.
Represents a private key in an Elliptic Curve (EC) system.
ECPrivateKey(ECCryptoSystem, byte[]) - Constructor for class net.rim.device.api.crypto.ECPrivateKey
Constructs an ECPrivateKey object, representing an Elliptic Curve private key, under the given crypto system using the specifed data as the private key's mathematical representation.
ECPublicKey - class net.rim.device.api.crypto.ECPublicKey.
Represents a public key in an Elliptic Curve (EC) system.
ECPublicKey(ECCryptoSystem, byte[]) - Constructor for class net.rim.device.api.crypto.ECPublicKey
Constructs an ECPublicKey object, representing an Elliptic Curve public key, under the given crypto system using the specified data as the public key's mathematical representation.
EDITABLE - Static variable in class net.rim.device.api.ui.Field
Field style bit to indicate whether or not the user can change the contents.
EDITABLE_MASK - Static variable in class net.rim.device.api.ui.Field
Field style mask to indicate whether or not the user can change the contents.
EditField - class net.rim.device.api.ui.component.EditField.
An editable simple text field with no formatting.
EditField() - Constructor for class net.rim.device.api.ui.component.EditField
Constructs an empty EditField object.
EditField(long) - Constructor for class net.rim.device.api.ui.component.EditField
Constructs an empty EditField object.
EditField(String, String) - Constructor for class net.rim.device.api.ui.component.EditField
Constructs an EditField object with label and initial contents.
EditField(String, String, int, long) - Constructor for class net.rim.device.api.ui.component.EditField
Constructs a smaller EditField object with label, initial contents, and particular style.
elementAdded(Collection, Object) - Method in interface net.rim.device.api.collection.CollectionListener
Monitored collection has added an element.
elementAdded(Collection, Object) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Monitored collection has added an element.
elementAdded(Collection, Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Monitored collection has added an element.
elementAdded(Collection, Object) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Monitored collection has added an element.
elementAdded(Collection, Object) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Monitored collection has added an element.
elementAdded(Collection, Object) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Monitored collection has added an element.
elementAt(int) - Method in class java.util.Vector
Returns the component at the specified index.
elementAt(int) - Method in class net.rim.device.api.collection.util.BigVector
Retrieves element by index.
elementAt(int) - Method in class net.rim.device.api.collection.util.BigLongVector
Retrieves element by index.
elementAt(int) - Method in class net.rim.device.api.collection.util.BigIntVector
Retrieves element by index.
elementAt(int) - Method in class net.rim.device.api.util.IntVector
Returns the component at the specified index.
elementAt(int) - Method in class net.rim.device.api.util.ByteVector
Returns the component at the specified index.
elementAt(int, int) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Returns the element at the index specified by the index parameter to the method.
elementCount - Variable in class java.util.Vector
The number of valid components in the vector.
elementCount - Variable in class net.rim.device.api.util.IntVector
The number of valid components in the vector.
elementCount - Variable in class net.rim.device.api.util.ByteVector
The number of valid components in the vector.
elementData - Variable in class java.util.Vector
The array buffer into which the components of the vector are stored.
elementData - Variable in class net.rim.device.api.util.IntVector
The array buffer into which the components of the vector are stored.
elementData - Variable in class net.rim.device.api.util.ByteVector
The array buffer into which the components of the vector are stored.
elementRemoved(Collection, Object) - Method in interface net.rim.device.api.collection.CollectionListener
Monitored collection has removed an element.
elementRemoved(Collection, Object) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Monitored collection has removed an element.
elementRemoved(Collection, Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Monitored collection has removed an element.
elementRemoved(Collection, Object) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Monitored collection has removed an element.
elementRemoved(Collection, Object) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Monitored collection has removed an element.
elementRemoved(Collection, Object) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Monitored collection has removed an element.
elements() - Method in class java.util.Vector
Returns an enumeration of the components of this vector.
elements() - Method in class java.util.Hashtable
Retrieves an enumeration of the values in this hashtable.
elements() - Method in class net.rim.device.api.util.ToIntHashtable
Retrieves an enumeration of the values in this hashtable.
elements() - Method in class net.rim.device.api.util.MultiMap
Retrieves an enumeration of the values in this map.
elements() - Method in class net.rim.device.api.util.LongIntHashtable
Retrieves an enumeration of the values in this hashtable.
elements() - Method in class net.rim.device.api.util.LongHashtable
Retrieves an enumeration of the values in this hashtable.
elements() - Method in class net.rim.device.api.util.IntMultiMap
Retrieves an enumeration of the values in this map.
elements() - Method in class net.rim.device.api.util.IntIntHashtable
Retrieves an enumeration of the values in this hashtable.
elements() - Method in class net.rim.device.api.util.IntHashtable
Retrieves an enumeration of the values in this hashtable.
elements() - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
elements() - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns an enumeration of all the KeyStoreData[] that are stored in the KeyStore.
elements() - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Returns an enumeration of the KeyStoreData that are stored in the KeyStore.
elements(boolean) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
elements(boolean) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns an enumeration of all the KeyStoreData that are stored in the KeyStore AND the backing keystore if the boolean is set to true.
elements(boolean) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Returns an enumeration of the KeyStoreData that are stored in the KeyStore.
elements(int) - Method in class net.rim.device.api.util.IntMultiMap
Retrieves an enumeration of values for a key.
elements(long) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
elements(long) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns an enumeration of all the elements KeyStoreData inside the key store according to the index provided with the parameter.
elements(long) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Returns an enumeration of the elements (KeyStoreData) inside the key store according to the index provided with the parameter.
elements(long, boolean) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
elements(long, boolean) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns an enumeration of all the elements KeyStoreData inside the key store according to the index provided with the parameter.
elements(long, boolean) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Returns an enumeration of the elements (KeyStoreData) inside the key store according to the index provided with the parameter.
elements(long, Object) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
elements(long, Object) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns an array of keystore information that contains the certificates, keys and other data associated with this alias.
elements(long, Object) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Returns an array of keystore information that contains the certificates, keys and other data associated with this alias.
elements(long, Object, boolean) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
elements(long, Object, boolean) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns an array of keystore information that contains the certificates, keys and other data associated with this alias.
elements(long, Object, boolean) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Returns an array of keystore information that contains the certificates, keys and other data associated with this alias.
elements(Object) - Method in class net.rim.device.api.util.MultiMap
Retrieves an enumeration of values for a key.
elementUpdated(Collection, Object, Object) - Method in interface net.rim.device.api.collection.CollectionListener
Monitored collection has replaced an existing element with a new one.
elementUpdated(Collection, Object, Object) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Monitored collection has replaced an existing element with a new one.
elementUpdated(Collection, Object, Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Monitored collection has replaced an existing element with a new one.
elementUpdated(Collection, Object, Object) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Monitored collection has replaced an existing element with a new one.
elementUpdated(Collection, Object, Object) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Monitored collection has replaced an existing element with a new one.
elementUpdated(Collection, Object, Object) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Monitored collection has replaced an existing element with a new one.
ElGamalDecryptorEngine - class net.rim.device.api.crypto.ElGamalDecryptorEngine.
In order to decrypt with the ElGamal decryptor engine, two keys are required.
ElGamalDecryptorEngine(DHPrivateKey, DHPublicKey) - Constructor for class net.rim.device.api.crypto.ElGamalDecryptorEngine
Creates an ElGamalDecryptorEngine object.
ElGamalEncryptorEngine - class net.rim.device.api.crypto.ElGamalEncryptorEngine.
In ElGamal encryption, two parts are generated and both are required to decrypt data.
ElGamalEncryptorEngine(DHPublicKey) - Constructor for class net.rim.device.api.crypto.ElGamalEncryptorEngine
Creates an ElGamalEncryptorEngine object using the specified ElGamal public key.
ElGamalEncryptorEngine(DHPublicKey, DHKeyPair) - Constructor for class net.rim.device.api.crypto.ElGamalEncryptorEngine
Creates an ElGamalEncryptorEngine object.
ELLIPSIS - Static variable in interface net.rim.device.api.ui.DrawStyle
Drawing position style to indicate use of ellipsis for text that is too long to draw.
ELLIPTIC_CURVE_ID - Static variable in class net.rim.device.api.crypto.oid.OIDs
Associates OIDs and elliptic curve identifiers, eg EC163K1.
EM_DASH - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
EMAIL - Static variable in class net.rim.device.api.ui.text.TextFilter
Email address filter type.
EMAIL - Static variable in class net.rim.device.api.crypto.keystore.AssociatedData
A long representing the email associated data.
EMAIL - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the contact's email address field(s).
EMAIL_ADDR - Static variable in class net.rim.blackberry.api.mail.Address
Represents the prefix string for email addresses.
EMAIL_ADDRESSES - Static variable in interface net.rim.device.api.crypto.certificate.Certificate
The identifier to indicate the extraction of email addresses from the certificate.
EMAIL_PROTECTION - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used for email protection.
EMAILADDR - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter an e-mail address.
EmailAddressTextFilter - class net.rim.device.api.ui.text.EmailAddressTextFilter.
Filters out characters not usable in URL text strings.
EmailAddressTextFilter() - Constructor for class net.rim.device.api.ui.text.EmailAddressTextFilter
Constructs a new EmailAddressTextFilter instance.
EMPTY - Static variable in class net.rim.blackberry.api.mail.BodyPart
 
empty() - Method in class java.util.Stack
Tests if this stack is empty.
EmptyEnumeration - class net.rim.device.api.util.EmptyEnumeration.
Permits handling of empty enumerations.
EmptyEnumeration() - Constructor for class net.rim.device.api.util.EmptyEnumeration
Constructs a new EmptyEnumeration object.
EmptyStackException - exception java.util.EmptyStackException.
Thrown by methods in the Stack class to indicate that the stack is empty.
EmptyStackException() - Constructor for class java.util.EmptyStackException
Constructs a new EmptyStackException with null as its error message string.
enableKeyUpEvents(boolean) - Method in class net.rim.device.api.system.Application
Allows this application to receive KeyListener.keyUp(int, int) events.
enableSynchronization(SyncCollection) - Method in class net.rim.device.api.synchronization.SerialSyncManager
Enables serial synchronization operations on a SyncCollection.
ENCIPHER_ONLY - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The meaning of the ENCIPHER_ONLY purpose is undefined unless the key may also be used for key agreement.
encode(PrivateKey) - Static method in class net.rim.device.api.crypto.encoder.PrivateKeyEncoder
Encodes a given key using the default PKCS8 encoding scheme.
encode(PrivateKey, String) - Static method in class net.rim.device.api.crypto.encoder.PrivateKeyEncoder
Encodes a given key using the specified encoding scheme.
encode(PublicKey) - Static method in class net.rim.device.api.crypto.encoder.PublicKeyEncoder
Encodes a given key using the default X509 encoding scheme.
encode(PublicKey, String) - Static method in class net.rim.device.api.crypto.encoder.PublicKeyEncoder
Encodes a given key using the specified encoding scheme.
encode(PublicKey, String, long) - Static method in class net.rim.device.api.crypto.encoder.PublicKeyEncoder
Encodes a given key using the specified encoding scheme.
encode(SignatureSigner, String) - Static method in class net.rim.device.api.crypto.encoder.SignatureEncoder
Takes in the provided signature signer and returns an encoded signature using the specified encoding algorithm.
encode(SymmetricKey) - Static method in class net.rim.device.api.crypto.encoder.SymmetricKeyEncoder
Encodes the given key using the default PKCS8 encoding scheme.
encode(SymmetricKey, String) - Static method in class net.rim.device.api.crypto.encoder.SymmetricKeyEncoder
Encodes a given key using the specified encoding scheme.
EncodedImage - class net.rim.device.api.system.EncodedImage.
Encapsulates encoded images of various formats.
EncodedKey - class net.rim.device.api.crypto.encoder.EncodedKey.
Stores encoded keys using any of the supported encoding algorithms.
EncodedKey(byte[], String) - Constructor for class net.rim.device.api.crypto.encoder.EncodedKey
Creates a new EncodedKey object.
EncodedSignature - class net.rim.device.api.crypto.encoder.EncodedSignature.
Stores encoded signatures using any of the supported encoding algorithms.
EncodedSignature(byte[], String) - Constructor for class net.rim.device.api.crypto.encoder.EncodedSignature
Constructs a new EncodedSignature object.
encodeEffectiveBitLength(int) - Static method in class net.rim.device.api.crypto.RC2Key
Encodes an effective bit length as specified in RFC 2268.
encrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.XEncryptorEngine
 
encrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.TripleDESEncryptorEngine
 
encrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.SkipjackEncryptorEngine
 
encrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.RSAEncryptorEngine
 
encrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.RC5EncryptorEngine
 
encrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.RC2EncryptorEngine
 
encrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.ElGamalEncryptorEngine
Encrypts the plaintext with the ElGamal algorithm.
encrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.DESEncryptorEngine
 
encrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.CBCEncryptorEngine
 
encrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.CAST128EncryptorEngine
 
encrypt(byte[], int, byte[], int) - Method in interface net.rim.device.api.crypto.BlockEncryptorEngine
Encrypts a block of the given plaintext into a block of ciphertext.
encrypt(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.AESEncryptorEngine
Encrypts the data given a byte array containing the plaintext, a byte array to hold the ciphertext, and their associated offsets.
encrypt(byte[], int, int, byte[]) - Method in class net.rim.device.api.crypto.StreamEncryptor
Encrypts data using the specific implementation of the chosen stream encryptor.
encrypt(byte[], int, int, byte[]) - Method in class net.rim.device.api.crypto.PRNGEncryptor
 
encrypt(byte[], int, int, byte[]) - Method in class net.rim.device.api.crypto.ECIESEncryptor
 
encrypt(byte[], int, int, byte[]) - Method in class net.rim.device.api.crypto.CFBEncryptor
 
encrypt(byte[], int, int, Key, String, InitializationVector) - Static method in class net.rim.device.api.crypto.Crypto
Encrypts the given plaintext with given key using the given algorithm.
encrypt(int, long, byte[], int, int, String, KeyStorePasswordTicket) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Returns the byte array that is encrypted with the password.
encrypt(int, long, byte[], String, KeyStorePasswordTicket) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Returns the byte array that is encrypted with the password.
EncryptorFactory - class net.rim.device.api.crypto.EncryptorFactory.
Provides the user with a high-level means to encrypt data.
EncryptorOutputStream - class net.rim.device.api.crypto.EncryptorOutputStream.
Provides a certain level of type safety for instatiating classes.
EncryptorOutputStream(OutputStream) - Constructor for class net.rim.device.api.crypto.EncryptorOutputStream
Creates an EncryptorOutputStream object based upon a given output stream.
END - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the end date of an event.
END - Static variable in interface net.rim.blackberry.api.pim.Event
Represents the end date of an event.
endBulkUpdate(Collection) - Method in interface net.rim.device.api.collection.BulkUpdateCollectionListener
Monitored collection has completed a bulk update.
ENDING - Static variable in interface net.rim.blackberry.api.pim.EventList
Represents a search type for Events based on any occurrence of an event during a given period of time.
endOfStream() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Checks if we are at the end of this ASN1 stream, returning true if this is the case.
endsWith(String) - Method in class java.lang.String
Tests if this string ends with the specified suffix.
endTransaction() - Method in class net.rim.device.api.synchronization.SyncItem
 
endTransaction() - Method in interface net.rim.device.api.synchronization.SyncCollection
Ends a transaction.
ensureBuffer(int) - Method in class net.rim.device.api.util.DataBuffer
Ensures the buffer is of a particular total length.
ensureCapacity(int) - Method in class java.lang.StringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ensureCapacity(int) - Method in class java.util.Vector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ensureCapacity(int) - Method in class net.rim.device.api.util.IntVector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ensureCapacity(int) - Method in class net.rim.device.api.util.DataBuffer
Ensures the buffer has sufficient data capacity left
ensureCapacity(int) - Method in class net.rim.device.api.util.ByteVector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ensureLength(byte[], int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Takes a byte array and adjusts its length by trimming or padding it.
ensureLength(int) - Method in class net.rim.device.api.util.DataBuffer
Ensures the buffer has a data area of specified size.
ensureRegionVisible(Field, int, int, int, int) - Method in class net.rim.device.api.ui.Screen
Attempts to make your provided region visible.
ENTER - Static variable in interface net.rim.device.api.system.Characters
enterEventDispatcher() - Method in class net.rim.device.api.system.Application
Enters the event dispatcher.
ENUMERATED - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
The DER tag for the ASN.1 ENUMERATED primitive type.
enumerateRecords(RecordFilter, RecordComparator, boolean) - Method in class javax.microedition.rms.RecordStore
Returns an enumeration for traversing a set of records in the record store in an optionally specified order.
Enumeration - interface java.util.Enumeration.
An object that implements the Enumeration interface generates a series of elements, one at a time.
ENVELOPE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
eof() - Method in class net.rim.device.api.util.DataBuffer
Determines if the read/write position is at the end of the buffer.
EOFException - exception java.io.EOFException.
Signals that an end of file or end of stream has been reached unexpectedly during input.
EOFException() - Constructor for class java.io.EOFException
Constructs an EOFException with null as its error detail message.
EOFException(String) - Constructor for class java.io.EOFException
Constructs an EOFException with the specified detail message.
equals(byte[], byte[]) - Static method in class net.rim.device.api.util.Arrays
Determines if two byte arrays are equal.
equals(byte[], int, byte[], int, int) - Static method in class net.rim.device.api.util.Arrays
Determines if the substrings of two byte arrays are equal.
equals(char[], char[]) - Static method in class net.rim.device.api.util.Arrays
Determines if two character arrays are equal.
equals(int[], int[]) - Static method in class net.rim.device.api.util.Arrays
Determines if two integer arrays are equal.
equals(long[], long[]) - Static method in class net.rim.device.api.util.Arrays
Determines if two long integer arrays are equal.
equals(Object) - Method in class java.lang.String
Compares this string to the specified object.
equals(Object) - Method in class java.lang.Short
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Object
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class java.lang.Long
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Character
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Byte
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Boolean
Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object.
equals(Object) - Method in class java.util.Date
Compares two dates for equality.
equals(Object) - Method in class java.util.Calendar
Compares this Calendar to an object reference.
equals(Object) - Method in class net.rim.device.api.i18n.Locale
Determines if provided object is equal to this locale.
equals(Object) - Method in class net.rim.device.api.system.CodeSigningKey
Determines whether provided object is equivalent to this code signing key.
equals(Object) - Method in class net.rim.device.api.system.Bitmap
Tests if provided bitmap is equal to this bitmap.
equals(Object) - Method in class net.rim.device.api.system.ApplicationDescriptor
Compares this descriptor to another object for equivalency.
equals(Object) - Method in interface net.rim.device.api.util.Comparator
Determines if provided object is equal to this one.
equals(Object) - Method in class net.rim.device.api.util.BitSet
Compares this bit set to provided object.
equals(Object) - Method in class net.rim.device.api.crypto.asn1.ASN1BitSet
 
equals(Object) - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
Returns true if obj is equal to the existing object.
equals(Object) - Method in class net.rim.device.api.crypto.TripleDESKey
 
equals(Object) - Method in class net.rim.device.api.crypto.SkipjackKey
 
equals(Object) - Method in class net.rim.device.api.crypto.RSAPublicKey
 
equals(Object) - Method in class net.rim.device.api.crypto.RSAPrivateKey
 
equals(Object) - Method in class net.rim.device.api.crypto.RSAKeyPair
 
equals(Object) - Method in class net.rim.device.api.crypto.RSACryptoSystem
 
equals(Object) - Method in class net.rim.device.api.crypto.RC5Key
 
equals(Object) - Method in class net.rim.device.api.crypto.RC2Key
 
equals(Object) - Method in class net.rim.device.api.crypto.KeyPair
 
equals(Object) - Method in class net.rim.device.api.crypto.KEAPublicKey
 
equals(Object) - Method in class net.rim.device.api.crypto.KEAPrivateKey
 
equals(Object) - Method in class net.rim.device.api.crypto.KEAKeyPair
 
equals(Object) - Method in class net.rim.device.api.crypto.KEACryptoSystem
 
equals(Object) - Method in class net.rim.device.api.crypto.InitializationVector
 
equals(Object) - Method in class net.rim.device.api.crypto.HMACKey
 
equals(Object) - Method in class net.rim.device.api.crypto.ECPublicKey
 
equals(Object) - Method in class net.rim.device.api.crypto.ECPrivateKey
 
equals(Object) - Method in class net.rim.device.api.crypto.ECKeyPair
 
equals(Object) - Method in class net.rim.device.api.crypto.ECCryptoSystem
 
equals(Object) - Method in class net.rim.device.api.crypto.DSAPublicKey
 
equals(Object) - Method in class net.rim.device.api.crypto.DSAPrivateKey
 
equals(Object) - Method in class net.rim.device.api.crypto.DSAKeyPair
 
equals(Object) - Method in class net.rim.device.api.crypto.DSACryptoSystem
 
equals(Object) - Method in class net.rim.device.api.crypto.DHPublicKey
 
equals(Object) - Method in class net.rim.device.api.crypto.DHPrivateKey
 
equals(Object) - Method in class net.rim.device.api.crypto.DHKeyPair
 
equals(Object) - Method in class net.rim.device.api.crypto.DHCryptoSystem
 
equals(Object) - Method in class net.rim.device.api.crypto.DESKey
 
equals(Object) - Method in class net.rim.device.api.crypto.CryptoInteger
 
equals(Object) - Method in class net.rim.device.api.crypto.CAST128Key
 
equals(Object) - Method in class net.rim.device.api.crypto.ARC4Key
Returns a boolean that indicates if the specified key and the current key are equal.
equals(Object) - Method in class net.rim.device.api.crypto.AESKey
Returns a boolean that indicates if the specified key and the current key are equal.
equals(Object) - Method in class net.rim.device.api.crypto.oid.OID
Returns true if this OID and the provided OID specified by object represent the same OID.
equals(Object) - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Check that this X509DistinguishedName is equal to obj.
equals(Object) - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
 
equals(Object) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns true if and only if the certificate is equal to the object other.
equals(Object) - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Returns true if this WTLSDistinguishedName is equal to other based upon the organizational unit, the organization, and the country.
equals(Object) - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns true if and only if the certificate is equal to the object other.
equals(Object) - Method in class net.rim.blackberry.api.mail.ServiceConfiguration
Determines if two ServiceConfiguration instances are identical.
equals(Object) - Method in class net.rim.blackberry.api.mail.Message
Determines if two Message instances are the same.
equals(Object) - Method in class net.rim.blackberry.api.mail.Folder
Determines if two Folder objects refer to the same physical folder.
equals(Object) - Method in class net.rim.blackberry.api.mail.Address
Compares two addresses.
equals(Object) - Method in class net.rim.blackberry.api.menuitem.ApplicationMenuItem
 
equals(Object[], Object[]) - Static method in class net.rim.device.api.util.Arrays
Determines if two object arrays are equal.
equals(short[], short[]) - Static method in class net.rim.device.api.util.Arrays
Determines if two short arrays are equal.
EQUIVALENT - Static variable in interface javax.microedition.rms.RecordComparator
EQUIVALENT means that in terms of search or sort order, the two records are the same.
ERA_FIELD - Static variable in class net.rim.device.api.i18n.DateFormat
Useful constant for ERA field alignment.
err - Static variable in class java.lang.System
The "standard" error output stream.
Error - error java.lang.Error.
An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
ERROR - Static variable in class javax.microedition.lcdui.AlertType
An ERROR AlertType is a hint to alert the user to an erroneous operation.
ERROR - Static variable in class net.rim.device.api.system.EventLogger
Error level event.
ERROR_FRAMING - Static variable in interface net.rim.device.api.system.IOPortListener
Port framing error.
ERROR_OVERRUN - Static variable in interface net.rim.device.api.system.IOPortListener
Port overrun error.
ERROR_PARITY - Static variable in interface net.rim.device.api.system.IOPortListener
Port parity error.
Error() - Constructor for class java.lang.Error
Constructs an Error with no specified detail message.
Error(String) - Constructor for class java.lang.Error
Constructs an Error with the specified detail message.
ESCAPE - Static variable in interface net.rim.device.api.system.Characters
EURO_SIGN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
Event - interface net.rim.blackberry.api.pim.Event.
Represents an Event entry in a PIM Event database.
EVENT_LIST - Static variable in class net.rim.blackberry.api.pim.PIM
Represents the Event list type.
EventInjector - class net.rim.device.api.system.EventInjector.
Use this class and it's inner classes to inject events into the system.
EventInjector.Event - class net.rim.device.api.system.EventInjector.Event.
The base class for events
EventInjector.KeyEvent - class net.rim.device.api.system.EventInjector.KeyEvent.
The event class that defines a KeyPad event
EventInjector.KeyEvent(int, char, int, int) - Constructor for class net.rim.device.api.system.EventInjector.KeyEvent
Constructs a new KeyEvent instance
EventInjector.TrackwheelEvent - class net.rim.device.api.system.EventInjector.TrackwheelEvent.
The event class that defines a KeyPad event
EventInjector.TrackwheelEvent(int, int, int) - Constructor for class net.rim.device.api.system.EventInjector.TrackwheelEvent
Constructs a new TrackwheelEvent instance
EventList - interface net.rim.blackberry.api.pim.EventList.
Represents an EventList.
EventListener - interface net.rim.blackberry.api.mail.event.EventListener.
Provides a common interface for messaging listeners.
EventLogger - class net.rim.device.api.system.EventLogger.
Logs events into the persistent store.
eventOccurred(long, int, int, Object, Object) - Method in interface net.rim.device.api.system.GlobalEventListener
Invoked when the specified global event occured.
Exception - exception java.lang.Exception.
The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Exception() - Constructor for class java.lang.Exception
Constructs an Exception with no specified detail message.
Exception(String) - Constructor for class java.lang.Exception
Constructs an Exception with the specified detail message.
EXCLAMATION - Static variable in class net.rim.device.api.system.Bitmap
Predefined bitmap used for alert dialogs.
EXCLUSIVE - Static variable in interface javax.microedition.lcdui.Choice
EXCLUSIVE is a choice having exactly one element selected at time.
exists(long, Object) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
exists(long, Object) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns a boolean denoting whether an object exists with the given alias and the given index class.
exists(long, Object) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Returns a boolean denoting whether an object exists with the given alias and the given index class.
existsIndex(long) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
existsIndex(long) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns a boolean denoting whether this index already exists in the key store.
existsIndex(long) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Returns a boolean denoting whether this index already exists in the key store.
EXIT - Static variable in class javax.microedition.lcdui.Command
A command used for exiting from the application.
exit(int) - Static method in class java.lang.System
Terminates the currently running Java application.
exit(int) - Method in class java.lang.Runtime
Terminates the currently running Java application.
exponent(byte[], byte[], byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Modular exponentiation with the integers found in base, exponent and modulus Takes baseexponent mod modulus and stores it in result result must be at least as large as modulus.
exponent(byte[], int, int, byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Modular exponentiation with the integers found in base, exponent and modulus Takes basemodulus mod modulus and stores the result in the resultLength bytes of result, beginning at result[ resultOffset ].
exponent(CryptoInteger, CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Returns a CryptoInteger whose value is thisexponent mod modulus.
EXPORT_RESTRICTION - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that a negotiation not in compliance with export restrictions was detected; for example, attempting to transfer a 1024 bit ephemeral RSA key for the RSA_EXPORT handshake method.
export(byte) - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This method checks to see if the encryption algorithm passed into this method is considered to be of export strength.
export(int) - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
This method checks to see if the cipher suite passed into this method is considered to be of export strength.
export(int) - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
This method checks to see if the cipher suite passed into this method is considered to be of export strength.
EXTENDED_ATTRIBUTE_MIN_VALUE - Static variable in interface net.rim.blackberry.api.pim.PIMItem
Represents the minimum value for an extended attribute constant.
EXTENDED_FIELD_MIN_VALUE - Static variable in interface net.rim.blackberry.api.pim.PIMItem
Represents the minimum value for an extended field constant.

F

FACE_MONOSPACE - Static variable in class javax.microedition.lcdui.Font
The "monospace" font face.
FACE_PROPORTIONAL - Static variable in class javax.microedition.lcdui.Font
The "proportional" font face.
FACE_SYSTEM - Static variable in class javax.microedition.lcdui.Font
The "system" font face.
FAMILY_SYSTEM - Static variable in class net.rim.device.api.ui.FontFamily
The system font family.
fastAddListener(Vector, Object) - Static method in class net.rim.device.api.util.ListenerUtilities
Adds a listener to the current list of listeners.
fastClear(int) - Method in class net.rim.device.api.util.BitSet
Clears bit by index, ignoring cache.
fastSet(int) - Method in class net.rim.device.api.util.BitSet
Sets bit by index, ignoring cache.
FATAL - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Represents a FATAL error.
FEATURE_NOT_SUPPORTED - Static variable in class net.rim.blackberry.api.pim.PIMException
Represents the constant indicating that the specified feature is not yet supported.
FEBRUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the second month of the year.
FEBRUARY - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the constant for the month: February.
fetchCertificateStatus(CertificateStatusRequest, CertificateStatusListener) - Static method in class net.rim.device.api.crypto.certificate.status.CertificateStatusProvider
Requests over-the-air status for a certificate without showing UI to the user.
Field - class net.rim.device.api.ui.Field.
Provides fundamental functionality for all field components.
FIELD_BOTTOM - Static variable in class net.rim.device.api.ui.Field
Field is aligned to the bottom (style bit).
FIELD_HALIGN_MASK - Static variable in class net.rim.device.api.ui.Field
Bitfield mask of the horizontal alignment style specifier.
FIELD_HCENTER - Static variable in class net.rim.device.api.ui.Field
Field is centered horizontally (style bit).
FIELD_LEFT - Static variable in class net.rim.device.api.ui.Field
Field is aligned to the left (style bit).
FIELD_RIGHT - Static variable in class net.rim.device.api.ui.Field
Field is aligned to the right (style bit).
FIELD_TOP - Static variable in class net.rim.device.api.ui.Field
Field is aligned to the top (style bit).
FIELD_VALIGN_MASK - Static variable in class net.rim.device.api.ui.Field
Bitfield mask of the vertical alignment style specifier.
FIELD_VCENTER - Static variable in class net.rim.device.api.ui.Field
Specifies that the field is centered vertically (style bit).
Field() - Constructor for class net.rim.device.api.ui.Field
Constructs a field with no style attributes.
Field(long) - Constructor for class net.rim.device.api.ui.Field
Constructs a field with specified style attributes.
fieldChanged(Field, int) - Method in interface net.rim.device.api.ui.FieldChangeListener
Invoked by a field when a property changes.
fieldChanged(Field, int) - Method in class net.rim.device.api.ui.component.Dialog
Handles button select events for this dialog.
FieldChangeListener - interface net.rim.device.api.ui.FieldChangeListener.
Listener interface for handling Field change events.
fieldChangeNotify(int) - Method in class net.rim.device.api.ui.Field
Invoked for this field when a change event occurs.
FieldEmptyException - exception net.rim.blackberry.api.pim.FieldEmptyException.
Represents an exception thrown when a field is referenced that has no values assigned to it.
FieldEmptyException() - Constructor for class net.rim.blackberry.api.pim.FieldEmptyException
Creates a new FieldEmptyException instance.
FieldEmptyException(String) - Constructor for class net.rim.blackberry.api.pim.FieldEmptyException
Creates a new FieldEmptyException instance given a detailed message about the error that caused the exception to be thrown.
FieldEmptyException(String, int) - Constructor for class net.rim.blackberry.api.pim.FieldEmptyException
Creates a new FieldEmptyException instance given a detailed message about the error that caused the exception to be thrown and the field that caused the exception.
FieldFullException - exception net.rim.blackberry.api.pim.FieldFullException.
Represents an exception thrown when attempting to add a value to a field which already contains the maximum number of values.
FieldFullException() - Constructor for class net.rim.blackberry.api.pim.FieldFullException
Creates a new FieldFullException instance.
FieldFullException(String) - Constructor for class net.rim.blackberry.api.pim.FieldFullException
Creates a new FieldFullException instance given a detailed message about the cause of the exception.
FieldFullException(String, int) - Constructor for class net.rim.blackberry.api.pim.FieldFullException
Creates a new FieldFullException instance given a detailed message about the cause of the exception, and a field representing the field that was full.
FieldPosition - class net.rim.device.api.i18n.FieldPosition.
Used by Format and its subclasses to identify fields in formatted output.
FieldPosition(int) - Constructor for class net.rim.device.api.i18n.FieldPosition
Constructs a new FieldPosition instance for a field.
FIFTH - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the fifth week of the month.
FIFTHLAST - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the fifth last week of the month.
FILED - Static variable in interface net.rim.blackberry.api.mail.Message.Flag
Flag to indicate that the message has been filed.
FILED - Static variable in class net.rim.blackberry.api.mail.Folder
Folder type, used in Folder.getType() and Folder.list(int type).
fill(byte[], byte) - Static method in class net.rim.device.api.util.Arrays
Fills byte array with provided element.
fill(byte[], byte, int, int) - Static method in class net.rim.device.api.util.Arrays
Fills a range in byte array with provided element.
fill(char[], char) - Static method in class net.rim.device.api.util.Arrays
Fills character array with provided element.
fill(char[], char, int, int) - Static method in class net.rim.device.api.util.Arrays
Fills character array with provided element.
fill(int[], int) - Static method in class net.rim.device.api.util.Arrays
Fills integer array with provided element.
fill(int[], int, int, int) - Static method in class net.rim.device.api.util.Arrays
Fills integer array with provided element.
fill(long[], long) - Static method in class net.rim.device.api.util.Arrays
Fills long integer array with provided element.
fill(long[], long, int, int) - Static method in class net.rim.device.api.util.Arrays
Fills long integer array with provided element.
fill(short[], short) - Static method in class net.rim.device.api.util.Arrays
Fills short integer array with provided element.
fill(short[], short, int, int) - Static method in class net.rim.device.api.util.Arrays
Fills short integer array with provided element.
fillArc(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Fills a circular or elliptical arc covering the specified rectangle.
fillArc(int, int, int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Fills a circular or elliptical arc covering a specified rectangle.
fillRect(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Fills the specified rectangle with the current color.
fillRect(int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Fills a rectangle.
fillRoundRect(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Fills the specified rounded corner rectangle with the current color.
fillRoundRect(int, int, int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Fills a rectangle with rounded edges.
FILTER_DEFAULT - Static variable in class net.rim.device.api.ui.component.BasicEditField
Default text input filter.
FILTER_EMAIL - Static variable in class net.rim.device.api.ui.component.BasicEditField
Email text input filter.
FILTER_HEXADECIMAL - Static variable in class net.rim.device.api.ui.component.BasicEditField
Hexadecimal text input filter.
FILTER_INTEGER - Static variable in class net.rim.device.api.ui.component.BasicEditField
Integer text input filter.
FILTER_LOWERCASE - Static variable in class net.rim.device.api.ui.component.BasicEditField
Lower case text input filter.
FILTER_NUMERIC - Static variable in class net.rim.device.api.ui.component.BasicEditField
Numeric text input filter.
FILTER_PHONE - Static variable in class net.rim.device.api.ui.component.BasicEditField
Phone text input filter.
FILTER_UPPERCASE - Static variable in class net.rim.device.api.ui.component.BasicEditField
Upper case text input filter.
FILTER_URL - Static variable in class net.rim.device.api.ui.component.BasicEditField
URL text input filter.
FilterCollection - interface net.rim.device.api.collection.FilterCollection.
Criteria for filtering elements out of a collection.
filterDone(boolean) - Method in interface net.rim.device.api.collection.FilterStatusListener
Invoked when collection filtering has finished.
FilterProgress - interface net.rim.device.api.collection.FilterProgress.
Defines functionality allowing a collection to provide progress information about its filtering state.
filterStarted() - Method in interface net.rim.device.api.collection.FilterStatusListener
Invoked when collection filtering has begun.
FilterStatusListener - interface net.rim.device.api.collection.FilterStatusListener.
Defines the functionality a listener for collection filtering events should implement.
find(Object) - Method in class net.rim.device.api.util.SimpleSortingVector
Find an object in the vector based on a given key.
findFirstNonZeroByte(byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Returns the first non-zero byte in the array a, starting at a[ offset ] continuing for length bytes.
findFolder(String) - Method in class net.rim.blackberry.api.mail.Store
Retrieves folders in this hierarchy that match the specified substring.
findKey(int) - Method in class net.rim.device.api.util.IntMultiMap
Returns >= 0 if key is found, and <0 if key is not found.
findType(DataBuffer, int) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Finds the next field in the DataBuffer of the specified type.
FIPS186PseudoRandomSource - class net.rim.device.api.crypto.FIPS186PseudoRandomSource.
Implements the pseudo random number generator as found in FIPS 186-2.
FIPS186PseudoRandomSource(byte[]) - Constructor for class net.rim.device.api.crypto.FIPS186PseudoRandomSource
Creates a FIPS186PseudoRandomSource (PRNG) object using a given seed key and the revised FIPS 186-2 version of this algorithm.
FIPS186PseudoRandomSource(byte[], byte[]) - Constructor for class net.rim.device.api.crypto.FIPS186PseudoRandomSource
Creates a FIPS186PseudoRandomSource (PRNG) object using a given seed key, the additional user seed and the revised FIPS 186-2 version of this algorithm.
FIPS186PseudoRandomSource(byte[], int, int) - Constructor for class net.rim.device.api.crypto.FIPS186PseudoRandomSource
Creates a FIPS186PseudoRandomSource (PRNG) object using a given seed key and the revised FIPS 186-2 version of this algorithm.
FIPS186PseudoRandomSource(byte[], int, int, byte[], int, int, boolean) - Constructor for class net.rim.device.api.crypto.FIPS186PseudoRandomSource
Creates a FIPS186PseudoRandomSource (PRNG) object using a given seed key, the additional user seed the optional to specify whether to use the orignal or revised version of this algorithm as defined in FIPS 186/182-2.
FIRE - Static variable in class javax.microedition.lcdui.Canvas
Constant for the FIRE game action.
fireElementAdded(Collection, Object) - Method in class net.rim.device.api.collection.util.CollectionListenerManager
Sends add event to the list of listeners.
fireElementAdded(Collection, Object) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Sends element add event to the listeners.
fireElementRemoved(Collection, Object) - Method in class net.rim.device.api.collection.util.CollectionListenerManager
Sends remove event to the list of listeners.
fireElementRemoved(Collection, Object) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Sends element remove event to the listeners.
fireElementUpdated(Collection, Object, Object) - Method in class net.rim.device.api.collection.util.CollectionListenerManager
Sends update event to the list of listeners.
fireElementUpdated(Collection, Object, Object) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Sends element update event to the listeners.
fireReset(Collection) - Method in class net.rim.device.api.collection.util.CollectionListenerManager
Sends reset even to the list of listeners.
fireReset(Collection) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Sends reset event to the listeners.
FIRST - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the first week of the month.
firstElement() - Method in class java.util.Vector
Returns the first component of this vector.
firstElement() - Method in class net.rim.device.api.util.IntVector
Returns the first component of this vector.
firstElement() - Method in class net.rim.device.api.util.ByteVector
Returns the first component of this vector.
firstIndexOf(int) - Method in class net.rim.device.api.collection.util.BigIntVector
Finds first instance of value in list.
firstIndexOf(long) - Method in class net.rim.device.api.collection.util.BigLongVector
Finds first instance of value in list.
firstIndexOf(Object) - Method in class net.rim.device.api.collection.util.BigVector
Finds first instance of value in list.
FLAG_AUTO_RESTART - Static variable in class net.rim.device.api.system.ApplicationDescriptor
Automatically restart this application if it exits.
FLAG_RUN_ON_STARTUP - Static variable in class net.rim.device.api.system.ApplicationDescriptor
Run this application on device startup.
FLAG_SYSTEM - Static variable in class net.rim.device.api.system.ApplicationDescriptor
System application.
FlowFieldManager - class net.rim.device.api.ui.container.FlowFieldManager.
Manager that lays out fields in a horizontal-then-vertical flow.
FlowFieldManager() - Constructor for class net.rim.device.api.ui.container.FlowFieldManager
Constructs a flow field manager.
FlowFieldManager(long) - Constructor for class net.rim.device.api.ui.container.FlowFieldManager
Constructs a flow field manager of provided style.
flush() - Method in class java.io.Writer
Flush the stream.
flush() - Method in class java.io.PrintStream
Flush the stream.
flush() - Method in class java.io.OutputStreamWriter
Flush the stream.
flush() - Method in class java.io.OutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.DataOutputStream
Flushes this data output stream.
flush() - Method in class net.rim.device.api.compress.ZLibOutputStream
Flushes this stream, writing out any remaining buffered data.
flush() - Method in class net.rim.device.api.compress.GZIPOutputStream
Flushes this stream, writing out any remaining buffered data.
flush() - Method in class net.rim.device.api.io.Base64OutputStream
Flushes this stream, writing out any remaining buffered data.
flush() - Method in class net.rim.device.api.mime.MIMEOutputStream
Fluses this stream, writing out any remaining buffered data.
flush() - Method in class net.rim.device.api.crypto.CryptoOutputStream
Flushes out the remainder of the data in the output stream.
flush() - Method in class net.rim.device.api.crypto.BlockEncryptor
 
FOCUS_CHANGED - Static variable in interface net.rim.device.api.ui.FocusChangeListener
Field prompting the event signals a change in focus.
FOCUS_GAINED - Static variable in interface net.rim.device.api.ui.FocusChangeListener
Field prompting the event has gained the focus.
FOCUS_LOST - Static variable in interface net.rim.device.api.ui.FocusChangeListener
Field prompting the event has lost the focus.
FOCUSABLE - Static variable in class net.rim.device.api.ui.Field
Field style bit to indicate wether or not the field is focusable.
FOCUSABLE_MASK - Static variable in class net.rim.device.api.ui.Field
Field style mask to indicate whether the field allows focus.
focusAdd(boolean) - Method in class net.rim.device.api.ui.Field
Adds focus to this field.
focusChanged(Field, int) - Method in interface net.rim.device.api.ui.FocusChangeListener
Called by a field when focus enters, leaves or changes.
FocusChangeListener - interface net.rim.device.api.ui.FocusChangeListener.
Listener interface for handling changes in focus within fields.
focusRemove() - Method in class net.rim.device.api.ui.Field
Removes focus from this field.
Folder - class net.rim.blackberry.api.mail.Folder.
Represents a mailbox folder on the handheld.
FOLDER - Static variable in interface net.rim.blackberry.api.mail.Message.Icons
Folder icon.
FolderEvent - class net.rim.blackberry.api.mail.event.FolderEvent.
Indicates that a message in a folder was added or removed.
FolderEvent(Folder, int, Message) - Constructor for class net.rim.blackberry.api.mail.event.FolderEvent
Constructor.
FolderListener - interface net.rim.blackberry.api.mail.event.FolderListener.
Listener interface for folder events.
FolderNotFoundException - exception net.rim.blackberry.api.mail.FolderNotFoundException.
Thrown by Folder methods when those methods are invoked on a non-existent folder.
FolderNotFoundException(String) - Constructor for class net.rim.blackberry.api.mail.FolderNotFoundException
Constructs a FolderNotFoundException with the specified folder name but no detail message.
FolderNotFoundException(String, String) - Constructor for class net.rim.blackberry.api.mail.FolderNotFoundException
Constructs a FolderNotFoundException with the specified folder name and the specified detail message.
FOLLOWS - Static variable in interface javax.microedition.rms.RecordComparator
FOLLOWS means that the left (first parameter) record follows the right (second parameter) record in terms of search or sort order.
Font - class javax.microedition.lcdui.Font.
The Font class represents fonts and font metrics.
Font - class net.rim.device.api.ui.Font.
Encapsulates a specific set of character glyphs.
FontFamily - class net.rim.device.api.ui.FontFamily.
Represents a typeface (a collection of fonts).
FORCE_NO_REPEAT_NOTIFICATIONS_FLAG - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Flag for forcing repeat notifications to be turned off.
forceCommit() - Method in class net.rim.device.api.system.PersistentObject
Immediately commits this object to the persistent store.
forceCommit(Object) - Static method in class net.rim.device.api.system.PersistentObject
Immediately commits provided object to the persistent store.
forEachListener(Collection, CollectionListenerAction) - Method in class net.rim.device.api.collection.util.CollectionListenerManager
Performs a callback for each registered listener.
FOREVER - Static variable in class javax.microedition.lcdui.Alert
FOREVER indicates that an Alert is kept visible until the user dismisses it.
Form - class javax.microedition.lcdui.Form.
A Form is a Screen that contains an arbitrary mixture of items: images, read-only text fields, editable text fields, editable date fields, gauges, and choice groups.
Form(String) - Constructor for class javax.microedition.lcdui.Form
Creates a new, empty Form.
Form(String, Item[]) - Constructor for class javax.microedition.lcdui.Form
Creates a new Form with the specified contents.
Format - class net.rim.device.api.i18n.Format.
Defines fundamental functionality for classes that format locale-sensitive information.
Format() - Constructor for class net.rim.device.api.i18n.Format
Constructs new Format instance.
format(Calendar, StringBuffer, FieldPosition) - Method in class net.rim.device.api.i18n.SimpleDateFormat
Retrieves formatted string representation of calendar object.
format(Calendar, StringBuffer, FieldPosition) - Method in class net.rim.device.api.i18n.DateFormat
Retrieves formatted string representation of calendar object.
format(Object) - Method in class net.rim.device.api.i18n.Format
Retrieves formatted string representation of object.
format(Object, StringBuffer, FieldPosition) - Method in class net.rim.device.api.i18n.MessageFormat
Retrieves formatted string representation of argument list.
format(Object, StringBuffer, FieldPosition) - Method in class net.rim.device.api.i18n.Format
Retrieves formatted string represenatation of object in a string buffer.
format(Object, StringBuffer, FieldPosition) - Method in class net.rim.device.api.i18n.DateFormat
Retrieves formatted string representation of object.
format(String, Object[]) - Static method in class net.rim.device.api.i18n.MessageFormat
Retrieves formatted string represenation of argument list, with provided pattern string.
formatAndEncrypt(byte[], int, int, byte[], int) - Method in class net.rim.device.api.crypto.PKCS5FormatterEngine
 
formatAndEncrypt(byte[], int, int, byte[], int) - Method in class net.rim.device.api.crypto.PKCS1FormatterEngine
 
formatAndEncrypt(byte[], int, int, byte[], int) - Method in class net.rim.device.api.crypto.OAEPFormatterEngine
 
formatAndEncrypt(byte[], int, int, byte[], int) - Method in interface net.rim.device.api.crypto.BlockFormatterEngine
Formats the input into the proper format and then encrypts it, assuming this is not the last block to be encrypted.
formatAndEncrypt(byte[], int, int, byte[], int, boolean) - Method in class net.rim.device.api.crypto.PKCS5FormatterEngine
 
formatAndEncrypt(byte[], int, int, byte[], int, boolean) - Method in class net.rim.device.api.crypto.PKCS1FormatterEngine
 
formatAndEncrypt(byte[], int, int, byte[], int, boolean) - Method in class net.rim.device.api.crypto.OAEPFormatterEngine
 
formatAndEncrypt(byte[], int, int, byte[], int, boolean) - Method in interface net.rim.device.api.crypto.BlockFormatterEngine
Formats the input into the proper format and then encrypts it.
formatElapsedTime(long, StringBuffer, boolean) - Static method in class net.rim.device.api.util.DateTimeUtilities
Retrieves string representation of duration into buffer.
formatLocal(long) - Method in class net.rim.device.api.i18n.DateFormat
Retrieves formatted represenation of local date.
formatLocal(StringBuffer, long) - Method in class net.rim.device.api.i18n.DateFormat
Retrieves formatted representation of local date into string buffer.
FORMATTED_ADDR - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the contact's formatted address.
FORMATTED_NAME - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the contact's formatted name.
forName(String) - Static method in class java.lang.Class
Returns the Class object associated with the class with the given string name.
forName(String) - Static method in class net.rim.device.api.ui.FontFamily
Retrieves font family by name.
FORTEZZA - Static variable in class net.rim.device.api.crypto.KEACryptoSystem
Represents the 1024 bit parameters defined in Fortezza.
forward() - Method in class net.rim.blackberry.api.mail.Message
Creates a new Message to forward this message.
FOURTH - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the fourth week of the month.
FOURTHLAST - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the fourth last week of the month.
freeMemory() - Method in class java.lang.Runtime
Returns the amount of free memory in the system.
freeStaleObject(int) - Method in interface net.rim.device.api.lowmemory.LowMemoryListener
Called when the amount of available flash on the device has dropped below a safe level.
FREQUENCY - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the frequency of the event.
FRIDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Friday.
FRIDAY - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the constant for the day: Friday.
FROM - Static variable in interface net.rim.blackberry.api.mail.Message.RecipientType
"From" address
FROM - Static variable in class net.rim.blackberry.api.mail.Header
From header tag
FROM_THE_START - Static variable in interface net.rim.device.api.collection.LongRangedActionTarget
Range begins with the "lowest" element in the collection.
FROM_THE_START - Static variable in interface net.rim.device.api.collection.IntRangedActionTarget
Range begins with the "lowest" element in the collection.
fromSerialFormat(InputStream, String) - Method in class net.rim.blackberry.api.pim.PIM
Creates a PIMItem instance given a valid data InputStream.
FTP_ADDR - Static variable in class net.rim.blackberry.api.mail.Address
Represents the prefix string for FTP addresses.
FULL_BLACK - Static variable in class net.rim.device.api.ui.Graphics
Full black (0x00000000).
FULL_WHITE - Static variable in class net.rim.device.api.ui.Graphics
Full white (0x00ffffff).
FullScreen - class net.rim.device.api.ui.container.FullScreen.
A screen that contains a single, vertical field manager.
FullScreen() - Constructor for class net.rim.device.api.ui.container.FullScreen
Constructs a new full screen object.
FullScreen(long) - Constructor for class net.rim.device.api.ui.container.FullScreen
Constructs a new FullScreen instance with provided style.
FullScreen(Manager, long) - Constructor for class net.rim.device.api.ui.container.FullScreen
Constructs a new FullScreen instance with provided delegate and style.

G

GAME_A - Static variable in class javax.microedition.lcdui.Canvas
Constant for the general purpose "A" game action.
GAME_B - Static variable in class javax.microedition.lcdui.Canvas
Constant for the general purpose "B" game action.
GAME_C - Static variable in class javax.microedition.lcdui.Canvas
Constant for the general purpose "C" game action.
GAME_D - Static variable in class javax.microedition.lcdui.Canvas
Constant for the general purpose "D" game action.
Gauge - class javax.microedition.lcdui.Gauge.
The Gauge class implements a bar graph display of a value intended for use in a form.
Gauge(String, boolean, int, int) - Constructor for class javax.microedition.lcdui.Gauge
Creates a new Gauge object with the given label, in interactive or non-interactive mode, with the given maximum and initial values.
GaugeField - class net.rim.device.api.ui.component.GaugeField.
Displays a horizontal bar that you can use for numeric selection or as a progress indicator.
GaugeField() - Constructor for class net.rim.device.api.ui.component.GaugeField
Constructs a new GaugeField instance.
GaugeField(String, int, int, int, long) - Constructor for class net.rim.device.api.ui.component.GaugeField
Constructs a new GaugeField instance with label, values, and style.
gc() - Static method in class java.lang.System
Runs the garbage collector.
gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gcd(byte[], byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the greatest common divisor of the integer represented by the array a and the integer represetned by the array b, and stores the result in the array result must be at least as long as the longest of a and b.
gcd(byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the greatest common divisor of the integer represetned by the array a, beginning at aOffset, and the integer represented by the array b, beginning at bOffset and stores the result in the array result, beginning at result[ resultOffset ].
gcd(CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Returns the greatest common denominator of this and a.
GEMINI - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
GENERAL_ERROR - Static variable in class net.rim.blackberry.api.pim.PIMException
Indicates that a general error has occured.
GENERALIZED_TIME - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
The DER tag for the ASN.1 GENERALIZED_TIME primitive type.
generateSharedSecret(DHPrivateKey, DHPublicKey, boolean) - Static method in class net.rim.device.api.crypto.DHKeyAgreement
Generates the shared secret using a given public key (from another party) and a private key with the option of using cofactor exponentiation.
generateSharedSecret(ECPrivateKey, ECKeyPair, ECPublicKey, ECPublicKey, boolean) - Static method in class net.rim.device.api.crypto.ECMQVKeyAgreement
Generates the shared secret using the elliptic curve key agreement developed by Menezes, Qu, and Vanstone with the option of the cofactor of the elliptic curve being used in the shared secret calculations.
generateSharedSecret(ECPrivateKey, ECPublicKey, boolean) - Static method in class net.rim.device.api.crypto.ECDHKeyAgreement
Generates the shared secret for elliptic curve Diffie-Hellman key agreement using a given public key (from another party) and a private key with the option of the cofactor of the elliptic curve being used in the shared secret calculations.
generateSharedSecret(KEAPrivateKey, KEAPrivateKey, KEAPublicKey, KEAPublicKey) - Static method in class net.rim.device.api.crypto.KEAKeyAgreement
Generates the shared secret using given local and remote, public and private keys.
GET - Static variable in interface javax.microedition.io.HttpConnection
HTTP Get method
get_type() - Method in class net.rim.blackberry.api.mail.Address
Retrieves the address type.
get() - Method in class net.rim.device.api.system.Clipboard
Retrieves the clipboard's current contents.
get(int) - Method in class java.util.Calendar
Gets the value for a given time field.
get(int) - Method in class javax.microedition.lcdui.Form
Gets the item at given position.
get(int) - Method in interface net.rim.device.api.collection.ReadableIntMap
Retrieves element by integer key.
get(int) - Method in class net.rim.device.api.collection.util.SparseList
Retrieves element by index.
get(int) - Static method in class net.rim.device.api.i18n.Locale
Retrieves locale by code.
get(int) - Static method in class net.rim.device.api.ui.text.TextFilter
Retrieve a filter of provided type.
get(int) - Method in class net.rim.device.api.util.IntIntHashtable
Retrieves value by key.
get(int) - Method in class net.rim.device.api.util.IntHashtable
Retrieves value by key.
get(int, int) - Static method in class net.rim.device.api.system.CodeSigningKey
Retrieves code signing information associated with numeric signer ID.
get(int, String) - Static method in class net.rim.device.api.i18n.Locale
Retrieves locale by code suggesting variant name.
get(int, String) - Static method in class net.rim.device.api.system.CodeSigningKey
Retrieves code signing information associated with numeric signer ID.
get(ListField, int) - Method in class net.rim.device.api.ui.component.ObjectListField
Retrieves an item from this field's list.
get(ListField, int) - Method in interface net.rim.device.api.ui.component.ListFieldCallback
Retrieves an item from list.
get(long) - Method in interface net.rim.device.api.collection.ReadableLongMap
Retrieves element by long integer key.
get(long) - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Retrieves element by lnog integer key.
get(long) - Method in class net.rim.device.api.system.RuntimeStore
Retrieves object in the store by ID.
get(long) - Method in class net.rim.device.api.util.LongIntHashtable
Retrieves value by key.
get(long) - Method in class net.rim.device.api.util.LongHashtable
Retrieves value by key.
get(long, CodeSigningKey) - Method in class net.rim.device.api.system.RuntimeStore
Retrieves object in the store by ID, verifying permissions with provided key.
get(long, CodeSigningKey, CodeSigningKey) - Method in class net.rim.device.api.system.RuntimeStore
Retrieves object in the store by ID, verifying permissions with provided keys.
get(Object) - Method in class java.util.Hashtable
Retrieves value by key.
get(Object) - Static method in class net.rim.device.api.system.CodeSigningKey
Retrieves code signing information for provided object.
get(Object) - Method in class net.rim.device.api.util.ToIntHashtable
Retrieves value by key.
get(String) - Static method in class net.rim.device.api.i18n.Locale
Retrieves locale by language.
get(String, String) - Static method in class net.rim.device.api.i18n.Locale
Retrieves locale by language and country.
get(String, String, String) - Static method in class net.rim.device.api.i18n.Locale
Retrieves locale by language, country, and variant.
getAbsoluteClippingRect(XYRect) - Method in class net.rim.device.api.ui.Graphics
Retreives the absolute coordinates of current clipping region.
getActiveScreen() - Method in interface net.rim.device.api.ui.UiEngine
Retrieves handle for the active screen.
getActiveScreen() - Method in class net.rim.device.api.ui.UiApplication
Retrieves active displayed screen.
getAddr() - Method in class net.rim.blackberry.api.mail.Address
Retrieves the fully qualified address string.
getAddress() - Method in interface javax.microedition.io.Datagram
Get the address in the datagram
getAdvance(char) - Method in class net.rim.device.api.ui.Font
Determines particular glyph advance.
getAdvance(char[], int, int) - Method in class net.rim.device.api.ui.Font
Determines width of a character array's substring.
getAdvance(String) - Method in class net.rim.device.api.ui.Font
Determines advance of a text string.
getAdvance(StringBuffer, int, int) - Method in class net.rim.device.api.ui.Font
Determines width of a string buffer's substring.
getAdvance(String, int, int) - Method in class net.rim.device.api.ui.Font
Determines width of a text string's substring.
getAlertDescription() - Method in class net.rim.device.api.crypto.tls.TLSAlertException
Returns the alert description that was used to instantiate this exception.
getAlertLevel() - Method in class net.rim.device.api.crypto.tls.TLSAlertException
Returns the alert level that was used to instantiate this exception.
getAlgorithm() - Method in class net.rim.device.api.crypto.XEncryptorEngine
Returns the name of the encryption algorithm used, ie BlockDecryptorEngine.getAlgorithm() + "/X".
getAlgorithm() - Method in class net.rim.device.api.crypto.XDecryptorEngine
Returns the name of the encryption algorithm used, ie BlockDecryptorEngine.getAlgorithm() + "/X".
getAlgorithm() - Method in class net.rim.device.api.crypto.X963KDFPseudoRandomSource
Returns the name of the algorithm, eg "X963KDF".
getAlgorithm() - Method in class net.rim.device.api.crypto.X942KDFPseudoRandomSource
Returns the name of this PseaudoRandomSource "X942KDF".
getAlgorithm() - Method in class net.rim.device.api.crypto.X931SignatureVerifier
 
getAlgorithm() - Method in class net.rim.device.api.crypto.X931SignatureSigner
 
getAlgorithm() - Method in class net.rim.device.api.crypto.TripleDESKey
Returns a string containing the name of the algorithm associated with this key ("TripleDES").
getAlgorithm() - Method in class net.rim.device.api.crypto.TripleDESEncryptorEngine
Returns the name of the algorithm used, ie "TripleDES".
getAlgorithm() - Method in class net.rim.device.api.crypto.TripleDESDecryptorEngine
Returns the name of the algorithm used.
getAlgorithm() - Method in class net.rim.device.api.crypto.SkipjackKey
Returns a String containing the name of the algorithm associated with this key ("Skipjack").
getAlgorithm() - Method in class net.rim.device.api.crypto.SkipjackEncryptorEngine
Returns the name of the algorithm used, ie "Skipjack".
getAlgorithm() - Method in class net.rim.device.api.crypto.SkipjackDecryptorEngine
Returns the name of the algorithm used, ie "Skipjack".
getAlgorithm() - Method in class net.rim.device.api.crypto.SignatureVerifierInputStream
Returns the name of this algorithm.
getAlgorithm() - Method in interface net.rim.device.api.crypto.SignatureVerifier
Returns the name of the signing algorithm used, eg "DSA", "ECDSA", etc.
getAlgorithm() - Method in class net.rim.device.api.crypto.SignatureSignerOutputStream
Returns the name of this algorithm.
getAlgorithm() - Method in interface net.rim.device.api.crypto.SignatureSigner
Returns the name of the signing algorithm used, eg "DSA", "ECDSA", etc.
getAlgorithm() - Method in class net.rim.device.api.crypto.SHA512Digest
Returns the name of the algorithm ("SHA512").
getAlgorithm() - Method in class net.rim.device.api.crypto.SHA384Digest
Returns the name of the algorithm ("SHA384").
getAlgorithm() - Method in class net.rim.device.api.crypto.SHA256Digest
Returns the name of the algorithm ("SHA256").
getAlgorithm() - Method in class net.rim.device.api.crypto.SHA1Digest
Returns a String containing the name of the algorithm ("SHA1").
getAlgorithm() - Method in class net.rim.device.api.crypto.RSAPublicKey
Returns the name of the algorithm associated with this key ("RSA").
getAlgorithm() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns the name of the algorithm associated with this key ("RSA").
getAlgorithm() - Method in class net.rim.device.api.crypto.RSAEncryptorEngine
Returns the name of the algorithm used, ie "RSA".
getAlgorithm() - Method in class net.rim.device.api.crypto.RSADecryptorEngine
Returns the name of the algorithm used, ie "RSA".
getAlgorithm() - Method in class net.rim.device.api.crypto.RSACryptoSystem
Returns a String that indicates the algorithm, ie "RSA".
getAlgorithm() - Method in class net.rim.device.api.crypto.RIPEMD160Digest
Returns the name of this digest ("RIPEMD160").
getAlgorithm() - Method in class net.rim.device.api.crypto.RIPEMD128Digest
Returns the name of this digest ("RIPEMD128").
getAlgorithm() - Method in class net.rim.device.api.crypto.RFC2631KDFPseudoRandomSource
Returns the name of this PseaudoRandomSource "RFC2631KDF".
getAlgorithm() - Method in class net.rim.device.api.crypto.RC5Key
Returns a String containing the name of the algorithm associated with this key ("RC5").
getAlgorithm() - Method in class net.rim.device.api.crypto.RC5EncryptorEngine
Returns the name of the algorithm used, eg "RC5_64_64_16" ("RC5_" + keyBitLength + "_" + blockBitLength + "_" + numberOfRounds).
getAlgorithm() - Method in class net.rim.device.api.crypto.RC5DecryptorEngine
Returns the name of the algorithm used, eg "RC5_64_64_16" ("RC5_" + keyBitLength + "_" + blockBitLength + "_" + numberOfRounds).
getAlgorithm() - Method in class net.rim.device.api.crypto.RC2Key
Returns a string containing the name of the algorithm associated with this key ("RC2").
getAlgorithm() - Method in class net.rim.device.api.crypto.RC2EncryptorEngine
Returns the name of the algorithm used, eg "RC2_64" ("RC2_" + keyBitLength).
getAlgorithm() - Method in class net.rim.device.api.crypto.RC2DecryptorEngine
Returns the name of the algorithm used, eg "RC2_64" ("RC2_" + keyBitLength).
getAlgorithm() - Method in class net.rim.device.api.crypto.PSSSignatureVerifier
Returns the name of the signing algorithm used ("RSA_PSS/" + digest algorithm name).
getAlgorithm() - Method in class net.rim.device.api.crypto.PSSSignatureSigner
Returns a String containing the name of the algorithm ("RSA_PSS/ + digest name").
getAlgorithm() - Method in interface net.rim.device.api.crypto.PseudoRandomSource
Returns the name of the algorithm, eg "X963KDF".
getAlgorithm() - Method in class net.rim.device.api.crypto.PRNGEncryptor
Returns the name of the encryption algorithm used, eg "ARC4".
getAlgorithm() - Method in class net.rim.device.api.crypto.PRNGDecryptor
Returns the name of the encryption algorithm used, eg "ARC4".
getAlgorithm() - Method in class net.rim.device.api.crypto.PKCS5UnformatterEngine
Returns the name of the algorithm used, ie SymmetricKeyDecryptorEngine.getAlgorithm() + "/PKCS5".
getAlgorithm() - Method in class net.rim.device.api.crypto.PKCS5KDF2PseudoRandomSource
Returns the name of this PseudoRandomSource "PKCS5KDF2".
getAlgorithm() - Method in class net.rim.device.api.crypto.PKCS5KDF1PseudoRandomSource
Returns the name of this PseaudoRandomSource "PKCS5KDF1" This method will always return the String "PKCS5KDF1".
getAlgorithm() - Method in class net.rim.device.api.crypto.PKCS5FormatterEngine
Returns the name of the algorithm used, ie BlockEncryptorEngine.getAlgorithm() + "/PKCS5".
getAlgorithm() - Method in class net.rim.device.api.crypto.PKCS1UnformatterEngine
Returns the name of the algorithm used, ie PublicKeyDecryptorEngine.getAlgorithm() + "_PKCS1".
getAlgorithm() - Method in class net.rim.device.api.crypto.PKCS1SignatureVerifier
Returns the name of the signing algorithm used ("RSA_PKCS1_(V15 or V20)/" + digest algorithm name).
getAlgorithm() - Method in class net.rim.device.api.crypto.PKCS1SignatureSigner
Returns a String containing the name of the algorithm (eg "RSA_PKCS1_V15/<DigestAlgorithm>" or "RSA_PKCS1_V20/<DigestAlgorithm>").
getAlgorithm() - Method in class net.rim.device.api.crypto.PKCS1MGF1PseudoRandomSource
Returns the name of this PseudoRandomSource "PKCS1MGF1".
getAlgorithm() - Method in class net.rim.device.api.crypto.PKCS1FormatterEngine
Returns the name of the algorithm used, ie PublicKeyEncryptorEngine.getAlgorithm() + "_PKCS1".
getAlgorithm() - Method in class net.rim.device.api.crypto.P1363KDF1PseudoRandomSource
Returns the name of this PseudoRandomSource "P1363KDF1".
getAlgorithm() - Method in class net.rim.device.api.crypto.OFBPseudoRandomSource
Returns the name of this PseudoRandomSource.
getAlgorithm() - Method in class net.rim.device.api.crypto.OAEPUnformatterEngine
Returns the name of the algorithm used, ie PublicKeyEncryptorEngine.getAlgorithm() + "_OAEP".
getAlgorithm() - Method in class net.rim.device.api.crypto.OAEPFormatterEngine
Returns the name of the algorithm used, ie PublicKeyEncryptorEngine.getAlgorithm() + "_OAEP".
getAlgorithm() - Method in class net.rim.device.api.crypto.NullSignatureVerifier
Returns the name of the signing algorithm used, ie "Null".
getAlgorithm() - Method in class net.rim.device.api.crypto.NullSignatureSigner
Returns the name of the signing algorithm used, ie "Null".
getAlgorithm() - Method in class net.rim.device.api.crypto.NullMAC
Returns the name of this digest, "Null" since this is the null MAC.
getAlgorithm() - Method in class net.rim.device.api.crypto.NullEncryptor
Returns the name of the signing algorithm used, ie "Null".
getAlgorithm() - Method in class net.rim.device.api.crypto.NullDigest
Returns the name of this digest, "Null" in this case.
getAlgorithm() - Method in class net.rim.device.api.crypto.NullDecryptor
Returns the name of the signing algorithm used, ie "Null".
getAlgorithm() - Method in class net.rim.device.api.crypto.MD5Digest
Returns the name of this digest ("MD5").
getAlgorithm() - Method in class net.rim.device.api.crypto.MD4Digest
Returns the name of this digest ("MD4").
getAlgorithm() - Method in class net.rim.device.api.crypto.MD2Digest
Returns the name of this digest ("MD2").
getAlgorithm() - Method in class net.rim.device.api.crypto.MACOutputStream
Returns the name of this algorithm, eg "HMAC".
getAlgorithm() - Method in class net.rim.device.api.crypto.MACInputStream
Returns the name of this algorithm, eg "HMAC".
getAlgorithm() - Method in interface net.rim.device.api.crypto.MAC
Returns the name of the mac alonng with the digest or block cipher used, such as "HMAC/SHA1".
getAlgorithm() - Method in interface net.rim.device.api.crypto.Key
Returns a String containing the name of the algorithm associated with this key, eg "RSA", "EC", "DES".
getAlgorithm() - Method in class net.rim.device.api.crypto.KEAPublicKey
Returns a string containing the name of the algorithm associated with this key ("KEA").
getAlgorithm() - Method in class net.rim.device.api.crypto.KEAPrivateKey
Returns a String containing the name of the algorithm associated with this key ("KEA").
getAlgorithm() - Method in class net.rim.device.api.crypto.KEACryptoSystem
Returns a String that indicates the algorithm, ie "KEA".
getAlgorithm() - Method in class net.rim.device.api.crypto.HMACKey
Returns the name of the algorithm associated with this key ("HMAC").
getAlgorithm() - Method in class net.rim.device.api.crypto.HMAC
Returns the name of this digest, ie "HMAC/" + Digest.getAlgorithm().
getAlgorithm() - Method in class net.rim.device.api.crypto.FIPS186PseudoRandomSource
Returns the name of this algorithm, "FIPS186".
getAlgorithm() - Method in class net.rim.device.api.crypto.ElGamalEncryptorEngine
Returns the name of the algoritm used to encrypt the data.
getAlgorithm() - Method in class net.rim.device.api.crypto.ElGamalDecryptorEngine
Returns the name of the algorithm used to encrypt the data.
getAlgorithm() - Method in class net.rim.device.api.crypto.ECPublicKey
Returns the name of the algorithm associated with this key ("EC").
getAlgorithm() - Method in class net.rim.device.api.crypto.ECPrivateKey
Returns the name of the algorithm associated with this key ("EC").
getAlgorithm() - Method in class net.rim.device.api.crypto.ECNRSignatureVerifier
Returns the name of the signing algorithm used, ie "ECNR/" + Digest.getAlgorithm().
getAlgorithm() - Method in class net.rim.device.api.crypto.ECNRSignatureSigner
Returns the name of this signing algorithm ("ECNR/" + digest.getAlgorithm).
getAlgorithm() - Method in class net.rim.device.api.crypto.ECIESEncryptor
Returns the name of this algorithm, namely "ECIES/" + macAlgorithm.
getAlgorithm() - Method in class net.rim.device.api.crypto.ECIESDecryptor
Returns the name of this algorithm, namely "ECIES/" + macAlgorithm.
getAlgorithm() - Method in class net.rim.device.api.crypto.ECDSASignatureVerifier
Returns the name of the signing algorithm used, ie "ECDSA/" + Digest.getAlgorithm().
getAlgorithm() - Method in class net.rim.device.api.crypto.ECDSASignatureSigner
Returns the name of this signing algorithm "ECDSA/" + digest.getAlgorithm().
getAlgorithm() - Method in class net.rim.device.api.crypto.ECCryptoSystem
Returns a String that indicates the algorithm, ie "EC".
getAlgorithm() - Method in class net.rim.device.api.crypto.DSASignatureVerifier
Returns the name of the signing algorithm used, ie "DSA/" + Digest.getAlgorithm().
getAlgorithm() - Method in class net.rim.device.api.crypto.DSASignatureSigner
Returns the name of this signing algorithm ( "DSA/" + digest.getAlgorithm() ).
getAlgorithm() - Method in class net.rim.device.api.crypto.DSAPublicKey
Returns a string containing the name of the algorithm associated with this key ("DSA").
getAlgorithm() - Method in class net.rim.device.api.crypto.DSAPrivateKey
Returns a String containing the name of the algorithm associated with this key ("DSA").
getAlgorithm() - Method in class net.rim.device.api.crypto.DSACryptoSystem
Returns a String that indicates the algorithm, ie "DSA".
getAlgorithm() - Method in class net.rim.device.api.crypto.DigestOutputStream
Returns the name of this algorithm, eg "SHA1".
getAlgorithm() - Method in class net.rim.device.api.crypto.DigestInputStream
Returns the name of this algorithm, eg "SHA1".
getAlgorithm() - Method in interface net.rim.device.api.crypto.Digest
Returns the name of this digest, for example "SHA1".
getAlgorithm() - Method in class net.rim.device.api.crypto.DHPublicKey
Returns a string containing the name of the algorithm associated with this key ("DH").
getAlgorithm() - Method in class net.rim.device.api.crypto.DHPrivateKey
Returns a string containing the name of the algorithm associated with this key ("DH").
getAlgorithm() - Method in class net.rim.device.api.crypto.DHCryptoSystem
Returns a String that indicates the algorithm, ie "DH".
getAlgorithm() - Method in class net.rim.device.api.crypto.DESKey
Returns a string containing the name of the algorithm associated with this key ("DES").
getAlgorithm() - Method in class net.rim.device.api.crypto.DESEncryptorEngine
Returns the name of the algorithm used, ie "DES".
getAlgorithm() - Method in class net.rim.device.api.crypto.DESDecryptorEngine
Returns the name of the algorithm used, ie "DES".
getAlgorithm() - Method in interface net.rim.device.api.crypto.CryptoSystem
Returns a String that indicates the algorithm, eg "EC", "RSA", etc.
getAlgorithm() - Method in class net.rim.device.api.crypto.CryptoOutputStream
Returns the name of this algorithm, eg "DES".
getAlgorithm() - Method in class net.rim.device.api.crypto.CryptoInputStream
Returns the name of this algorithm, eg "DES".
getAlgorithm() - Method in class net.rim.device.api.crypto.CFBEncryptor
Returns the name of the encryption algorithm used, ie SymmetricKeyEncryptorEngine.getAlgorithm() + "/CFB".
getAlgorithm() - Method in class net.rim.device.api.crypto.CFBDecryptor
Returns the name of the encryption algorithm used, ie SymmetricKeyEncryptorEngine.getAlgorithm() + "/CFB".
getAlgorithm() - Method in class net.rim.device.api.crypto.CBCMAC
Returns the name of the MAC algorithm, ie "CBCMAC/" + BlockEncryptorEngine.getAlgorithm()
getAlgorithm() - Method in class net.rim.device.api.crypto.CBCEncryptorEngine
Returns the name of the encryption algorithm used, ie BlockEncryptorEngine.getAlgorithm() + "/CBC".
getAlgorithm() - Method in class net.rim.device.api.crypto.CBCDecryptorEngine
Returns the name of the encryption algorithm used, ie BlockDecryptorEngine.getAlgorithm() + "/CBC".
getAlgorithm() - Method in class net.rim.device.api.crypto.CAST128Key
Returns a string containing the name of the algorithm associated with this key ("CAST128").
getAlgorithm() - Method in class net.rim.device.api.crypto.CAST128EncryptorEngine
Returns the name of the algorithm used, ie "CAST128".
getAlgorithm() - Method in class net.rim.device.api.crypto.CAST128DecryptorEngine
Returns the name of the algorithm used, ie "CAST128".
getAlgorithm() - Method in interface net.rim.device.api.crypto.BlockUnformatterEngine
Returns the name of the signing algorithm used, eg "PKCS5".
getAlgorithm() - Method in interface net.rim.device.api.crypto.BlockFormatterEngine
Returns the name of this algorithm, eg "PKCS5".
getAlgorithm() - Method in interface net.rim.device.api.crypto.BlockEncryptorEngine
Returns the name of this algorithm, eg "DES".
getAlgorithm() - Method in class net.rim.device.api.crypto.BlockEncryptor
Returns the name of the algorithm or both the algorithm and formatter engine used, depending what BlockEncryptor constructor was used.
getAlgorithm() - Method in interface net.rim.device.api.crypto.BlockDecryptorEngine
Returns the name of this algorithm, eg "DES".
getAlgorithm() - Method in class net.rim.device.api.crypto.BlockDecryptor
Returns the name of the algorithm or both the algorithm and unformatter engine used, depending what BlockDecryptor constructor was used.
getAlgorithm() - Method in class net.rim.device.api.crypto.ARC4PseudoRandomSource
Returns the name of the algorithm used, ie "ARC4".
getAlgorithm() - Method in class net.rim.device.api.crypto.ARC4Key
Returns a string containing the name of the algorithm associated with this key ("ARC4").
getAlgorithm() - Method in class net.rim.device.api.crypto.AESKey
Returns a string containing the name of the algorithm associated with this key ("AES").
getAlgorithm() - Method in class net.rim.device.api.crypto.AESEncryptorEngine
Returns the name of the algorithm with with key and block lengths, ie "AES_128_128" ("AES_" + keyBitLength + "_" + blockBitLength).
getAlgorithm() - Method in class net.rim.device.api.crypto.AESDecryptorEngine
Returns the name of the algorithm along with key and block lengths, eg "AES_128_128" ("AES_" + keyBitLength + "_" + blockBitLength).
getAlgorithm() - Method in class net.rim.device.api.crypto.encoder.DecodedSignature
Returns a string representing the signature algorithm in this decoded signature
getAlgorithms() - Static method in class net.rim.device.api.crypto.SymmetricKeyFactory
Returns an Enumeration of String representing all of the registered algorithms with this factory.
getAlgorithms() - Static method in class net.rim.device.api.crypto.SignatureSignerFactory
Returns an Enumeration of String representing all of the registered algorithms with this factory.
getAlgorithms() - Static method in class net.rim.device.api.crypto.MACFactory
Returns an Enumeration of String representing all of the registered algorithms with this factory.
getAlgorithms() - Static method in class net.rim.device.api.crypto.EncryptorFactory
Returns an Enumeration of String representing all of the registered algorithms with this factory.
getAlgorithms() - Static method in class net.rim.device.api.crypto.DigestFactory
Returns an Enumeration of String representing all of the registered algorithms with this factory.
getAlgorithms() - Static method in class net.rim.device.api.crypto.DecryptorFactory
Returns an Enumeration of String representing all of the registered algorithms with this factory.
getAlias(byte[], DistinguishedName) - Static method in class net.rim.device.api.crypto.certificate.SerialNumberIssuerKeyStoreIndex
This method takes a serial number and issuer, and returns an object that can be used as the alias in the KeyStore.get() method to find all certificates in the system with the given serial number and issuer.
getAllHeaders() - Method in interface net.rim.blackberry.api.mail.Part
Retrieves all the header fields from this Part.
getAllHeaders() - Method in class net.rim.blackberry.api.mail.Message
Retrieves all the headers from this part as an Enumeration of Header objects.
getAllHeaders() - Method in class net.rim.blackberry.api.mail.BodyPart
Retrieves all headers from this body part.
getAllocated() - Method in class net.rim.device.api.system.MemoryStats
Retrieves the amount of memory/storage already allocated.
getAlphaBitDepth() - Method in class net.rim.device.api.system.PNGEncodedImage
Queries the bit depth of the alpha channel.
getAltedChar(char) - Static method in class net.rim.device.api.ui.Keypad
Retrieves alternate version of specified character.
getAltText() - Method in class javax.microedition.lcdui.ImageItem
Gets the text string to be used if the image exceeds the device's capacity to display it.
getAmount() - Method in class net.rim.device.api.system.EventInjector.TrackwheelEvent
 
getAppEventLock() - Method in class net.rim.device.api.system.Application
Returns the application event lock for this application.
getApplication() - Static method in class net.rim.device.api.system.Application
Retrieves the current application instance.
getApplicationDescriptors(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the application descriptors contained in the specified module.
getApplicationManager() - Static method in class net.rim.device.api.system.ApplicationManager
Retrieves the system's application manager.
getAppProperty(String) - Method in class javax.microedition.midlet.MIDlet
Provides a MIDlet with a mechanism to retrieve named properties from the application management software.
getARFCN() - Method in class net.rim.device.api.system.GPRSInfo.GPRSCellInfo
Returns the Absolute Radio Frequency Channel Number (ARFCN).
getArgs() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the argument array from this descriptor.
getArray() - Method in class net.rim.device.api.util.IntVector
Retrieves the vector values.
getArray() - Method in class net.rim.device.api.util.DataBuffer
Retrieves underlying store.
getArray() - Method in class net.rim.device.api.util.ByteVector
Retrieves the vector values.
getArrayElementLabel(int, int) - Method in interface net.rim.blackberry.api.pim.PIMList
Returns the label associated with an element of a String array field.
getArrayLength() - Method in class net.rim.device.api.util.DataBuffer
Retrieves length of this buffer's underlying store.
getArrayPosition() - Method in class net.rim.device.api.util.DataBuffer
Retrieves index in store holding this buffer's current read/write position.
getArrayStart() - Method in class net.rim.device.api.util.DataBuffer
Retrieves index in store holding first element of buffer's data area.
getAscent() - Method in class net.rim.device.api.ui.Font
Retrieves this font's ascent height.
getAssociatedData() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns an array of AssociatedData objects that were passed into this KeyStoreData.
getAssociatedData(long) - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the data that is associated with the long passed into this method.
getAssociatedInteger(long, OID) - Static method in class net.rim.device.api.crypto.oid.OIDs
Returns the integer associated with the given oid for the given association, otherwise -1.
getAssociatedInteger(long, OID, int) - Static method in class net.rim.device.api.crypto.oid.OIDs
Returns the object associated with the given oid for the given association, otherwise defaultInteger.
getAssociatedObject(long, OID) - Static method in class net.rim.device.api.crypto.oid.OIDs
Returns the object associated with the given oid for the given association, otherwise null.
getAssociatedOID(long, int) - Static method in class net.rim.device.api.crypto.oid.OIDs
Returns the OID associated with the given object for the given association, otherwise null.
getAssociatedOID(long, Object) - Static method in class net.rim.device.api.crypto.oid.OIDs
Returns the OID associated with the given object for the given association, otherwise null.
getAssociatedString(long, OID) - Static method in class net.rim.device.api.crypto.oid.OIDs
Returns the String associated with the given oid for the given association, otherwise null.
getAssociatedString(long, OID, String) - Static method in class net.rim.device.api.crypto.oid.OIDs
Returns the String associated with the given oid for the given association, otherwise defaultString.
getAssociation() - Method in class net.rim.device.api.crypto.keystore.AssociatedData
Returns the association for this data.
getAt(int) - Method in interface net.rim.device.api.collection.ReadableList
Retrieves element by index.
getAt(int) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Retrieves element by index.
getAt(int) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Retrieves elements by index.
getAt(int) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Retrieve element by index.
getAt(int) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Retrieve element by index.
getAt(int) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Retrieves element by index.
getAt(int) - Method in class net.rim.device.api.util.SimpleSortingVector
Retrieves element by index.
getAt(int, int, int[], int) - Method in interface net.rim.device.api.collection.ReadableIntList
Retrieves range of elements starting at provided index.
getAt(int, int, int[], int) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Retrieves range of element keys starting at provided index.
getAt(int, int, long[], int) - Method in interface net.rim.device.api.collection.ReadableLongList
Retrieves range of elements starting at provided index.
getAt(int, int, long[], int) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Retrieves range of element keys starting at provided index.
getAt(int, int, Object[], int) - Method in interface net.rim.device.api.collection.ReadableList
Retrieves range of elements starting at provided index.
getAt(int, int, Object[], int) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Retrieves range of elements starting at provided index.
getAt(int, int, Object[], int) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Retrieves range of elements starting at provided index.
getAt(int, int, Object[], int) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Retrieves a range of elements starting at provided index.
getAt(int, int, Object[], int) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Retrieves a range of elements starting at provided index.
getAt(int, int, Object[], int) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Retrieves range of elements starting at provided index.
getAt(int, int, Object[], int, ReadableList) - Static method in class net.rim.device.api.collection.util.ReadableListUtil
Retrieves range of elements starting at provided index.
getAttributeLabel(int) - Method in interface net.rim.blackberry.api.pim.PIMList
Returns the label associated with an attribute.
getAttributes() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves this field's attributes list.
getAttributes(int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Returns the attributes associated with a specified data value.
getAuthorityCertIssuer() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns an array of the Strings associated with the authority certificate issuer.
getAuthorityCertSerialNumber() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns the certificate serial number of the authority, if it is present.
getAvailable() - Method in class net.rim.device.api.crypto.X963KDFPseudoRandomSource
 
getAvailable() - Method in class net.rim.device.api.crypto.X942KDFPseudoRandomSource
 
getAvailable() - Method in class net.rim.device.api.crypto.RFC2631KDFPseudoRandomSource
 
getAvailable() - Method in interface net.rim.device.api.crypto.PseudoRandomSource
Returns the number of pseudo random bytes currently available.
getAvailable() - Method in class net.rim.device.api.crypto.PKCS5KDF2PseudoRandomSource
 
getAvailable() - Method in class net.rim.device.api.crypto.PKCS5KDF1PseudoRandomSource
 
getAvailable() - Method in class net.rim.device.api.crypto.PKCS1MGF1PseudoRandomSource
 
getAvailable() - Method in class net.rim.device.api.crypto.P1363KDF1PseudoRandomSource
 
getAvailable() - Method in class net.rim.device.api.crypto.OFBPseudoRandomSource
 
getAvailable() - Method in class net.rim.device.api.crypto.FIPS186PseudoRandomSource
Returns the number of pseudo random bytes currently available (this value is reset to the value returned by getMaxAvailable() with calls to reset()).
getAvailable() - Method in class net.rim.device.api.crypto.ARC4PseudoRandomSource
Returns an integer that specifies the number of pseudo-random bytes currently available (this value is reset to the value returned by getMaxAvailable() with calls to reset()).
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAvailableLocales() - Static method in class net.rim.device.api.i18n.Locale
Retrieves list of known locales.
getBackgroundColor() - Method in class net.rim.device.api.ui.Graphics
Retrieves the current background color.
getBackingKeyStore() - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
getBackingKeyStore() - Method in interface net.rim.device.api.crypto.keystore.KeyStore
This method returns the backing keystore if it exists.
getBackingKeyStore() - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
This method returns the backing keystore for the preferred keystore currently set in the combined keystore.
getBandClass() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the band class.
getBaseline() - Method in class net.rim.device.api.ui.Font
Retrieve this font's baseline position.
getBaselinePosition() - Method in class javax.microedition.lcdui.Font
Gets the distance in pixels from the top of the text to the text's baseline.
getBaseQuery() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
Returns the base query of the server.
getBasicConstraints() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
The basic constraints extension (or lack thereof) identifies whether a certificate contains the public key for a Certification Authority (CA) or not.
getBatteryLevel() - Static method in class net.rim.device.api.system.DeviceInfo
Retrives the current battery level.
getBatteryStatus() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves the battery status.
getBeginIndex() - Method in class net.rim.device.api.i18n.FieldPosition
Retrieves position of first character in underlying field.
getBID() - Method in class net.rim.device.api.system.CDMAInfo.CDMACellInfo
Returns the BID.
getBinary(int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Returns a byte array containing a binary representation of the data within the given field.
getBitDepth() - Method in class net.rim.device.api.system.PNGEncodedImage
Queries the PNG bit depth.
getBitLength() - Method in class net.rim.device.api.crypto.TripleDESKey
Returns the number of bits that make up the actual keying material ( for example parity bits aren't counted ).
getBitLength() - Method in interface net.rim.device.api.crypto.SymmetricKey
Returns the number of bits that make up the actual keying material ( for example parity bits are not counted ).
getBitLength() - Method in class net.rim.device.api.crypto.SkipjackKey
 
getBitLength() - Method in class net.rim.device.api.crypto.RSACryptoSystem
 
getBitLength() - Method in class net.rim.device.api.crypto.RC5Key
 
getBitLength() - Method in class net.rim.device.api.crypto.RC2Key
 
getBitLength() - Method in class net.rim.device.api.crypto.KEACryptoSystem
 
getBitLength() - Method in class net.rim.device.api.crypto.HMACKey
 
getBitLength() - Method in class net.rim.device.api.crypto.ECCryptoSystem
Returns the length (in bits) of the field for this system's curve.
getBitLength() - Method in class net.rim.device.api.crypto.DSACryptoSystem
 
getBitLength() - Method in class net.rim.device.api.crypto.DHCryptoSystem
 
getBitLength() - Method in class net.rim.device.api.crypto.DESKey
Returns the number of bits that make up the actual keying material ( for example parity bits aren't counted ).
getBitLength() - Method in interface net.rim.device.api.crypto.CryptoSystem
Returns the number of bits (aka the "strength") of the crypto system, eg 1024 (for RSA), 163 (for EC).
getBitLength() - Method in class net.rim.device.api.crypto.CAST128Key
 
getBitLength() - Method in class net.rim.device.api.crypto.ARC4Key
 
getBitLength() - Method in class net.rim.device.api.crypto.AESKey
 
getBitmap() - Method in class net.rim.device.api.system.EncodedImage
Returns a bitmap of this image.
getBitmap(int) - Method in class net.rim.device.api.system.WBMPEncodedImage
Returns a bitmap of the WBMP image.
getBitmap(int) - Method in class net.rim.device.api.system.PNGEncodedImage
Returns a bitmap of the PNG image.
getBitmap(int) - Method in class net.rim.device.api.system.EncodedImage
Returns a bitmap image of the specified frame.
getBitmapHeight() - Method in class net.rim.device.api.ui.component.BitmapField
Retrieves the height of this bitmap.
getBitmapResource(String) - Static method in class net.rim.device.api.system.Bitmap
Creates a bitmap from provided name resource.
getBitmapResource(String, String) - Static method in class net.rim.device.api.system.Bitmap
Creates a bitmap from provided named resource found in module.
getBitmapWidth() - Method in class net.rim.device.api.ui.component.BitmapField
Retrieves the width of this bitmap.
getBlockDecryptorEngine(Key) - Static method in class net.rim.device.api.crypto.DecryptorFactory
Returns the block decryptor engine using the symmetric key as an argument.
getBlockDecryptorEngine(Key, String) - Static method in class net.rim.device.api.crypto.DecryptorFactory
Returns the block decryptor engine using the symmetric key as an argument.
getBlockDecryptorEngine(Key, String, InitializationVector) - Static method in class net.rim.device.api.crypto.DecryptorFactory
Returns the block decryptor engine using the symmetric key as an argument.
getBlockEncryptorEngine(Key) - Static method in class net.rim.device.api.crypto.EncryptorFactory
Returns the block encryptor engine used to encrypt the data.
getBlockEncryptorEngine(Key, String) - Static method in class net.rim.device.api.crypto.EncryptorFactory
Returns the block encryptor engine using the specified key and algorithm.
getBlockEncryptorEngine(Key, String, InitializationVector) - Static method in class net.rim.device.api.crypto.EncryptorFactory
Returns the block encryptor engine using the specified key, algorithm and initialization vector.
getBlockLength() - Method in class net.rim.device.api.crypto.XEncryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.XDecryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.TripleDESEncryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.TripleDESDecryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.SkipjackEncryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.SkipjackDecryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.SHA512Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.SHA384Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.SHA256Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.SHA1Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.RSAEncryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.RSADecryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.RIPEMD160Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.RIPEMD128Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.RC5EncryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.RC5DecryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.RC2EncryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.RC2DecryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.MD5Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.MD4Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.MD2Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.ElGamalEncryptorEngine
Return the block length of the encrypted data.
getBlockLength() - Method in class net.rim.device.api.crypto.ElGamalDecryptorEngine
Returns the length of a block.
getBlockLength() - Method in interface net.rim.device.api.crypto.Digest
Returns the block length of the digest in bytes.
getBlockLength() - Method in class net.rim.device.api.crypto.DESEncryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.DESDecryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.CBCEncryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.CBCDecryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.CAST128EncryptorEngine
 
getBlockLength() - Method in class net.rim.device.api.crypto.CAST128DecryptorEngine
 
getBlockLength() - Method in interface net.rim.device.api.crypto.BlockEncryptorEngine
Returns the block length of the engine in bytes.
getBlockLength() - Method in interface net.rim.device.api.crypto.BlockDecryptorEngine
Returns the block length of the block cipher in bytes.
getBlockLength() - Method in class net.rim.device.api.crypto.AESEncryptorEngine
Returns the block length of the encrypted data.
getBlockLength() - Method in class net.rim.device.api.crypto.AESDecryptorEngine
Returns the block length that the engine uses when Decrypting data.
getBlueComponent() - Method in class javax.microedition.lcdui.Graphics
Gets the blue component of the current color.
getBodyPart(int) - Method in class net.rim.blackberry.api.mail.Multipart
Retrieves the specified Part.
getBodyText() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the text of the message body, or null if no body text is present.
getBoolean(int, boolean) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieves a boolean value from the IT policy database.
getBoolean(int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Returns the boolean value contained in the field.
getBoolean(int, int, boolean) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieves a boolean value from the IT policy database.
getBoolean(String, boolean) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieves a boolean value from the IT policy database.
getBSIC() - Method in class net.rim.device.api.system.GPRSInfo.GPRSCellInfo
Returns the Base Station Identity Code (BSIC).
getBuffer() - Method in class net.rim.device.api.io.LineReader
Deprecated. Only subclasses should access the underlying buffer, and they may directly access the protected _buffer field instead of using this method.
getBuffer() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns a reference to the underlying buffer.
getBufferLength() - Method in class net.rim.device.api.io.LineReader
Deprecated. Only subclasses should access the buffer length, and they may directly access the protected _bufferLength field instead of using this method.
getBufferOffset() - Method in class net.rim.device.api.io.LineReader
Deprecated. Only subclasses should access the buffer offset, and they may directly access the protected _bufferOffset field instead of using this method.
getBundle(Locale) - Method in class net.rim.device.api.i18n.ResourceBundleFamily
Retrieves bundle by locale.
getBundle(long, String) - Static method in class net.rim.device.api.i18n.ResourceBundle
Retrieves resource bundle family by ID.
getBundle(String) - Static method in class net.rim.device.api.i18n.ResourceBundle
Retrieves resource bundle family by name.
getByte(int, byte) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieves a byte value from the IT policy database.
getByte(int, int, byte) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieves a byte value from the IT policy database.
getByte(String) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieves a byte value from the IT policy database.
getByteArray() - Method in class net.rim.device.api.io.NoCopyByteArrayOutputStream
Retrieves the underlying byte array used as this stream's buffer.
getByteArray(int) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieves a byte array from the IT policy database.
getByteArray(int, int) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieves a byte array from the IT policy database.
getByteArray(String) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieves a byte array from the IT policy database.
getBytes() - Method in class java.lang.String
Convert this String into bytes according to the platform's default character encoding, storing the result into a new byte array.
getBytes(byte[]) - Static method in class net.rim.device.api.crypto.RandomSource
Generates random bytes, filling the given buffer entirely.
getBytes(byte[]) - Method in interface net.rim.device.api.crypto.PseudoRandomSource
Generates random bytes, filling the given buffer entirely.
getBytes(byte[], int, int) - Static method in class net.rim.device.api.crypto.RandomSource
Inserts random bytes into the given buffer starting at the specified array index offset.
getBytes(byte[], int, int) - Method in interface net.rim.device.api.crypto.PseudoRandomSource
Inserts random bytes into the given buffer starting at the specified array offset.
getBytes(int) - Static method in class net.rim.device.api.crypto.RandomSource
Generates a specified length of random bytes, returning them as a byte array of the specified size.
getBytes(int) - Method in interface net.rim.device.api.crypto.PseudoRandomSource
Generates a specified length of random bytes, returning them as a byte array of exactly that size.
getBytes(String) - Method in class java.lang.String
Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.
getCalendarFields(Calendar, int[]) - Static method in class net.rim.device.api.util.DateTimeUtilities
Extracts fields from a calendar object.
getCallback() - Method in class net.rim.device.api.ui.component.ListField
Retrieves registered drawing callback object.
getCapabilities() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the radio capabilities.
getCaretPosition() - Method in class javax.microedition.lcdui.TextField
Gets the current input position.
getCaretPosition() - Method in class javax.microedition.lcdui.TextBox
Gets the current input position.
getCategories() - Method in interface net.rim.blackberry.api.pim.PIMList
Returns a string array containing the names of all categories that are currently supported by this PIMList.
getCategories() - Method in interface net.rim.blackberry.api.pim.PIMItem
Returns the names of all categories associated with this item.
getCellId() - Method in class net.rim.device.api.system.IDENInfo.IDENCellInfo
Returns the Cell Id.
getCellId() - Method in class net.rim.device.api.system.GPRSInfo.GPRSCellInfo
Returns the current cell ID.
getCellInfo() - Static method in class net.rim.device.api.system.IDENInfo
Returns information on the current cell.
getCellInfo() - Static method in class net.rim.device.api.system.GPRSInfo
Returns information on the current cell.
getCellInfo() - Static method in class net.rim.device.api.system.CDMAInfo
Returns information on the current cell.
getCertChain() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns the certificate chain associated with this request.
getCertificate() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the certificate that is stored in the key store data object.
getCertificateStatus(Certificate) - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns the status of the given certificate, if it is found in this CRL and the CRL is valid.
getCertificateStatus(Certificate) - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns the status of the given certificate, if it is found in this CRL and the CRL is valid.
getCertificateStatus(Certificate, long) - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns the status of the given certificate, if it is found in this CRL and the CRL is valid.
getCertificateStatus(Certificate, long) - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns the status of the given certificate, if it is found in this CRL and the CRL is valid.
getChangeListener() - Method in class net.rim.device.api.ui.Field
Retrieves the current change listener.
getChangeListener() - Method in class net.rim.device.api.ui.component.RadioButtonGroup
Retrieves this radio button group's current change listener.
getChannel() - Method in interface net.rim.device.api.system.USBPortListener
Returns the channel this listener is interested in receiving events on.
getChannelNumber() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the channel number of the acquired system.
getChar() - Method in class net.rim.device.api.system.EventInjector.KeyEvent
 
getChars(char[]) - Method in class javax.microedition.lcdui.TextField
Copies the contents of the TextField into a character array starting at index zero.
getChars(char[]) - Method in class javax.microedition.lcdui.TextBox
Copies the contents of the TextBox into a character array starting at index zero.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
Characters are copied from this string buffer into the destination character array dst.
getChars(int, int, char[], int) - Method in class java.lang.String
Copies characters from this string into the destination character array.
getChars(int, int, char[], int) - Method in interface net.rim.device.api.util.AbstractString
Retrieves substring into provided array.
getChecked() - Method in class net.rim.device.api.ui.component.CheckboxField
Retrieves this field's state.
getChoice(int) - Method in class net.rim.device.api.ui.component.ObjectChoiceField
Retrieves object by index.
getChoice(int) - Method in class net.rim.device.api.ui.component.NumericChoiceField
Retrieves value for specified index.
getChoice(int) - Method in class net.rim.device.api.ui.component.ChoiceField
Retrieves value for specified index.
getCID() - Method in class net.rim.blackberry.api.mail.ServiceConfiguration
Retrieves the CID of this service.
getClass() - Method in class java.lang.Object
Returns the runtime class of an object.
getClipboard() - Static method in class net.rim.device.api.system.Clipboard
Retrieves the system's clipboard object.
getClipHeight() - Method in class javax.microedition.lcdui.Graphics
Gets the height of the current clipping area.
getClippingRect() - Method in class net.rim.device.api.ui.Graphics
Retrieves the local coordinates of current clipping region.
getClipWidth() - Method in class javax.microedition.lcdui.Graphics
Gets the width of the current clipping area.
getClipX() - Method in class javax.microedition.lcdui.Graphics
Gets the X offset of the current clipping area, relative to the coordinate system origin of this graphics context.
getClipY() - Method in class javax.microedition.lcdui.Graphics
Gets the Y offset of the current clipping area, relative to the coordinate system origin of this graphics context.
getCode() - Method in class net.rim.device.api.i18n.Locale
Retrieves integer code for this locale.
getCodeSigningKey() - Method in class net.rim.device.api.system.ControlledAccessException
Returns the code signing key that raised this exception, if known
getCodeStats() - Static method in class net.rim.device.api.system.Memory
Retreive a statistics object for code modules.
getColor() - Method in class javax.microedition.lcdui.Graphics
Gets the current color.
getColor() - Method in class net.rim.device.api.ui.Graphics
Retrieves the current foreground drawing color.
getColorType() - Method in class net.rim.device.api.system.PNGEncodedImage
Queries the PNG color type.
getCommandType() - Method in class javax.microedition.lcdui.Command
Gets the type of the command.
getCommonName() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Retrieve the common name attribute associated with this distinguished name.
getCommonName() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the common name attribute associated with this distinguished name.
getCommonName() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Returns a String containing the commmon name.
getComparator() - Method in interface net.rim.device.api.collection.SortableCollection
Retrieves this collection's comparator object.
getComparator() - Method in class net.rim.device.api.collection.util.SortedReadableList
Retreives this collection's comparator.
getComparator() - Method in class net.rim.device.api.collection.util.BigSortedReadableList
Retrieves this collection's comparator object.
getCompressedIntSize(int) - Static method in class net.rim.device.api.util.DataBuffer
Retrieves the number of bytes needed to compress an integer value.
getConstraints() - Method in class javax.microedition.lcdui.TextField
Get the current input constraints of the TextField.
getConstraints() - Method in class javax.microedition.lcdui.TextBox
Get the current input constraints of the TextBox.
getContent() - Method in class net.rim.blackberry.api.mail.UnsupportedAttachmentPart
 
getContent() - Method in class net.rim.blackberry.api.mail.TextBodyPart
 
getContent() - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Retrieves the raw data contained in the attachment.
getContent() - Method in interface net.rim.blackberry.api.mail.Part
Retrieves the contents of the Part.
getContent() - Method in class net.rim.blackberry.api.mail.Message
 
getContent() - Method in class net.rim.blackberry.api.mail.ContactAttachmentPart
 
getContentDescription() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves content description for this part.
getContentEncoding() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves this part's content encoding.
getContentID() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves this part's content ID.
getContents() - Method in class net.rim.device.api.system.PersistentObject
Retrieves the contents of this object.
getContents(CodeSigningKey) - Method in class net.rim.device.api.system.PersistentObject
Retrieves the contents of this object.
getContents(CodeSigningKey, CodeSigningKey) - Method in class net.rim.device.api.system.PersistentObject
Retrieves the contents of this object.
getContentType() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves this part's content type.
getContentType() - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Retrieves the value of the CONTENT_TYPE header.
getContentType() - Method in interface net.rim.blackberry.api.mail.Part
Retrieves the Content-Type header field of this Part.
getContentType() - Method in class net.rim.blackberry.api.mail.Multipart
Retrieves the content-type of this Multipart.
getContentType() - Method in class net.rim.blackberry.api.mail.Message
 
getContentType() - Method in class net.rim.blackberry.api.mail.BodyPart
Retrieves the value of the CONTENT_TYPE header.
getContentTypeParameter(String) - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves content type pararmeter by attribute.
getContextMenu() - Method in class net.rim.device.api.ui.Field
Gets the current context menu for this field.
getControlledAccess() - Method in class net.rim.device.api.system.PersistentObject
Retrieves the controlled access object associated with this object.
getControlledAccess(long) - Method in class net.rim.device.api.system.RuntimeStore
Retrieves controlled access object associated with ID.
getCookie() - Method in class net.rim.device.api.ui.Field
Retrieves previously set cookie.
getCookie() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns the cookie object initially passed into the constructor.
getCookie(int) - Method in class net.rim.device.api.ui.component.TreeField
Retrieves the user-supplied cookie object for the given node.
getCount() - Method in class net.rim.blackberry.api.mail.Multipart
Retrieves the number of enclosed BodyPart objects.
getCountry() - Method in class net.rim.device.api.i18n.Locale
Retrieves this locale's ISO country code.
getCountry() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Retrieve the country attribute associated with this distinguished name.
getCountry() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the country attribute associated with this distinguished name.
getCountry() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Returns a String containing the country name.
getCreationDate() - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Returns the number of milliseconds since midnight, January 1, 1970 UTC which is used to denote the time at which this object was created on the device.
getCriteria() - Method in interface net.rim.device.api.collection.FilterCollection
Retrieves filtering object.
getCritical() - Method in class net.rim.device.api.crypto.certificate.CertificateExtension
Returns a boolean dictating whether this extension is critical.
getCRLEntryExtension(Certificate, OID) - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns the CRL entry extension, for this certificate, for the given oid if it exists, otherwise null.
getCRLEntryExtension(Certificate, OID) - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns the CRL entry extension, for this certificate, for the given oid if it exists, otherwise null.
getCRLEntryExtensions(Certificate) - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns all the CRL entry extensions associated with this certificate, or null.
getCRLEntryExtensions(Certificate) - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns all the CRL entry extensions associated with this certificate, or null.
getCRLEntryExtensions(Certificate, boolean) - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns all the extensions associated with this CRL Entry that have their critical bit set to the value of criticalBit, or null if none are found.
getCRLEntryExtensions(Certificate, boolean) - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns all the extensions associated with this CRL Entry that have their critical bit set to the value of criticalBit, or null if none are found.
getCryptoException() - Method in class net.rim.device.api.crypto.CryptoIOException
Returns the wrapped CryptoException object so that the programmer can determine what caused the exception.
getCryptoSystem() - Method in class net.rim.device.api.crypto.RSAPublicKey
 
getCryptoSystem() - Method in class net.rim.device.api.crypto.RSAPrivateKey
 
getCryptoSystem() - Method in interface net.rim.device.api.crypto.PublicKey
Returns the CryptoSystem used by this public key.
getCryptoSystem() - Method in interface net.rim.device.api.crypto.PrivateKey
Returns the CryptoSystem used by this private key.
getCryptoSystem() - Method in class net.rim.device.api.crypto.KeyPair
Returns the crypto system associated with the keys.
getCryptoSystem() - Method in class net.rim.device.api.crypto.KEAPublicKey
Returns the crypto system associated with the key.
getCryptoSystem() - Method in class net.rim.device.api.crypto.KEAPrivateKey
Returns the crypto system associated with the key.
getCryptoSystem() - Method in class net.rim.device.api.crypto.ECPublicKey
 
getCryptoSystem() - Method in class net.rim.device.api.crypto.ECPrivateKey
Returns the crypto system associated with the key.
getCryptoSystem() - Method in class net.rim.device.api.crypto.DSAPublicKey
Returns the crypto system associated with the key.
getCryptoSystem() - Method in class net.rim.device.api.crypto.DSAPrivateKey
Returns the crypto system associated with the key.
getCryptoSystem() - Method in class net.rim.device.api.crypto.DHPublicKey
Returns the crypto system associated with the key.
getCryptoSystem() - Method in class net.rim.device.api.crypto.DHPrivateKey
Returns the crypto system associated with the key.
getCurrent() - Method in class javax.microedition.lcdui.Display
Gets the current Displayable object for this MIDlet.
getCurrentNode() - Method in class net.rim.device.api.ui.component.TreeField
Retrieves ID of node with focus.
getCurrentPosition() - Method in class net.rim.device.api.io.SharedInputStream
Retrieves current read position within this stream.
getCurrentSID() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the current SID.
getCurrentSubfield() - Method in class net.rim.device.api.ui.component.DateField
Gets the current field with the focus within the date field.
getCursorPosition() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves index of current cursor position.
getCursorPosition() - Method in class net.rim.device.api.ui.component.BasicEditField
Retrieves character offset for current cursor position in this field.
getCustomDisplayFields() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns custom information about the certificate for display in a dialog.
getCustomDisplayFields() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Provides more details about the certificate to be shown in the displayCertificateDetails method in CertificateUtilities.
getCustomDisplayFields() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
For a WTLS certificate, the default information provided by the displayCertificateDetails method in CertificateUtilities is sufficient.
getCustomField(int) - Method in class net.rim.device.api.ui.container.DialogFieldManager
Retrieves one of this manager's user fields.
getCustomManager() - Method in class net.rim.device.api.ui.container.DialogFieldManager
Retrieves the manager for this manager's user field area.
getD() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns a copy of the private key exponent, or null if not available.
getData() - Method in interface javax.microedition.io.Datagram
Get the buffer
getData() - Method in class net.rim.device.api.crypto.TripleDESKey
 
getData() - Method in interface net.rim.device.api.crypto.SymmetricKey
Returns a copy of the byte array representing the key.
getData() - Method in class net.rim.device.api.crypto.SkipjackKey
 
getData() - Method in class net.rim.device.api.crypto.RC5Key
 
getData() - Method in class net.rim.device.api.crypto.RC2Key
 
getData() - Method in class net.rim.device.api.crypto.InitializationVector
Returns a copy of the initialization vector data.
getData() - Method in class net.rim.device.api.crypto.HMACKey
 
getData() - Method in class net.rim.device.api.crypto.DESKey
 
getData() - Method in class net.rim.device.api.crypto.CAST128Key
 
getData() - Method in class net.rim.device.api.crypto.ARC4Key
Returns the key data.
getData() - Method in class net.rim.device.api.crypto.AESKey
Returns the key data.
getData() - Method in class net.rim.device.api.crypto.keystore.AssociatedData
Returns a copy of the data for this association.
getDate() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the date header field.
getDate() - Method in class javax.microedition.lcdui.DateField
 
getDate() - Method in class net.rim.device.api.ui.component.DateField
Retrieves the absolute value of this field in ticks.
getDate(int) - Static method in class net.rim.device.api.util.DateTimeUtilities
Retrieves date relative to midnight on current day.
getDate(int) - Method in class net.rim.blackberry.api.pim.RepeatRule
Returns the date of the specified field.
getDate(int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Returns the date value contained in the field.
getDecryptorInputStream(Key, InputStream) - Static method in class net.rim.device.api.crypto.DecryptorFactory
Returns the decrypted input stream using the symmetric key and input stream as arguments.
getDecryptorInputStream(Key, InputStream, String) - Static method in class net.rim.device.api.crypto.DecryptorFactory
Returns the decrypted input stream using the symmetric key, input stream and algorithm name as arguments.
getDecryptorInputStream(Key, InputStream, String, InitializationVector) - Static method in class net.rim.device.api.crypto.DecryptorFactory
Returns the decrypted input stream using the initialization vector as an additonal argument.
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefault() - Static method in class net.rim.device.api.i18n.Locale
Retrieves the current application's default locale.
getDefault() - Static method in class net.rim.device.api.ui.Font
Retrieves the default font.
getDefaultCipherSuites() - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
This method sets up the default cipher suites with their default priority keeping the security of the ciphersuites in mind at all times.
getDefaultCipherSuites() - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
This method sets up the default cipher suites with their default priority keeping the security of the ciphersuites in mind at all times.
getDefaultEncryptionAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This method returns the default algorithms with their default priority keeping the security of the ciphersuites in mind at all times.
getDefaultFont() - Static method in class javax.microedition.lcdui.Font
Gets the default font of the system.
getDefaultForKeyboard() - Static method in class net.rim.device.api.i18n.Locale
Retrieves default locale for the keyboard.
getDefaultForSystem() - Static method in class net.rim.device.api.i18n.Locale
Retrieves system's current default locale.
getDefaultInstance() - Static method in class net.rim.blackberry.api.mail.Session
Retrieves the default session associated with the handheld (typically the enterprise email account).
getDefaultInstance(ServiceConfiguration) - Static method in class net.rim.blackberry.api.mail.Session
Retrieves a particular session, based on the provided service configuration.
getDefaultItem() - Method in class net.rim.device.api.ui.ContextMenu
Gets the default item.
getDefaultKeyExchangeAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This method returns the default MAC Algorithms with their default priority keeping the security of the ciphersuites in mind at all times.
getDefaultMACAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This method returns the default MAC Algorithms with their default priority keeping the security of the ciphersuites in mind at all times.
getDefaultTimeout() - Method in class javax.microedition.lcdui.Alert
Gets the default time for showing an Alert.
getDefaultType() - Static method in class net.rim.device.api.system.Bitmap
Query the default Bitmap type for the device.
getDelegate() - Method in class net.rim.device.api.ui.Screen
Retrieves this screen's delegate manager.
getDescent() - Method in class net.rim.device.api.ui.Font
Retrieves this font's descender height.
getDescription() - Method in class net.rim.device.api.system.CodeSigningKey
Retrieves description of Signing Authority.
getDeviceId() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves the unique identifier for this device.
getDHCryptoSystem() - Method in class net.rim.device.api.crypto.DHPublicKey
Returns the DH crypto system associated with the key.
getDHCryptoSystem() - Method in class net.rim.device.api.crypto.DHPrivateKey
Returns the DH crypto system associated with the key.
getDHCryptoSystem() - Method in class net.rim.device.api.crypto.DHKeyPair
Returns the DH crypto system associated with the keys.
getDHCryptoSystem() - Method in interface net.rim.device.api.crypto.DHKey
Returns the DH crypto system associated with the key.
getDHPrivateKey() - Method in class net.rim.device.api.crypto.DHKeyPair
Returns the DH private key associated with this key pair.
getDHPublicKey() - Method in class net.rim.device.api.crypto.DHKeyPair
Returns the DH public key associated with this key pair.
getDigest() - Method in class net.rim.device.api.crypto.DigestOutputStream
Returns a reference to the digest being used with this digest input stream.
getDigest() - Method in class net.rim.device.api.crypto.DigestInputStream
Returns a reference to the digest being used with this digest input stream.
getDigest() - Method in interface net.rim.device.api.crypto.Digest
Returns a byte array containing the digest of all the input data since the last reset.
getDigest(boolean) - Method in interface net.rim.device.api.crypto.Digest
Returns a byte array containing the digest of all the input data since the last reset.
getDigest(byte[], int) - Method in interface net.rim.device.api.crypto.Digest
Inserts the digest of all the input data since the last reset into the specified buffer at the given offset.
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.SHA512Digest
 
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.SHA384Digest
 
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.SHA256Digest
 
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.SHA1Digest
 
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.RIPEMD160Digest
 
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.RIPEMD128Digest
 
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.NullDigest
Returns zero (0) specifying that no information was hashed and that there is no information to return from the null digest.
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.MD5Digest
 
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.MD4Digest
 
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.MD2Digest
 
getDigest(byte[], int, boolean) - Method in interface net.rim.device.api.crypto.Digest
Inserts the digest of all the input data since the last reset into the specified buffer at the given offset.
getDigest(byte[], int, int, String) - Static method in class net.rim.device.api.crypto.Crypto
Returns the digest of the given data using the given algorithm.
getDigestAlgorithm() - Method in class net.rim.device.api.crypto.X931SignatureSigner
 
getDigestAlgorithm() - Method in interface net.rim.device.api.crypto.SignatureSigner
Returns the name of the digest algorithm used, eg "SHA1", etc.
getDigestAlgorithm() - Method in class net.rim.device.api.crypto.PSSSignatureSigner
Returns the name of the digest algorithm used, eg "SHA1", etc.
getDigestAlgorithm() - Method in class net.rim.device.api.crypto.PKCS1SignatureSigner
Returns the name of the digest algorithm used, eg "SHA1", etc.
getDigestAlgorithm() - Method in class net.rim.device.api.crypto.NullSignatureSigner
Returns the name of the digest algorithm used, ie "Null".
getDigestAlgorithm() - Method in class net.rim.device.api.crypto.ECNRSignatureSigner
Returns the name of the digest algorithm used, eg "SHA1", etc.
getDigestAlgorithm() - Method in class net.rim.device.api.crypto.ECDSASignatureSigner
Returns the name of the digest algorithm used, eg "SHA1", etc.
getDigestAlgorithm() - Method in class net.rim.device.api.crypto.DSASignatureSigner
Returns the name of the digest algorithm used, eg "SHA1", etc.
getDigestLength() - Method in class net.rim.device.api.crypto.SHA512Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.SHA384Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.SHA256Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.SHA1Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.RIPEMD160Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.RIPEMD128Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.NullDigest
Returns zero (0), since this is a null digest with a length of zero.
getDigestLength() - Method in class net.rim.device.api.crypto.MD5Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.MD4Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.MD2Digest
 
getDigestLength() - Method in interface net.rim.device.api.crypto.Digest
Returns the length of the digest in bytes.
getDisplay(MIDlet) - Static method in class javax.microedition.lcdui.Display
Gets the Display object that is unique to this MIDlet.
getDisplayCountry() - Method in class net.rim.device.api.i18n.Locale
Retrieves displayable name for this locale's country.
getDisplayLanguage() - Method in class net.rim.device.api.i18n.Locale
Retrieves displayable name for this locale's language.
getDisplayVariant() - Method in class net.rim.device.api.i18n.Locale
Retrieves displayable name for this locale's variant.
getDModPm1() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns a copy of d mod p-1, or null if not available.
getDModQm1() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns a copy of d mod q-1, or null if not available.
getDrawingOffset(XYPoint) - Method in class net.rim.device.api.ui.Graphics
Retrieves the absolute coordinates for the current drawing offset.
getDSACryptoSystem() - Method in class net.rim.device.api.crypto.DSAPublicKey
Returns the DSA crypto system associated with the key.
getDSACryptoSystem() - Method in class net.rim.device.api.crypto.DSAPrivateKey
Returns the DSA crypto system associated with the key.
getDSACryptoSystem() - Method in class net.rim.device.api.crypto.DSAKeyPair
Returns the DSA crypto system associated with the keys.
getDSACryptoSystem() - Method in interface net.rim.device.api.crypto.DSAKey
Returns the DSA crypto system associated with the key.
getDSAPrivateKey() - Method in class net.rim.device.api.crypto.DSAKeyPair
Returns the DSA private key associated with this key pair.
getDSAPublicKey() - Method in class net.rim.device.api.crypto.DSAKeyPair
Returns the DSA public key associated with this key pair.
getDtr() - Method in class net.rim.device.api.system.SerialPort
Retrieves state of the DTR line.
getE() - Method in class net.rim.device.api.crypto.RSAPublicKey
Returns a copy of the public key exponent.
getE() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns a copy of the public key exponent, or null if not available.
getECCryptoSystem() - Method in class net.rim.device.api.crypto.ECPublicKey
Returns a reference to the EC crypto system being used with this instance of the private key class.
getECCryptoSystem() - Method in class net.rim.device.api.crypto.ECPrivateKey
Returns a reference to EC the crypto system being used with this instance of the private key class.
getECCryptoSystem() - Method in class net.rim.device.api.crypto.ECKeyPair
Returns the EC crypto system associated with the keys.
getECCryptoSystem() - Method in interface net.rim.device.api.crypto.ECKey
Returns the EC crypto system associated with the key.
getECPrivateKey() - Method in class net.rim.device.api.crypto.ECKeyPair
Returns the EC private key associated with this key pair.
getECPublicKey() - Method in class net.rim.device.api.crypto.ECKeyPair
Returns the EC public key associated with this key pair.
getEffectiveBitLength() - Method in class net.rim.device.api.crypto.RC2Key
Returns the effective bit length.
getElements() - Method in interface net.rim.device.api.collection.ReadableSet
Retrieves an enumeration of this collection's elements.
getElements() - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Retrieves all this collection's elements.
getElements() - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Retrieves an enumeration of this collection's elements.
getElements(Object[]) - Method in interface net.rim.device.api.collection.ReadableSet
Retrieves this collection's elements.
getElements(Object[]) - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Retrieves this collection's elements.
getEmailAddress() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Retrieve the email attribute associated with this distinguished name.
getEmailAddress() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the email attribute associated with this distinguished name.
getEmailAddress() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Retrieve the email attribute associated with this distinguished name.
getEmailAddress() - Method in class net.rim.blackberry.api.mail.ServiceConfiguration
Retrieves the email address associated with this service.
getEmptyString() - Method in class net.rim.device.api.ui.component.TreeField
Retrieves empty marker string.
getEmptyString() - Method in class net.rim.device.api.ui.component.ListField
Retrieves empty-marking string.
getEmptyStringStyle() - Method in class net.rim.device.api.ui.component.TreeField
Retrieves drawing style of the empty marker string.
getEmptyStringStyle() - Method in class net.rim.device.api.ui.component.ListField
Retrieves style of the empty-marking string.
getEncoded() - Method in class net.rim.device.api.crypto.certificate.x509.PKCS10CertificateRequest
Encodes the certificate request and returns the encoded result.
getEncodedKey() - Method in class net.rim.device.api.crypto.encoder.EncodedKey
Returns the bytes representing the encoding of the key.
getEncodedSignature() - Method in class net.rim.device.api.crypto.encoder.EncodedSignature
Returns the actual bytes representing the encoding of the signature.
getEncoding() - Method in interface javax.microedition.io.ContentConnection
Returns a string describing the encoding of the content which the resource connected to is providing.
getEncoding() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Returns the encoding of the DistinguishedName.
getEncoding() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns the encoding of the certificate.
getEncoding() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
 
getEncoding() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
 
getEncoding() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Returns a byte array containing the encoding of this WTLS distinguished name.
getEncoding() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns the encoding of the certificate.
getEncoding(int) - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns the encoding of the field within the certificate (see CertificateField).
getEncoding(int) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
 
getEncoding(int) - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns the encoding of the field from the certificate.
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.EncodedSignature
Returns the encoding algorithm used.
getEncodingAlgorithm() - Method in class net.rim.device.api.crypto.encoder.EncodedKey
Returns the string representing the encoding algorithm used, eg "X509".
getEncryptionPriority() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This method returns the array of ciphersuites currently stored with their appropriate priority (first in the array has most priority).
getEncryptorOutputStream(Key, OutputStream) - Static method in class net.rim.device.api.crypto.EncryptorFactory
Encrypts the data and returns the encrypted output stream given the specified key and output stream.
getEncryptorOutputStream(Key, OutputStream, String) - Static method in class net.rim.device.api.crypto.EncryptorFactory
Encrypts the data and returns the encrypted output stream given the specified key, outputstream and algorithm name.
getEncryptorOutputStream(Key, OutputStream, String, InitializationVector) - Static method in class net.rim.device.api.crypto.EncryptorFactory
Encrypts the data and returns the encrypted output stream given the specified key, outputstream, algorithm name and initialization vector.
getEndIndex() - Method in class net.rim.device.api.i18n.FieldPosition
Retrieves position of last character in underlying field.
getEndPosition() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns the end position of the ASN.1 field being read.
getEphemeralKey() - Method in class net.rim.device.api.crypto.ElGamalEncryptorEngine
Returns the ephemeral key used to encrypt the data.
getErrorMessage() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns a textual error message describing the current error condition, if any.
getESN() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the electronic serial number (ESN) of the device.
getEvent() - Method in class net.rim.device.api.system.EventInjector.Event
 
getEventLock() - Static method in class net.rim.device.api.system.Application
Retrieves the application user interface event lock.
getExceptDates() - Method in class net.rim.blackberry.api.pim.RepeatRule
Returns an array containing the dates on which the RepeatRule will not occur.
getException() - Method in class net.rim.device.cldc.io.ssl.TLSIOException
Returns the underlying exception.
getException() - Method in class net.rim.device.cldc.io.ssl.TLSException
Returns the underlying exception.
getException() - Method in class net.rim.device.cldc.io.ssl.TLSCancelException
Returns the underlying exception.
getException() - Method in class net.rim.device.api.crypto.keystore.KeyStoreRegisterException
This method returns the underlying exception.
getExpanded(int) - Method in class net.rim.device.api.ui.component.TreeField
Determines if node is expanded or collapsed.
getExpiration() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the expires header field.
getExtension(OID) - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns the extension for the given oid if it exists in the CRL, otherwise null.
getExtension(OID) - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns the extension for the given oid if it exists in the certificate, otherwise null.
getExtension(OID) - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns the extension for the given oid if it exists in the CRL, otherwise null.
getExtension(OID) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns the extension for the given oid if it exists in the certificate, otherwise null.
getExtension(OID) - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns an extension with the given OID associated with this certificate.
getExtensions() - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns all the extensions associated with this CRL, or null.
getExtensions() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns all the extensions associated with this certificate, or null.
getExtensions() - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns all the extensions associated with this CRL, or null.
getExtensions() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns all the extensions associated with this certificate, or null.
getExtensions() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns all the extensions associated with this certificate.
getExtensions(boolean) - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns all the extensions associated with this CRL that have their critical bit set to the value of criticalBit, or null if none are found.
getExtensions(boolean) - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns all the extensions associated with this certificate that have their critical bit set to the value of criticalBit, or null if none are found.
getExtensions(boolean) - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns all the extensions associated with this CRL that have their critical bit set to the value of criticalBit, or null if none are found.
getExtensions(boolean) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns all the extensions associated with this certificate that have their critical bit set to the value of criticalBit, or null if none are found.
getExtensions(boolean) - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns all the extensions associated with this certificate that have their critical bit set to the value of criticalBit.
getExtent() - Method in class net.rim.device.api.ui.Field
Retrieves this field's extent (region occupied in its manager's child region).
getFace() - Method in class javax.microedition.lcdui.Font
Gets the face of the font.
getFamily() - Method in class net.rim.device.api.i18n.ResourceBundle
Retrieves this bundle's family.
getField() - Method in class net.rim.device.api.i18n.FieldPosition
Retrieves underlying field's ID.
getField() - Method in class net.rim.blackberry.api.pim.UnsupportedFieldException
Returns an integer representing the field that caused the exception.
getField() - Method in class net.rim.blackberry.api.pim.FieldFullException
Returns an integer representing the field that caused the exception.
getField() - Method in class net.rim.blackberry.api.pim.FieldEmptyException
Returns an integer representing the field that caused the exception.
getField(int) - Method in class net.rim.device.api.ui.Screen
Retrieves controlled field with specified index.
getField(int) - Method in class net.rim.device.api.ui.Manager
Retrieves controlled field with specified index.
getField(int) - Method in class net.rim.device.api.ui.container.MainScreen
Retrieves the field at specified position in the scrollable section.
getFieldAtLocation(int, int) - Method in class net.rim.device.api.ui.Screen
Retrieves index of field under provided point.
getFieldAtLocation(int, int) - Method in class net.rim.device.api.ui.Manager
Retrieves index of field under a particular point.
getFieldAtLocation(int, int) - Method in class net.rim.device.api.ui.container.VerticalFieldManager
Retrieves field under a particular point.
getFieldAtLocation(int, int) - Method in class net.rim.device.api.ui.container.HorizontalFieldManager
Retrieves field under a particular point.
getFieldAtLocation(int, int) - Method in class net.rim.device.api.ui.container.FlowFieldManager
Retrieves field under a particular point.
getFieldCount() - Method in class net.rim.device.api.ui.Screen
Retrieves the number of controlled fields.
getFieldCount() - Method in class net.rim.device.api.ui.Manager
Retrieves number of fields controlled by this manager.
getFieldCount() - Method in class net.rim.device.api.ui.container.MainScreen
Retrieves the number of fields in the scrollable section.
getFieldDataType(int) - Method in interface net.rim.blackberry.api.pim.PIMList
Returns an integer representing the data type associated with this field.
getFieldEndPosition() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an offset representing the start position of the next field to be read, not the current one.
getFieldLabel(int) - Method in interface net.rim.blackberry.api.pim.PIMList
Returns the label associated with this field.
getFieldLength() - Method in class net.rim.device.api.crypto.ECCryptoSystem
Returns the length (in bytes) of the field for this system's curve.
getFields() - Method in class net.rim.device.api.i18n.SimpleDateFormat
Retrieves ordered list of fields.
getFields() - Method in class net.rim.device.api.i18n.MessageFormat
Retrieves ordered list of fields.
getFields() - Method in class net.rim.device.api.i18n.Format
Retrieves ordered list of fields.
getFields() - Method in class net.rim.blackberry.api.pim.RepeatRule
Returns an array of integers representing the fields in the RepeatRule.
getFields() - Method in interface net.rim.blackberry.api.pim.PIMItem
Returns an integer array containing all fields for which data is associated.
getFieldSize(int) - Static method in class net.rim.device.api.util.TLEUtilities
Determines the number of bytes required to write a field that contains the given number of bytes.
getFieldStyle() - Method in class net.rim.device.api.ui.Field
Retrieves this field's current custom field styles as an integer.
getFieldWithFocus() - Method in class net.rim.device.api.ui.Screen
Retrieves controlled field with focus.
getFieldWithFocus() - Method in class net.rim.device.api.ui.Manager
Retrieves controlled field with focus.
getFieldWithFocus() - Method in class net.rim.device.api.ui.container.MainScreen
Retrieves the field from the scrollable section that currently has the focus.
getFieldWithFocusIndex() - Method in class net.rim.device.api.ui.Screen
Retrieves index of controlled field with focus.
getFieldWithFocusIndex() - Method in class net.rim.device.api.ui.Manager
Retrieves index of controlled field with focus.
getFieldWithFocusIndex() - Method in class net.rim.device.api.ui.container.MainScreen
Retrieves index of field from the scrollable section that currently has the focus.
getFile() - Method in interface javax.microedition.io.HttpConnection
Returns the file portion of the URL of this HttpConnection.
getFilename() - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Retrieves the filename (if any) associated with this attachment.
getFirmwareVersion() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the firmware version reported OTA.
getFirstChild(int) - Method in class net.rim.device.api.ui.component.TreeField
Retrieves ID of first child of specified node.
getFirstRoot() - Method in class net.rim.device.api.ui.component.TreeField
Retrieves ID of this tree's first root node.
getFirstSet() - Method in class net.rim.device.api.util.BitSet
Retrieves first set bit in this set.
getFirstSet() - Method in class net.rim.device.api.crypto.asn1.ASN1BitSet
Retrieves the first bit set.
getFlags() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the flags from this descriptor.
getFlags() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the flags for the message.
getFlashFree() - Static method in class net.rim.device.api.system.Memory
Retrieves the amount of free flash.
getFlashStats() - Static method in class net.rim.device.api.system.Memory
Retreive a statistics object for flash memory.
getFlashTotal() - Static method in class net.rim.device.api.system.Memory
Retrieves the amount of flash needed.
getFocusListener() - Method in class net.rim.device.api.ui.Field
Retrieves the current focus listener.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.Screen
Retrieves current extent of the focus.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.Manager
Retrieves current extent of the focus.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.Field
Retrieves this field's current focus region.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.component.TreeField
Retrieves this field's current focus region.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.component.RadioButtonField
Retrieves this field's current focus region.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.component.ListField
Retrieves current focus region.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.component.ChoiceField
Retrieves this field's current focus region.
getFocusRect(XYRect) - Method in class net.rim.device.api.ui.component.CheckboxField
Retrieves the focus region for this field.
getFocusRectPhantom(XYRect) - Method in class net.rim.device.api.ui.component.TreeField
Retrieves this field's current focus phantom region.
getFolder() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the folder from which this message was obtained.
getFolder(long) - Method in class net.rim.blackberry.api.mail.Store
Retrieves a Folder object by folder ID.
getFolder(String) - Method in class net.rim.blackberry.api.mail.Store
Retrieves the Folder object corresponding to the given name.
getFolder(String) - Method in class net.rim.blackberry.api.mail.Folder
Retrieves the Folder object corresponding to the given name.
getFolderName() - Method in class net.rim.blackberry.api.mail.FolderNotFoundException
Retrieves the name of the folder for which the exception was thrown.
getFont() - Method in class javax.microedition.lcdui.Graphics
Gets the current font.
getFont() - Method in class net.rim.device.api.ui.Graphics
Retrieves the current font for the current graphics context.
getFont() - Method in class net.rim.device.api.ui.Field
Retrieves this field's current font.
getFont(int, int) - Method in class net.rim.device.api.ui.FontFamily
Retrieves a font specified by style and size.
getFont(int, int, int) - Static method in class javax.microedition.lcdui.Font
Obtains an object representing a font having the specified face, style, and size.
getFontFamilies() - Static method in class net.rim.device.api.ui.FontFamily
Retreives manifest of known font families.
getFontFamily() - Method in class net.rim.device.api.ui.Font
Retrieves the font family containing this font.
getFonts() - Method in class net.rim.device.api.ui.FontFamily
Retrieves fonts provided in this family.
getFonts() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves this field's font list.
getForegroundProcessId() - Method in class net.rim.device.api.system.ApplicationManager
Retrieves the process ID of the foreground process.
getFormats() - Method in class net.rim.device.api.i18n.MessageFormat
Retrieves list of sub-formatters.
getFrameCount() - Method in class net.rim.device.api.system.EncodedImage
Returns the number of frames in this image.
getFrameHeight(int) - Method in class net.rim.device.api.system.EncodedImage
Returns the height in pixels of the specified frame.
getFrameMonochrome(int) - Method in class net.rim.device.api.system.EncodedImage
Returns true if the spcified frame is monochrome.
getFrameTransparency(int) - Method in class net.rim.device.api.system.EncodedImage
Returns true if the specified frame has transparency information.
getFrameWidth(int) - Method in class net.rim.device.api.system.EncodedImage
Returns the width in pixels of the specified frame.
getFree() - Method in class net.rim.device.api.system.MemoryStats
Retrieves the amount of memory/storage still free and available for use.
getFriendlyName() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
Returns the friendly name of the server.
getFrom() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the "From" attribute.
getFullName() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves the full name of this folder.
getG() - Method in class net.rim.device.api.crypto.KEACryptoSystem
Returns the g domain parameter.
getG() - Method in class net.rim.device.api.crypto.DSACryptoSystem
Returns the g domain parameter.
getG() - Method in class net.rim.device.api.crypto.DHCryptoSystem
Returns the g domain parameter.
getGameAction(int) - Method in class javax.microedition.lcdui.Canvas
Gets the game action associated with the given key code of the device.
getGlobalLock() - Static method in class net.rim.device.api.collection.CollectionLock
Retrieves the global collection lock object.
getGPRSState() - Static method in class net.rim.device.api.system.GPRSInfo
Returns the GPRS state.
getGraphics() - Method in class javax.microedition.lcdui.Image
Creates a new Graphics object that renders to this image.
getGraphics() - Method in class net.rim.device.api.ui.Screen
Retrieves the graphics context for this screen.
getGrayScale() - Method in class javax.microedition.lcdui.Graphics
Gets the current grayscale value of the color being used for rendering operations.
getGreenComponent() - Method in class javax.microedition.lcdui.Graphics
Gets the green component of the current color.
getGroup() - Method in class net.rim.device.api.ui.component.RadioButtonField
Retrieves this field's controlling group.
getHardwareVersion() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the hardware version reported OTA.
getHash(Object) - Method in class net.rim.device.api.crypto.certificate.SubjectKeyStoreIndex
Returns a hash representing the target object passed in.
getHash(Object) - Method in class net.rim.device.api.crypto.certificate.SerialNumberIssuerKeyStoreIndex
Returns a hash representing the target object passed in.
getHash(Object) - Method in class net.rim.device.api.crypto.certificate.IssuerKeyStoreIndex
Returns a hash representing the target object passed in.
getHash(Object) - Method in class net.rim.device.api.crypto.keystore.PrivateKeysKeyStoreIndex
 
getHash(Object) - Method in class net.rim.device.api.crypto.keystore.LabelKeyStoreIndex
Returns a hash representing the target object passed in.
getHash(Object) - Method in interface net.rim.device.api.crypto.keystore.KeyStoreIndex
Returns the int representing the target object passed into the KeyStoreDataComparator.
getHash(Object) - Method in class net.rim.device.api.crypto.keystore.AssociatedDataKeyStoreIndex
This method returns the hash or int representing a target object given the hashing method.
getHash(Object) - Method in class net.rim.device.api.crypto.certificate.x509.X509PublicKeyHashKeyStoreIndex
Returns a hash representing the target object passed in.
getHash(Object) - Method in class net.rim.device.api.crypto.certificate.x509.SubjectKeyIdentifierKeyStoreIndex
Returns a hash representing the target object passed in.
getHeader(String) - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieve header content for named header.
getHeader(String) - Method in interface net.rim.blackberry.api.mail.Part
Retrieves all the header fields with this name.
getHeader(String) - Method in class net.rim.blackberry.api.mail.Message
Retrieves all the headers for this header name.
getHeader(String) - Method in class net.rim.blackberry.api.mail.BodyPart
Retrieves all headers of a specific name.
getHeaderField(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field value by index.
getHeaderField(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named header field.
getHeaderFieldDate(String, long) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as date.
getHeaderFieldInt(String, int) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as a number.
getHeaderFieldKey(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field key by index.
getHeaders() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves enumeration of MIME headers.
getHeight() - Method in class javax.microedition.lcdui.Image
Gets the height of the image in pixels.
getHeight() - Method in class javax.microedition.lcdui.Font
Gets the standard height of a line of text in this font.
getHeight() - Method in class javax.microedition.lcdui.Canvas
Gets height of the displayable area in pixels.
getHeight() - Method in class net.rim.device.api.system.EncodedImage
Returns the height of this image in pixels.
getHeight() - Method in class net.rim.device.api.system.Bitmap
Retrieves this bitmap's height.
getHeight() - Method in class net.rim.device.api.ui.Font
Retrieves this font's height.
getHeight() - Method in class net.rim.device.api.ui.Field
Retrieves this field's height.
getHeights() - Method in class net.rim.device.api.ui.FontFamily
Retrieves list of heights supported by this font family.
getHexAsciiString(byte[]) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Returns a String containing the hexadecimal ASCII encoding of the given data.
getHexAsciiString(byte[], int, int) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Returns a String containing the hexadecimal ASCII encoding of the given data.
getHomeMCC() - Static method in class net.rim.device.api.system.IDENInfo
Returns the home Mobile Country Code (MCC).
getHomeNDC() - Static method in class net.rim.device.api.system.IDENInfo
Returns the home National Describer Code (NDC).
getHomeSID() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the home SID.
getHomeSystemNIDs() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the home system NIDs.
getHomeSystemSIDs() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the home system SIDs.
getHorizontalScroll() - Method in class net.rim.device.api.ui.Manager
Returns current horizontal offset of scrolling region.
getHost() - Method in interface javax.microedition.io.HttpConnection
Returns the host information of the URL of this HttpConnection.
getIcon() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the icon from this descriptor.
getId() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves the internal ID of the folder.
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getID() - Method in class net.rim.device.api.crypto.certificate.SubjectKeyStoreIndex
Returns a unique ID that represents this index within the key store.
getID() - Method in class net.rim.device.api.crypto.certificate.SerialNumberIssuerKeyStoreIndex
Returns a unique ID that represents this index within the key store.
getID() - Method in class net.rim.device.api.crypto.certificate.IssuerKeyStoreIndex
Returns a unique ID that represents this index within the key store.
getID() - Method in class net.rim.device.api.crypto.keystore.PrivateKeysKeyStoreIndex
 
getID() - Method in class net.rim.device.api.crypto.keystore.LabelKeyStoreIndex
Returns a unique ID that represents this index within the key store.
getID() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreIndex
Returns the long associated with this index class for use inside the keystore.
getID() - Method in class net.rim.device.api.crypto.keystore.AssociatedDataKeyStoreIndex
Returns the long associated with this index which is the long passed into the constructor.
getID() - Method in class net.rim.device.api.crypto.certificate.x509.X509PublicKeyHashKeyStoreIndex
Returns a unique ID that represents this index within the key store.
getID() - Method in class net.rim.device.api.crypto.certificate.x509.SubjectKeyIdentifierKeyStoreIndex
Returns a unique ID that represents this index within the key store.
getIdleTime() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves the number of seconds since the last key or thumbwheel event.
getImage() - Method in class javax.microedition.lcdui.ImageItem
Gets the image contained within the ImageItem, or null if there is no contained image.
getImage() - Method in class javax.microedition.lcdui.Alert
Gets the Image used in the Alert.
getImage(int) - Method in class javax.microedition.lcdui.List
 
getImage(int) - Method in class javax.microedition.lcdui.ChoiceGroup
 
getImage(int) - Method in interface javax.microedition.lcdui.Choice
Gets the Image part of the element referenced by elementNum.
getImageType() - Method in class net.rim.device.api.system.EncodedImage
Returns this image's encoding format.
getIMEI() - Static method in class net.rim.device.api.system.IDENInfo
Returns the International Mobile Equipment Identity (IMEI) of the device.
getIMEI() - Static method in class net.rim.device.api.system.GPRSInfo
Returns the International Mobile Equipment Identity (IMEI) of the device.
getIMSI() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the International Mobile Station Identity (IMSI) Definition.
getIncreaseDirection() - Static method in class net.rim.device.api.ui.Ui
Retrieves the direction for rolling controls.
getIndex() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the application index from this descriptor.
getIndex() - Method in class net.rim.device.api.ui.Field
Retrieves position of this field in its manager.
getIndex(Comparator, Object) - Method in class net.rim.device.api.collection.util.BigVector
Retrieves index by element.
getIndex(int) - Method in interface net.rim.device.api.collection.ReadableIntList
Retrieves index by element.
getIndex(int) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Retrieve index by element key.
getIndex(long) - Method in interface net.rim.device.api.collection.ReadableLongList
Retrieves index by element.
getIndex(long) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Retrieve index by element key.
getIndex(Object) - Method in interface net.rim.device.api.collection.ReadableList
Retrieves index by element.
getIndex(Object) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Retrieves index by element.
getIndex(Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Retrieves index by element.
getIndex(Object) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Retrieve index by element.
getIndex(Object) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Retrieve index by element.
getIndex(Object) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Retrieves index by element.
getIndex(Object[], Object) - Static method in class net.rim.device.api.util.Arrays
Return the index of the specified element.
getIndex(Object, ReadableList) - Static method in class net.rim.device.api.collection.util.ReadableListUtil
Retrieves index by element.
getInformation(long, Object, Object) - Method in interface net.rim.device.api.crypto.certificate.Certificate
Retrieves generic information about the certificate
getInformation(long, Object, Object) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Retrieves generic information about the certificate
getInformation(long, Object, Object) - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
 
getInputBlockLength() - Method in class net.rim.device.api.crypto.PKCS5UnformatterEngine
 
getInputBlockLength() - Method in class net.rim.device.api.crypto.PKCS5FormatterEngine
 
getInputBlockLength() - Method in class net.rim.device.api.crypto.PKCS1UnformatterEngine
 
getInputBlockLength() - Method in class net.rim.device.api.crypto.PKCS1FormatterEngine
 
getInputBlockLength() - Method in class net.rim.device.api.crypto.OAEPUnformatterEngine
 
getInputBlockLength() - Method in class net.rim.device.api.crypto.OAEPFormatterEngine
 
getInputBlockLength() - Method in interface net.rim.device.api.crypto.BlockUnformatterEngine
Returns the length of an input block in bytes.
getInputBlockLength() - Method in interface net.rim.device.api.crypto.BlockFormatterEngine
Returns the length of an input block in bytes.
getInputBlockLength() - Method in class net.rim.device.api.crypto.BlockEncryptor
Returns the input block length of the cipher in bytes.
getInputBlockLength() - Method in class net.rim.device.api.crypto.BlockDecryptor
Returns the input block length of the cipher in bytes.
getInputMode() - Method in class javax.microedition.lcdui.DateField
Gets input mode for this date field.
getInputStream() - Method in class net.rim.device.api.crypto.CryptoInputStream
Returns the input stream associated with this class.
getInputStream() - Method in class net.rim.blackberry.api.mail.UnsupportedAttachmentPart
Not supported.
getInputStream() - Method in class net.rim.blackberry.api.mail.TextBodyPart
Retrieves a stream representation of the body.
getInputStream() - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Not supported.
getInputStream() - Method in interface net.rim.blackberry.api.mail.Part
Retrieves an input stream for the contents of this Part.
getInputStream() - Method in class net.rim.blackberry.api.mail.Message
Retrieves an input stream for this part's contents.
getInputStream() - Method in class net.rim.blackberry.api.mail.ContactAttachmentPart
Returns an input stream containing the contact in a serial format (typically vcard)
getInstance() - Static method in class java.util.Calendar
Gets a calendar using the default time zone and locale.
getInstance() - Static method in class net.rim.device.api.synchronization.SerialSyncManager
Gets the instance of the SerialSyncManager object.
getInstance() - Static method in class net.rim.device.api.ui.ContextMenu
Retrieves instance of the system context menu.
getInstance() - Static method in class net.rim.device.api.crypto.certificate.CertificateServers
Returns an instance of a CertificateServers object.
getInstance() - Static method in class net.rim.device.api.crypto.keystore.TrustedKeyStore
Returns an instance of the trusted key store.
getInstance() - Static method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
 
getInstance() - Static method in class net.rim.device.api.crypto.keystore.KeyStoreManager
This method returns an instance of the KeyStoreManager.
getInstance() - Static method in class net.rim.device.api.crypto.keystore.DeviceKeyStore
Returns a reference to the current desktop key store.
getInstance() - Static method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
This method returns an instance of the CertificateStatusManager.
getInstance() - Static method in class net.rim.blackberry.api.mail.AttachmentHandlerManager
Retrieves a singleton AttachmentHandlerManager instance.
getInstance() - Static method in class net.rim.blackberry.api.pim.PIM
Returns a PIM instance.
getInstance() - Static method in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
 
getInstance(int) - Static method in class net.rim.device.api.i18n.DateFormat
Retrieves the date formatter for the given style and the default locale.
getInstance(PrivateKey, String) - Static method in class net.rim.device.api.crypto.SignatureSignerFactory
Constructs and returns a new SignatureSigner.
getInstance(String) - Static method in class net.rim.device.api.crypto.SymmetricKeyFactory
Constructs and returns a new random SymmetricKey object.
getInstance(String) - Static method in class net.rim.device.api.crypto.DigestFactory
Constructs and returns a new Digest object.
getInstance(String, byte[]) - Static method in class net.rim.device.api.crypto.certificate.CertificateFactory
Creates a certificate from a byte array.
getInstance(String, byte[], int) - Static method in class net.rim.device.api.crypto.SymmetricKeyFactory
Constructs and returns a new SymmetricKey object.
getInstance(String, byte[], int) - Static method in class net.rim.device.api.crypto.InitializationVectorFactory
Constructs and returns a new InitializationVector object.
getInstance(String, byte[], int, int) - Static method in class net.rim.device.api.crypto.SymmetricKeyFactory
Constructs and returns a new SymmetricKey object.
getInstance(String, byte[], int, int) - Static method in class net.rim.device.api.crypto.InitializationVectorFactory
Constructs and returns a new InitializationVector object.
getInstance(String, InputStream) - Static method in class net.rim.device.api.crypto.certificate.CertificateFactory
Creates a certificate given the certificate type and input stream.
getInstance(String, SymmetricKey) - Static method in class net.rim.device.api.crypto.MACFactory
Constructs and returns a new MAC.
getInstance(SymmetricKey) - Static method in class net.rim.device.api.crypto.MACFactory
Constructs and returns a new MAC.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone and default locale.
getInt() - Static method in class net.rim.device.api.crypto.RandomSource
Returns a random integer.
getInt(byte[]) - Static method in class net.rim.device.api.system.EventLogger
Transmogrify a byte array into an integer.
getInt(int) - Static method in class net.rim.device.api.crypto.RandomSource
Returns a random non-negative integer modulo.
getInt(int) - Method in class net.rim.blackberry.api.pim.RepeatRule
Returns an integer representing a RepeatRule field value.
getInt(int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Returns the integer value contained in the field.
getIntAt(int) - Method in interface net.rim.device.api.collection.ReadableIntList
Retrieves element by index.
getIntAt(int) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Retrieves element key by index.
getInteger(int, int) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieves an integer value from the IT policy database.
getInteger(int, int, int) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieves an integer value from the IT policy database.
getInteger(String, int) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieves an integer value from the IT policy database.
getIntegerFieldSize(int) - Static method in class net.rim.device.api.util.TLEUtilities
Determines the number of bytes required to write an integer type field for the given integer.
getIntKey(Object) - Method in interface net.rim.device.api.collection.IntKeyProviderAdaptor
Retrieves the integer key from specified element.
getInvalidAddresses() - Method in class net.rim.blackberry.api.mail.SendFailedException
Retrieves the invalid addresses to which this message could not be sent.
getISOCountries() - Static method in class net.rim.device.api.i18n.Locale
Retrieves a list of all 2-letter country codes defined in ISO 3166.
getISOLanguages() - Static method in class net.rim.device.api.i18n.Locale
Retrieves a list of all 2-letter language codes defined in ISO 639.
getIssuer() - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Get the issuer of this CRL.
getIssuer() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns a DistinguishedName object, representing the issuer of this certificate.
getIssuer() - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Get the issuer of this CRL.
getIssuer() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns a DistinguishedName object, representing the issuer of this certificate.
getIssuer() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns a DistinguishedName (WTLSDistinguishedName) object, representing the issuer of this certificate.
getIssuerAltNameStrings(int) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns all of the strings associated( for the specified type ) with an issuer alt name.
getIssuerUniqueIdentifier() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns a bit string representing the issuer's unique identifier.
getItemCookie(int) - Method in class net.rim.device.api.ui.component.Menu
Retrieves the cookie for menu item at provided position.
getItemId(int) - Method in class net.rim.device.api.ui.component.Menu
Retrieves the ID for menu item at provided position.
getIV() - Method in class net.rim.device.api.crypto.CFBEncryptor
Returns the initialization vector.
getIV() - Method in class net.rim.device.api.crypto.CFBDecryptor
Returns the initialization vector.
getIV() - Method in class net.rim.device.api.crypto.CBCEncryptorEngine
Returns the initialization vector associated with this decryptor engine.
getIV() - Method in class net.rim.device.api.crypto.CBCDecryptorEngine
Returns the initialization vector associated with this decryptor engine.
getKEACryptoSystem() - Method in class net.rim.device.api.crypto.KEAPublicKey
Returns the KEA crypto system associated with the key.
getKEACryptoSystem() - Method in class net.rim.device.api.crypto.KEAPrivateKey
Returns the KEA crypto system associated with the key.
getKEACryptoSystem() - Method in class net.rim.device.api.crypto.KEAKeyPair
Returns the KEA crypto system associated with the keys.
getKEACryptoSystem() - Method in interface net.rim.device.api.crypto.KEAKey
Returns the KEA crypto system associated with the key.
getKEAPrivateKey() - Method in class net.rim.device.api.crypto.KEAKeyPair
Returns the KEA private key associated with this key pair.
getKEAPublicKey() - Method in class net.rim.device.api.crypto.KEAKeyPair
Returns the KEAPublicKey object associated with this key pair.
getKey(int) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Retrieve element key by offset from the key cache.
getKey(int) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Retrieve element key by offset from the key cache.
getKey(Object) - Method in interface net.rim.device.api.collection.ReadableLongMap
Retrieves long integer key by element.
getKey(Object) - Method in interface net.rim.device.api.collection.ReadableIntMap
Retrieves integer key by element.
getKey(Object) - Method in class net.rim.device.api.collection.util.SparseList
Retrieves index by element.
getKey(Object) - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Retrieves long integer key by element.
getKey(Object) - Method in class net.rim.device.api.util.LongHashtable
Retrieves key by value.
getKeyCode(int) - Method in class javax.microedition.lcdui.Canvas
Gets a key code that corresponds to the specified game action on the device.
getKeyExchangePriority() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This method returns the array of key exchanges currently stored with their appropriate priority (first in the array has most priority).
getKeyLength() - Method in class net.rim.device.api.crypto.RC5EncryptorEngine
Returns the length of the engine's key in bytes.
getKeyLength() - Method in class net.rim.device.api.crypto.RC5DecryptorEngine
Returns the length of the engine's key in bytes.
getKeyLength() - Method in class net.rim.device.api.crypto.RC2EncryptorEngine
Returns the length of the engine's key in bytes.
getKeyLength() - Method in class net.rim.device.api.crypto.RC2DecryptorEngine
Returns the length of the key in bytes.
getKeyLength() - Method in class net.rim.device.api.crypto.AESEncryptorEngine
Returns the length of the key in bytes.
getKeyLength() - Method in class net.rim.device.api.crypto.AESDecryptorEngine
Returns the length of the key in bytes.
getKeyName(int) - Method in class javax.microedition.lcdui.Canvas
Gets an informative key string for a key.
getKeyStore(int) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
This method returns the KeyStore associated with the index specified as the only parameter.
getKeyStore(KeyStoreData) - Method in class net.rim.device.api.crypto.keystore.KeyStoreManager
This method will search through all of the KeyStores currently registered with the KeyStoreManager to see if the KeyStoreData object is a member of that KeyStore.
getKeyUsageString(long) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Returns a String that determines how the key is used.
getLabel() - Method in class javax.microedition.lcdui.TextField
 
getLabel() - Method in class javax.microedition.lcdui.StringItem
 
getLabel() - Method in class javax.microedition.lcdui.Item
Gets the label of this Item object.
getLabel() - Method in class javax.microedition.lcdui.ImageItem
 
getLabel() - Method in class javax.microedition.lcdui.Gauge
 
getLabel() - Method in class javax.microedition.lcdui.DateField
 
getLabel() - Method in class javax.microedition.lcdui.Command
Gets the label of the command.
getLabel() - Method in class javax.microedition.lcdui.ChoiceGroup
 
getLabel() - Method in class net.rim.device.api.ui.component.RadioButtonField
Retrieves this field's label.
getLabel() - Method in class net.rim.device.api.ui.component.GaugeField
Retrieves this field's label.
getLabel() - Method in class net.rim.device.api.ui.component.Dialog
Retrieves label for the dialog.
getLabel() - Method in class net.rim.device.api.ui.component.DateField
Retrieves this field's label.
getLabel() - Method in class net.rim.device.api.ui.component.ChoiceField
Retrieves this field's label.
getLabel() - Method in class net.rim.device.api.ui.component.CheckboxField
Retrieves this field's label string.
getLabel() - Method in class net.rim.device.api.ui.component.ButtonField
Retrieves this field's label.
getLabel() - Method in class net.rim.device.api.ui.component.BasicEditField
Retrieves this field's label.
getLabel() - Method in class net.rim.device.api.crypto.certificate.CertificateDisplayField
Returns the label associated with the field.
getLabel() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the label associated with this class.
getLabelLength() - Method in class net.rim.device.api.ui.component.BasicEditField
Retrieves the length of this field's label.
getLAC() - Method in class net.rim.device.api.system.GPRSInfo.GPRSCellInfo
Returns the Location Area Code.
getLanguage() - Method in class net.rim.device.api.i18n.Locale
Retrieves this locale's ISO language code.
getLastModified() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the last-modified header field.
getLastModified() - Method in class javax.microedition.rms.RecordStore
Returns the last time the record store was modified, in the format used by System.currentTimeMillis().
getLastNode(int, boolean) - Method in class net.rim.device.api.ui.component.TreeField
Gets the last node in a prefix depth first traversal of the subtree rooted at the given node.
getLastSet() - Method in class net.rim.device.api.util.BitSet
Retrieves last set bit in this set.
getLastSet() - Method in class net.rim.device.api.crypto.asn1.ASN1BitSet
Retrieves the last bit set.
getLayout() - Method in class javax.microedition.lcdui.ImageItem
Gets the layout directives used for placing the image.
getLeading() - Method in class net.rim.device.api.ui.Font
Retrieve this font's leading.
getLeafFieldWithFocus() - Method in class net.rim.device.api.ui.Screen
Retrieves leaf field with focus.
getLeafFieldWithFocus() - Method in class net.rim.device.api.ui.Manager
Retrieves leaf field with focus.
getLeafFieldWithFocus() - Method in class net.rim.device.api.ui.Field
Retrieves the leaf (non-manager) field with the focus.
getLeft() - Method in class net.rim.device.api.ui.Field
Retrieves this field's left-offset position.
getLength() - Method in interface javax.microedition.io.Datagram
Get the length
getLength() - Method in interface javax.microedition.io.ContentConnection
Returns the length of the content which is being provided.
getLength() - Method in class net.rim.device.api.util.DataBuffer
Returns the length of this buffer's data area.
getLength() - Method in class net.rim.device.api.crypto.asn1.ASN1BitSet
Returns the number of bits represented by this bit set.
getLength() - Method in class net.rim.device.api.crypto.X931SignatureSigner
Returns the length of the signature.
getLength() - Method in class net.rim.device.api.crypto.TripleDESKey
 
getLength() - Method in interface net.rim.device.api.crypto.SymmetricKey
Returns the length of the key in bytes.
getLength() - Method in class net.rim.device.api.crypto.SkipjackKey
 
getLength() - Method in class net.rim.device.api.crypto.RC5Key
 
getLength() - Method in class net.rim.device.api.crypto.RC2Key
 
getLength() - Method in class net.rim.device.api.crypto.PSSSignatureSigner
Returns the length of the signature in bytes.
getLength() - Method in class net.rim.device.api.crypto.PKCS1SignatureSigner
Returns the length of the signature in bytes.
getLength() - Method in class net.rim.device.api.crypto.NullMAC
Returns the length in bytes of the MAC, zero in this case.
getLength() - Method in interface net.rim.device.api.crypto.MAC
Returns the length, in bytes, of the MAC.
getLength() - Method in class net.rim.device.api.crypto.InitializationVector
Returns the length of the initialization vector in bytes.
getLength() - Method in class net.rim.device.api.crypto.HMACKey
 
getLength() - Method in class net.rim.device.api.crypto.HMAC
Returns the length of the HMAC in bytes.
getLength() - Method in class net.rim.device.api.crypto.DESKey
 
getLength() - Method in class net.rim.device.api.crypto.CBCMAC
 
getLength() - Method in class net.rim.device.api.crypto.CAST128Key
 
getLength() - Method in class net.rim.device.api.crypto.ARC4Key
Returns the length of the key in bytes.
getLength() - Method in class net.rim.device.api.crypto.AESKey
Returns the length of the key.
getLinePosition() - Method in class net.rim.device.api.ui.component.SeparatorField
Retrieves the vertical position of the separator line.
getListenerManager() - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Retrieves this collection's listener manager.
getLLAId() - Method in class net.rim.device.api.system.IDENInfo.IDENCellInfo
Returns the LLA Id.
getLocale() - Method in class net.rim.device.api.i18n.ResourceBundle
Retrieves this bundle's locale.
getLocale() - Method in class net.rim.device.api.i18n.MessageFormat
Retrieves current locale.
getLocale() - Static method in class net.rim.device.api.ui.Keypad
Retrieves this keypad's locale.
getLocality() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Retrieve the locality attribute associated with this distinguished name.
getLocality() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the locality attribute associated with this distinguished name.
getLocality() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Retrieve the locality attribute associated with this distinguished name.
getLong() - Static method in class net.rim.device.api.crypto.RandomSource
Returns a random long integer.
getLong(long) - Static method in class net.rim.device.api.crypto.certificate.KeyUsage
Returns an interned object the represents the specified KeyUsage.
getLong(long) - Static method in class net.rim.device.api.crypto.RandomSource
Returns a random non-negative long integer modulo.
getLongAt(int) - Method in interface net.rim.device.api.collection.ReadableLongList
Retrieves element by index.
getLongAt(int) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Retrieves element key by index.
getLongKey(Object) - Method in interface net.rim.device.api.collection.LongKeyProviderAdaptor
Retrieves the long integer key from specified element.
getMAC() - Method in class net.rim.device.api.crypto.MACOutputStream
Returns a reference to the MAC object being used in this instance of the class.
getMAC() - Method in class net.rim.device.api.crypto.MACInputStream
Returns a reference to the MAC being used in this instance of the class.
getMAC() - Method in interface net.rim.device.api.crypto.MAC
Returns a byte array containing the MAC of all the input data since the last reset.
getMAC(boolean) - Method in interface net.rim.device.api.crypto.MAC
Returns a byte array containing the MAC of all the input data since the last reset.
getMAC(byte[], int) - Method in interface net.rim.device.api.crypto.MAC
Puts the MAC of all the input data since the last reset into the given buffer starting at the specified offset.
getMAC(byte[], int, boolean) - Method in class net.rim.device.api.crypto.NullMAC
Gets the null MAC by returning zero.
getMAC(byte[], int, boolean) - Method in interface net.rim.device.api.crypto.MAC
Puts the MAC of all the input data since the last reset into the given buffer starting at the specified offset.
getMAC(byte[], int, boolean) - Method in class net.rim.device.api.crypto.HMAC
 
getMAC(byte[], int, boolean) - Method in class net.rim.device.api.crypto.CBCMAC
 
getMAC(byte[], int, int, SymmetricKey, String) - Static method in class net.rim.device.api.crypto.Crypto
Returns the MAC of the given data and the given key using the given algorithm.
getMACPriority() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This method returns the array of MACs currently stored with their appropriate priority (first in the array has most priority).
getMainManager() - Method in class net.rim.device.api.ui.container.MainScreen
Retrieves this screen's subordinate, vertical field manager.
getManager() - Method in class net.rim.device.api.ui.Field
Retrieves this field's manager.
getMaxAvailable() - Method in class net.rim.device.api.crypto.X963KDFPseudoRandomSource
 
getMaxAvailable() - Method in class net.rim.device.api.crypto.X942KDFPseudoRandomSource
 
getMaxAvailable() - Method in class net.rim.device.api.crypto.RFC2631KDFPseudoRandomSource
 
getMaxAvailable() - Method in interface net.rim.device.api.crypto.PseudoRandomSource
Returns the maximum number of pseudo random bytes that this PRNG can produce.
getMaxAvailable() - Method in class net.rim.device.api.crypto.PKCS5KDF2PseudoRandomSource
 
getMaxAvailable() - Method in class net.rim.device.api.crypto.PKCS5KDF1PseudoRandomSource
 
getMaxAvailable() - Method in class net.rim.device.api.crypto.PKCS1MGF1PseudoRandomSource
 
getMaxAvailable() - Method in class net.rim.device.api.crypto.P1363KDF1PseudoRandomSource
 
getMaxAvailable() - Method in class net.rim.device.api.crypto.OFBPseudoRandomSource
 
getMaxAvailable() - Method in class net.rim.device.api.crypto.FIPS186PseudoRandomSource
Returns the maximum number of pseudo random bytes that this PRNG can produce following a call to reset().
getMaxAvailable() - Method in class net.rim.device.api.crypto.ARC4PseudoRandomSource
Returns the maximum number of pseudo-random bytes that this PRNG can produce following a call to reset().
getMaximumLength() - Method in interface javax.microedition.io.DatagramConnection
Get the maximum length a datagram can be.
getMaximumLength() - Method in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
getMaxSize() - Method in class javax.microedition.lcdui.TextField
Returns the maximum size (number of characters) that can be stored in this TextField.
getMaxSize() - Method in class javax.microedition.lcdui.TextBox
Returns the maximum size (number of characters) that can be stored in this TextBox.
getMaxSize() - Method in class net.rim.device.api.ui.component.BasicEditField
Retrieves the maximum number of characters allowed for this field's value.
getMaxValue() - Method in class javax.microedition.lcdui.Gauge
Gets the maximum value of this Gauge object.
getMCC() - Method in class net.rim.device.api.system.IDENInfo.IDENCellInfo
Returns the Mobile Country Code (MCC).
getMemoryNeeded() - Static method in class net.rim.device.api.system.Memory
Retreives the amount of flash the VM wants to recover.
getMessage() - Method in class java.lang.Throwable
Returns the error message string of this throwable object.
getMessage() - Method in class net.rim.blackberry.api.mail.event.MessageEvent
Returns the changed Message.
getMessage() - Method in class net.rim.blackberry.api.mail.event.FolderEvent
Retrieves the message that was added or removed.
getMessageChangeType() - Method in class net.rim.blackberry.api.mail.event.MessageEvent
Returns the type of this event.
getMessages() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves an array that contains references to messages in this folder only, not in subfolders.
getMinimumLevel() - Static method in class net.rim.device.api.system.EventLogger
Retrieves the current minimum logging level.
getMode() - Static method in class net.rim.device.api.ui.Ui
Retrieves the UI user mode.
getMode() - Method in class net.rim.device.api.ui.component.DateField
Retrieves this field's mode.
getModelNumber() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the mobile model number reported OTA.
getModuleCodeSize(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the size of a module's contained code.
getModuleDescription(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the description for a module.
getModuleFlags(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the flags for the specified module.
getModuleHandle() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves handle for this descriptor's code module.
getModuleHandle(String) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrives the handle for the module with the specified name.
getModuleHandleForObject(Object) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the handle of the module which defines an object's class.
getModuleHandles() - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves handles for all existing modules.
getModuleHash(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the SHA hash of a module.
getModuleName() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves name of this descriptor's code module.
getModuleName(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the name of a module.
getModuleName(int, int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the name of a base module.
getModuleTimestamp(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves a module's creation time.
getModuleURL(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the URL from which a module can be loaded.
getModuleVendor(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the vendor information for a module.
getModuleVersion(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the version of a module.
getModuleVersion(int, int) - Static method in class net.rim.device.api.system.CodeModuleManager
Retrieves the version of a base module.
getModulusLength() - Method in class net.rim.device.api.crypto.RSACryptoSystem
Returns the number of bytes that comprise the public modulus for the system.
getN() - Method in class net.rim.device.api.crypto.RSAPublicKey
Returns a copy of the public key modulus.
getN() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns a copy of the public key modulus, or null if not available.
getName() - Method in class java.lang.Class
Returns the fully-qualified name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String.
getName() - Method in class javax.microedition.rms.RecordStore
Returns the name of this RecordStore.
getName() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the application name from this descriptor.
getName() - Method in class net.rim.device.api.ui.FontFamily
Retrieves this font family's name.
getName() - Method in class net.rim.device.api.crypto.RSACryptoSystem
Returns a String that indicates the name of the crypto system, ie "RSA1024".
getName() - Method in class net.rim.device.api.crypto.KEACryptoSystem
Returns a String that indicates the set of parameters in use, eg "SUN1024", or null.
getName() - Method in class net.rim.device.api.crypto.ECCryptoSystem
Returns a String that indicates the name of the elliptic curve, eg "EC163K1".
getName() - Method in class net.rim.device.api.crypto.DSACryptoSystem
Returns a String that indicates the set of parameters in use, eg "SUN1024", or null.
getName() - Method in class net.rim.device.api.crypto.DHCryptoSystem
Returns a String that indicates the set of parameters in use, eg "WTLS1", or null.
getName() - Method in interface net.rim.device.api.crypto.CryptoSystem
Returns a String that indicates the name of the crypto system, eg "WTLS1", "SUN1024", "EC160R1", etc.
getName() - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
getName() - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns the name of the key store.
getName() - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Returns the name of the preferred key store.
getName() - Method in class net.rim.blackberry.api.mail.UnsupportedAttachmentPart
Retrieves the attachment filename.
getName() - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Retrieves the attachment filename.
getName() - Method in class net.rim.blackberry.api.mail.ServiceConfiguration
Retrieves the name of the internal service that this ServiceConfiguration encapsulates.
getName() - Method in class net.rim.blackberry.api.mail.Header
Retrieves the header name.
getName() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves the name of this folder.
getName() - Method in class net.rim.blackberry.api.mail.Address
Retrieves the address name.
getName() - Method in interface net.rim.blackberry.api.pim.PIMList
Returns the name of the list.
getNameResourceBundle() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the resource bundle from this descriptor.
getNameResourceId() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the resource ID from this descriptor.
getNDC() - Method in class net.rim.device.api.system.IDENInfo.IDENCellInfo
Returns the National Describer Code (NDC).
getNetworkService() - Static method in class net.rim.device.api.system.RadioInfo
Retrieves currently available network services.
getNetworkType() - Static method in class net.rim.device.api.system.RadioInfo
Retrieves the network type.
getNextDate(int) - Static method in class net.rim.device.api.util.DateTimeUtilities
Retrieves future date relative to midnight on current day.
getNextElement() - Method in class net.rim.device.api.util.ObjectEnumerator
Determines if a next element can be retrieved.
getNextRecordID() - Method in class javax.microedition.rms.RecordStore
Returns the recordId of the next record to be added to the record store.
getNextSet(int) - Method in class net.rim.device.api.util.BitSet
Retrieves the first bit set starting forward from provided position.
getNextSet(int) - Method in class net.rim.device.api.crypto.asn1.ASN1BitSet
Retrieve the next bit set starting at the given index.
getNextSibling(int) - Method in class net.rim.device.api.ui.component.TreeField
Retrieves ID of next sibling of specified node.
getNextUpdate() - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns the date by when the next CRL will be issued.
getNextUpdate() - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns the date by when the next CRL will be issued, or 0 if this information is not provided.
getNextUpdateTime() - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Returns the number of milliseconds since midnight, January 1, 1970 UTC which is used to denote the time that the next update for this certificate status will be available.
getNID() - Method in class net.rim.device.api.system.CDMAInfo.CDMACellInfo
Returns the Network ID (NID).
getNodeCount() - Method in class net.rim.device.api.ui.component.TreeField
Retrieves total number of nodes in this tree.
getNominalLength() - Method in interface javax.microedition.io.DatagramConnection
Get the nominal length of a datagram.
getNominalLength() - Method in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
getNotAfter() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns the date on which this certificate will expire.
getNotAfter() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns the date on which this certificate will expire.
getNotAfter() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns the date on which this certificate will expire.
getNotBefore() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns the date on which this certificate will become valid.
getNotBefore() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns the date on which this certificate will become valid.
getNotBefore() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns the date on which this certificate will become valid.
getNotifyReselected() - Method in class net.rim.device.api.ui.component.RadioButtonGroup
Determines state of reselection notification.
getNumberOfRounds() - Method in class net.rim.device.api.crypto.RC5EncryptorEngine
Returns the number of rounds used.
getNumberOfRounds() - Method in class net.rim.device.api.crypto.RC5DecryptorEngine
Returns the number of rounds used.
getNumBits(byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Returns the minimum number of bits required to encode the number contained in array
getNumKeyStores() - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
This method returns the number of keystores that are currently contained in the CombinedKeyStore.
getNumRecords() - Method in class javax.microedition.rms.RecordStore
Returns the number of records currently in the record store.
getNumSet() - Method in class net.rim.device.api.util.BitSet
Retrieves number of set bits.
getNumSet() - Method in class net.rim.device.api.crypto.asn1.ASN1BitSet
Retrieve the number of set bits in the collection.
getNVVersion() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the NV data version.
getObject() - Method in class net.rim.device.api.system.NonPersistableObjectException
 
getObject(int) - Method in class net.rim.device.api.i18n.ResourceBundle
Retrieves resource object by key (will chain through parent bundles).
getObject(int, boolean) - Method in class net.rim.device.api.i18n.ResourceBundle
Retrieves resource object by key.
getObjectCount() - Method in class net.rim.device.api.system.MemoryStats
Retrieves the number of objects occupying memory/storage type.
getObjectSize() - Method in class net.rim.device.api.system.MemoryStats
Retrieves the total size of objects occupying memory/storage type.
getObjectStats() - Static method in class net.rim.device.api.system.Memory
Retreive a statistics object for object handles.
getOffset() - Method in interface javax.microedition.io.Datagram
Get the offset
getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
Gets offset, for current date, modified in case of daylight savings.
getOffsets() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves this field's offset list.
getOID() - Method in class net.rim.device.api.crypto.certificate.CertificateExtension
Returns the OID representing the extension.
getOID(int) - Static method in class net.rim.device.api.crypto.oid.OIDs
Returns the OID with the given identifier.
getOIDs() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Returns an enumeration of all the OIDs in the name.
getOIDs() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Returns an enumeration of all the OIDs for the names.
getOIDs() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Returns an Enumeration of all the OIDs present in the identifier attributes.
getOrdinal() - Method in class net.rim.device.api.ui.MenuItem
Retrieves relative ordering of this menu item.
getOrganization() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Retrieve the organization attribute associated with this distinguished name.
getOrganization() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the organization attribute associated with this distinguished name.
getOrganization() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Returns a String containing the organization name.
getOrganizationalUnit() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Retrieve the organization unit attribute associated with this distinguished name.
getOrganizationalUnit() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the organization unit attribute associated with this distinguished name.
getOrganizationalUnit() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Retrieve the organization unit attribute associated with this distinguished name.
getOriginal() - Method in class net.rim.device.api.ui.Field
Retrieves original instance of this field.
getOriginal(char) - Static method in class net.rim.device.api.util.CharacterUtilities
Gets the firstmost character in a decomposion, recursively.
getOSVersion() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves the OS version.
getOutputBlockLength() - Method in class net.rim.device.api.crypto.PKCS5UnformatterEngine
 
getOutputBlockLength() - Method in class net.rim.device.api.crypto.PKCS5FormatterEngine
 
getOutputBlockLength() - Method in class net.rim.device.api.crypto.PKCS1UnformatterEngine
 
getOutputBlockLength() - Method in class net.rim.device.api.crypto.PKCS1FormatterEngine
 
getOutputBlockLength() - Method in class net.rim.device.api.crypto.OAEPUnformatterEngine
 
getOutputBlockLength() - Method in class net.rim.device.api.crypto.OAEPFormatterEngine
 
getOutputBlockLength() - Method in interface net.rim.device.api.crypto.BlockUnformatterEngine
Returns the length of an output block in bytes.
getOutputBlockLength() - Method in interface net.rim.device.api.crypto.BlockFormatterEngine
Returns the length of an output block in bytes.
getOutputBlockLength() - Method in class net.rim.device.api.crypto.BlockEncryptor
Returns the output block length of the cipher in bytes.
getOutputBlockLength() - Method in class net.rim.device.api.crypto.BlockDecryptor
Returns the output block length of the cipher in bytes.
getOutputStream() - Method in class net.rim.device.api.io.SharedOutputStream
Retrieves a new output stream that can write to this shared stream.
getOutputStream() - Method in class net.rim.device.api.crypto.CryptoOutputStream
Returns the output stream associated with this class.
getOverallStatus() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns the overall certificate status for this request.
getP() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns a copy of the first prime p, or null if not available.
getP() - Method in class net.rim.device.api.crypto.KEACryptoSystem
Returns the p domain parameter.
getP() - Method in class net.rim.device.api.crypto.DSACryptoSystem
Returns the p domain parameter.
getP() - Method in class net.rim.device.api.crypto.DHCryptoSystem
Returns the p domain parameter.
getParent() - Method in interface net.rim.device.api.collection.ReadableTree
Retrieves the parent node.
getParent() - Method in class net.rim.blackberry.api.mail.Multipart
Retrieves the Part that contains this Multipart object.
getParent() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves the parent folder of this folder.
getParent() - Method in class net.rim.blackberry.api.mail.BodyPart
Retrieves the Multipart object that contains this BodyPart.
getParent(int) - Method in class net.rim.device.api.ui.component.TreeField
Retrieves ID of specified node's parent.
getPartOutputStream(boolean, String) - Method in class net.rim.device.api.mime.MIMEOutputStream
Creates a new MIME part for this stream.
getParts() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves all parts in this multi-part message.
getPasswordVersion() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the current password version of this KeyStoreData object.
getPersistentObject(long) - Static method in class net.rim.device.api.system.PersistentStore
Retrieves persitent object from store by key.
getPersistentStats() - Static method in class net.rim.device.api.system.Memory
Retreive a statistics object for persistent objects in flash.
getPIMList() - Method in interface net.rim.blackberry.api.pim.PIMItem
Returns the PIMList that contains this item.
getPNGInfo(byte[], int, int) - Method in class net.rim.device.api.system.Bitmap.PNGInfo
Retrieves a PNG bitmap's information.
getPort() - Method in interface javax.microedition.io.HttpConnection
Returns the network port number of the URL for this HttpConnection.
getPort() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
Returns the port number of the server.
getPosition() - Method in class net.rim.device.api.system.ApplicationDescriptor
Returns the application's suggested position on the ribbon.
getPosition() - Method in class net.rim.device.api.ui.component.LabelField
Retrieves drawing offset of this field's label text.
getPosition() - Method in class net.rim.device.api.util.DataBuffer
Retrieves current read/write position.
getPostWhitening() - Method in class net.rim.device.api.crypto.XEncryptorEngine
Returns the whitening vector that is applied to the ciphertext.
getPostWhitening() - Method in class net.rim.device.api.crypto.XDecryptorEngine
Returns the whitening vector that is applied to the ciphertext.
getPredefinedBitmap(int) - Static method in class net.rim.device.api.system.Bitmap
Retrieves one of the predefined system bitmaps.
getPreferredHeight() - Method in class net.rim.device.api.ui.Field
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.component.SeparatorField
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.component.NullField
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.component.LabelField
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.component.ButtonField
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.component.BitmapField
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.component.BasicEditField
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.container.VerticalFieldManager
Retrieves this manager's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.container.HorizontalFieldManager
Retrieves this manager's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.container.FlowFieldManager
Retrieves this manager's preferred height.
getPreferredIndex(int) - Method in interface net.rim.blackberry.api.pim.Contact
Returns the index number of the preferred field.
getPreferredWidth() - Method in class net.rim.device.api.ui.Field
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.NumericChoiceField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.NullField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.ListField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.LabelField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.Dialog
Retrieves this dialog's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.DateField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.ChoiceField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.ButtonField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.BitmapField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.component.BasicEditField
Retrieves this field's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.container.VerticalFieldManager
Retrieves this manager's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.container.HorizontalFieldManager
Retrieves this manager's preferred width.
getPreferredWidth() - Method in class net.rim.device.api.ui.container.FlowFieldManager
Retrieves this manager's preferred width.
getPreferredWidth(ListField) - Method in class net.rim.device.api.ui.component.ObjectListField
Retrieves preferred width of this field.
getPreferredWidth(ListField) - Method in interface net.rim.device.api.ui.component.ListFieldCallback
Retrieves this list field's preferred width.
getPreviousSet(int) - Method in class net.rim.device.api.util.BitSet
Retrieves the first bit set starting backwards from provided position.
getPreviousSet(int) - Method in class net.rim.device.api.crypto.asn1.ASN1BitSet
Retrieve the previous bit set starting at the given index.
getPreviousSibling(int) - Method in class net.rim.device.api.ui.component.TreeField
Retrieves ID of the previous sibling of specified node.
getPreWhitening() - Method in class net.rim.device.api.crypto.XEncryptorEngine
Returns the whitening vector that is applied to the plaintext.
getPreWhitening() - Method in class net.rim.device.api.crypto.XDecryptorEngine
Returns the whitening vector that is applied to the plaintext.
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
getPriority() - Method in class javax.microedition.lcdui.Command
Gets the priority of the command.
getPriority() - Method in class net.rim.device.api.ui.MenuItem
Retrieves relative priority of this menu item.
getPriority() - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
This method returns the array of ciphersuites currently stored with their appropriate priority (first in the array has most priority).
getPriority() - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
This method returns the array of ciphersuites currently stored with their appropriate priority (first in the array has most priority).
getPrivateKey() - Method in class net.rim.device.api.crypto.KeyPair
Returns the private key associated with this key pair.
getPrivateKey(KeyStoreDataTicket) - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the private key contained within the key store data.
getPrivateKeyData() - Method in class net.rim.device.api.crypto.KEAPrivateKey
Returns a copy of the private key data.
getPrivateKeyData() - Method in class net.rim.device.api.crypto.ECPrivateKey
Returns a copy of the private key data.
getPrivateKeyData() - Method in class net.rim.device.api.crypto.DSAPrivateKey
Returns a copy of the private key data.
getPrivateKeyData() - Method in class net.rim.device.api.crypto.DHPrivateKey
Returns a copy of the private key data.
getPrivateKeyLength() - Method in class net.rim.device.api.crypto.KEACryptoSystem
Returns the length of the private key.
getPrivateKeyLength() - Method in class net.rim.device.api.crypto.ECCryptoSystem
Returns the length (in bytes) of a private key for this system's curve.
getPrivateKeyLength() - Method in class net.rim.device.api.crypto.DSACryptoSystem
Returns the length of the private key.
getPrivateKeyLength() - Method in class net.rim.device.api.crypto.DHCryptoSystem
Returns the length of the private key.
getPrivateKeyMinRandomBits() - Method in class net.rim.device.api.crypto.DHCryptoSystem
Returns the minimum number of private key random bits.
getPRLVersion() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the preferred roaming list version.
getPRNG(byte[], int, int, int) - Static method in class net.rim.device.api.crypto.Crypto
Expands a finite length seed into an arbitrarily long stream of pseudo-random bytes using the FIPS-186 Pseudo-Random Number Generator (PRNG).
getProcessId() - Method in class net.rim.device.api.system.Application
Retrieves the process ID for this application.
getProcessId(ApplicationDescriptor) - Method in class net.rim.device.api.system.ApplicationManager
Retrieves the process ID for specified descriptor's application.
getProducedAtTime() - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Returns the number of milliseconds since midnight, January 1, 1970 UTC which is used to denote the time at that this update was produced at for this certificate status.
getProgress() - Method in interface net.rim.device.api.collection.FilterProgress
Retrieves collection's current filtering progress.
getProperty(String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProtocol() - Method in interface javax.microedition.io.HttpConnection
Returns the protocol name of the URL of this HttpConnection.
getProviderErrorMessages() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns an enumeration of strings containing error messages logged by the certificate status providers.
getPublicKey() - Method in class net.rim.device.api.system.CodeSigningKey
Retrieves public key.
getPublicKey() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Extracts the subject's public key.
getPublicKey() - Method in class net.rim.device.api.crypto.KeyPair
Returns the public key associated with this key pair.
getPublicKey() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the public key that is stored within the key store data object.
getPublicKey() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Extracts the subject's public key.
getPublicKey() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Extracts the subject's public key.
getPublicKeyAlgorithm() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns a string representing the intended use of the public key.
getPublicKeyAlgorithm() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
 
getPublicKeyAlgorithm() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
 
getPublicKeyData() - Method in class net.rim.device.api.crypto.KEAPublicKey
Returns a copy of the public key data.
getPublicKeyData() - Method in class net.rim.device.api.crypto.KEAPrivateKey
Returns a copy of the associated public key data.
getPublicKeyData() - Method in class net.rim.device.api.crypto.ECPublicKey
Returns a copy of the public key data which is is encoded as an ANSI X9.62 ECPoint object.
getPublicKeyData() - Method in class net.rim.device.api.crypto.ECPrivateKey
Returns a copy of the public key data which is encoded as an ANSI X9.62 ECPoint object.
getPublicKeyData() - Method in class net.rim.device.api.crypto.DSAPublicKey
Returns a copy of the public key data.
getPublicKeyData() - Method in class net.rim.device.api.crypto.DSAPrivateKey
Returns a copy of the associated public key data.
getPublicKeyData() - Method in class net.rim.device.api.crypto.DHPublicKey
Returns a copy of the public key data.
getPublicKeyData() - Method in class net.rim.device.api.crypto.DHPrivateKey
Returns a copy of the associated public key data.
getPublicKeyData(boolean) - Method in class net.rim.device.api.crypto.ECPublicKey
Returns a copy of the public key data, which is encoded as an ANSI X9.62 ECPoint object, with the option to compress the data.
getPublicKeyLength() - Method in class net.rim.device.api.crypto.KEACryptoSystem
Returns the length of the public key.
getPublicKeyLength() - Method in class net.rim.device.api.crypto.ECCryptoSystem
Returns the length (in bytes) of a compressed public key for this system's curve.
getPublicKeyLength() - Method in class net.rim.device.api.crypto.DSACryptoSystem
Returns the length of the public key.
getPublicKeyLength() - Method in class net.rim.device.api.crypto.DHCryptoSystem
Returns the length of the public key.
getPublicKeyLength(boolean) - Method in class net.rim.device.api.crypto.ECCryptoSystem
Returns the length (in bytes) of a public key for this system's curve.
getQ() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns a copy of the second prime q, or null if not available.
getQ() - Method in class net.rim.device.api.crypto.KEACryptoSystem
Returns the q domain parameter, or null.
getQ() - Method in class net.rim.device.api.crypto.DSACryptoSystem
Returns the q domain parameter, or null.
getQ() - Method in class net.rim.device.api.crypto.DHCryptoSystem
Returns the q domain parameter, or null.
getQInvModP() - Method in class net.rim.device.api.crypto.RSAPrivateKey
Returns a copy of the q^-1 mod p (coefficient, Chinese Remainder Theorem), or null if not available.
getQuery() - Method in interface javax.microedition.io.HttpConnection
Returns the query portion of the URL of this HttpConnection.
getRAC() - Method in class net.rim.device.api.system.GPRSInfo.GPRSCellInfo
Returns the Routing Area Code (RAC).
getRAMStats() - Static method in class net.rim.device.api.system.Memory
Retreive a statistics object for RAM.
getRawMIMEInputStream() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves entire MIME part including headers.
getRawOffset() - Method in class java.util.TimeZone
Gets the GMT offset for this time zone.
getReason() - Method in class net.rim.blackberry.api.pim.PIMException
Returns an integer indicating the reason that the exception was thrown.
getReceivedDate() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the date on which this message was received.
getRecipients(int) - Method in class net.rim.blackberry.api.mail.Message
Retrieves all the recipient addresses for the message based on recipient type.
getRecord(int) - Method in class javax.microedition.rms.RecordStore
Returns a copy of the data stored in the given record.
getRecord(int, byte[], int) - Method in class javax.microedition.rms.RecordStore
Returns the data stored in the given record.
getRecordSize(int) - Method in class javax.microedition.rms.RecordStore
Returns the size (in bytes) of the MIDlet data available in the given record.
getRedComponent() - Method in class javax.microedition.lcdui.Graphics
Gets the red component of the current color.
getRef() - Method in interface javax.microedition.io.HttpConnection
Returns the ref portion of the URL of this HttpConnection.
getRegion(int) - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves the formatting region index containing specified character position.
getRegionCookie() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves the cookie for the formatting region containing the current offset.
getRegionCookie(int) - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves the cookie for a specified formatting region.
getRegionFont() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves font format used in the formatting region containing the current offset.
getRegionFont(int) - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves font format used in a specified region.
getRegionText() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves raw text in the formatting region containing the current offset.
getRegionText(int) - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves raw text in a specified formatting region.
getRegisteredAppName(long) - Static method in class net.rim.device.api.system.EventLogger
Retrieves name of application given GUID.
getRegisteredViewerType(long) - Static method in class net.rim.device.api.system.EventLogger
Retrieves the viewer type registered for an application given GUID.
getRegistrationAddress() - Static method in class net.rim.device.api.system.IDENInfo
Returns the registration address of the device.
getRegistrationAddress() - Static method in class net.rim.device.api.system.GPRSInfo
Returns the registration address.
getRegistrationAddress() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the registration address.
getRepeat() - Method in interface net.rim.blackberry.api.pim.Event
Returns a RepeatRule object specifying how often and when this event occurs.
getReplyTo() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the addresses to which replies should be directed.
getRequestMethod() - Method in interface javax.microedition.io.HttpConnection
Get the current request method.
getRequestProperty(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named general request property for this connection.
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name.
getResponseCerts() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns the array of certificates for which status was received (in no particular order).
getResponseCode() - Method in interface javax.microedition.io.HttpConnection
Returns the HTTP response status code.
getResponseMessage() - Method in interface javax.microedition.io.HttpConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getResponseStatus() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns an array containing CertificateStatus objects for each certificate in the response certificate array (returned by getResponseCerts).
getRevocationReason() - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Returns an integer mapping to a description in the RevocationReason interface that describes why the certificate was revoked.
getRevocationReason(int) - Static method in class net.rim.device.api.crypto.keystore.RevocationReason
This method returns a string equivalent according to the locale specifying why the certificate was revoked given one of the revocation reasons above.
getRevocationTime() - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Returns the number of milliseconds since midnight, January 1, 1970 UTC which is used to denote the time at which the certificate associated with this status was revoked.
getRLength() - Method in class net.rim.device.api.crypto.ECNRSignatureSigner
Returns the largest possible value for the size of r, which is the size of the field.
getRLength() - Method in class net.rim.device.api.crypto.ECDSASignatureSigner
Returns the largest possible value for the size of r, which is the size of the field.
getRLength() - Method in class net.rim.device.api.crypto.DSASignatureSigner
Returns the length of r.
getRowHeight() - Method in class net.rim.device.api.ui.component.TreeField
Retrieves this field's row height.
getRowHeight() - Method in class net.rim.device.api.ui.component.ListField
Retrieves the current row height.
getRSACryptoSystem() - Method in class net.rim.device.api.crypto.RSAPublicKey
 
getRSACryptoSystem() - Method in class net.rim.device.api.crypto.RSAPrivateKey
 
getRSACryptoSystem() - Method in class net.rim.device.api.crypto.RSAKeyPair
Returns the RSACryptoSystem object associated with the keys.
getRSACryptoSystem() - Method in interface net.rim.device.api.crypto.RSAKey
Returns the RSA crypto system associated with the key.
getRSAPrivateKey() - Method in class net.rim.device.api.crypto.RSAKeyPair
Returns the RSAPrivateKey associated with this key pair.
getRSAPublicKey() - Method in class net.rim.device.api.crypto.RSAKeyPair
Returns the RSAPublicKey object associated with this key pair.
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getRuntimeStore() - Static method in class net.rim.device.api.system.RuntimeStore
Retrieves the system-wide RuntimeStore instance.
getSAId() - Method in class net.rim.device.api.system.IDENInfo.IDENCellInfo
Returns the SA Id.
getScreen() - Method in class net.rim.device.api.ui.Field
Returns the screen that currently owns this field.
getScreenCount() - Method in interface net.rim.device.api.ui.UiEngine
Retrieves the number of screens currently on the display stack.
getScreenCount() - Method in class net.rim.device.api.ui.UiApplication
Retrieves the number of screens currently on the display stack.
getScreenHeight() - Static method in class net.rim.device.api.ui.Graphics
Retrieves total drawing height of the screen.
getScreenHorizontalResolution() - Static method in class net.rim.device.api.ui.Graphics
Retrieve screen's horizontal resolution in pixels per meter (PPM).
getScreenVerticalResolution() - Static method in class net.rim.device.api.ui.Graphics
Retrieve screen's vertical resolution in pixels per meter (PPM).
getScreenWidth() - Static method in class net.rim.device.api.ui.Graphics
Retrieves total drawing width of the screen.
getSecurityLevel() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the security level of the key store data.
getSelectedCookie() - Method in class net.rim.device.api.ui.component.Menu
Retreives cookie for the selected menu item.
getSelectedFlags(boolean[]) - Method in class javax.microedition.lcdui.List
 
getSelectedFlags(boolean[]) - Method in class javax.microedition.lcdui.ChoiceGroup
Queries the state of a ChoiceGroup and returns the state of all elements in the boolean array selectedArray_return.
getSelectedFlags(boolean[]) - Method in interface javax.microedition.lcdui.Choice
Queries the state of a Choice and returns the state of all elements in the boolean array selectedArray_return.
getSelectedId() - Method in class net.rim.device.api.ui.component.Menu
Retrieves the ID of the selected menu item.
getSelectedIndex() - Method in class javax.microedition.lcdui.List
 
getSelectedIndex() - Method in class javax.microedition.lcdui.ChoiceGroup
Returns the index number of an element in the ChoiceGroup that is selected.
getSelectedIndex() - Method in interface javax.microedition.lcdui.Choice
Returns the index number of an element in the Choice that is selected.
getSelectedIndex() - Method in class net.rim.device.api.ui.component.RadioButtonGroup
Retrieves the index of the currently selected button.
getSelectedIndex() - Method in class net.rim.device.api.ui.component.ListField
Retrieves index of currently selected row.
getSelectedIndex() - Method in class net.rim.device.api.ui.component.ChoiceField
Retrieves index of the currently selected choice.
getSelectedValue() - Method in class net.rim.device.api.ui.component.NumericChoiceField
Retrieves value of the currently selected choice.
getSelectedValue() - Method in class net.rim.device.api.ui.component.Dialog
Returns the value of the currently selected choice.
getSelection() - Method in class net.rim.device.api.ui.component.ListField
Retrieves currently selected item(s).
getSentDate() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the date on which this message was sent.
getSeparator() - Static method in class net.rim.blackberry.api.mail.Folder
Retrieves the delimiter character that separates subfolders.
getSerialNumber() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns the certificates serial number as a byte array representing an an integer in big-endian (network) order.
getSerialNumber() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns the certificates serial number as a byte array representing an an integer in big-endian (network) order.
getSerialNumber() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Returns a byte array containing the serial number of the certificate.
getSerialNumber() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns a byte array containing the serial number of the certificate.
getServer() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
Returns a String containing the URL of the server.
getServers(int) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Get an enumeration of servers.
getServerSize(int) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Returns the number of servers of the specified type.
getServiceConfiguration() - Method in class net.rim.blackberry.api.mail.Session
Retrieves the service configuration for this service.
getServiceConfiguration() - Method in class net.rim.blackberry.api.mail.Service
Retrieves the ServiceConfiguration that describes the current email service.
getServiceName() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Returns a string containing the service name (organizational unit).
getSharedInputStream(byte[]) - Static method in class net.rim.device.api.io.SharedInputStream
Retrieves a shared input stream from byte[].
getSharedInputStream(InputStream) - Static method in class net.rim.device.api.io.SharedInputStream
Retrieves a shared input stream from provided input stream.
getSharedInputStream(InputStream, int) - Static method in class net.rim.device.api.io.SharedInputStream
Deprecated. Use instead SharedInputStream.getSharedInputStream( InputStream input ) and then setLength on the new stream.
getSID() - Method in class net.rim.device.api.system.CDMAInfo.CDMACellInfo
Returns the System ID (SID).
getSignalLevel() - Static method in class net.rim.device.api.system.RadioInfo
Retrieves current signal strength.
getSignatureAlgorithm() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns a string representing the signature algorithm used to sign this certificate.
getSignatureAlgorithm() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
 
getSignatureAlgorithm() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
 
getSignatureSigner() - Method in class net.rim.device.api.crypto.SignatureSignerOutputStream
Returns a copy of the signature signer class in use.
getSignatureVerifier() - Method in class net.rim.device.api.crypto.SignatureVerifierInputStream
Returns a copy of the signature verifier class in use.
getSignerId() - Method in class net.rim.device.api.system.CodeSigningKey
Retrieves signer's ID.
getSignerIdAsInt() - Method in class net.rim.device.api.system.CodeSigningKey
Retrieves signer's ID as integer.
getSize() - Method in class javax.microedition.lcdui.Font
Gets the size of the font.
getSize() - Method in class javax.microedition.rms.RecordStore
Returns the amount of space, in bytes, that the record store occupies.
getSize() - Method in class net.rim.device.api.ui.ContextMenu
Gets the number of items in the menu.
getSize() - Method in class net.rim.device.api.ui.component.RadioButtonGroup
Retrieves the number of buttons in this group.
getSize() - Method in class net.rim.device.api.ui.component.Menu
Retrieves the number of items in this menu.
getSize() - Method in class net.rim.device.api.ui.component.ListField
Retrieves the number of items in this field's list.
getSize() - Method in class net.rim.device.api.ui.component.ChoiceField
Retrieves number of choices in this field.
getSize() - Method in class net.rim.blackberry.api.mail.UnsupportedAttachmentPart
Not supported - always returns 0
getSize() - Method in class net.rim.blackberry.api.mail.TextBodyPart
 
getSize() - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Retrieves the size of the attachment.
getSize() - Method in interface net.rim.blackberry.api.mail.Part
Retrieves the size of the contents of this Part.
getSize() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the size of the content of this part in bytes.
getSize() - Method in class net.rim.blackberry.api.mail.ContactAttachmentPart
The size of the serialized object, that is, the VCard representation.
getSizeAvailable() - Method in class javax.microedition.rms.RecordStore
Returns the amount of additional room (in bytes) available for this record store to grow.
getSLength() - Method in class net.rim.device.api.crypto.ECNRSignatureSigner
Returns the largest possible value for the size of s, which is the size of the field.
getSLength() - Method in class net.rim.device.api.crypto.ECDSASignatureSigner
Returns the largest possible value for the size of s, which is the size of the field.
getSLength() - Method in class net.rim.device.api.crypto.DSASignatureSigner
Returns the length of s.
getSource() - Method in class net.rim.blackberry.api.mail.event.MailEvent
Returns the source of the MailEvent.
getSources() - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Retrieves the current list of collections being combined.
getSQELevel() - Static method in class net.rim.device.api.system.IDENInfo
Returns the current Signal Quality Estimate (SQE) level.
getStartPosition() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns the current position inside of the ASN.1 field being read.
getState() - Static method in class net.rim.device.api.system.RadioInfo
Checks the radio state.
getStateInfo(SyncObject) - Method in interface net.rim.device.api.synchronization.StateInfoListener
Gets the 32-bit State Info value associated with a SyncObject.
getStateOrProvince() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Retrieve the state-or-province attribute associated with this distinguished name.
getStateOrProvince() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the state-or-province attribute associated with this distinguished name.
getStateOrProvince() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Retrieve the state-or-province attribute associated with this distinguished name.
getStatus() - Method in class net.rim.device.api.system.EventInjector.Event
 
getStatus() - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Returns the status of the certificate in question, one of GOOD, UNKNOWN, or REVOKED.
getStatus() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Retrieves the CertificateStatus for this certificate object
getStatus() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Retrieves the CertificateStatus for this certificate object
getStatus() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Retrieves the CertificateStatus for this certificate object
getStatus() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the status of the message.
getStatus(Certificate) - Method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
This method will return the status of the certificate that is passed into this method.
getStipple() - Method in class net.rim.device.api.ui.Graphics
Retrieves the current line stippling value.
getStore() - Method in class net.rim.blackberry.api.mail.Session
Retrieves a Store instance to access message storage on the handheld.
getStore() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves the Store that owns this Folder object.
getStream() - Method in class net.rim.device.api.io.LineReader
Deprecated. Only subclasses should access the underlying stream, and they may directly access the protected _stream field instead of using this method.
getString() - Method in class javax.microedition.lcdui.Ticker
Gets the string currently being scrolled by the ticker.
getString() - Method in class javax.microedition.lcdui.TextField
Gets the contents of the TextField as a string value.
getString() - Method in class javax.microedition.lcdui.TextBox
Gets the contents of the TextBox as a string value.
getString() - Method in class javax.microedition.lcdui.Alert
Gets the text string used in the Alert.
getString(int) - Method in class javax.microedition.lcdui.List
 
getString(int) - Method in class javax.microedition.lcdui.ChoiceGroup
 
getString(int) - Method in interface javax.microedition.lcdui.Choice
Gets the String part of the element referenced by elementNum.
getString(int) - Method in class net.rim.device.api.i18n.ResourceBundle
Retrieves string form of resource object by key.
getString(int) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieves a string value from the IT policy database.
getString(int, int) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieves a string value from the IT policy database.
getString(int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Returns the string value contained in the field.
getString(OID) - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Retrieve the String associated with this object identifier (OID).
getString(OID) - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the string associated with this oid.
getString(OID) - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Returns the string attribute value associated with the given OID as specified in oid.
getString(String) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Retrieves a string value from the IT policy database.
getStringArray(int) - Method in class net.rim.device.api.i18n.ResourceBundle
Retrieves string array form of resource object by key.
getStringArray(int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Returns the string array value contained in the field.
getStrokeStyle() - Method in class javax.microedition.lcdui.Graphics
Gets the stroke style used for drawing operations.
getStyle() - Method in class javax.microedition.lcdui.Font
Gets the style of the font.
getStyle() - Method in class net.rim.device.api.ui.Font
Retrieves this font's style.
getStyle() - Method in class net.rim.device.api.ui.Field
Retrieves this field's current style bits.
getSubject() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns a DistinguishedName object, representing the subject name of this certificate.
getSubject() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns a DistinguishedName object, representing the subject name this certificate (in different representations).
getSubject() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns a DistinguishedName (WTLSDistinguishedName) object, representing the subject name this certificate (in different representations).
getSubject() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the subject of this message.
getSubjectAltNameStrings(int) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns all of the strings associated( for the specified type ) with a subject alt name.
getSubjectFriendlyName() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns a human-readable string version of the name of the subject of this certificate.
getSubjectFriendlyName() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns a human-readable string version of the name of the subject of this certificate.
getSubjectFriendlyName() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns a human-readable string version of the name of the subject of this certificate.
getSubjectFriendlyName(Certificate) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Returns a string that contains a "friendly" name for the subject of this certificate.
getSubjectKeyIdentifier() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns the subject key identifier associated with the public key in the certificate.
getSubjectUniqueIdentifier() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns a bit string representing the subject's unique identifier.
getSupportedArrayElements(int) - Method in interface net.rim.blackberry.api.pim.PIMList
Returns an array of integers representing all supported elements of a string array for a given field.
getSupportedAttributes(int) - Method in interface net.rim.blackberry.api.pim.PIMList
Returns an array containing the integer representations of all supported attributes for the specified field.
getSupportedBands() - Static method in class net.rim.device.api.system.RadioInfo
 
getSupportedCipherSuites() - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
Returns an integer array comprising of the supported cipher suites for the SSL implementation on the RIM device.
getSupportedCipherSuites() - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
Returns an integer array comprising of the supported cipher suites for the SSL implementation on the RIM device.
getSupportedEncryptionAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Returns a byte array comprising of the supported encryption algorithms for the WTLS implementation on the RIM device.
getSupportedExportCipherSuites() - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
Returns a copy of the supported export cipher suites for the RIM implementation of SSL.
getSupportedExportCipherSuites() - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
Returns a copy of the supported export cipher suites for the RIM implementation of SSL.
getSupportedExportEncryptionAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Returns a copy of the supported export encryption algorithms for the WTLS implementation on the RIM device.
getSupportedFields() - Method in interface net.rim.blackberry.api.pim.PIMList
Returns an array of integers representing all fields that are supported in this list.
getSupportedFIPSExportCipherSuites() - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
Returns a copy of the supported FIPS export cipher suites for the RIM implementation of SSL.
getSupportedFIPSExportCipherSuites() - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
Returns a copy of the supported FIPS export cipher suites for the RIM implementation of SSL.
getSupportedFIPSNonExportCipherSuites() - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
Returns a copy of the supported FIPS non-export cipher suites for the RIM implementation of SSL.
getSupportedFIPSNonExportCipherSuites() - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
Returns a copy of the supported FIPS non-export cipher suites for the RIM implementation of SSL.
getSupportedKeyExchangeAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Returns a byte array comprising of the supported Key Exchange algorithms for the WTLS implementation on the RIM device.
getSupportedMACAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Returns a byte array comprising of the supported MAC algorithms for the WTLS implementation on the RIM device.
getSupportedMIMETypes() - Static method in class net.rim.device.api.system.EncodedImage
Returns a list of the supported MIME image types.
getSupportedNonExportCipherSuites() - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
Returns a copy of the supported non-export cipher suites for the RIM implementation of SSL.
getSupportedNonExportCipherSuites() - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
Returns a copy of the supported non-export cipher suites for the RIM implementation of SSL.
getSupportedNonExportEncryptionAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Returns a copy of the supported non-export encryption algorithms for the WTLS implementation on the RIM device.
getSurname() - Method in interface net.rim.device.api.crypto.certificate.DistinguishedName
Retrieve the surname attribute associated with this distinguished name.
getSurname() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the surname attribute associated with this distinguished name.
getSurname() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Retrieve the surname attribute associated with this distinguished name.
getSymmetricKey(KeyStoreDataTicket) - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the symmetric key contained within the key store data.
getSyncConverter() - Method in class net.rim.device.api.synchronization.SyncItem
 
getSyncConverter() - Method in interface net.rim.device.api.synchronization.SyncCollection
Returns the synchronization message converter (SyncConverter) for this SyncCollection.
getSyncData(DataBuffer, int) - Method in class net.rim.device.api.synchronization.SyncItem
Gets the data of this object for use in synchronization.
getSynchObject() - Static method in class net.rim.device.api.system.PersistentStore
Retrieves monitor object for this persistent store.
getSyncName() - Method in class net.rim.device.api.synchronization.SyncItem
 
getSyncName() - Method in interface net.rim.device.api.synchronization.SyncCollection
Returns the name of this SyncCollection.
getSyncName(Locale) - Method in class net.rim.device.api.synchronization.SyncItem
 
getSyncName(Locale) - Method in interface net.rim.device.api.synchronization.SyncCollection
Returns the translated user-friendly name of this SyncCollection.
getSyncObject(int) - Method in class net.rim.device.api.synchronization.SyncItem
 
getSyncObject(int) - Method in interface net.rim.device.api.synchronization.SyncCollection
Return the SyncObject in this SyncCollection with the given UID.
getSyncObject(int) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Return the SyncObject that has the given UID.
getSyncObjectCount() - Method in class net.rim.device.api.synchronization.SyncItem
 
getSyncObjectCount() - Method in interface net.rim.device.api.synchronization.SyncCollection
Returns a the number of SyncObjects in this SyncCollection.
getSyncObjects() - Method in class net.rim.device.api.synchronization.SyncItem
 
getSyncObjects() - Method in interface net.rim.device.api.synchronization.SyncCollection
Returns an array of SyncObjects representing all SyncObjects in this SyncCollection.
getSyncObjects() - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Returns the SyncObjects.
getSyncVersion() - Method in class net.rim.device.api.synchronization.SyncItem
 
getSyncVersion() - Method in interface net.rim.device.api.synchronization.SyncCollection
Returns the current version number of this SyncCollection.
getTarget() - Method in class net.rim.device.api.ui.MenuItem
Gets the target field for the menu.
getTarget() - Method in class net.rim.device.api.ui.ContextMenu
Gets the target field for the context menu.
getText() - Method in class javax.microedition.lcdui.StringItem
Gets the text contents of the StringItem, or null if the StringItem is empty.
getText() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves this field's text.
getText() - Method in class net.rim.device.api.ui.component.LabelField
Retrieves this field's label text.
getText() - Method in class net.rim.device.api.ui.component.BasicEditField
Retrieves this field's text, not including the label.
getText(int, int) - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves a substring of this field's contained text.
getText(int, int) - Method in class net.rim.device.api.ui.component.BasicEditField
Retrieves a portion of this field's text.
getTextAbstractString() - Method in class net.rim.device.api.ui.component.BasicEditField
Retrieves read-only handle to the underlying buffer.
getTextLength() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves the number of characters in this field's contained text.
getTextLength() - Method in class net.rim.device.api.ui.component.BasicEditField
Retrieves length of this field's text, not including the label.
getThisUpdate() - Method in interface net.rim.device.api.crypto.certificate.CertificateRevocationList
Returns the date of issue for this CRL.
getThisUpdate() - Method in class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Returns the date of issue for this CRL.
getThisUpdateTime() - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Returns the number of milliseconds since midnight, January 1, 1970 UTC which is used to denote the time that this update for the certificate status was available.
getTicker() - Method in class javax.microedition.lcdui.Screen
Gets the ticker used by this Screen.
getTicket() - Method in class net.rim.device.api.crypto.keystore.SyncableRIMKeyStore
 
getTicket() - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
getTicket() - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Returns a ticket if the operation to retrieve one was successful.
getTicket() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns a ticket detailing what type of access the calling application has in the keystore.
getTicket() - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns a ticket that allows the caller to use the keystore without prompting the user for their password.
getTicket() - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Calls the getTicket method on the preferred key store.
getTicket() - Method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
Returns a ticket for the KeyStoreManager assuming that the password was entered correctly.
getTicket(String) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
getTicket(String) - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns a ticket detailing what type of access the calling application has in the keystore.
getTicket(String) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns a ticket that allows the caller to use the keystore without prompting the user for their password.
getTicket(String) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Calls the getTicket method on the preferred key store.
getTime() - Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getTime() - Method in class java.util.Calendar
Gets this Calendar's current time.
getTime() - Method in class net.rim.device.api.system.EventInjector.KeyEvent
 
getTimeInMillis() - Method in class java.util.Calendar
Gets this Calendar's current time as a long.
getTimeout() - Method in class javax.microedition.lcdui.Alert
Gets the time this Alert will be shown.
getTimeZone() - Method in class java.util.Calendar
Gets the time zone.
getTimeZone() - Method in class net.rim.device.api.ui.component.DateField
Retrieves this field's set timezone.
getTimeZone(String) - Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTitle() - Method in class javax.microedition.lcdui.Screen
Gets the title of the Screen.
getTitle() - Method in class javax.microedition.lcdui.Alert
 
getTitle() - Method in interface net.rim.blackberry.api.options.OptionsProvider
Retrieves the title to display on the handheld Options screen.
getTop() - Method in class net.rim.device.api.ui.Field
Retrieves this field's top-offset position.
getTransientStats() - Static method in class net.rim.device.api.system.Memory
Retreive a statistics object for transient objects in flash.
getTranslateX() - Method in class javax.microedition.lcdui.Graphics
Gets the X coordinate of the translated origin of this graphics context.
getTranslateX() - Method in class net.rim.device.api.ui.Graphics
Retrieves the horizontal component of the current drawing offset.
getTranslateY() - Method in class javax.microedition.lcdui.Graphics
Gets the Y coordinate of the translated origin of this graphics context.
getTranslateY() - Method in class net.rim.device.api.ui.Graphics
Retrieves the vertical component of the current drawing offset.
getTransmissionError() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the transmission status of the message.
getTransport() - Method in class net.rim.blackberry.api.mail.Session
Retrieves a Transport instance to access the email transport protocol on the handheld.
getTxCount() - Method in class net.rim.device.api.system.SerialPort
Retreives number of characters reamining in the transmit buffer.
getType() - Method in interface javax.microedition.io.ContentConnection
Returns the type of content that the resource connected to is providing.
getType() - Method in class javax.microedition.lcdui.Alert
Gets the type of the Alert.
getType() - Method in class net.rim.device.api.system.WBMPEncodedImage
Returns the WBMP image type.
getType() - Method in class net.rim.device.api.system.Bitmap
Retrieves this bitmap's type.
getType() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
Returns the type of the server.
getType() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns the type of this certificate, such as "X509", "WTLS" etc.
getType() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns the type of this certificate - "X509".
getType() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns the type of this certificate - "WTLS".
getType() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves the type of this Folder.
getType() - Method in class net.rim.blackberry.api.mail.event.StoreEvent
Returns the type of this event.
getType() - Method in class net.rim.blackberry.api.mail.event.FolderEvent
Returns the type of this event.
getType(DataBuffer) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts the type of the next field in the DataBuffer.
getUiApplication() - Static method in class net.rim.device.api.ui.UiApplication
Retrieves this UI application object.
getUID() - Static method in class net.rim.device.api.synchronization.UIDGenerator
Gets a unique ID.
getUID() - Method in interface net.rim.device.api.synchronization.SyncObject
Returns the unique ID stored in this SyncObject.
getUID() - Method in class net.rim.device.api.synchronization.SyncItem
 
getUID() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
Returns the unique ID of the server.
getUID() - Method in class net.rim.blackberry.api.mail.ServiceConfiguration
Retrieves the UID of this service.
getUID(int) - Static method in class net.rim.device.api.synchronization.UIDGenerator
Gets a unique ID for a given scope.
getUiEngine() - Static method in class net.rim.device.api.ui.Ui
Gets this process's UI engine.
getUiEngine() - Method in class net.rim.device.api.ui.Screen
Retrieves UiEngine that owns the display.
getUnaltedChar(char) - Static method in class net.rim.device.api.ui.Keypad
Gets the unalted version of a character.
getUniqueScopingValue() - Static method in class net.rim.device.api.synchronization.UIDGenerator
Generates a unique scoping value.
getURL() - Method in interface javax.microedition.io.HttpConnection
Return a string representation of the URL for this connection.
getValidSentAddresses() - Method in class net.rim.blackberry.api.mail.SendFailedException
Retrieves the addresses to which this message was sent succesfully.
getValidUnsentAddresses() - Method in class net.rim.blackberry.api.mail.SendFailedException
Retrieves the valid addresses to which this message was not sent.
getValue() - Method in class javax.microedition.lcdui.Gauge
Gets the current value of this Gauge object.
getValue() - Method in class net.rim.device.api.ui.component.GaugeField
Retrieves the current progress level.
getValue() - Method in class net.rim.device.api.crypto.certificate.CertificateExtension
Returns a copy of the byte array representing the extension value.
getValue() - Method in class net.rim.device.api.crypto.certificate.CertificateDisplayField
Returns the value associated with the field.
getValue() - Method in class net.rim.blackberry.api.mail.Header
Retrieves the header value.
getValueMax() - Method in class net.rim.device.api.ui.component.GaugeField
Retrieves the highest value in this field's range.
getValueMin() - Method in class net.rim.device.api.ui.component.GaugeField
Retrieves the lowest value in this field's ragne.
getVariant() - Method in class net.rim.device.api.i18n.Locale
Retrieves this locale's variant name.
getVector() - Method in class net.rim.device.api.util.SimpleSortingVector
Retrieves this sorting vector's contents.
getVerifier(PublicKey) - Method in class net.rim.device.api.crypto.encoder.DecodedSignature
Returns a formatted signature verifier using the key passed in.
getVersion() - Method in class javax.microedition.rms.RecordStore
Each time a record store is modified (record added, modified, deleted), it's version is incremented.
getVersion() - Method in interface net.rim.device.api.collection.CollectionWithVersion
Retrieves this collection's version number.
getVersion() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the version string from this descriptor.
getVersion() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns the version of the certificate.
getVersion() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns the version of the certificate we have parsed.
getVersion() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns the version of the certificate we have parsed.
getVerticalScroll() - Method in class net.rim.device.api.ui.Manager
Returns current vertical offset of scrolling region.
getVirtualHeight() - Method in class net.rim.device.api.ui.Manager
Returns this manager's virtual height.
getVirtualWidth() - Method in class net.rim.device.api.ui.Manager
Returns this manager's virtual width.
getVisible(int) - Method in class net.rim.device.api.ui.component.TreeField
Determines if node is visible.
getVisibleApplications() - Method in class net.rim.device.api.system.ApplicationManager
Retrieves descriptors for the visible, running applications.
getVisibleHeight() - Method in class net.rim.device.api.ui.Manager
Retrieves height of this manager's visible region.
getVisibleNodeCount() - Method in class net.rim.device.api.ui.component.TreeField
Retrieves number of visible nodes in this tree.
getVisibleWidth() - Method in class net.rim.device.api.ui.Manager
Retrieves width of this manager's visible region.
getWidth() - Method in class javax.microedition.lcdui.Image
Gets the width of the image in pixels.
getWidth() - Method in class javax.microedition.lcdui.Canvas
Gets width of the displayable area in pixels.
getWidth() - Method in class net.rim.device.api.system.EncodedImage
Returns The width of this image in pixels.
getWidth() - Method in class net.rim.device.api.system.Bitmap
Retrieves this bitmap's width.
getWidth() - Method in class net.rim.device.api.ui.Field
Retrieves this field's width.
getZoneName() - Static method in class net.rim.device.api.system.GPRSInfo
Returns the zone name.
GLOBAL_STATUS - Static variable in class net.rim.device.api.ui.component.Status
Displays the screen as a global status.
GLOBAL_STATUS - Static variable in class net.rim.device.api.ui.component.Dialog
Displays the dialog as a global status.
GlobalEventListener - interface net.rim.device.api.system.GlobalEventListener.
The listener interface for receiving global events.
GMM_ATTACH_ACCEPT - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
GMM_ATTACH_REJECT - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
GMM_AUTH_CIPHER_REJECT - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
GMM_AUTH_CIPHER_REQUEST - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
GMM_GMM_INFORMATION - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
GMM_IDENTITY_REQUEST - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
GMM_MO_DETACH_ACCEPT - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
GMM_MT_DETACH_REQUEST - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
GMM_PTMSI_REALLOC_CMD - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
GMM_RA_UPDATE_ACCEPT - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
GMM_RA_UPDATE_REJECT - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
GMT - Static variable in class net.rim.device.api.util.DateTimeUtilities
String used for obtaining the base GMT timezone via TimeZone.getTimeZone().
GOOD - Static variable in class net.rim.device.api.crypto.certificate.CertificateStatus
Represents the status: Good.
GPRS_STATE_IDLE - Static variable in class net.rim.device.api.system.GPRSInfo
Represents the GPRS "idle" radio state.
GPRS_STATE_READY - Static variable in class net.rim.device.api.system.GPRSInfo
Represents the GPRS "ready" radio state.
GPRS_STATE_STANDBY - Static variable in class net.rim.device.api.system.GPRSInfo
Represents the GPRS "standby" radio state.
GPRSInfo - class net.rim.device.api.system.GPRSInfo.
Contains General Packet Radio Service (GPRS) radio information.
GPRSInfo.GPRSCellInfo - class net.rim.device.api.system.GPRSInfo.GPRSCellInfo.
Contains General Packet Radio Service (GPRS) cell information.
Graphics - class javax.microedition.lcdui.Graphics.
Provides simple 2D geometric rendering capability.
Graphics - class net.rim.device.api.ui.Graphics.
Provides a surface on which applications can draw.
Graphics(Bitmap) - Constructor for class net.rim.device.api.ui.Graphics
Constructs a Graphics object for drawing to a bitmap.
GREEK_CAPITAL_LETTER_DELTA - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
GREEK_CAPITAL_LETTER_GAMMA - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
GREEK_CAPITAL_LETTER_LAMDA - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
GREEK_CAPITAL_LETTER_OMEGA - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
GREEK_CAPITAL_LETTER_PHI - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
GREEK_CAPITAL_LETTER_PI - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
GREEK_CAPITAL_LETTER_PSI - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
GREEK_CAPITAL_LETTER_SIGMA - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
GREEK_CAPITAL_LETTER_THETA - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
GREEK_CAPITAL_LETTER_XI - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
GUID_DATE_CHANGED - Static variable in class net.rim.device.api.util.DateTimeUtilities
GUID for the global event sent when the date changes.
GUID_DATE_FORMAT_CHANGED - Static variable in class net.rim.device.api.i18n.DateFormat
GUID for the global event sent when the default date format changes.
GUID_FONT_CHANGED - Static variable in class net.rim.device.api.ui.Font
The GUID for the global event sent when the system font changes.
GUID_IT_POLICY_CHANGED - Static variable in class net.rim.device.api.itpolicy.ITPolicy
The GUID for the global event sent when the IT Policy changes.
GUID_KEYPAD_CHANGED - Static variable in class net.rim.device.api.ui.Keypad
GUID for global event sent when the current locale changes.
GUID_LOCALE_CHANGED - Static variable in class net.rim.device.api.i18n.Locale
GUID for global event sent when the current locale changes.
GUID_TIMEZONE_CHANGED - Static variable in class net.rim.device.api.util.DateTimeUtilities
GUID for the global event sent when the timezone changes.
GZIPInputStream - class net.rim.device.api.compress.GZIPInputStream.
Input stream for reading a data stream compressed with the GZIP algorithm (RFC 1952).
GZIPInputStream(InputStream) - Constructor for class net.rim.device.api.compress.GZIPInputStream
Creates a new GZIPInputStream instance.
GZIPOutputStream - class net.rim.device.api.compress.GZIPOutputStream.
Output stream for writing a data stream compressed with the GZIP algorithm (RFC 1952).
GZIPOutputStream(OutputStream) - Constructor for class net.rim.device.api.compress.GZIPOutputStream
Creates a new GZIPOutputStream instance.

H

HAIR_SPACE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
HALIGN_MASK - Static variable in interface net.rim.device.api.ui.DrawStyle
Specifies the horizontial alignment.
handleGetObject(int) - Method in class net.rim.device.api.i18n.ResourceBundleFamily
Retrieves resource object handle by integer key.
handleGetObject(int) - Method in class net.rim.device.api.i18n.ResourceBundle
Retrieves resource object handle by integer key.
handleGetObject(int) - Method in class net.rim.device.api.i18n.HashResourceBundle
Retrieves resource object by key.
handleGetObject(int) - Method in class net.rim.device.api.i18n.CompiledResourceBundle
Retrieves resource object by key.
HANDSHAKE_FAILURE - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that the sender was unable to negotiate an acceptable set of security parameters given the options available.
hasAlpha() - Method in class net.rim.device.api.system.PNGEncodedImage
Queries whether the PNG has an alpha channel.
hasAlpha() - Method in class net.rim.device.api.system.Bitmap
Tests whether there is an alpha map associated with this Bitmap.
hasChildren() - Method in interface net.rim.device.api.collection.ReadableTree
Determines if this node has children.
hasEventThread() - Method in class net.rim.device.api.system.Application
Determines if this application has entered the event dispatcher.
HASH_ALGORITHM_NAME - Static variable in class net.rim.device.api.crypto.oid.OIDs
Associates OIDs and hash algorithm name strings, eg "SHA1", "SHA256", "MD5", "RIPEMD160".
hashCode() - Method in class java.lang.String
Returns a hashcode for this string.
hashCode() - Method in class java.lang.Short
Returns a hashcode for this Short.
hashCode() - Method in class java.lang.Object
Returns a hash code value for the object.
hashCode() - Method in class java.lang.Long
Computes a hashcode for this Long.
hashCode() - Method in class java.lang.Integer
Returns a hashcode for this Integer.
hashCode() - Method in class java.lang.Character
Returns a hash code for this Character.
hashCode() - Method in class java.lang.Byte
Returns a hashcode for this Byte.
hashCode() - Method in class java.lang.Boolean
Returns a hash code for this Boolean object.
hashCode() - Method in class java.util.Date
Returns a hash code value for this object.
hashCode() - Method in class java.util.Calendar
Override hashCode.
hashCode() - Method in class net.rim.device.api.i18n.MessageFormat
Generates a hash code for this formatter's pattern string.
hashCode() - Method in class net.rim.device.api.i18n.Locale
Retrieves hash code for this locale.
hashCode() - Method in class net.rim.device.api.util.AbstractStringWrapper
Retrieves hash code for this wrapper's enclosed string data.
hashCode() - Method in class net.rim.device.api.crypto.TripleDESKey
 
hashCode() - Method in class net.rim.device.api.crypto.SkipjackKey
 
hashCode() - Method in class net.rim.device.api.crypto.RSAPublicKey
 
hashCode() - Method in class net.rim.device.api.crypto.RSAPrivateKey
 
hashCode() - Method in class net.rim.device.api.crypto.RSAKeyPair
 
hashCode() - Method in class net.rim.device.api.crypto.RSACryptoSystem
 
hashCode() - Method in class net.rim.device.api.crypto.RC5Key
 
hashCode() - Method in class net.rim.device.api.crypto.RC2Key
 
hashCode() - Method in class net.rim.device.api.crypto.KeyPair
 
hashCode() - Method in class net.rim.device.api.crypto.KEAPublicKey
 
hashCode() - Method in class net.rim.device.api.crypto.KEAPrivateKey
 
hashCode() - Method in class net.rim.device.api.crypto.KEAKeyPair
 
hashCode() - Method in class net.rim.device.api.crypto.KEACryptoSystem
 
hashCode() - Method in class net.rim.device.api.crypto.InitializationVector
 
hashCode() - Method in class net.rim.device.api.crypto.HMACKey
 
hashCode() - Method in class net.rim.device.api.crypto.ECPublicKey
 
hashCode() - Method in class net.rim.device.api.crypto.ECPrivateKey
 
hashCode() - Method in class net.rim.device.api.crypto.ECKeyPair
 
hashCode() - Method in class net.rim.device.api.crypto.ECCryptoSystem
 
hashCode() - Method in class net.rim.device.api.crypto.DSAPublicKey
 
hashCode() - Method in class net.rim.device.api.crypto.DSAPrivateKey
 
hashCode() - Method in class net.rim.device.api.crypto.DSAKeyPair
 
hashCode() - Method in class net.rim.device.api.crypto.DSACryptoSystem
 
hashCode() - Method in class net.rim.device.api.crypto.DHPublicKey
 
hashCode() - Method in class net.rim.device.api.crypto.DHPrivateKey
 
hashCode() - Method in class net.rim.device.api.crypto.DHKeyPair
 
hashCode() - Method in class net.rim.device.api.crypto.DHCryptoSystem
 
hashCode() - Method in class net.rim.device.api.crypto.DESKey
 
hashCode() - Method in class net.rim.device.api.crypto.CryptoInteger
 
hashCode() - Method in class net.rim.device.api.crypto.CAST128Key
 
hashCode() - Method in class net.rim.device.api.crypto.ARC4Key
Returns the hash code of the key.
hashCode() - Method in class net.rim.device.api.crypto.AESKey
Returns the hash code of the crypto token.
hashCode() - Method in class net.rim.device.api.crypto.oid.OID
Returns the hashCode of this OID object.
hashCode() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
 
hashCode() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns the hash code associated with the certificate.
hashCode() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
 
hashCode() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
 
hashCode() - Method in class net.rim.blackberry.api.mail.ServiceConfiguration
 
hashCode() - Method in class net.rim.blackberry.api.mail.Message
 
hashCode() - Method in class net.rim.blackberry.api.mail.Folder
override to the basic Object method
hashCode() - Method in class net.rim.blackberry.api.mail.Address
 
hashCode() - Method in class net.rim.blackberry.api.menuitem.ApplicationMenuItem
 
HashResourceBundle - class net.rim.device.api.i18n.HashResourceBundle.
Contains locale-specific objects, with primary use of integer keys.
HashResourceBundle(Locale) - Constructor for class net.rim.device.api.i18n.HashResourceBundle
Constructs new HashResourceBundle instance for locale.
Hashtable - class java.util.Hashtable.
This class implements a hashtable, which maps keys to values.
Hashtable() - Constructor for class java.util.Hashtable
Construct a new, empty hashtable with a default capacity and load factor.
Hashtable(int) - Constructor for class java.util.Hashtable
Construct a new, empty hashtable with the specified capacity.
hasMore() - Method in class net.rim.blackberry.api.mail.BodyPart
Determines if more data for this body part is available on the server.
hasMoreElements() - Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class net.rim.device.api.util.ObjectEnumerator
Determines if this enumeration contains more elements.
hasMoreElements() - Method in interface net.rim.device.api.util.LongEnumeration
Determines if this enumeration contains more elements.
hasMoreElements() - Method in interface net.rim.device.api.util.IntEnumeration
Determines if this enumeration contains more elements.
hasMoreElements() - Method in class net.rim.device.api.util.EmptyEnumeration
Determines if this enumeration has more objects.
hasNextElement() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if more elements exist in the next direction.
hasPointerEvents() - Method in class javax.microedition.lcdui.Canvas
Checks if the platform supports pointer press and release events.
hasPointerMotionEvents() - Method in class javax.microedition.lcdui.Canvas
Checks if the platform supports pointer motion events (pointer dragged).
hasPreviousElement() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if more elements exist in the previous direction.
hasRepeatEvents() - Method in class javax.microedition.lcdui.Canvas
Checks if the platform can generate repeat events when key is kept down.
hasTransparency() - Method in class net.rim.device.api.system.EncodedImage
Returns true if this image has transparency.
HCENTER - Static variable in class javax.microedition.lcdui.Graphics
Constant for centering text and images horizontally around the anchor point.
HCENTER - Static variable in interface net.rim.device.api.ui.DrawStyle
Drawing position for horizontally centered text.
HDEFAULT - Static variable in interface net.rim.device.api.ui.DrawStyle
Default horizontal alignment, depending on context.
HEAD - Static variable in interface javax.microedition.io.HttpConnection
HTTP Head method
Header - class net.rim.blackberry.api.mail.Header.
Represents name/value pairs that describe mail headers.
Header(String, String) - Constructor for class net.rim.blackberry.api.mail.Header
Constructor for new header.
height - Variable in class net.rim.device.api.system.Bitmap.PNGInfo
The height of the PNG in pixels.
height - Variable in class net.rim.device.api.ui.XYRect
 
HELP - Static variable in class javax.microedition.lcdui.Command
This command specifies a request for on-line help.
HEXADECIMAL - Static variable in class net.rim.device.api.ui.text.TextFilter
Hexadecimal filter type.
HexadecimalTextFilter - class net.rim.device.api.ui.text.HexadecimalTextFilter.
Filters out characters not usable in hexadecimal text strings.
HexadecimalTextFilter() - Constructor for class net.rim.device.api.ui.text.HexadecimalTextFilter
Constructs a new HexadecimalTextFilter instance.
hexDigitToInt(char) - Static method in class net.rim.device.api.util.NumberUtilities
Converts hex digit to integer value.
hexDigitToInt(char, int) - Static method in class net.rim.device.api.util.NumberUtilities
Converts hex digit to integer value, using provided error value.
HFULL - Static variable in interface net.rim.device.api.ui.DrawStyle
Drawing position for full justification of text (not yet implemented).
hideNotify() - Method in class javax.microedition.lcdui.Canvas
The implementation calls hideNotify() shortly after the Canvas has been removed from the display.
HIGH_PRIORITY - Static variable in interface net.rim.device.api.lowmemory.LowMemoryListener
The highest priority of low memory requests.
HIGHLIGHT_FOCUS - Static variable in class net.rim.device.api.ui.Field
Highlight style bit to indicate focus highlighting.
HIGHLIGHT_SELECT - Static variable in class net.rim.device.api.ui.Field
Highlight style bit to indicate select highlighting.
HMAC - class net.rim.device.api.crypto.HMAC.
HMAC is a Message Authentication Code algorithm based on a Digest function.
HMAC(HMACKey, Digest) - Constructor for class net.rim.device.api.crypto.HMAC
Creates an instance of the HMAC object with a given key as the MAC key, using a specified digest as the hash function.
HMACKey - class net.rim.device.api.crypto.HMACKey.
Creates an HMAC key.
HMACKey() - Constructor for class net.rim.device.api.crypto.HMACKey
Creates a new random HMACKey object of size 128 bits.
HMACKey(byte[]) - Constructor for class net.rim.device.api.crypto.HMACKey
Creates an HMACKey object using the provided data.
HMACKey(byte[], int, int) - Constructor for class net.rim.device.api.crypto.HMACKey
Creates a key using the provided data.
HMACKey(int) - Constructor for class net.rim.device.api.crypto.HMACKey
Creates a new random HMACKey object.
hmacSHA1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
hmacSHA1 = 1.3.6.1.5.5.8.1.2 hmac with SHA1 from the IPSec oid arc.
HolsterListener - interface net.rim.device.api.system.HolsterListener.
The listener interface for receiving holster events.
HORIZONTAL_ELLIPSIS - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
HORIZONTAL_SCROLL - Static variable in class net.rim.device.api.ui.Manager
Manager style to turn on horizontal scrolling.
HORIZONTAL_SCROLL_MASK - Static variable in class net.rim.device.api.ui.Manager
Bitfield mask of the horizontal scroll style specifiers.
HORIZONTAL_SCROLLBAR - Static variable in class net.rim.device.api.ui.Manager
Manager style to turn on horizontal scrollbars.
HORIZONTAL_SCROLLBAR_MASK - Static variable in class net.rim.device.api.ui.Manager
Bitfield mask of the horizontal scrollbar style specifiers.
HorizontalFieldManager - class net.rim.device.api.ui.container.HorizontalFieldManager.
A manager that lays out fields along a single, horizontal row.
HorizontalFieldManager() - Constructor for class net.rim.device.api.ui.container.HorizontalFieldManager
Constructs a new horizontal field manager.
HorizontalFieldManager(long) - Constructor for class net.rim.device.api.ui.container.HorizontalFieldManager
Constructs a new horizontal field manager with provided style.
HOUR - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the morning or afternoon.
HOUR_FIELD - Static variable in class net.rim.device.api.i18n.DateFormat
Useful constant for HOUR field alignment.
HOUR_OF_DAY - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the day.
HOUR_OF_DAY_FIELD - Static variable in class net.rim.device.api.i18n.DateFormat
Useful constant for HOUR_OF_DAY field alignment.
HOURGLASS - Static variable in class net.rim.device.api.system.Bitmap
Predefined bitmap used for busy cursors.
HOUSE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
HTTP_ACCEPTED - Static variable in interface javax.microedition.io.HttpConnection
202: The request has been accepted for processing, but the processing has not been completed.
HTTP_ADDR - Static variable in class net.rim.blackberry.api.mail.Address
Represents the prefix string for HTTP addresses.
HTTP_BAD_GATEWAY - Static variable in interface javax.microedition.io.HttpConnection
502: The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
HTTP_BAD_METHOD - Static variable in interface javax.microedition.io.HttpConnection
405: The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
HTTP_BAD_REQUEST - Static variable in interface javax.microedition.io.HttpConnection
400: The request could not be understood by the server due to malformed syntax.
HTTP_CLIENT_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
408: The client did not produce a request within the time that the server was prepared to wait.
HTTP_CONFLICT - Static variable in interface javax.microedition.io.HttpConnection
409: The request could not be completed due to a conflict with the current state of the resource.
HTTP_CREATED - Static variable in interface javax.microedition.io.HttpConnection
201: The request has been fulfilled and resulted in a new resource being created.
HTTP_ENTITY_TOO_LARGE - Static variable in interface javax.microedition.io.HttpConnection
413: The server is refusing to process a request because the request entity is larger than the server is willing or able to process.
HTTP_EXPECT_FAILED - Static variable in interface javax.microedition.io.HttpConnection
417: The expectation given in an Expect request-header field could not be met by this server, or, if the server is a proxy, the server has unambiguous evidence that the request could not be met by the next-hop server.
HTTP_FORBIDDEN - Static variable in interface javax.microedition.io.HttpConnection
403: The server understood the request, but is refusing to fulfill it.
HTTP_GATEWAY_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
504: The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI or some other auxiliary server it needed to access in attempting to complete the request.
HTTP_GONE - Static variable in interface javax.microedition.io.HttpConnection
410: The requested resource is no longer available at the server and no forwarding address is known.
HTTP_INTERNAL_ERROR - Static variable in interface javax.microedition.io.HttpConnection
500: The server encountered an unexpected condition which prevented it from fulfilling the request.
HTTP_LENGTH_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
411: The server refuses to accept the request without a defined Content- Length.
HTTP_MOVED_PERM - Static variable in interface javax.microedition.io.HttpConnection
301: The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs.
HTTP_MOVED_TEMP - Static variable in interface javax.microedition.io.HttpConnection
302: The requested resource resides temporarily under a different URI.
HTTP_MULT_CHOICE - Static variable in interface javax.microedition.io.HttpConnection
300: The requested resource corresponds to any one of a set of representations, each with its own specific location, and agent- driven negotiation information is being provided so that the user (or user agent) can select a preferred representation and redirect its request to that location.
HTTP_NO_CONTENT - Static variable in interface javax.microedition.io.HttpConnection
204: The server has fulfilled the request but does not need to return an entity-body, and might want to return updated meta-information.
HTTP_NOT_ACCEPTABLE - Static variable in interface javax.microedition.io.HttpConnection
406: The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
HTTP_NOT_AUTHORITATIVE - Static variable in interface javax.microedition.io.HttpConnection
203: The returned meta-information in the entity-header is not the definitive set as available from the origin server.
HTTP_NOT_FOUND - Static variable in interface javax.microedition.io.HttpConnection
404: The server has not found anything matching the Request-URI.
HTTP_NOT_IMPLEMENTED - Static variable in interface javax.microedition.io.HttpConnection
501: The server does not support the functionality required to fulfill the request.
HTTP_NOT_MODIFIED - Static variable in interface javax.microedition.io.HttpConnection
304: If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code.
HTTP_OK - Static variable in interface javax.microedition.io.HttpConnection
200: The request has succeeded.
HTTP_PARTIAL - Static variable in interface javax.microedition.io.HttpConnection
206: The server has fulfilled the partial GET request for the resource.
HTTP_PAYMENT_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
402: This code is reserved for future use.
HTTP_PRECON_FAILED - Static variable in interface javax.microedition.io.HttpConnection
412: The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
HTTP_PROXY_AUTH - Static variable in interface javax.microedition.io.HttpConnection
407: This code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy.
HTTP_REQ_TOO_LONG - Static variable in interface javax.microedition.io.HttpConnection
414: The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
HTTP_RESET - Static variable in interface javax.microedition.io.HttpConnection
205: The server has fulfilled the request and the user agent SHOULD reset the document view which caused the request to be sent.
HTTP_SEE_OTHER - Static variable in interface javax.microedition.io.HttpConnection
303: The response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource.
HTTP_TEMP_REDIRECT - Static variable in interface javax.microedition.io.HttpConnection
307: The requested resource resides temporarily under a different URI.
HTTP_UNAUTHORIZED - Static variable in interface javax.microedition.io.HttpConnection
401: The request requires user authentication.
HTTP_UNAVAILABLE - Static variable in interface javax.microedition.io.HttpConnection
503: The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
HTTP_UNSUPPORTED_RANGE - Static variable in interface javax.microedition.io.HttpConnection
416: A server SHOULD return a response with this status code if a request included a Range request-header field , and none of the range-specifier values in this field overlap the current extent of the selected resource, and the request did not include an If-Range request-header field.
HTTP_UNSUPPORTED_TYPE - Static variable in interface javax.microedition.io.HttpConnection
415: The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
HTTP_USE_PROXY - Static variable in interface javax.microedition.io.HttpConnection
305: The requested resource MUST be accessed through the proxy given by the Location field.
HTTP_VERSION - Static variable in interface javax.microedition.io.HttpConnection
505: The server does not support, or refuses to support, the HTTP protocol version that was used in the request message.
HttpConnection - interface javax.microedition.io.HttpConnection.
This interface defines the necessary methods and constants for an HTTP connection.

I

IA5_STRING - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
The DER tag for the ASN.1 IA5_STRING primitive type.
ID - Static variable in class net.rim.device.api.crypto.certificate.SubjectKeyStoreIndex
The long representing this index.
ID - Static variable in class net.rim.device.api.crypto.certificate.SerialNumberIssuerKeyStoreIndex
The id representing this index in the keystore.
ID - Static variable in class net.rim.device.api.crypto.certificate.IssuerKeyStoreIndex
The long representing this index.
ID - Static variable in class net.rim.device.api.crypto.keystore.PrivateKeysKeyStoreIndex
The long representing this index.
ID - Static variable in class net.rim.device.api.crypto.keystore.LabelKeyStoreIndex
The long representing this index.
ID - Static variable in class net.rim.device.api.crypto.certificate.x509.X509PublicKeyHashKeyStoreIndex
The ID representing this index in the key store.
ID - Static variable in class net.rim.device.api.crypto.certificate.x509.SubjectKeyIdentifierKeyStoreIndex
The id of this index in the key store.
id_aa_contentHint - Static variable in class net.rim.device.api.crypto.oid.OIDs
id_aa_contentHint = 1.2.840.113549.1.9.16.2.4 contentHint for SMIME ESS.
id_aa_contentIdentifier - Static variable in class net.rim.device.api.crypto.oid.OIDs
id_aa_contentIdentifier = 1.2.840.113549.1.9.16.2.7 contentIdentifier for SMIME ESS.
id_aa_contentReference - Static variable in class net.rim.device.api.crypto.oid.OIDs
id_aa_contentReference = 1.2.840.113549.1.9.16.2.10 contentReference for SMIME ESS.
id_aa_encrypKeyPref - Static variable in class net.rim.device.api.crypto.oid.OIDs
id_aa_encrypKeyPref = 1.2.840.113549.1.9.16.2.11 encrypKeyPref for SMIME ESS.
id_aa_equivalentLabels - Static variable in class net.rim.device.api.crypto.oid.OIDs
id_aa_equivalentLabelsf = 1.2.840.113549.1.9.16.2.9 equivalentLabels for SMIME ESS.
id_aa_mlExpandHistory - Static variable in class net.rim.device.api.crypto.oid.OIDs
id_aa_mlExpandHistory = 1.2.840.113549.1.9.16.2.3 mlExpandHistory for SMIME ESS.
id_aa_msgSigDigest - Static variable in class net.rim.device.api.crypto.oid.OIDs
id_aa_msgSigDigest = 1.2.840.113549.1.9.16.2.5 msgSigDigest for SMIME ESS.
id_aa_receiptRequest - Static variable in class net.rim.device.api.crypto.oid.OIDs
id_aa_receiptRequest = 1.2.840.113549.1.9.16.2.1 receiptRequest for SMIME ESS.
id_aa_securityLabel - Static variable in class net.rim.device.api.crypto.oid.OIDs
id_aa_securityLabel = 1.2.840.113549.1.9.16.2.2 securityLabel for SMIME ESS.
id_aa_signingCertificate - Static variable in class net.rim.device.api.crypto.oid.OIDs
id_aa_signingCertificate = 1.2.840.113549.1.9.16.2.12 signingCertificate for SMIME ESS.
idAtCommonName - Static variable in class net.rim.device.api.crypto.oid.OIDs
idAtCommonName = 2.5.4.3 Represents the common name.
idAtCountryName - Static variable in class net.rim.device.api.crypto.oid.OIDs
idAtCountryName = 2.5.4.6 Represents the CountryName of the DN.
idAtDnQualifier - Static variable in class net.rim.device.api.crypto.oid.OIDs
idAtDnQualifier = 2.5.4.46 Represents the DnQualifier of the DN.
idAtGenerationQualifier - Static variable in class net.rim.device.api.crypto.oid.OIDs
idAtGenerationQualifier = 2.5.4.44 Represents the GenerationQualifier of the DN.
idAtGivenName - Static variable in class net.rim.device.api.crypto.oid.OIDs
idAtGivenName = 2.5.4.42 Represents the GivenName of the DN.
idAtInitials - Static variable in class net.rim.device.api.crypto.oid.OIDs
idAtInitials = 2.5.4.43 Represents the Initials of the DN.
idAtLocalityName - Static variable in class net.rim.device.api.crypto.oid.OIDs
idAtLocalityName = 2.5.4.7 Represents the LocalityName of the DN.
idAtName - Static variable in class net.rim.device.api.crypto.oid.OIDs
idAtName = 2.5.4.41 Represents the Name of the DN.
idAtOrganizationalUnitName - Static variable in class net.rim.device.api.crypto.oid.OIDs
idAtOrganizationalUnitName = 2.5.4.11 Represents the OrganizationalUnitName of the DN.
idAtOrganizationName - Static variable in class net.rim.device.api.crypto.oid.OIDs
idAtOrganizationName = 2.5.4.10 Represents the OrganizationName of the DN.
idAtStateOrProvinceName - Static variable in class net.rim.device.api.crypto.oid.OIDs
idAtStateOrProvinceName = 2.5.4.8 Represents the StateOrProvinceName of the DN.
idAtSurname - Static variable in class net.rim.device.api.crypto.oid.OIDs
idAtSurname = 2.5.4.4 Represents the surname of the Distinguished Name (DN).
idAtTitle - Static variable in class net.rim.device.api.crypto.oid.OIDs
idAtTitle = 2.5.4.12 Represents the Title of the DN.
idCeAuthorityKeyIdentifier - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCeAuthorityKeyIdentifier = 2.5.29.35 Represents the certificate extension for AuthorityKeyIdentifier.
idCeBasicConstraints - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCeBasicConstraints = 2.5.29.19 Represents the certificate extension for BasicConstraints.
idCeCertificateIssuer - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCeCertificateIssuer = 2.5.29.29 Represents the certificate extension for CertificateIssuer.
idCeCertificatePolicies - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCeCertificatePolicies = 2.5.29.32 Represents the certificate extension for CertificatePolicies.
idCeCRLDistributionPoints - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCeCRLDistributionPoints = 2.5.29.31 Represents the certificate extension for CRLDistributionPoints.
idCeCRLNumber - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCeCRLNumber = 2.5.29.20 Represents the certificate extension for CRLNumber.
idCeDeltaCRLIndicator - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCeDeltaCRLIndicator = 2.5.29.27 Represents the certificate extension for DeltaCRLIndicator.
idCeExtKeyUsage - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCeExtKeyUsage = 2.5.29.37 Represents the certificate extension for ExtKeyUsage.
idCeInstructionCode - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCeInstructionCode = 2.5.29.23 Represents the certificate extension for InstructionCode.
idCeInvalidityDate - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCeInvalidityDate = 2.5.29.24 Represents the certificate extension for InvalidityDate.
idCeIssuerAltName - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCeIssuerAltName = 2.5.29.18 Represents the certificate extension for IssuerAltName.
idCeIssuingDistributionPoint - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCeIssuingDistributionPoint = 2.5.29.28 Represents the certificate extension for IssuingDistributionPoint.
idCeKeyUsage - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCeKeyUsage = 2.5.29.15 Represents the certificate extension for KeyUsage.
idCeNameConstraints - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCeNameConstraints = 2.5.29.30 Represents the certificate extension for NameConstraints.
idCePolicyConstraints - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCePolicyConstraints = 2.5.29.36 Represents the certificate extension for PolicyConstraints.
idCePolicyMappings - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCePolicyMappings = 2.5.29.33 Represents the certificate extension for PolicyMappings.
idCePrivateKeyUsagePeriod - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCePrivateKeyUsagePeriod = 2.5.29.16 Represents the certificate extension for PrivateKeyUsagePeriod.
idCeReasonCode - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCeReasonCode = 2.5.29.21 Represents the certificate extension for ReasonCode.
idCeSubjectAltName - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCeSubjectAltName = 2.5.29.17 Represents the certificate extension for SubjectAltName.
idCeSubjectDirectoryAttributes - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCeSubjectDirectoryAttributes = 2.5.29.9 Represents the certificate extension for SubjectDirectoryAttributes.
idCeSubjectKeyIdentifier - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCeSubjectKeyIdentifier = 2.5.29.14 Represents the certificate extension for SubjectKeyIdentifier.
IDEA_CBC - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents IDEA encryption in CBC mode.
IDEA_CBC_40 - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents 40 bit IDEA encryption in CBC mode.
IDEA_CBC_56 - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents 56 bit IDEA encryption in CBC mode.
IDEA_CBC_64 - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents 64 bit IDEA encryption in CBC mode.
IDENInfo - class net.rim.device.api.system.IDENInfo.
Contains Integrated Dispatch Enhanced Network (iDEN) radio information.
IDENInfo.IDENCellInfo - class net.rim.device.api.system.IDENInfo.IDENCellInfo.
Contains IDEN cell information.
identityHashCode(Object) - Static method in class java.lang.System
Returns the same hashcode for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
idHmacSHA1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
idHmacSHA1 = 1.2.840.113549.2.7 hmac with SHA1 from the RSA oid arc.
idKpClientAuth - Static variable in class net.rim.device.api.crypto.oid.OIDs
idKpClientAuth = 1.3.6.1.5.5.7.3.2 Represents a TLS Web client authentication - see RFC 2459.
idKpCodeSigning - Static variable in class net.rim.device.api.crypto.oid.OIDs
idKpCodeSigning = 1.3.6.1.5.5.7.3.3 Represents the signing of downloadable exectuable code - see RFC 2459.
idKpEmailProtection - Static variable in class net.rim.device.api.crypto.oid.OIDs
idKpEmailProtection = 1.3.6.1.5.5.7.3.4 Represents email protection - see RFC 2459.
idKpOCSPSigning - Static variable in class net.rim.device.api.crypto.oid.OIDs
idKpOCSPSigning = 1.3.6.1.5.5.7.3.9 Indicates that a given key can sign OCSP responses - see RFC 2560.
idKpServerAuth - Static variable in class net.rim.device.api.crypto.oid.OIDs
idKpServerAuth = 1.3.6.1.5.5.7.3.1 Represents a TLS Web server authentication - see RFC 2459.
idKpTimeStamping - Static variable in class net.rim.device.api.crypto.oid.OIDs
idKpTimeStamping = 1.3.6.1.5.5.7.3.8 Represents a way to bind an object to a time - see RFC 2459.
ILLEGAL_PARAMETER - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that a field in the handshake was out of range or inconsistent with other fields.
IllegalAccessException - exception java.lang.IllegalAccessException.
Thrown when an application tries to load in a class, but the currently executing method does not have access to the definition of the specified class, because the class is not public and in another package.
IllegalAccessException() - Constructor for class java.lang.IllegalAccessException
Constructs an IllegalAccessException without a detail message.
IllegalAccessException(String) - Constructor for class java.lang.IllegalAccessException
Constructs an IllegalAccessException with a detail message.
IllegalArgumentException - exception java.lang.IllegalArgumentException.
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IllegalArgumentException() - Constructor for class java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with no detail message.
IllegalArgumentException(String) - Constructor for class java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
IllegalMonitorStateException - exception java.lang.IllegalMonitorStateException.
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
IllegalMonitorStateException() - Constructor for class java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String) - Constructor for class java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalStateException - exception java.lang.IllegalStateException.
Signals that a method has been invoked at an illegal or inappropriate time.
IllegalStateException() - Constructor for class java.lang.IllegalStateException
Constructs an IllegalStateException with no detail message.
IllegalStateException(String) - Constructor for class java.lang.IllegalStateException
Constructs an IllegalStateException with the specified detail message.
IllegalThreadStateException - exception java.lang.IllegalThreadStateException.
Thrown to indicate that a thread is not in an appropriate state for the requested operation.
IllegalThreadStateException() - Constructor for class java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with no detail message.
IllegalThreadStateException(String) - Constructor for class java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with the specified detail message.
Image - class javax.microedition.lcdui.Image.
The Image class is used to hold graphical image data.
IMAGE_TYPE_JPEG - Static variable in class net.rim.device.api.system.EncodedImage
Indicates that an image is encoded in the JPEG format.
IMAGE_TYPE_PNG - Static variable in class net.rim.device.api.system.EncodedImage
Indicates that an image is encoded in the PNG format.
IMAGE_TYPE_WBMP - Static variable in class net.rim.device.api.system.EncodedImage
Indicates that an image is encoded in the WBMP format.
ImageItem - class javax.microedition.lcdui.ImageItem.
A class that provides layout control when Image objects are added to a Form or to an Alert.
ImageItem(String, Image, int, String) - Constructor for class javax.microedition.lcdui.ImageItem
Creates a new ImageItem with the given label, image, layout directive, and alternate text string.
imeiToString(byte[]) - Static method in class net.rim.device.api.system.IDENInfo
Converts the IMEI value to a String.
imeiToString(byte[]) - Static method in class net.rim.device.api.system.GPRSInfo
Converts the International Mobile Equipment Identity (IMEI) value to a string.
IMPLICIT - Static variable in interface javax.microedition.lcdui.Choice
IMPLICIT is a choice in which the currently focused item is selected when a Command is initiated.
IMPORTANT - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Important notification level.
importContact(Contact) - Method in interface net.rim.blackberry.api.pim.ContactList
Imports a Contact into the list using a given, predefined Contact object.
importEvent(Event) - Method in interface net.rim.blackberry.api.pim.EventList
Imports an Event into the list using a given, predefined Event object.
importToDo(ToDo) - Method in interface net.rim.blackberry.api.pim.ToDoList
Imports a ToDo into the list using a given, predefined ToDo object.
in - Variable in class java.io.DataInputStream
The input stream
IN_HOLSTER_ENGINE_STATE - Static variable in interface net.rim.device.api.notification.NotificationsConstants
In-holster engine state.
INBOX - Static variable in class net.rim.blackberry.api.mail.Folder
Folder type, used in Folder.getType() and Folder.list(int type).
INCREASE_DOWN - Static variable in class net.rim.device.api.ui.Ui
Alt-rolling downwards should produce higher values in rolling controls.
INCREASE_UP - Static variable in class net.rim.device.api.ui.Ui
Alt-rolling upwards should produce higher values in rolling controls.
increment(byte[], byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Adds one to the integer represented by the array a, mod the integer represented by the array modulus, and stores the result in the array result.
increment(byte[], int, byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Adds one to the integer represented by array a, mod 2log2modulus and stores the result in the array result.
increment(byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Adds one to the integer of length aLength in the array beginning at a[ aOffset ], mod the integer beginning at modulus[ modulusOffset ], and stores the result in the array result beginning at resultOffset.
increment(byte[], int, int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Adds one to the integer in the array beginning at a[ aOffset ], mod 2log2modulus, and stores the result in the array result, beginning at resultOffset.
increment(CryptoInteger, CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Increments this CryptoInteger by a, all modulo modulus.
increment(int, CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Increments this CryptoInteger by a, all modulo modulus.
indexOf(byte) - Method in class net.rim.device.api.util.ByteVector
Searches for the first occurence of the given argument, testing for equality.
indexOf(byte, int) - Method in class net.rim.device.api.util.ByteVector
Searches for the first occurence of the given argument, beginning the search at index.
indexOf(char, int, int) - Method in interface net.rim.device.api.util.AbstractString
Retrieves position of first matching character in substring.
indexOf(int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character.
indexOf(int) - Method in class net.rim.device.api.util.IntVector
Searches for the first occurence of the given argument, testing for equality.
indexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
indexOf(int, int) - Method in class net.rim.device.api.util.IntVector
Searches for the first occurence of the given argument, beginning the search at index.
indexOf(Object) - Method in class java.util.Vector
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(Object, int) - Method in class java.util.Vector
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
indexOf(String) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String) - Method in class net.rim.device.api.util.StringMatch
Retrieves position of first match in target string.
indexOf(String, char, int, int) - Static method in class net.rim.device.api.util.StringUtilities
Retrieves first occurence of character in section of provided string.
indexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(String, int) - Method in class net.rim.device.api.util.StringMatch
Retrieves position of first match in section of target string.
indexOfList(ListField, String, int) - Method in class net.rim.device.api.ui.component.ObjectListField
Retrieves first occurrence of provided prefix in list.
indexOfList(ListField, String, int) - Method in interface net.rim.device.api.ui.component.ListFieldCallback
Retrieves first occurence of prefix in list.
indexOfList(String, int) - Method in class net.rim.device.api.ui.component.ListField
Retrieves first occurence of prefix in this list.
IndexOutOfBoundsException - exception java.lang.IndexOutOfBoundsException.
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
IndexOutOfBoundsException() - Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String) - Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with the specified detail message.
INFO - Static variable in class javax.microedition.lcdui.AlertType
An INFO AlertType typically provides non-threatening information to the user.
inform(String) - Static method in class net.rim.device.api.ui.component.Dialog
Creates a nofitication dialog with message.
INFORMATION - Static variable in class net.rim.device.api.system.EventLogger
Information level event.
INFORMATION - Static variable in class net.rim.device.api.system.Bitmap
Predefined bitmap used for information dialogs.
inHolster() - Method in interface net.rim.device.api.system.HolsterListener
Invoked when the device is put in the holster.
INITIAL_VALUE - Static variable in class net.rim.device.api.util.CRC32
Initial checksum value used before updates.
INITIAL_VALUE - Static variable in class net.rim.device.api.util.CRC24
 
INITIAL_VALUE - Static variable in class net.rim.device.api.util.CRC16
Initial checksum value used before updates.
InitializationVector - class net.rim.device.api.crypto.InitializationVector.
Represents an initialization vector (IV) for block cipher modes.
InitializationVector(byte[]) - Constructor for class net.rim.device.api.crypto.InitializationVector
Creates an InitializationVector object using the specified data.
InitializationVector(byte[], int, int) - Constructor for class net.rim.device.api.crypto.InitializationVector
Creates an InitializationVector object using the specified section of the data.
InitializationVector(int) - Constructor for class net.rim.device.api.crypto.InitializationVector
Creates an InitializationVector object with the specified number of bytes of random data.
InitializationVectorFactory - class net.rim.device.api.crypto.InitializationVectorFactory.
Contains the functionality for a high level approach to creating InitializationVectors.
initialize(Digest) - Method in class net.rim.device.api.crypto.encoder.DecodedSignature
Initalizes the digest.
initialize(RSAPrivateKey, Digest) - Method in class net.rim.device.api.crypto.X931SignatureSigner
Initializes the key and digest for signing.
INLINE - Static variable in interface net.rim.blackberry.api.mail.Part
Presents this Part inline.
InputConnection - interface javax.microedition.io.InputConnection.
This interface defines the capabilities that an input stream connection must have.
InputStream - class java.io.InputStream.
This abstract class is the superclass of all classes representing an input stream of bytes.
InputStream() - Constructor for class java.io.InputStream
 
InputStreamReader - class java.io.InputStreamReader.
An InputStreamReader is a bridge from byte streams to character streams.
InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the default character encoding.
InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the named character encoding.
insert(char[], int, int, int) - Method in class javax.microedition.lcdui.TextField
Inserts a subrange of an array of characters into the contents of the TextField.
insert(char[], int, int, int) - Method in class javax.microedition.lcdui.TextBox
Inserts a subrange of an array of characters into the contents of the TextBox.
insert(char, int) - Method in class net.rim.device.api.ui.component.AutoTextEditField
Inserts character into this field.
insert(Field, int) - Method in class net.rim.device.api.ui.Screen
Inserts a field to this screen's manager.
insert(Field, int) - Method in class net.rim.device.api.ui.Manager
Inserts a field into this manager.
insert(int) - Method in class net.rim.device.api.ui.component.ObjectListField
Inserts empty row at specified index.
insert(int) - Method in class net.rim.device.api.ui.component.ListField
Inserts empty row at specified index.
insert(int, boolean) - Method in class java.lang.StringBuffer
Inserts the string representation of the boolean argument into this string buffer.
insert(int, char) - Method in class java.lang.StringBuffer
Inserts the string representation of the char argument into this string buffer.
insert(int, char[]) - Method in class java.lang.StringBuffer
Inserts the string representation of the char array argument into this string buffer.
insert(int, int) - Method in class java.lang.StringBuffer
Inserts the string representation of the second int argument into this string buffer.
insert(int, Item) - Method in class javax.microedition.lcdui.Form
Inserts an item into the Form just prior to the item specified.
insert(int, long) - Method in class java.lang.StringBuffer
Inserts the string representation of the long argument into this string buffer.
insert(int, Object) - Method in class java.lang.StringBuffer
Inserts the string representation of the Object argument into this string buffer.
insert(int, Object) - Method in class net.rim.device.api.ui.component.ObjectListField
Inserts an element in the list.
insert(int, String) - Method in class java.lang.StringBuffer
Inserts the string into this string buffer.
insert(int, String, Image) - Method in class javax.microedition.lcdui.List
 
insert(int, String, Image) - Method in class javax.microedition.lcdui.ChoiceGroup
 
insert(int, String, Image) - Method in interface javax.microedition.lcdui.Choice
Inserts an element into the Choice just prior to the element specified.
insert(String) - Method in class net.rim.device.api.ui.component.BasicEditField
Inserts string programmatically into this field.
insert(String, int) - Method in class javax.microedition.lcdui.TextField
Inserts a string into the contents of the TextField.
insert(String, int) - Method in class javax.microedition.lcdui.TextBox
Inserts a string into the contents of the TextBox.
insert(String, int) - Method in class net.rim.device.api.ui.component.BasicEditField
Inserts string into this field.
insertAt(int, Object) - Method in interface net.rim.device.api.collection.WritableList
Inserts element at index.
insertAt(int, Object) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Inserts an element by location.
insertAt(int, Object) - Method in class net.rim.device.api.collection.util.SparseList
Replaces element by index.
insertAt(int, Object) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Inserts element by index.
insertElement(Comparator, Object) - Method in class net.rim.device.api.collection.util.BigVector
Inserts element into vector.
insertElementAt(byte, int) - Method in class net.rim.device.api.util.ByteVector
Inserts the specified element as a component in this vector at the specified index.
insertElementAt(int, int) - Method in class net.rim.device.api.collection.util.BigIntVector
Inserts element at index.
insertElementAt(int, int) - Method in class net.rim.device.api.util.IntVector
Inserts the specified element as a component in this vector at the specified index.
insertElementAt(long, int) - Method in class net.rim.device.api.collection.util.BigLongVector
Inserts element at index.
insertElementAt(Object, int) - Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
insertElementAt(Object, int) - Method in class net.rim.device.api.collection.util.BigVector
Inserts element at index.
insertElementsAt(int[], int) - Method in class net.rim.device.api.collection.util.BigIntVector
Inserts a number of elements at index.
insertElementsAt(long[], int) - Method in class net.rim.device.api.collection.util.BigLongVector
Inserts a number of elements at index.
insertElementsAt(Object[], int) - Method in class net.rim.device.api.collection.util.BigVector
Inserts a number of elements at index.
InstantiationException - exception java.lang.InstantiationException.
Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class.
InstantiationException() - Constructor for class java.lang.InstantiationException
Constructs an InstantiationException with no detail message.
InstantiationException(String) - Constructor for class java.lang.InstantiationException
Constructs an InstantiationException with the specified detail message.
INSUFFICIENT_SECURITY - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Returned instead of handshake_failure when a negotiation has failed specifically because the server requires ciphers more secure than those supported by the client.
INT - Static variable in interface net.rim.blackberry.api.pim.PIMItem
Indicates that the data type is an integer.
IntComparator - interface net.rim.device.api.util.IntComparator.
A comparator that uses integers as the elements.
Integer - class java.lang.Integer.
The Integer class wraps a value of the primitive type int in an object.
INTEGER - Static variable in class net.rim.device.api.ui.text.TextFilter
Integer filter type.
INTEGER - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
The DER tag for the ASN.1 INTEGER primitive type.
Integer(int) - Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the primitive int argument.
IntEnumeration - interface net.rim.device.api.util.IntEnumeration.
Enumeration of integer elements.
INTERNAL_ERROR - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that an internal error unrelated to the peer or the correctness of the protocol makes it impossible to continue (such as a memory allocation failure).
internOID(byte[], int, int) - Static method in class net.rim.device.api.crypto.oid.OIDs
Returns an interned version of the OID with the given encoding.
internOID(OID) - Static method in class net.rim.device.api.crypto.oid.OIDs
Returns an interned version of the given OID.
InterruptedException - exception java.lang.InterruptedException.
Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it using the interrupt method in class Thread.
InterruptedException() - Constructor for class java.lang.InterruptedException
Constructs an InterruptedException with no detail message.
InterruptedException(String) - Constructor for class java.lang.InterruptedException
Constructs an InterruptedException with the specified detail message.
InterruptedIOException - exception java.io.InterruptedIOException.
Signals that an I/O operation has been interrupted.
InterruptedIOException() - Constructor for class java.io.InterruptedIOException
Constructs an InterruptedIOException with null as its error detail message.
InterruptedIOException(String) - Constructor for class java.io.InterruptedIOException
Constructs an InterruptedIOException with the specified detail message.
intersect(XYRect) - Method in class net.rim.device.api.ui.XYRect
Intersects this rectangle with another rectangle.
INTERVAL - Static variable in class net.rim.blackberry.api.pim.RepeatRule
The interval represents the amount of times between events, or the number of times the frequency repeats.
IntHashtable - class net.rim.device.api.util.IntHashtable.
This class implements a hashtable, which maps keys to values.
IntHashtable() - Constructor for class net.rim.device.api.util.IntHashtable
Construct a new, empty hashtable with a default capacity and load factor.
IntHashtable(int) - Constructor for class net.rim.device.api.util.IntHashtable
Construct a new, empty hashtable with the specified capacity.
IntIntHashtable - class net.rim.device.api.util.IntIntHashtable.
This class implements a hashtable, which maps keys to values.
IntIntHashtable() - Constructor for class net.rim.device.api.util.IntIntHashtable
Construct a new, empty hashtable with a default capacity and load factor.
IntIntHashtable(int) - Constructor for class net.rim.device.api.util.IntIntHashtable
Construct a new, empty hashtable with the specified capacity.
IntKeyProviderAdaptor - interface net.rim.device.api.collection.IntKeyProviderAdaptor.
Adaptor class that can retrieve integer keys for collections that can use them.
IntMultiMap - class net.rim.device.api.util.IntMultiMap.
Provides a one to many mapping between an integer key and some values.
IntMultiMap() - Constructor for class net.rim.device.api.util.IntMultiMap
Constructs a new IntMultiMap instance.
IntMultiMap(int, boolean) - Constructor for class net.rim.device.api.util.IntMultiMap
Constructs a new IntMultiMap instance with the provided capacity.
IntRangedActionTarget - interface net.rim.device.api.collection.IntRangedActionTarget.
Defines functionality for a collection that supports actions on a range of contained elements with integer keys.
IntSortedReadableList - class net.rim.device.api.collection.util.IntSortedReadableList.
Maintains a collection of elements with associated keys.
IntSortedReadableList(CollectionEventSource, IntKeyProviderAdaptor) - Constructor for class net.rim.device.api.collection.util.IntSortedReadableList
Constructs a new instance using another collection as a source for initial contents.
IntSortedReadableList(IntKeyProviderAdaptor) - Constructor for class net.rim.device.api.collection.util.IntSortedReadableList
Constructs a new instance.
IntStack - class net.rim.device.api.util.IntStack.
Last-in-first-out (LIFO) stack of integer values.
IntStack() - Constructor for class net.rim.device.api.util.IntStack
Creates an empty stack.
IntStack(int) - Constructor for class net.rim.device.api.util.IntStack
Allows the creation of the stack with a different initial capacity.
intToHexDigit(int) - Static method in class net.rim.device.api.util.NumberUtilities
Converts integer value to hex digit.
intToUpperHexDigit(int) - Static method in class net.rim.device.api.util.NumberUtilities
Converts integer value to upper case hex digit.
intValue() - Method in class java.lang.Integer
Returns the value of this Integer as an int.
IntVector - class net.rim.device.api.util.IntVector.
Vector-like class for storing integer values.
IntVector() - Constructor for class net.rim.device.api.util.IntVector
Constructs an empty vector.
IntVector(int) - Constructor for class net.rim.device.api.util.IntVector
Constructs an empty vector with the specified initial capacity.
IntVector(int, int) - Constructor for class net.rim.device.api.util.IntVector
Constructs an empty vector with the specified initial capacity and capacity increment.
INVALID - Static variable in class net.rim.blackberry.api.mail.Folder
Folder type, used in Folder.getType() and Folder.list(int type).
INVALID_FOLDER_ID - Static variable in class net.rim.blackberry.api.mail.Folder
An invalid folder id.
invalidate() - Method in class net.rim.device.api.ui.Manager
Marks this entire manager as requiring repainting.
invalidate() - Method in class net.rim.device.api.ui.Field
Marks this entire field invalid.
invalidate() - Method in class net.rim.device.api.ui.component.ListField
Invalidates the entire field.
invalidate(int) - Method in class net.rim.device.api.ui.component.ListField
Invalidates the specified row.
invalidate(int, int, int, int) - Method in class net.rim.device.api.ui.Screen
Invalidates a region of this screen.
invalidate(int, int, int, int) - Method in class net.rim.device.api.ui.Manager
Marks a region as requiring repainting.
invalidate(int, int, int, int) - Method in class net.rim.device.api.ui.Field
Marks a region of this field as invalid (requiring repainting).
invalidateLayout() - Method in class net.rim.device.api.ui.Screen
Invalidates this screen's layout (including all controlled fields).
invalidateNode(int) - Method in class net.rim.device.api.ui.component.TreeField
Invalidates the given node for repainting.
InvalidCryptoSystemException - exception net.rim.device.api.crypto.InvalidCryptoSystemException.
Thrown when a crypto system is improperly formatted.
InvalidCryptoSystemException() - Constructor for class net.rim.device.api.crypto.InvalidCryptoSystemException
Creates an InvalidCryptoSystemException object with no parameters.
InvalidCryptoSystemException(String) - Constructor for class net.rim.device.api.crypto.InvalidCryptoSystemException
Creates an InvalidCryptoSystemException object with a message String.
InvalidKeyEncodingException - exception net.rim.device.api.crypto.InvalidKeyEncodingException.
Thrown when an improperly formatted key is operated on.
InvalidKeyEncodingException() - Constructor for class net.rim.device.api.crypto.InvalidKeyEncodingException
Creates an InvalidKeyEncodingException object with no parameters.
InvalidKeyEncodingException(String) - Constructor for class net.rim.device.api.crypto.InvalidKeyEncodingException
Creates an InvalidKeyEncodingException object with a message string.
InvalidKeyException - exception net.rim.device.api.crypto.InvalidKeyException.
Thrown when a key is improperly formatted.
InvalidKeyException() - Constructor for class net.rim.device.api.crypto.InvalidKeyException
Creates an InvalidKeyException object with no parameters.
InvalidKeyException(String) - Constructor for class net.rim.device.api.crypto.InvalidKeyException
Creates an InvalidKeyException object with a descriptive string.
InvalidKeyPairException - exception net.rim.device.api.crypto.InvalidKeyPairException.
Raised when a key pair is improperly formatted.
InvalidKeyPairException() - Constructor for class net.rim.device.api.crypto.InvalidKeyPairException
Creates an InvalidKeyPairException object with no parameters.
InvalidKeyPairException(String) - Constructor for class net.rim.device.api.crypto.InvalidKeyPairException
Creates an InvalidKeyPairException object with a descriptive string.
InvalidRecordIDException - exception javax.microedition.rms.InvalidRecordIDException.
Thrown to indicate an operation could not be completed because the record ID was invalid.
InvalidRecordIDException() - Constructor for class javax.microedition.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with no detail message.
InvalidRecordIDException(String) - Constructor for class javax.microedition.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with the specified detail message.
InvalidSignatureEncodingException - exception net.rim.device.api.crypto.InvalidSignatureEncodingException.
Thrown when a signature is improperly formatted.
InvalidSignatureEncodingException() - Constructor for class net.rim.device.api.crypto.InvalidSignatureEncodingException
Creates an InvalidSignatureEncodingException object without parameters.
InvalidSignatureEncodingException(String) - Constructor for class net.rim.device.api.crypto.InvalidSignatureEncodingException
Creates an InvalidSignatureEncodingException object with a descriptive string that contains information about the exception.
InvalidTimeException - exception net.rim.device.api.crypto.keystore.InvalidTimeException.
An exception representing times when someone is attempting to set the status of a certificate to a time that does not exist yet.
InvalidTimeException() - Constructor for class net.rim.device.api.crypto.keystore.InvalidTimeException
Creates a InvalidTimeException with no parameters.
InvalidTimeException(String) - Constructor for class net.rim.device.api.crypto.keystore.InvalidTimeException
Creates a InvalidTimeException with a description string.
invert(byte[], byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the inverse of the integer represented by the array a, modulo the integer represented by the array modulus and stores the result in result.
invert(byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the inverse of the integer in in the array a beginning at aOffset, modulo the integer in modulus beginning at modulusOffset and stores the result the the array result, beginning at result[ resultOffset ].
invert(CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Returns the inverse of this modulo modulus.
invert(int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Inverts a region.
invert(XYRect) - Method in class net.rim.device.api.ui.Graphics
Inverts a region specified by an XYRect object.
InvertedOrderComparator - class net.rim.device.api.util.InvertedOrderComparator.
Comparator to do inverted total orderings on collections of objects.
InvertedOrderComparator(Comparator) - Constructor for class net.rim.device.api.util.InvertedOrderComparator
Creates a new InvertedOrderComparator instance.
invoke(Collection, CollectionListener) - Method in interface net.rim.device.api.collection.util.CollectionListenerAction
Requests listener to perform some action.
invokeAndWait(Runnable) - Method in class net.rim.device.api.system.Application
Puts runnable object into this application's event queue, and wait until it is processed.
invokeEvent(EventInjector.Event) - Static method in class net.rim.device.api.system.EventInjector
 
invokeLater(Runnable) - Method in class net.rim.device.api.system.Application
Puts runnable object into this application's event queue.
invokeLater(Runnable, long, boolean) - Method in class net.rim.device.api.system.Application
Puts runnable object into this application's event queue for repeated execution.
IOException - exception java.io.IOException.
Signals that an I/O exception of some sort has occurred.
IOException() - Constructor for class java.io.IOException
Constructs an IOException with null as its error detail message.
IOException(String) - Constructor for class java.io.IOException
Constructs an IOException with the specified detail message.
IOPort - class net.rim.device.api.system.IOPort.
Provides low-level access to the device's I/O port.
IOPort() - Constructor for class net.rim.device.api.system.IOPort
Constructs a new IOPort instance.
IOPortListener - interface net.rim.device.api.system.IOPortListener.
The listener interface for receiving I/O port events.
IPTextFilter - class net.rim.device.api.ui.text.IPTextFilter.
Filters out characters not used in IP\Port text strings It accepts only number, dot and colon characters.
IPTextFilter() - Constructor for class net.rim.device.api.ui.text.IPTextFilter
Constructs new IPTextFilter object with no parameters.
IPTextFilter(int) - Constructor for class net.rim.device.api.ui.text.IPTextFilter
Constructs new IPTextFilter object.
isAlive() - Method in class java.lang.Thread
Tests if this thread is alive.
isArray() - Method in class java.lang.Class
Determines if this Class object represents an array class.
isAscending() - Method in interface net.rim.device.api.collection.OrderedList
Determines if this list sorts in ascending or descending order.
isAssignableFrom(Class) - Method in class java.lang.Class
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
isBatteryRemovable() - Static method in class net.rim.device.api.system.DeviceInfo
Determines if the device has a removable battery.
isBigEndian() - Method in class net.rim.device.api.util.DataBuffer
Determines if this buffer writes numeric data in big endian form.
isBold() - Method in class javax.microedition.lcdui.Font
Returns true if the font is bold.
isBold() - Method in class net.rim.device.api.ui.Font
Indicates if this font is bold.
isCA() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns true if the certificate is of a certificate authority.
isCA() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns true if the certificate is of a certificate authority.
isCA() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns true if the certificate is of a certificate authority.
isCategory(String) - Method in interface net.rim.blackberry.api.pim.PIMList
Returns a boolean indicating whether or not the specified category name is valid for this list.
isCertificateAuthority() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Returns true if this certificate is a (non-root) certificate authority's certificate.
isCertificateChainTrusted(Certificate[], KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Determines if the chain is trusted.
isCertificateTrusted(Certificate, Certificate[], KeyStore, KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Determines if this certificate is trusted by trying to build a chain into the trustedKeyStore.
isCertificateTrusted(Certificate, KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Determines if this certificate is trusted by trying to build a chain into the trustedKeyStore.
isColor() - Method in class javax.microedition.lcdui.Display
Gets information about color support of the device.
isCompressed(ECCryptoSystem, byte[]) - Static method in class net.rim.device.api.crypto.ECPublicKey
Returns true if the publicKeyData object represents a compressed EC public key.
isConnected() - Method in class net.rim.blackberry.api.mail.Service
Determines whether this service is connected.
isDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a digit.
isDirty() - Method in class net.rim.device.api.ui.Screen
Determines if this screen is dirty.
isDirty() - Method in class net.rim.device.api.ui.Manager
Determines if any controlled field is dirty.
isDirty() - Method in class net.rim.device.api.ui.Field
Indicates whether this field is dirty.
isDisplayed() - Method in class net.rim.device.api.ui.Screen
Determine if this screen is currently in use.
isDisplayed() - Method in class net.rim.device.api.ui.component.Menu
Determines if this menu is currently visible.
isDoubleBuffered() - Method in class javax.microedition.lcdui.Canvas
Checks if the Graphics is double buffered by the implementation.
isDownArrowShown() - Method in class net.rim.device.api.ui.Manager
Determines if downwards scroll arrow to be drawn.
isEditable() - Method in class net.rim.device.api.ui.Field
Indicates whether this field is editable.
isEmpty() - Method in class java.util.Vector
Tests if this vector has no components.
isEmpty() - Method in class java.util.Hashtable
Determines if this hashtable maps no keys to values.
isEmpty() - Method in class net.rim.device.api.collection.util.CollectionListenerManager
Determines if this manager's listener list is empty.
isEmpty() - Method in class net.rim.device.api.collection.util.BigVector
Determines if this vector has no elements.
isEmpty() - Method in class net.rim.device.api.collection.util.BigLongVector
Determines if this vector has no elements.
isEmpty() - Method in class net.rim.device.api.collection.util.BigIntVector
Determines if this vector has no elements.
isEmpty() - Method in class net.rim.device.api.i18n.ResourceBundleFamily
Determines if this bundle family contains no resource bundles.
isEmpty() - Method in class net.rim.device.api.ui.ContextMenu
Determines if the context menu is empty.
isEmpty() - Method in class net.rim.device.api.ui.component.ListField
Determines if this list is empty.
isEmpty() - Method in class net.rim.device.api.util.ToIntHashtable
Determines if this hashtable maps no keys to values.
isEmpty() - Method in class net.rim.device.api.util.MultiMap
Determines if this map is empty.
isEmpty() - Method in class net.rim.device.api.util.LongIntHashtable
Determines if this hashtable maps no keys to values.
isEmpty() - Method in class net.rim.device.api.util.LongHashtable
Determines if this hashtable maps no keys to values.
isEmpty() - Method in class net.rim.device.api.util.IntVector
Tests if this vector has no components.
isEmpty() - Method in class net.rim.device.api.util.IntMultiMap
Determines if this map is empty.
isEmpty() - Method in class net.rim.device.api.util.IntIntHashtable
Determines if this hashtable maps no keys to values.
isEmpty() - Method in class net.rim.device.api.util.IntHashtable
Determines if this hashtable maps no keys to values.
isEmpty() - Method in class net.rim.device.api.util.ByteVector
Tests if this vector has no components.
isEnteringRollerCharacter() - Method in class net.rim.device.api.ui.component.EditField
Determines if currently doing rolling character selection.
isEventDispatchThread() - Static method in class net.rim.device.api.system.Application
Determines if this is the event dispatching thread.
isEventThread() - Method in class net.rim.device.api.system.Application
Determines if this is the event dispatching thread.
isFieldLabelSettable(int) - Method in interface net.rim.blackberry.api.pim.BlackBerryPIMList
Returns a boolean indicating whether or not a field label can be set.
isFocusable() - Method in class net.rim.device.api.ui.Screen
Verify that the delegate manager accepts the focus.
isFocusable() - Method in class net.rim.device.api.ui.Manager
Verify that this manager accepts the focus.
isFocusable() - Method in class net.rim.device.api.ui.Field
Determines if this field accepts the focus.
isForeground() - Method in class net.rim.device.api.system.Application
Determines if this application is in the foreground.
isGlobalStatus() - Method in class net.rim.device.api.ui.Screen
Determines if this is a global status screen.
isHandlingEvents() - Method in class net.rim.device.api.system.Application
Determines if this application has entered the event dispatch loop.
isHeightSupported(int) - Method in class net.rim.device.api.ui.FontFamily
Determines if this font family supports a specific height.
isInbound() - Method in class net.rim.blackberry.api.mail.Message
Determines if this message is an inbound (received) message.
isInHolster() - Static method in class net.rim.device.api.system.DeviceInfo
Determines if the device is in the holster.
isInstance(Object) - Method in class java.lang.Class
Determines if the specified Object is assignment-compatible with the object represented by this Class.
isInteractive() - Method in class javax.microedition.lcdui.Gauge
Tells whether the user is allowed to change the value of the Gauge.
isInterface() - Method in class java.lang.Class
Determines if the specified Class object represents an interface type.
isItalic() - Method in class javax.microedition.lcdui.Font
Returns true if the font is italic.
isItalic() - Method in class net.rim.device.api.ui.Font
Indicates if this font is italic.
isKeptUpdated() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if the enumeration keeps its enumeration current with any changes in the records.
isLibrary(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Determines if a module is a library.
isLowerCase(char) - Static method in class java.lang.Character
Determines if the specified character is a lowercase character.
isMember(byte[]) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
isMember(byte[]) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns a boolean dictating whether or not this certificate is contained inside the KeyStore.
isMember(byte[]) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Returns a boolean dictating whether or not this certificate is contained inside the KeyStore.
isMember(Certificate) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
isMember(Certificate) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns a boolean dictating whether or not this certificate is contained inside the KeyStore.
isMember(Certificate) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Returns a boolean dictating whether or not this certificate is contained inside the KeyStore.
isMember(Key) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
isMember(Key) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns a boolean dictating whether or not this key is contained inside the KeyStore.
isMember(Key) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Returns a boolean dictating whether or not this key is contained inside the KeyStore.
isMember(KeyStoreData) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
isMember(KeyStoreData) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns a boolean dictating whether or not this KeyStoreData is contained inside the KeyStore.
isMember(KeyStoreData) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Returns a boolean dictating whether or not this KeyStoreData is contained inside the KeyStore.
isMimeType(String) - Method in interface net.rim.blackberry.api.mail.Part
Determines if this part is of the specified MIME type.
isMimeType(String) - Method in class net.rim.blackberry.api.mail.Message
Compares the message content type to the specified MIME type.
isMimeType(String) - Method in class net.rim.blackberry.api.mail.BodyPart
Determines whether this body part is of the specified MIME type.
isModified() - Method in interface net.rim.blackberry.api.pim.PIMItem
Returns a boolean that indicates whether or not this PIMItem has been modified since the last commit or retrieval.
isMonochrome() - Method in class net.rim.device.api.system.EncodedImage
Returns true of this is a monochrome image.
isMuddy() - Method in class net.rim.device.api.ui.Screen
Determines if this screen is muddy.
isMuddy() - Method in class net.rim.device.api.ui.Manager
Determines if any controlled field is muddy.
isMuddy() - Method in class net.rim.device.api.ui.Field
Indicates whether this field has recently become muddy and the focus has not yet changed.
isMultiPart() - Method in class net.rim.device.api.mime.MIMEInputStream
Determines if this is a multi-part message.
isMutable() - Method in class javax.microedition.lcdui.Image
Check if this image is mutable.
isNextTagApplicationSpecific() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns true if the next tag indicates application-specific.
isNextTagApplicationSpecific() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns true if the next tag indicates application-specific.
isNextTagContextSpecific() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns true if the next tag indicates context-specific.
isNextTagContextSpecific() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns true if the next tag indicates context-specific.
isNextTagPrivate() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns true if the next tag indicates private-use.
isNextTagPrivate() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns true if the next tag indicates private-use.
isNextTagUniversal() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns true if the next tag indicates Universal.
isNextTagUniversal() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns true if the next tag indicates Universal.
isOdd() - Method in class net.rim.device.api.crypto.CryptoInteger
Determines if this CryptoInteger is odd.
isOne(byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Compares array a to 1.
isOne(byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Compares array a to 1.
isOnKeypad(char) - Static method in class net.rim.device.api.ui.Keypad
Determines if a key is on the keypad.
isPaintingSuspended() - Method in interface net.rim.device.api.ui.UiEngine
Determines if repainting is currently suspended.
isPaintingSuspended() - Method in class net.rim.device.api.ui.UiApplication
Determines if repainting is currently suspended.
isPasteable() - Method in class net.rim.device.api.ui.Field
Determines if this field supports paste operations.
isPlain() - Method in class javax.microedition.lcdui.Font
Returns true if the font is plain.
isPlain() - Method in class net.rim.device.api.ui.Font
Indicates if this font is plain.
isPrivateKeySet() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns a boolean dictating whether or not the private key has been set for this record without actually requiring knowledge of the passphrase to access the private key.
isRoot() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Returns true if the certificate is self signed.
isRoot() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Returns true if the certificate is self signed.
isRoot() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Returns true if the certificate is self signed.
isSameDate(long, long, TimeZone, TimeZone) - Static method in class net.rim.device.api.util.DateTimeUtilities
Determine if two dates fall on the same calendar date
isSameDate(long, long, TimeZone, TimeZone, Calendar) - Static method in class net.rim.device.api.util.DateTimeUtilities
Determine if two dates fall on the same calendar date
isSelectable() - Method in class net.rim.device.api.ui.Field
Determines if this field supports selection.
isSelectable() - Method in class net.rim.device.api.ui.component.RichTextField
Determines if this field supports selection.
isSelected() - Method in class net.rim.device.api.ui.component.RadioButtonField
Determines if this field's radio button is selected.
isSelected(int) - Method in class javax.microedition.lcdui.List
 
isSelected(int) - Method in class javax.microedition.lcdui.ChoiceGroup
 
isSelected(int) - Method in interface javax.microedition.lcdui.Choice
Gets a boolean value indicating whether this element is selected.
isSelecting() - Method in class net.rim.device.api.ui.Screen
Determines if this screen has the focus.
isSelecting() - Method in class net.rim.device.api.ui.Manager
Determines if the field with focus is in selection mode.
isSelecting() - Method in class net.rim.device.api.ui.Field
Determines if this field is in selection mode.
isSelectionCopyable() - Method in class net.rim.device.api.ui.Field
Determines if this field supports copy operations.
isSelectionCopyable() - Method in class net.rim.device.api.ui.component.PasswordEditField
Determines if this field supports copy operations.
isSelectionCopyable() - Method in class net.rim.device.api.ui.component.LabelField
Determines if this field is copyable.
isSelectionCopyable() - Method in class net.rim.device.api.ui.component.DateField
Determines if this field is copyable.
isSelectionCutable() - Method in class net.rim.device.api.ui.Field
Determines if this field supports cut operations.
isSelectionDeleteable() - Method in class net.rim.device.api.ui.Field
Determines if this field supports the delete operation.
isSet(int) - Method in class net.rim.device.api.util.BitSet
Determines bit state by index.
isSet(int) - Method in class net.rim.device.api.crypto.asn1.ASN1BitSet
Test if a particular bit is set, starting from index 0.
isSet(int) - Method in class net.rim.blackberry.api.mail.Message
Determines if the specified flag is set on this message.
isShown() - Method in class javax.microedition.lcdui.Displayable
Checks if the Displayable is actually visible on the display.
isStrong() - Method in class net.rim.device.api.crypto.RSACryptoSystem
Returns whether or not the CryptoSystem is cryptographically strong as of the release date of the code.
isStrong() - Method in class net.rim.device.api.crypto.KEACryptoSystem
Returns whether or not the CryptoSystem is cryptographically strong as of the release date of the code.
isStrong() - Method in class net.rim.device.api.crypto.ECCryptoSystem
Returns whether or not the CryptoSystem is cryptographically strong as of the release date of the code.
isStrong() - Method in class net.rim.device.api.crypto.DSACryptoSystem
Returns whether or not the CryptoSystem is cryptographically strong as of the release date of the code.
isStrong() - Method in class net.rim.device.api.crypto.DHCryptoSystem
Returns whether or not the CryptoSystem is cryptographically strong as of the release date of the code.
isStrong() - Method in interface net.rim.device.api.crypto.CryptoSystem
Returns whether or not the CryptoSystem is cryptographically strong as of the release date of the code.
isStyleSupported(int) - Method in class net.rim.device.api.ui.FontFamily
Determines if this font family supports a specific style.
ISSUER - Static variable in class net.rim.device.api.crypto.keystore.AssociatedData
A long representing the issuer associated data.
IssuerKeyStoreIndex - class net.rim.device.api.crypto.certificate.IssuerKeyStoreIndex.
Implements an index to allow you to look up a key store data object by the issuer name of the certificate in the data blob.
IssuerKeyStoreIndex() - Constructor for class net.rim.device.api.crypto.certificate.IssuerKeyStoreIndex
Creates an IssuerKeyStoreIndex object.
isSupported() - Static method in class net.rim.device.api.system.USBPort
Determines if the device has a serial port.
isSupported() - Static method in class net.rim.device.api.system.SerialPort
Determines if the device has a serial port.
isSupported() - Static method in class net.rim.device.api.system.Peripheral
 
isSupportedArrayElement(int, int) - Method in interface net.rim.blackberry.api.pim.PIMList
Returns a boolean that indicates whether or not a given array element is supported by the specified field.
isSupportedAttribute(int, int) - Method in interface net.rim.blackberry.api.pim.PIMList
Returns a boolean indicating whether or not the specified attribute is supported in a given field within the list.
isSupportedField(int) - Method in interface net.rim.blackberry.api.pim.PIMList
Returns a boolean indicating whether or not the specified field is supported.
isSymbolScreenAllowed() - Method in class net.rim.device.api.ui.component.BasicEditField
Determine if this field supports use of the symbol screen.
isSymmetricKeySet() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns a boolean dictating whether or not the symmetric key has actually been set for this record without actually requiring knowledge of the passphrase to access the symmetric key.
isSyncInProgress() - Method in class net.rim.device.api.synchronization.SerialSyncManager
Determines if a serial synchronization operation is in progress.
isSyncObjectDirty(SyncObject) - Method in class net.rim.device.api.synchronization.SyncItem
 
isSyncObjectDirty(SyncObject) - Method in interface net.rim.device.api.synchronization.SyncCollection
Determines whether a specified SyncObject is dirty.
isSystemLocked() - Method in class net.rim.device.api.system.ApplicationManager
Determines if the system is currently locked.
isType(DataBuffer, int) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Determines whether the next field in the DataBuffer matches a specified type.
isUnderlined() - Method in class javax.microedition.lcdui.Font
Returns true if the font is underlined.
isUnderlined() - Method in class net.rim.device.api.ui.Font
Indicates if this font is underlined.
isUpArrowShown() - Method in class net.rim.device.api.ui.Manager
Determines if upwards scroll arrow to be drawn.
isUpperCase(char) - Static method in class java.lang.Character
Determines if the specified character is an uppercase character.
isValid() - Method in interface net.rim.device.api.crypto.certificate.Certificate
Checks that this certificate is valid, using the current date and time as the time reference.
isValid() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Check that this certificate is valid, using the current date and time as the time reference.
isValid() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Check that this certificate is valid, using the current date and time as the time reference.
isValid(long) - Method in interface net.rim.device.api.crypto.certificate.Certificate
Check that this certificate is valid, using date as the time reference.
isValid(long) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Check that this certificate is valid, using date as the time reference.
isValid(long) - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Check that this certificate is valid, using date as the time reference.
isValidKeyCode(int) - Static method in class net.rim.device.api.ui.Keypad
Determines if a keycode is valid in this keymap.
isValidLayout() - Method in class net.rim.device.api.ui.Manager
Verifies this manager has a completed layout for its fields.
isVersion20Supported() - Static method in class net.rim.device.api.crypto.PKCS1SignatureSigner
Returns true if PKCS1 version 2.0 is supported.
isVisible() - Method in class net.rim.device.api.ui.Field
Determines whether or not this UI element is visible.
isWeekend() - Static method in class net.rim.device.api.util.DateTimeUtilities
Determines if the current day is a weekend day.
isWeekend(Calendar) - Static method in class net.rim.device.api.util.DateTimeUtilities
Determines if provided date falls on a weekend.
isWeekend(long) - Static method in class net.rim.device.api.util.DateTimeUtilities
Deteremines if provided long integer date falls on a weekend.
isWritable() - Method in class net.rim.device.api.system.Bitmap
Indicates whether the Bitmap object is read-only.
isZero(byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Compares array a to 0.
isZero(byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Compares array a to 0.
ITALIC - Static variable in class net.rim.device.api.ui.Font
Italic font style modifier
Item - class javax.microedition.lcdui.Item.
A superclass for components that can be added to a Form and Alert.
ITEM - Static variable in class javax.microedition.lcdui.Command
With this command type the application can hint to the implementation that the command is specific to a particular item on the screen.
itemAdded(PIMItem) - Method in interface net.rim.blackberry.api.pim.PIMListListener
 
itemRemoved(PIMItem) - Method in interface net.rim.blackberry.api.pim.PIMListListener
 
items() - Method in interface net.rim.blackberry.api.pim.PIMList
Returns an enumeration of all items in the list.
items(int, long, long, boolean) - Method in interface net.rim.blackberry.api.pim.EventList
Returns an enumeration of all events in the EventList ordered by start date inclusive.
items(long, long) - Method in interface net.rim.blackberry.api.pim.ToDoList
Returns an enumeration containing all ToDo instances between the specified start date and end date inclusive.
items(PIMItem) - Method in interface net.rim.blackberry.api.pim.PIMList
Returns an enumeration of all items that match the fields contained within a specified PIMItem.
items(String) - Method in interface net.rim.blackberry.api.pim.PIMList
Returns an enumeration of all items that match the fields contained within a specified string.
itemsByCategory(String) - Method in interface net.rim.blackberry.api.pim.PIMList
Returns an enumeration of all items in the list that match the specified category.
itemStateChanged(Item) - Method in interface javax.microedition.lcdui.ItemStateListener
Called when internal state of an Item has been changed by the user.
ItemStateListener - interface javax.microedition.lcdui.ItemStateListener.
This interface is used by applications which need to receive events that indicate changes in the internal state of the interactive items within a Form screen.
itemUpdated(PIMItem, PIMItem) - Method in interface net.rim.blackberry.api.pim.PIMListListener
 
ITPolicy - class net.rim.device.api.itpolicy.ITPolicy.
Provides access to the IT policy database.

J

JANUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the first month of the year.
JANUARY - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the constant for the month: January.
java.io - package java.io
Provides for system input and output through data streams.
java.lang - package java.lang
Provides classes that are fundamental to the design of the Java programming language.
java.util - package java.util
Contains the collection classes, date and time facilities and miscellaneous utility classes.
javax.microedition.io - package javax.microedition.io
The classes for the generic connections.
javax.microedition.lcdui - package javax.microedition.lcdui
The UI API provides a set of features for implementation of user interfaces for MIDP applications.
javax.microedition.midlet - package javax.microedition.midlet

The MIDlet package defines Mobile Information Device Profile applications and the interactions between the application and the environment in which the application runs.

javax.microedition.rms - package javax.microedition.rms
The Mobile Information Device Profile provides a mechanism for MIDlets to persistently store data and later retrieve it.
join() - Method in class java.lang.Thread
Waits for this thread to die.
JULY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the seventh month of the year.
JULY - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the constant for the month: July.
JUNE - Static variable in class java.util.Calendar
Value of the MONTH field indicating the sixth month of the year.
JUNE - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the constant for the month: June.

K

KEA - Static variable in class net.rim.device.api.crypto.oid.OIDs
KEA 2.16.840.1.101.2.1.1.22 Represents the KEA key agreement algorithm.
KEACryptoSystem - class net.rim.device.api.crypto.KEACryptoSystem.
Represents the system of asymmetric cryptography which is based on the Discrete Logarithm Problem.
KEACryptoSystem() - Constructor for class net.rim.device.api.crypto.KEACryptoSystem
Creates the KEACryptoSystem object with the Fortezza parameters.
KEACryptoSystem(byte[], byte[], byte[]) - Constructor for class net.rim.device.api.crypto.KEACryptoSystem
Creates a KEACryptoSystem object with the specified p, q and g domain parameters.
KEACryptoSystem(byte[], byte[], byte[], String) - Constructor for class net.rim.device.api.crypto.KEACryptoSystem
Creates a KEACryptosystem object with the specified p, q and g domain parameters.
KEACryptoSystem(String) - Constructor for class net.rim.device.api.crypto.KEACryptoSystem
Creates the KEACryptoSystem object using the specified parameters.
KEAKey - interface net.rim.device.api.crypto.KEAKey.
Represents a key in a Key Exchange Algorithm (KEA) system.
KEAKeyAgreement - class net.rim.device.api.crypto.KEAKeyAgreement.
The KEAKeyAgreement class implements the key exchange algorithm (KEA).
KEAKeyPair - class net.rim.device.api.crypto.KEAKeyPair.
The KEAKeyPair object holds a Key Exchange Algorithm (KEA) public and private key.
KEAKeyPair(KEACryptoSystem) - Constructor for class net.rim.device.api.crypto.KEAKeyPair
Creates a new KEAKeyPair object with the given crypto system.
KEAKeyPair(KEAPublicKey, KEAPrivateKey) - Constructor for class net.rim.device.api.crypto.KEAKeyPair
Creates a new KEAKeyPair object with the given public and private keys.
KEAPrivateKey - class net.rim.device.api.crypto.KEAPrivateKey.
Represents a private key in a Key Exchange Algorithm (KEA) system.
KEAPrivateKey(KEACryptoSystem, byte[]) - Constructor for class net.rim.device.api.crypto.KEAPrivateKey
Constructs a KEAPrivateKey object under the given crypto system using the given data as the private key's mathematical representation.
KEAPublicKey - class net.rim.device.api.crypto.KEAPublicKey.
Represents a public key in a Key Exchange Algorithm (KEA) system.
KEAPublicKey(KEACryptoSystem, byte[]) - Constructor for class net.rim.device.api.crypto.KEAPublicKey
Constructs a KEAPublicKey object under the given crypto system using the given data as the public key's mathematical representation.
keepUpdated(boolean) - Method in interface javax.microedition.rms.RecordEnumeration
Used to set whether the enumeration will be keep its internal index up to date with the record store record additions/deletions/changes.
Key - interface net.rim.device.api.crypto.Key.
Represents a symmetric, public, or private key.
KEY_AGREEMENT - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used for key agreement.
KEY_ALGORITHM_NAME - Static variable in class net.rim.device.api.crypto.oid.OIDs
Associates OIDs and key algorithm name strings, eg "RSA", "DSA", "DH", "EC".
KEY_ALT - Static variable in class net.rim.device.api.ui.Keypad
ALT key constant.
KEY_APPLICATION - Static variable in class net.rim.device.api.ui.Keypad
Application key constant.
KEY_BACKLIGHT - Static variable in class net.rim.device.api.ui.Keypad
Backlight key constant.
KEY_BACKSPACE - Static variable in class net.rim.device.api.ui.Keypad
Backspace key constant.
KEY_CERT_SIGN - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used for verifying a signature on certificates.
KEY_DELETE - Static variable in class net.rim.device.api.ui.Keypad
Delete key constant.
KEY_DOWN - Static variable in class net.rim.device.api.system.EventInjector.KeyEvent
 
KEY_ENCIPHERMENT - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used for key transport.
KEY_ENTER - Static variable in class net.rim.device.api.ui.Keypad
Enter key constant.
KEY_ESCAPE - Static variable in class net.rim.device.api.ui.Keypad
Escape key constant.
KEY_EXCHANGE_DISABLED - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
To protect the outcome of the anonymous key exchange from being overriding by the undesirable subsequent anonymous key exchanges, key exchange is administratively disabled.
KEY_NUM0 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 0.
KEY_NUM1 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 1.
KEY_NUM2 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 2.
KEY_NUM3 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 3.
KEY_NUM4 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 4.
KEY_NUM5 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 5.
KEY_NUM6 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 6.
KEY_NUM7 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 7.
KEY_NUM8 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 8.
KEY_NUM9 - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key 9.
KEY_POUND - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key "pound" (#).
KEY_REPEAT - Static variable in class net.rim.device.api.system.EventInjector.KeyEvent
 
KEY_SHIFT_LEFT - Static variable in class net.rim.device.api.ui.Keypad
Left-shift key constant.
KEY_SHIFT_RIGHT - Static variable in class net.rim.device.api.ui.Keypad
Right-shift key constant.
KEY_SHIFT_X - Static variable in class net.rim.device.api.ui.Keypad
Right-shift/0 key constant.
KEY_SPACE - Static variable in class net.rim.device.api.ui.Keypad
Space key constant.
KEY_STAR - Static variable in class javax.microedition.lcdui.Canvas
keyCode for ITU-T key "star" (*).
KEY_UP - Static variable in class net.rim.device.api.system.EventInjector.KeyEvent
 
key(int) - Static method in class net.rim.device.api.ui.Keypad
Retrieves the key portion of the specified keycode.
keyChar(char, int, int) - Method in interface net.rim.device.api.system.KeyListener
Invoked when a sequence of zero or more keyDowns generates a character.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.Screen
Delegates key generation event to the controlled field with focus.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.Manager
Sends key generation event to the controlled field with focus.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.Field
Signals generation of a character.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.TreeField
Traps SPACE key generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.RichTextField
Traps key generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.RadioButtonField
Traps ENTER or SPACE key generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.NumericChoiceField
Traps key events to seek to the appropriate choice.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.ListField
Traps key events when modifying this field.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.Dialog
Traps key generation events for this dialog.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.DateField
Traps key events when modifying this field.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.ChoiceField
Traps key events to seek to appropriate choice.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.CheckboxField
Traps SPACE key generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.ButtonField
Traps ENTER key generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.BasicEditField
Traps key generation events.
keyChar(char, int, int) - Method in class net.rim.device.api.ui.component.AutoTextEditField
Traps key generation events.
keyCharUnhandled(char, int, int) - Method in class net.rim.device.api.ui.Screen
Invoked when a keyChar event is unhandled.
keyCharUnhandled(char, int, int) - Method in class net.rim.device.api.ui.container.MainScreen
Invoked when a keyChar event is unhandled.
keycode(char, int) - Static method in class net.rim.device.api.ui.Keypad
Retrieves keycode, given base character and modifier key state.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.Screen
Delegates key generation event to the controlled field with focus.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.Manager
Sends key generation event to the controlled field with focus.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.Field
Like keyChar, but for control characters.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.component.NumericChoiceField
Like keyChar, but for control characters.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.component.ListField
Like keyChar, but for control characters.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.component.DateField
Special handling for control character events.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.component.BasicEditField
Overrides Field.keyControl.
keyControl(char, int, int) - Method in class net.rim.device.api.ui.container.FlowFieldManager
Override of Manager.keyControl Map CONTROL_LEFT and CONTROL_RIGHT keys to horizontal trackwheel rolls.
keyDown(int, int) - Method in interface net.rim.device.api.system.KeyListener
Invoked when a key has been pressed.
keyDown(int, int) - Method in class net.rim.device.api.ui.Screen
Delegates key down event to controlled field with focus.
keyDown(int, int) - Method in class net.rim.device.api.ui.Manager
Sends key down event to the controlled field with focus.
keyDown(int, int) - Method in class net.rim.device.api.ui.Field
Handles key down events.
keyDown(int, int) - Method in class net.rim.device.api.ui.component.EditField
Handles symbol screen key sequences.
keyDown(int, int) - Method in class net.rim.device.api.ui.component.BasicEditField
Not used.
keyDown(int, int) - Method in class net.rim.device.api.ui.component.AutoTextEditField
Handles symbol screen key sequences.
KeyListener - interface net.rim.device.api.system.KeyListener.
The listener interface for receiving keyboard events.
Keypad - class net.rim.device.api.ui.Keypad.
Provides keypad functionality.
KeypadListener - interface net.rim.device.api.system.KeypadListener.
This interface provides constant values for the modifier keycodes for use by extending interfaces (such as KeyListener and TrackwheelListener) and implementing classes.
KeyPair - class net.rim.device.api.crypto.KeyPair.
The KeyPair class generically defines all key pairs (such as ECKeyPair, DSAKeyPair, etc.)
KeyPair(PublicKey, PrivateKey) - Constructor for class net.rim.device.api.crypto.KeyPair
Creates a new KeyPair object.
keyPressed(int) - Method in class javax.microedition.lcdui.Canvas
Called when a key is pressed.
keyReleased(int) - Method in class javax.microedition.lcdui.Canvas
Called when a key is released.
keyRepeat(int, int) - Method in interface net.rim.device.api.system.KeyListener
Invoked when a key has been repeated.
keyRepeat(int, int) - Method in class net.rim.device.api.ui.Screen
Delegates key repeat event to controlled field with focus.
keyRepeat(int, int) - Method in class net.rim.device.api.ui.Manager
Sends key repeat event to the controlled field with focus.
keyRepeat(int, int) - Method in class net.rim.device.api.ui.Field
Handles key repeat events.
keyRepeat(int, int) - Method in class net.rim.device.api.ui.component.PasswordEditField
Consumes key repeat events.
keyRepeat(int, int) - Method in class net.rim.device.api.ui.component.EditField
Handles key repeat events.
keyRepeat(int, int) - Method in class net.rim.device.api.ui.component.AutoTextEditField
Handles key repeat events.
keyRepeated(int) - Method in class javax.microedition.lcdui.Canvas
Called when a key is repeated (held down).
keys() - Method in class java.util.Hashtable
Retrieves an enumeration of the keys in this hashtable.
keys() - Method in class net.rim.device.api.util.ToIntHashtable
Retrieves an enumeration of the keys in this hashtable.
keys() - Method in class net.rim.device.api.util.MultiMap
Retrieves an enumeration of the keys in this map.
keys() - Method in class net.rim.device.api.util.LongIntHashtable
Retrieves an enumeration of the keys in this hashtable.
keys() - Method in class net.rim.device.api.util.LongHashtable
Retrieves an enumeration of the keys in this hashtable.
keys() - Method in class net.rim.device.api.util.IntMultiMap
Retrieves an enumeration of the keys in this map.
keys() - Method in class net.rim.device.api.util.IntIntHashtable
Retrieves an enumeration of the keys in this hashtable.
keys() - Method in class net.rim.device.api.util.IntHashtable
Retrieves an enumeration of the keys in this hashtable.
keyStatus(int, int) - Method in interface net.rim.device.api.system.KeyListener
Invoked when the ALT or SHIFT status has changed.
keyStatus(int, int) - Method in class net.rim.device.api.ui.Screen
Delegates key status event to controlled field with focus.
keyStatus(int, int) - Method in class net.rim.device.api.ui.Manager
Sends key status event to the controlled field with focus.
keyStatus(int, int) - Method in class net.rim.device.api.ui.Field
Handles key status events.
keyStatus(int, int) - Method in class net.rim.device.api.ui.component.DateField
Handles key status events.
keyStatus(int, int) - Method in class net.rim.device.api.ui.component.ChoiceField
Handles key status events.
keysToArray(int[]) - Method in class net.rim.device.api.util.IntHashtable
Extract keys into an array.
KeyStore - interface net.rim.device.api.crypto.keystore.KeyStore.
A Keystore securely stores and protects access to a set of cryptographic keys and certificates.
KeyStoreCancelException - exception net.rim.device.api.crypto.keystore.KeyStoreCancelException.
An exception representing that the user cancelled the password entry and hence the password is unavailable.
KeyStoreCancelException() - Constructor for class net.rim.device.api.crypto.keystore.KeyStoreCancelException
Creates a KeyStoreCancelException with no parameters.
KeyStoreCancelException(String) - Constructor for class net.rim.device.api.crypto.keystore.KeyStoreCancelException
Creates a KeyStoreCancelException with a description string.
KeyStoreData - interface net.rim.device.api.crypto.keystore.KeyStoreData.
A container class used to store all of the key store information.
KeyStoreDataMap - class net.rim.device.api.crypto.keystore.KeyStoreDataMap.
This class implements the functionality of adding hashes to the key store according to the developers desires for what would be considered as the index or hash of the key store data.
KeyStoreDataTicket - interface net.rim.device.api.crypto.keystore.KeyStoreDataTicket.
The KeyStoreData implementation of the ticket interface that will be used to verify that applications actually have the necessary permissions to interact with the KeyStoreData.
KeyStoreDecodeException - exception net.rim.device.api.crypto.keystore.KeyStoreDecodeException.
An exception representing times when the key was unable to be decoded yet the user needs to be aware that it does exist.
KeyStoreDecodeException() - Constructor for class net.rim.device.api.crypto.keystore.KeyStoreDecodeException
Creates a KeyStoreDecodeException with no parameters.
KeyStoreDecodeException(String) - Constructor for class net.rim.device.api.crypto.keystore.KeyStoreDecodeException
Creates a KeyStoreDecodeException with a description string.
KeyStoreException - exception net.rim.device.api.crypto.keystore.KeyStoreException.
Thrown when a KeyStore error occurs.
KeyStoreException() - Constructor for class net.rim.device.api.crypto.keystore.KeyStoreException
Constructs a KeyStoreException object.
KeyStoreException(String) - Constructor for class net.rim.device.api.crypto.keystore.KeyStoreException
Constructs a KeyStoreException object with a detailed message.
KeyStoreIndex - interface net.rim.device.api.crypto.keystore.KeyStoreIndex.
Specifies the information that the key store will be indexed on.
KeyStoreManager - class net.rim.device.api.crypto.keystore.KeyStoreManager.
Coordinates all administrative tasks associated with each key store.
KeyStorePasswordManager - class net.rim.device.api.crypto.keystore.KeyStorePasswordManager.
Provides all of the keystore password functionality for the keystore.
KeyStorePasswordTicket - interface net.rim.device.api.crypto.keystore.KeyStorePasswordTicket.
The KeyStore password implementation of the ticket interface that will be used to verify that applications actually have the necessary permissions to interact with the keystore password.
KeyStoreRegisterException - exception net.rim.device.api.crypto.keystore.KeyStoreRegisterException.
An exception representing that the user has tried to register a class that threw an exception.
KeyStoreRegisterException() - Constructor for class net.rim.device.api.crypto.keystore.KeyStoreRegisterException
Creates a KeyStoreRegisterException with no parameters.
KeyStoreRegisterException(Exception) - Constructor for class net.rim.device.api.crypto.keystore.KeyStoreRegisterException
Creates a KeyStoreRegisterException with an underlying exception so the developer can determine what caused the exception.
KeyStoreRegisterException(String) - Constructor for class net.rim.device.api.crypto.keystore.KeyStoreRegisterException
Creates a KeyStoreRegisterException with a description string.
KeyStoreSyncFields - class net.rim.device.api.crypto.keystore.KeyStoreSyncFields.
Allows a third party developer to register information that can be sent back and forth between the desktop software and the device for the key store.
KeyStoreTicket - interface net.rim.device.api.crypto.keystore.KeyStoreTicket.
The keystore implementation of the ticket interface that will be used to verify that applications actually have the necessary permissions to interact with the keystore.
keyUp(int, int) - Method in interface net.rim.device.api.system.KeyListener
Invoked when a key has been released.
keyUp(int, int) - Method in class net.rim.device.api.ui.Screen
Delegates key up event to controlled field with focus.
keyUp(int, int) - Method in class net.rim.device.api.ui.Manager
Sends key up event to the controlled field with focus.
keyUp(int, int) - Method in class net.rim.device.api.ui.Field
Handles key up events.
KeyUsage - class net.rim.device.api.crypto.certificate.KeyUsage.
Defines several constants used to determine the purposes for which a key may be used.
KeyUsageResult - interface net.rim.device.api.crypto.certificate.KeyUsageResult.
Defines return codes for Certificate.queryKeyUsage().

L

LabelField - class net.rim.device.api.ui.component.LabelField.
Contains a simple label.
LabelField() - Constructor for class net.rim.device.api.ui.component.LabelField
Constructs a new LabelField instance.
LabelField(Object) - Constructor for class net.rim.device.api.ui.component.LabelField
Constructs a new LabelField instance with initial text.
LabelField(Object, int, int, long) - Constructor for class net.rim.device.api.ui.component.LabelField
Construct a new LabelField with provided style, and substring of provided text.
LabelField(Object, long) - Constructor for class net.rim.device.api.ui.component.LabelField
Constructs a new LabelField with provided style.
LabelKeyStoreIndex - class net.rim.device.api.crypto.keystore.LabelKeyStoreIndex.
Implements an index to allow you to look up the KeyStoreData records according to the label of that KeyStoreData.
LabelKeyStoreIndex() - Constructor for class net.rim.device.api.crypto.keystore.LabelKeyStoreIndex
Creates a LabelKeyStoreIndex object.
LAST - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the last week of the month.
lastElement() - Method in class java.util.Vector
Returns the last component of the vector.
lastElement() - Method in class net.rim.device.api.util.IntVector
Returns the last component of the vector.
lastElement() - Method in class net.rim.device.api.util.ByteVector
Returns the last component of the vector.
lastIndexOf(byte) - Method in class net.rim.device.api.util.ByteVector
Returns the index of the last occurrence of the specified element in this vector.
lastIndexOf(byte, int) - Method in class net.rim.device.api.util.ByteVector
Searches backwards for the specified element, starting from the specified index, and returns an index to it.
lastIndexOf(int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int) - Method in class net.rim.device.api.util.IntVector
Returns the index of the last occurrence of the specified element in this vector.
lastIndexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(int, int) - Method in class net.rim.device.api.util.IntVector
Searches backwards for the specified element, starting from the specified index, and returns an index to it.
lastIndexOf(Object) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object, int) - Method in class java.util.Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
LATIN_CAPITAL_LIGATURE_OE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
LATIN_SMALL_LIGATURE_OE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
LAYOUT_CENTER - Static variable in class javax.microedition.lcdui.ImageItem
Image should be horizontally centered.
LAYOUT_DEFAULT - Static variable in class javax.microedition.lcdui.ImageItem
Use the default formatting of the "container" of the image.
LAYOUT_LEFT - Static variable in class javax.microedition.lcdui.ImageItem
Image should be close to left-edge of the drawing area.
LAYOUT_NEWLINE_AFTER - Static variable in class javax.microedition.lcdui.ImageItem
A new line should be started after the image is drawn.
LAYOUT_NEWLINE_BEFORE - Static variable in class javax.microedition.lcdui.ImageItem
A new line should be started before the image is drawn.
LAYOUT_RIGHT - Static variable in class javax.microedition.lcdui.ImageItem
Image should be close to right-edge of the drawing area.
layout(int, int) - Method in class net.rim.device.api.ui.Manager
Layout this manager's controlled fields.
layout(int, int) - Method in class net.rim.device.api.ui.Field
Lays out field contents.
layout(int, int) - Method in class net.rim.device.api.ui.component.TreeField
Lays out this field's contents.
layout(int, int) - Method in class net.rim.device.api.ui.component.SeparatorField
Lays out this field's contents.
layout(int, int) - Method in class net.rim.device.api.ui.component.RichTextField
Lays out this field's contents.
layout(int, int) - Method in class net.rim.device.api.ui.component.RadioButtonField
Lays out this field's contents.
layout(int, int) - Method in class net.rim.device.api.ui.component.ObjectListField
Lays out this field's contents.
layout(int, int) - Method in class net.rim.device.api.ui.component.NullField
Lays out field contents.
layout(int, int) - Method in class net.rim.device.api.ui.component.ListField
Lays out this field's contents.
layout(int, int) - Method in class net.rim.device.api.ui.component.LabelField
Lays out this field's contents.
layout(int, int) - Method in class net.rim.device.api.ui.component.GaugeField
Lays out this field's contents.
layout(int, int) - Method in class net.rim.device.api.ui.component.DateField
Lays out this field's contents.
layout(int, int) - Method in class net.rim.device.api.ui.component.ChoiceField
Lays out this field's contents.
layout(int, int) - Method in class net.rim.device.api.ui.component.CheckboxField
Lays out this field's contents.
layout(int, int) - Method in class net.rim.device.api.ui.component.ButtonField
Lays out this field's contents.
layout(int, int) - Method in class net.rim.device.api.ui.component.BitmapField
Lays out this field's contents.
layout(int, int) - Method in class net.rim.device.api.ui.component.BasicEditField
Lays out this field's contents.
layoutChild(Field, int, int) - Method in class net.rim.device.api.ui.Manager
Prompts managed field to lay itself out.
layoutDelegate(int, int) - Method in class net.rim.device.api.ui.Screen
Lays out this screen's delegate.
LDAP_SERVER - Static variable in class net.rim.device.api.crypto.certificate.CertificateServers
An integer representing the LDAP server type.
LEADING - Static variable in interface net.rim.device.api.ui.DrawStyle
Leading horizontal alignment (reserved for future use).
LEAVE_BLANK_SPACE - Static variable in class net.rim.device.api.ui.Manager
Manager style that leave blank space intact.
LED - class net.rim.device.api.system.LED.
LED API
LEFT - Static variable in class javax.microedition.lcdui.Graphics
Constant for positioning the anchor point of text and images to the left of the text or image.
LEFT - Static variable in class javax.microedition.lcdui.Canvas
Constant for the LEFT game action.
LEFT - Static variable in interface net.rim.device.api.ui.DrawStyle
Drawing position for left-aligned text.
LEFT_DOUBLE_QUOTATION_MARK - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
LEFT_SINGLE_QUOTATION_MARK - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
LEFTMOST - Static variable in class net.rim.device.api.ui.Manager
Indicates scrolling all the way to the left of the manager.
LEFTWARD - Static variable in class net.rim.device.api.ui.Manager
Indicates scroll direction is to the left.
LENGTH - Static variable in class net.rim.device.api.crypto.TripleDESKey
The number of key bytes required, ie 24 bytes.
LENGTH - Static variable in class net.rim.device.api.crypto.SkipjackKey
Represents the size of the key in bytes, ie 10 bytes.
LENGTH - Static variable in class net.rim.device.api.crypto.DESKey
The size of the key represented in bytes, namely 8 bytes.
LENGTH - Static variable in class net.rim.device.api.crypto.CAST128Key
The size of the key represented in bytes, ie 16 bytes.
length() - Method in class java.lang.StringBuffer
Returns the length (character count) of this string buffer.
length() - Method in class java.lang.String
Returns the length of this string.
length() - Method in interface net.rim.device.api.util.AbstractString
Retrieves the number of characters in this string.
lengthUnreadData() - Method in class net.rim.device.api.io.LineReader
Returns the number of bytes currently remaining in the underlying line buffer.
LEO - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
LEVEL_NO_COVERAGE - Static variable in class net.rim.device.api.system.RadioInfo
Radio has no coverage.
LIBRA - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
LIGHTNING - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
LineReader - class net.rim.device.api.io.LineReader.
Utility class for reading out CRLF delimited lines from a SharedInputStream.
LineReader(InputStream) - Constructor for class net.rim.device.api.io.LineReader
Creates a new LineReader instance.
List - class javax.microedition.lcdui.List.
The List class is a Screen containing list of choices.
List - interface net.rim.device.api.collection.List.
Base interface for read-write lists.
LIST - Static variable in class net.rim.device.api.ui.component.Dialog
Displays the dialog choices as a list instead of buttons.
LIST_CLOSED - Static variable in class net.rim.blackberry.api.pim.PIMException
Indicates that the specified list has been closed.
LIST_NOT_ACCESSIBLE - Static variable in class net.rim.blackberry.api.pim.PIMException
Indicates that the specified list cannot be accessed.
list() - Method in class net.rim.blackberry.api.mail.Store
Retrieves a list of folders directly under this Store.
list() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves subfolders under this folder.
list(int) - Method in class net.rim.blackberry.api.mail.Store
Retrieves the set of Folder objects that match the specified type.
list(int) - Method in class net.rim.blackberry.api.mail.Folder
Retrieves the subfolders of a specified type under this folder.
List(String, int) - Constructor for class javax.microedition.lcdui.List
Creates a new, empty List, specifying its title and the type of the list.
List(String, int, String[], Image[]) - Constructor for class javax.microedition.lcdui.List
Creates a new List, specifying its title, the type of the List, and an array of Strings and Images to be used as its initial contents.
ListenerUtilities - class net.rim.device.api.util.ListenerUtilities.
Utility methods for managing a list of listeners.
ListField - class net.rim.device.api.ui.component.ListField.
Contains rows of selectable list items.
ListField() - Constructor for class net.rim.device.api.ui.component.ListField
Constructs an empty ListField.
ListField(int) - Constructor for class net.rim.device.api.ui.component.ListField
Constructs a ListField of provided size.
ListField(int, long) - Constructor for class net.rim.device.api.ui.component.ListField
Constructs a ListField of provided size and style.
ListFieldCallback - interface net.rim.device.api.ui.component.ListFieldCallback.
Classes implement this interface to provide callback functionality to handle list field drawing.
listPIMLists(int) - Method in class net.rim.blackberry.api.pim.PIM
Returns an array of strings representing the names of all valid PIM lists of the specified type.
listRecordStores() - Static method in class javax.microedition.rms.RecordStore
Returns an array of the names of record stores owned by the MIDlet suite.
LoadableCollection - interface net.rim.device.api.collection.LoadableCollection.
Collection that can iniitalize its contents from another collection's elements.
loadFrom(Object) - Method in interface net.rim.device.api.collection.LoadableCollection
Initializes this collection's contents from another collection's elements.
loadFrom(Object) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Reload this list using specified collection as source.
loadFrom(Object) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Flush this collection and re-initialize from specified collection.
loadFrom(Object) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Flush this collection and re-initialize from specified collection.
loadFrom(Object) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Loads elements from another collection.
Locale - class net.rim.device.api.i18n.Locale.
Represents a specific geographical, political, or cultural region to be used for localizing numbers, dates, and text.
LOCALE_de - Static variable in class net.rim.device.api.i18n.Locale
 
LOCALE_en - Static variable in class net.rim.device.api.i18n.Locale
 
LOCALE_en_GB - Static variable in class net.rim.device.api.i18n.Locale
 
LOCALE_en_US - Static variable in class net.rim.device.api.i18n.Locale
 
LOCALE_es - Static variable in class net.rim.device.api.i18n.Locale
 
LOCALE_fr - Static variable in class net.rim.device.api.i18n.Locale
 
LOCALE_it - Static variable in class net.rim.device.api.i18n.Locale
 
LOCALE_ROOT - Static variable in class net.rim.device.api.i18n.Locale
 
LOCATION - Static variable in interface net.rim.blackberry.api.pim.Event
Represents the location of this event (in string format).
lock - Variable in class java.io.Writer
The object used to synchronize operations on this stream.
lock - Variable in class java.io.Reader
The object used to synchronize operations on this stream.
lockSystem(boolean) - Method in class net.rim.device.api.system.ApplicationManager
Locks the system.
logEvent(long, byte[]) - Static method in class net.rim.device.api.system.EventLogger
Logs an EventLogger.ALWAYS_LOG level event for an application.
logEvent(long, byte[], int) - Static method in class net.rim.device.api.system.EventLogger
Logs an event for an application.
logEvent(long, int) - Static method in class net.rim.device.api.system.EventLogger
Logs an EventLogger.ALWAYS_LOG level numeric event for an application.
logEvent(long, int, int) - Static method in class net.rim.device.api.system.EventLogger
Logs a numeric event for an application.
Long - class java.lang.Long.
The Long class wraps a value of the primitive type long in an object.
LONG_RUNS_TEST_PASSED - Static variable in class net.rim.device.api.crypto.PRNGTest
A mask representing the long runs test.
Long(long) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the primitive long argument.
LongEnumeration - interface net.rim.device.api.util.LongEnumeration.
Enumeration of long integer elements.
LongHashtable - class net.rim.device.api.util.LongHashtable.
This class implements a hashtable, which maps keys to values.
LongHashtable() - Constructor for class net.rim.device.api.util.LongHashtable
Construct a new, empty hashtable with a default capacity and load factor.
LongHashtable(int) - Constructor for class net.rim.device.api.util.LongHashtable
Construct a new, empty hashtable with the specified capacity.
LongHashtable(LongHashtable) - Constructor for class net.rim.device.api.util.LongHashtable
Construct a new hashtable based on the contents of the given hashtable.
LongHashtableCollection - class net.rim.device.api.collection.util.LongHashtableCollection.
Hashtable collection using long integeres as keys.
LongHashtableCollection() - Constructor for class net.rim.device.api.collection.util.LongHashtableCollection
Constructs a new LongHashTableCollection instance.
LongIntHashtable - class net.rim.device.api.util.LongIntHashtable.
This class implements a hashtable, which maps keys to values.
LongIntHashtable() - Constructor for class net.rim.device.api.util.LongIntHashtable
Construct a new, empty hashtable with a default capacity and load factor.
LongIntHashtable(int) - Constructor for class net.rim.device.api.util.LongIntHashtable
Construct a new, empty hashtable with the specified capacity.
LongKeyProviderAdaptor - interface net.rim.device.api.collection.LongKeyProviderAdaptor.
Adaptor class that can retrieve long integer keys for collections that can use them.
LongRangedActionTarget - interface net.rim.device.api.collection.LongRangedActionTarget.
Defines functionality for a collection that supports actions on a range of contained elements with long integer keys.
LongSortedReadableList - class net.rim.device.api.collection.util.LongSortedReadableList.
Maintains a collection of elements with associated keys.
LongSortedReadableList(CollectionEventSource, LongKeyProviderAdaptor) - Constructor for class net.rim.device.api.collection.util.LongSortedReadableList
Constructs a new instance using another collection as a source for initial contents.
LongSortedReadableList(LongKeyProviderAdaptor) - Constructor for class net.rim.device.api.collection.util.LongSortedReadableList
Constructs a new instance.
longValue() - Method in class java.lang.Long
Returns the value of this Long as a long value.
longValue() - Method in class java.lang.Integer
Returns the value of this Integer as a long.
LOW_PRIORITY - Static variable in interface net.rim.device.api.lowmemory.LowMemoryListener
The lowest priority of low memory requests.
LOWERCASE - Static variable in class net.rim.device.api.ui.text.TextFilter
Lower case filter type.
LowercaseTextFilter - class net.rim.device.api.ui.text.LowercaseTextFilter.
Filters out characeters not usable in lower case text strings.
LowercaseTextFilter() - Constructor for class net.rim.device.api.ui.text.LowercaseTextFilter
Constructs a new LowercaseTextFilter instance.
LowMemoryFailedListener - interface net.rim.device.api.lowmemory.LowMemoryFailedListener.
A listener interface reacting to low memory manager (LMM) failure.
LowMemoryListener - interface net.rim.device.api.lowmemory.LowMemoryListener.
A listener interface for receiving and reacting to low memory events.
LowMemoryManager - class net.rim.device.api.lowmemory.LowMemoryManager.
The LowMemoryManager maintains memory resources on the device when the device becomes over-taxed and runs low on memory.
LowMemoryManager() - Constructor for class net.rim.device.api.lowmemory.LowMemoryManager
Creates a new LowMemoryManager instance.
lowMemoryManagerFailed() - Method in interface net.rim.device.api.lowmemory.LowMemoryFailedListener
Called when the LMM cannot satisfy a request for any more flash.

M

MAC - interface net.rim.device.api.crypto.MAC.
MAC is an interface which represents the properties shared between all Message Authentication Code algorithms.
MACFactory - class net.rim.device.api.crypto.MACFactory.
Creates a Message Authentication Code MAC using the specified parameters.
MACInputStream - class net.rim.device.api.crypto.MACInputStream.
Provides streaming functionality with a MAC by allowing for read calls to an underlying input stream and passing this information through the MAC as it is being read.
MACInputStream(MAC, InputStream) - Constructor for class net.rim.device.api.crypto.MACInputStream
Creates a MACInputStream object with the specified MAC and an input stream that will contain the data to be read.
MACOutputStream - class net.rim.device.api.crypto.MACOutputStream.
The MACOutputStream class provides streaming functionality with a Message Authentication Code MAC by allowing for write calls to an underlying output stream and passing this information through the MAC as it is being written.
MACOutputStream(MAC, OutputStream) - Constructor for class net.rim.device.api.crypto.MACOutputStream
Creates a MACOutputStream object using a MAC that the user wants and an output stream that all data will be written to.
MailEvent - class net.rim.blackberry.api.mail.event.MailEvent.
Base class for mail events.
MailEvent(Object) - Constructor for class net.rim.blackberry.api.mail.event.MailEvent
Constructor for a MailEvent.
MainScreen - class net.rim.device.api.ui.container.MainScreen.
Full screen providing features common to standard RIM device applications.
MainScreen() - Constructor for class net.rim.device.api.ui.container.MainScreen
Constructs a new main screen object.
MainScreen(long) - Constructor for class net.rim.device.api.ui.container.MainScreen
Constructs a new main screen object with provided style.
makeContextMenu(ContextMenu) - Method in class net.rim.device.api.ui.Field
Builds this field's context menu.
makeContextMenu(ContextMenu) - Method in class net.rim.device.api.ui.component.TreeField
Builds this field's context menu.
makeContextMenu(ContextMenu) - Method in class net.rim.device.api.ui.component.RadioButtonField
Builds this field's context menu.
makeContextMenu(ContextMenu) - Method in class net.rim.device.api.ui.component.GaugeField
Builds this field's context menu.
makeContextMenu(ContextMenu) - Method in class net.rim.device.api.ui.component.DateField
Builds this field's context menu.
makeContextMenu(ContextMenu) - Method in class net.rim.device.api.ui.component.ChoiceField
Builds this field's context menu.
makeContextMenu(ContextMenu) - Method in class net.rim.device.api.ui.component.CheckboxField
Builds this field's context menu.
makeContextMenu(ContextMenu) - Method in class net.rim.device.api.ui.component.BasicEditField
Builds this field's context menu.
makeLUID(int, int) - Static method in class net.rim.device.api.synchronization.UIDGenerator
Generates a long form of the scope and value.
makeMenu(Menu, int) - Method in class net.rim.device.api.ui.Screen
Called from onMenu to populate the menu.
makeMenu(Menu, int) - Method in class net.rim.device.api.ui.container.MainScreen
Called from onMenu to populate the menu.
Manager - class net.rim.device.api.ui.Manager.
Provides fundamental functionality for all field managers.
Manager(long) - Constructor for class net.rim.device.api.ui.Manager
Constructs a manager.
MANUAL_TRIGGER - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Manual event trigger.
map(int) - Static method in class net.rim.device.api.ui.Keypad
Retrieves character matching keycode from keymap.
map(int, int) - Static method in class net.rim.device.api.ui.Keypad
Retrieves character matching specified key from the keymap.
MARCH - Static variable in class java.util.Calendar
Value of the MONTH field indicating the third month of the year.
MARCH - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the constant for the month: March.
mark - Variable in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark(int) - Method in class java.io.Reader
Mark the present position in the stream.
mark(int) - Method in class java.io.InputStreamReader
Mark the present position in the stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.DataInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
markAsRecoverable(Object) - Static method in class net.rim.device.api.lowmemory.LowMemoryManager
Marks stale objects in memory for deletion by the VM.
markSupported() - Method in class java.io.Reader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.InputStreamReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.DataInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if ByteArrayInputStream supports mark/reset.
markSupported() - Method in class net.rim.device.api.crypto.CryptoInputStream
Returns a boolean indicating whether mark() is supported.
matches(byte[]) - Method in interface javax.microedition.rms.RecordFilter
Returns true if the candidate matches the implemented criterion.
matches(KeyStoreData, Object) - Method in class net.rim.device.api.crypto.certificate.SubjectKeyStoreIndex
Determines if the target object ( a DistinguishedName containing a subject ) matches the subject contained within the data object.
matches(KeyStoreData, Object) - Method in class net.rim.device.api.crypto.certificate.SerialNumberIssuerKeyStoreIndex
Determines if the target object ( a Alias containing a serial number and issuer ) matches the serial number and issuer contained within the data object.
matches(KeyStoreData, Object) - Method in class net.rim.device.api.crypto.certificate.IssuerKeyStoreIndex
Determines if the target object ( a DistinguishedName containing an issuer ) matches the issuer contained within the data object.
matches(KeyStoreData, Object) - Method in class net.rim.device.api.crypto.keystore.PrivateKeysKeyStoreIndex
 
matches(KeyStoreData, Object) - Method in class net.rim.device.api.crypto.keystore.LabelKeyStoreIndex
Determines if the target object ( a String containing a label ) matches the label contained within the data object.
matches(KeyStoreData, Object) - Method in interface net.rim.device.api.crypto.keystore.KeyStoreIndex
This method will return true if the target is the KeyStoreData object that is found using the index.
matches(KeyStoreData, Object) - Method in class net.rim.device.api.crypto.keystore.AssociatedDataKeyStoreIndex
This method will return true if the target is the KeyStoreData object that we are attempting to find using the index.
matches(KeyStoreData, Object) - Method in class net.rim.device.api.crypto.certificate.x509.X509PublicKeyHashKeyStoreIndex
Determines if the target object ( a byte array containing a public key ) matches the public key contained within the data object.
matches(KeyStoreData, Object) - Method in class net.rim.device.api.crypto.certificate.x509.SubjectKeyIdentifierKeyStoreIndex
Determines if the target object ( a byte array containing a subject key ID ) matches the subject key ID contained within the data object.
Math - class java.lang.Math.
The class Math contains methods for performing basic numeric operations.
MathUtilities - class net.rim.device.api.util.MathUtilities.
Provides some basic numeric operations.
MAX_CATEGORIES_EXCEEDED - Static variable in class net.rim.blackberry.api.pim.PIMException
A constant indicating that the maximum number of categories for this list has been exceeded.
MAX_LOG2_WINDOW_LENGTH - Static variable in class net.rim.device.api.compress.ZLibOutputStream
 
MAX_PRIORITY - Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_RADIX - Static variable in class java.lang.Character
The maximum radix available for conversion to and from Strings.
MAX_VALUE - Static variable in class java.lang.Short
The maximum value a Short can have.
MAX_VALUE - Static variable in class java.lang.Long
The largest value of type long.
MAX_VALUE - Static variable in class java.lang.Integer
The largest value of type int.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char.
MAX_VALUE - Static variable in class java.lang.Byte
The maximum value a Byte can have.
max(int, int) - Static method in class java.lang.Math
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.Math
Returns the greater of two long values.
maxCategories() - Method in interface net.rim.blackberry.api.pim.PIMList
Returns the maximum number of categories that this PIMList can have.
maxCategories() - Method in interface net.rim.blackberry.api.pim.PIMItem
Returns the maximum number of categories that this item can be assigned to.
maxValues(int) - Method in interface net.rim.blackberry.api.pim.PIMList
Returns an integer indicating whether or not a specified field can support multiple values.
MAY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fifth month of the year.
MAY - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the constant for the month: May.
MD2 - Static variable in class net.rim.device.api.crypto.oid.OIDs
MD2 = 1.2.840.113549.2.2 Represents the MD2 hash algorithm.
MD2Digest - class net.rim.device.api.crypto.MD2Digest.
The MD2Digest class implements the Message Digest 2 (MD2) hash algorithm.
MD2Digest() - Constructor for class net.rim.device.api.crypto.MD2Digest
Constructs and initializes an MD2Digest object.
MD4 - Static variable in class net.rim.device.api.crypto.oid.OIDs
MD4 = 1.2.840.113549.2.4 Represents the MD4 hash algorithm.
MD4Digest - class net.rim.device.api.crypto.MD4Digest.
The MD4Digest class implements the MD4 hashing algorithm.
MD4Digest() - Constructor for class net.rim.device.api.crypto.MD4Digest
Constructs and initializes an MD4Digest object.
MD5 - Static variable in class net.rim.device.api.crypto.oid.OIDs
MD5 = 1.2.840.113549.2.5 Represents the MD5 hash algorithm.
MD5 - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents the MD5 MAC algorithm.
MD5_40 - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents the 40 bit MD5 MAC algorithm.
MD5_80 - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents the 80 bit MD5 MAC algorithm.
MD5Digest - class net.rim.device.api.crypto.MD5Digest.
The MD5Digest class implements the Message Digest 5 (MD5) hash algorithm.
MD5Digest() - Constructor for class net.rim.device.api.crypto.MD5Digest
Constructs and initializes an MD5Digest object.
MEDIUM_PRIORITY - Static variable in interface net.rim.device.api.lowmemory.LowMemoryListener
The middle priority of low memory requests.
Memory - class net.rim.device.api.system.Memory.
Virtual machine memory-management utilities.
MemoryStats - class net.rim.device.api.system.MemoryStats.
Class used to provide utility methods for reporting on available device memory/storage statistics.
MemoryStats() - Constructor for class net.rim.device.api.system.MemoryStats
Constructs a new MemoryStats object.
Menu - class net.rim.device.api.ui.component.Menu.
Screen to provide a menu.
Menu() - Constructor for class net.rim.device.api.ui.component.Menu
Constructs a new Menu.
Menu(long) - Constructor for class net.rim.device.api.ui.component.Menu
Constructs a new Menu with the given style.
MenuItem - class net.rim.device.api.ui.MenuItem.
Represents an abstract menu item.
MENUITEM_ADDRESSBOOK_LIST - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
 
MENUITEM_ADDRESSCARD_EDIT - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
 
MENUITEM_ADDRESSCARD_VIEW - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
 
MENUITEM_CALENDAR - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
Represents a specific context, in this case, when the calendar is open in view mode.
MENUITEM_EMAIL_EDIT - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
 
MENUITEM_EMAIL_VIEW - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
 
MENUITEM_MESSAGE_LIST - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
Represents a specific context, in this case, when the message list is displayed.
MENUITEM_SYSTEM - Static variable in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
ApplicationMenuItem instances registered with this ID will appear on most application menus (a system wide setting)
MenuItem(ResourceBundle, int, int, int) - Constructor for class net.rim.device.api.ui.MenuItem
Constructs a new MenuItem.
MenuItem(String, int, int) - Constructor for class net.rim.device.api.ui.MenuItem
Constructs a new MenuItem.
menuString() - Method in interface net.rim.blackberry.api.mail.AttachmentHandler
Defines the menu item to display for this attachment handler.
mergeCollection(Object) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Merges this collection's contents with another collection.
mergeCollection(Object) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Merges this collection's contents with another collection.
Message - class net.rim.blackberry.api.mail.Message.
Represents an email message.
MESSAGE_ADDED - Static variable in class net.rim.blackberry.api.mail.event.FolderEvent
Messages were added to the folder.
MESSAGE_REMOVED - Static variable in class net.rim.blackberry.api.mail.event.FolderEvent
Messages were removed from the folder.
Message.Flag - interface net.rim.blackberry.api.mail.Message.Flag.
Defines the flags supported by the Message class.
Message.Icons - interface net.rim.blackberry.api.mail.Message.Icons.
Defines character representations of the various message status icons.
Message.RecipientType - interface net.rim.blackberry.api.mail.Message.RecipientType.
Defines the types of recipients supported by the Message class.
Message.Status - interface net.rim.blackberry.api.mail.Message.Status.
Defines the status options supported by the Message class.
Message() - Constructor for class net.rim.blackberry.api.mail.Message
Default constructor, with no parameters.
Message(Folder) - Constructor for class net.rim.blackberry.api.mail.Message
Constructor that takes a Folder Events on the message, such as status changes, are not distributed until this message is added to a folder, or sent via Transport.
MessageEvent - class net.rim.blackberry.api.mail.event.MessageEvent.
Indicates that a message has changed.
MessageEvent(int, Message) - Constructor for class net.rim.blackberry.api.mail.event.MessageEvent
Constructor.
MessageFormat - class net.rim.device.api.i18n.MessageFormat.
Formats and parses messages in a locale-sensitive manner.
MessageFormat(String) - Constructor for class net.rim.device.api.i18n.MessageFormat
Constructs new MessageFormat instance with the given pattern string.
MessageListener - interface net.rim.blackberry.api.mail.event.MessageListener.
Listener interface for message events.
messagesAdded(FolderEvent) - Method in interface net.rim.blackberry.api.mail.event.FolderListener
Invoked when messages are added to a folder.
messagesRemoved(FolderEvent) - Method in interface net.rim.blackberry.api.mail.event.FolderListener
Invoked when messages are removed from a folder.
MessageTooLongException - exception net.rim.device.api.crypto.MessageTooLongException.
Thrown when the message passed in is too long for the function performing the operation on the message.
MessageTooLongException() - Constructor for class net.rim.device.api.crypto.MessageTooLongException
Creates a MessageTooLongException object with no parameters.
MessageTooLongException(String) - Constructor for class net.rim.device.api.crypto.MessageTooLongException
Creates a MessageTooLongException object with a descriptive string.
MessagingException - exception net.rim.blackberry.api.mail.MessagingException.
Base class for all exceptions thrown by the Messaging classes.
MessagingException() - Constructor for class net.rim.blackberry.api.mail.MessagingException
Constructs a MessagingException with no detailed message.
MessagingException(String) - Constructor for class net.rim.blackberry.api.mail.MessagingException
Constructs a MessagingException with the specified message.
MIDlet - class javax.microedition.midlet.MIDlet.
A MIDLet is a MID Profile application.
MIDlet() - Constructor for class javax.microedition.midlet.MIDlet
Protected constructor for subclasses.
MIDletStateChangeException - exception javax.microedition.midlet.MIDletStateChangeException.
Signals that a requested MIDlet state change failed.
MIDletStateChangeException() - Constructor for class javax.microedition.midlet.MIDletStateChangeException
Constructs an exception with no specified detail message.
MIDletStateChangeException(String) - Constructor for class javax.microedition.midlet.MIDletStateChangeException
Constructs an exception with the specified detail message.
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
MILLISECOND_FIELD - Static variable in class net.rim.device.api.i18n.DateFormat
Useful constant for MILLISECOND field alignment.
MIMEInputStream - class net.rim.device.api.mime.MIMEInputStream.
Input stream for reading a MIME encoded data stream.
MIMEInputStream(InputStream) - Constructor for class net.rim.device.api.mime.MIMEInputStream
Creates a new MIMEInputStream instance.
MIMEOutputStream - class net.rim.device.api.mime.MIMEOutputStream.
Output stream for writing a MIME encoded data stream.
MIMEOutputStream(OutputStream, boolean, String) - Constructor for class net.rim.device.api.mime.MIMEOutputStream
Creates a new MIMEOutputStream instance.
MIMEParsingException - exception net.rim.device.api.mime.MIMEParsingException.
Exception indicating an attempt to parse a malformed MIME encoded message.
MIMEParsingException() - Constructor for class net.rim.device.api.mime.MIMEParsingException
Constructs new MIMEParsingException instance.
MIMEParsingException(String) - Constructor for class net.rim.device.api.mime.MIMEParsingException
Constructs new MIMEParsingException instance with descriptive string.
MIN_LOG2_WINDOW_LENGTH - Static variable in class net.rim.device.api.compress.ZLibOutputStream
 
MIN_PRIORITY - Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_RADIX - Static variable in class java.lang.Character
The minimum radix available for conversion to and from Strings.
MIN_VALUE - Static variable in class java.lang.Short
The minimum value a Short can have.
MIN_VALUE - Static variable in class java.lang.Long
The smallest value of type long.
MIN_VALUE - Static variable in class java.lang.Integer
The smallest value of type int.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char.
MIN_VALUE - Static variable in class java.lang.Byte
The minimum value a Byte can have.
min(int, int) - Static method in class java.lang.Math
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.Math
Returns the smaller of two long values.
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
MINUTE_FIELD - Static variable in class net.rim.device.api.i18n.DateFormat
Useful constant for MINUTE field alignment.
MissingResourceException - exception net.rim.device.api.i18n.MissingResourceException.
Thrown to indicate a resource is not found.
MissingResourceException() - Constructor for class net.rim.device.api.i18n.MissingResourceException
Creates new MissingResourceException instance.
MissingResourceException(String) - Constructor for class net.rim.device.api.i18n.MissingResourceException
Creates new MissingResourceException instance with descriptive string.
MM_ABORT - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
MM_AUTHENTICATION_REJECT - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
MM_AUTHENTICATION_REQUEST - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
MM_CM_SERVICE_ACCEPT - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
MM_CM_SERVICE_REJECT - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
MM_IDENTITY_REQUEST - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
MM_LOCATION_UPDATE_ACCEPT - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
MM_LOCATION_UPDATE_REJECT - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
MM_MM_INFORMATION - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
MM_MM_STATUS - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
MM_TMSI_REALLOC_CMD - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
mobilityManagementEvent(int, int) - Method in interface net.rim.device.api.system.RadioStatusListener
Invoked when the radio performs some kind of mobility management.
mod(byte[], byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the modulus of the integer represented by the array a moduloed by the integer represented by the array modulus, and stores the result in result.
mod(byte[], int, byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the modulus of the integer represented by the array a, moduloed by the an integer which is a power of 2, and stores the result in result.
mod(byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the modulus of the integer in the array a, beginning at aOffset, moduloed by the integer in the array modulus, beginning at modulusOffset, and stores the result in result, beginning at result[ resultOffset ].
mod(byte[], int, int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the modulus of the integer in the array a, beginning at aOffset, moduloed by the an integer which is a power of 2 and stores the result in result beginning at result[ resultOffset ].
mod(CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Returns a CryptoInteger whose value is this mod modulus.
MODE_ADVANCED - Static variable in class net.rim.device.api.ui.Ui
Advanced UI user mode.
MODE_BEGINNER - Static variable in class net.rim.device.api.ui.Ui
Beginner UI user mode.
MODE_NORMAL - Static variable in class net.rim.device.api.ui.Ui
Normal UI user mode.
MODULE_FLAG_DELETE - Static variable in class net.rim.device.api.system.CodeModuleManager
The module is scheduled for deletion.
MODULE_FLAG_OTA - Static variable in class net.rim.device.api.system.CodeModuleManager
The module is marked as having been loaded over-the-air.
MONDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Monday.
MONDAY - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the constant for the day: Monday.
MONO_BIT_TEST_PASSED - Static variable in class net.rim.device.api.crypto.PRNGTest
A mask representing the mono bit test.
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.
MONTH_FIELD - Static variable in class net.rim.device.api.i18n.DateFormat
Useful constant for MONTH field alignment.
MONTH_IN_YEAR - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the month in the year that this event will occur.
MONTHLY - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Indicates that the frequency of the event occurs monthly.
more(BodyPart, boolean) - Static method in class net.rim.blackberry.api.mail.Transport
Requests more data from the server for a BodyPart on which more is available.
moreRequestSent() - Method in class net.rim.blackberry.api.mail.BodyPart
Determines if a request has been sent for more data for this body part.
MOVED - Static variable in interface net.rim.blackberry.api.mail.Message.Flag
Flag to indicate that the message has moved since the last synchronization of the handheld with the desktop.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.Manager
Called by the framework to move focus within this manager.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.Field
Handles moving the focus within this field.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.TreeField
Handles moving the focus within this field.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.RichTextField
Handles moving focus within this field.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.ListField
Handles moving the focus within this field.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.GaugeField
Handles moving the focus within this field.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.EditField
Handles focus move events.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.DateField
Handles moving the focus within this field.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.ChoiceField
Handles moving the focus within this field.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.CheckboxField
Handles moving the focus within this field.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.BasicEditField
 
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.component.AutoTextEditField
This field's manager invokes this method to prompt this field to handle a focus move event.
moveFocus(int, int, int) - Method in class net.rim.device.api.ui.container.DialogFieldManager
Overrides Field.moveFocus.
moveFocus(int, int, int, int) - Method in class net.rim.device.api.ui.Manager
Moves focus to an exact position within this manager.
moveFocus(int, int, int, int) - Method in class net.rim.device.api.ui.Field
Moves the focus to an exact position within this field.
moveFocus(int, int, int, int) - Method in class net.rim.device.api.ui.component.BasicEditField
 
mqvSinglePass_SHA1KDF_Scheme - Static variable in class net.rim.device.api.crypto.oid.OIDs
mqvSinglePass_SHA1KDF_Scheme = 1.3.133.16.840.63.0.16 Represents the ECMQV KDF.
MULTI_SELECT - Static variable in class net.rim.device.api.ui.component.ListField
Selection of multiple, contiguous items.
MultiMap - class net.rim.device.api.util.MultiMap.
Provides a one to many mapping between a key and some values.
MultiMap() - Constructor for class net.rim.device.api.util.MultiMap
Constructs a new MultiMap instance.
MultiMap(int, int) - Constructor for class net.rim.device.api.util.MultiMap
Constructs a new MultiMap instance with the provided capacity.
Multipart - class net.rim.blackberry.api.mail.Multipart.
A container that holds multiple BodyParts.
Multipart() - Constructor for class net.rim.blackberry.api.mail.Multipart
Default constructor - applies a type of multipart/mixed to the object
Multipart(Part) - Constructor for class net.rim.blackberry.api.mail.Multipart
Constructor with parent part and default TYPE of multipart/mixed.
Multipart(String) - Constructor for class net.rim.blackberry.api.mail.Multipart
Creates a Multipart with the specified type.
Multipart(String, Part) - Constructor for class net.rim.blackberry.api.mail.Multipart
Constructor with parent Part.
MULTIPLE - Static variable in interface javax.microedition.lcdui.Choice
MULTIPLE is a choice that can have arbitrary number of elements selected at a time.
multiply(byte[], byte[], byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the product of the integers represented by the arrays a and b, mod the integer represented by the array modulus, and stores the result in the array result.
multiply(byte[], byte[], int, byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the product of the integers represented by the arrays a and b, mod 2log2modulus, and stores the result in result.
multiply(byte[], int, int, byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the product of the integers in the arrays beginning at a[ aOffset ] and b[ bOffset ], mod the integer in the array beginning at modulus[ modulusOffset ], and stores the result in result, beginning at resultOffset.
multiply(byte[], int, int, byte[], int, int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the product of the integers in the arrays beginning at a[ aOffset ] and b[ bOffset ], mod 2log2modulus, and stores the result in result, beginning at resultOffset.
multiply(CryptoInteger, CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Returns a CryptoInteger whose value is (this * a) mod modulus.
multiplyByTwo(byte[], byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Multiply the integer representned by array a by two modulo the integer represented by array modulus.
multiplyByTwo(byte[], int, byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Multiply the integer represetned by array a by a modulus which is a power of 2.
multiplyByTwo(byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Multiply the integer of length aLength beginning at a[ aOffset ] by two modulo the integer of length modulusLength beginning at modulus[ modulusOffset ], and stores the result in result beginning at resultOffset.
multiplyByTwo(byte[], int, int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Multiply the integer of length length beginning at a[ aOffset ] by a modulus which is a power of 2.
multiplyByTwo(CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Multiplies this by two, modulo modulus.

N

NAME - Static variable in class net.rim.device.api.crypto.keystore.AssociatedData
A long representing the name associated data.
NAME - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the contact's name.
NAME_FAMILY - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the family name of the contact's name array.
NAME_GIVEN - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the given name of the contact's name array.
NAME_OTHER - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents another name for the contact's name array.
NAME_PREFIX - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents a prefix, for example Mr. or Dr., of the contact's name array.
NAME_SUFFIX - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents a suffix, for example a degree, for the contact's name array.
NAMESIZE - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the size of a name string array.
NegativeArraySizeException - exception java.lang.NegativeArraySizeException.
Thrown if an application tries to create an array with negative size.
NegativeArraySizeException() - Constructor for class java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String) - Constructor for class java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
negotiateDeferredEvent(long, long, Object, long, int, Object) - Static method in class net.rim.device.api.notification.NotificationsManager
Adds the specified event to the event queue.
net.rim.blackberry.api.mail - package net.rim.blackberry.api.mail
Provides functionality for sending, receiving and accessing email messages using the BlackBerry Messages application.
net.rim.blackberry.api.mail.event - package net.rim.blackberry.api.mail.event
Defines messaging events and listener interfaces to manage those events.
net.rim.blackberry.api.menuitem - package net.rim.blackberry.api.menuitem
Provides functionality for adding custom menu items to various applications
net.rim.blackberry.api.options - package net.rim.blackberry.api.options
Provides functionality to add items to the handheld Options screen.
net.rim.blackberry.api.pim - package net.rim.blackberry.api.pim
Provides access to the BlackBerry Address Book, Calendar, and Task applications to view, add or change users' contacts, appointments and tasks.
net.rim.device.api.collection - package net.rim.device.api.collection
Defines basic functionality for data collections.
net.rim.device.api.collection.util - package net.rim.device.api.collection.util
Provids a variety of collection implementations and utilities.
net.rim.device.api.compress - package net.rim.device.api.compress
Provides components for compressing and uncompressing data.
net.rim.device.api.crypto - package net.rim.device.api.crypto
This page contains a tabular description with hyperlink to the members of the crypto API.
net.rim.device.api.crypto.asn1 - package net.rim.device.api.crypto.asn1
Abstract Syntax Notation (ASN.1) Classes and Definitions.
net.rim.device.api.crypto.certificate - package net.rim.device.api.crypto.certificate
Certificate Package.
net.rim.device.api.crypto.certificate.status - package net.rim.device.api.crypto.certificate.status
Certificate Status Classes.
net.rim.device.api.crypto.certificate.wtls - package net.rim.device.api.crypto.certificate.wtls
WTLS Certificate Classes and Definitions.
net.rim.device.api.crypto.certificate.x509 - package net.rim.device.api.crypto.certificate.x509
X.509 classes and definitions X.509 is the most common standard for defining digital certificates.
net.rim.device.api.crypto.encoder - package net.rim.device.api.crypto.encoder
Key and Signature Encoder Classes.
net.rim.device.api.crypto.keystore - package net.rim.device.api.crypto.keystore
Keystore Classes and Definitions This page contains a tabular description with hyperlink to the members of the crypto API.
net.rim.device.api.crypto.oid - package net.rim.device.api.crypto.oid
Object Identifier (OID) Classes.
net.rim.device.api.crypto.tls - package net.rim.device.api.crypto.tls
TLS classes and definitions Transport Layer Security (TLS) is a protocol that ensures confidentiality between client and server on the Internet.
net.rim.device.api.crypto.tls.ssl30 - package net.rim.device.api.crypto.tls.ssl30
SSL 3.0 Class and Definitions The Secure Sockets Layer (SSL) is used to manage the security of communication on the Internet.
net.rim.device.api.crypto.tls.tls10 - package net.rim.device.api.crypto.tls.tls10
TLS Classes and Definitions.
net.rim.device.api.crypto.tls.wtls20 - package net.rim.device.api.crypto.tls.wtls20
WTLS 2.0 Classes and Definitions Wireless Transport Layer Security (WTLS) is the security layer of the WAP, providing confidentiality, data integrity and authentication for WAP services.
net.rim.device.api.i18n - package net.rim.device.api.i18n
Provides functionality that supports the internationalization of applications on RIM Devices.
net.rim.device.api.io - package net.rim.device.api.io
Provides a library of components to manage data I/O.
net.rim.device.api.itpolicy - package net.rim.device.api.itpolicy
Contains the classes that define IT Policy functionality.
net.rim.device.api.lowmemory - package net.rim.device.api.lowmemory
Low Memory Classes and Definitions.
net.rim.device.api.mime - package net.rim.device.api.mime
Provides components for manipulating streams of MIME encoded data.
net.rim.device.api.notification - package net.rim.device.api.notification
Provides functionality to trigger event notifications through Consequence (i.e., tone, vibration or LED) or NotificationEngineListner (i.e., dialogs or interaction screens on the device).
net.rim.device.api.synchronization - package net.rim.device.api.synchronization
RIM Device collection synchronization library.
net.rim.device.api.system - package net.rim.device.api.system
Provides a variety of system-level functionality.
net.rim.device.api.ui - package net.rim.device.api.ui
Provides fundamental functionality for constructing the user interface of a RIM Device application
net.rim.device.api.ui.component - package net.rim.device.api.ui.component
Provides a library of prebuilt interface components and controls for constructing usable UI applications
net.rim.device.api.ui.container - package net.rim.device.api.ui.container
Provides a library of prebuilt interface component mangers for constructing usable UI applications
net.rim.device.api.ui.text - package net.rim.device.api.ui.text
Provides classes to filter text strings containing various kinds of data.
net.rim.device.api.util - package net.rim.device.api.util
Provides a host of utility methods and intefaces useful within the context of the Device's system.
net.rim.device.cldc.io.ssl - package net.rim.device.cldc.io.ssl
 
NETWORK_CDMA - Static variable in class net.rim.device.api.system.RadioInfo
CDMA network.
NETWORK_DATATAC - Static variable in class net.rim.device.api.system.RadioInfo
DataTAC network.
NETWORK_GPRS - Static variable in class net.rim.device.api.system.RadioInfo
GPRS network.
NETWORK_IDEN - Static variable in class net.rim.device.api.system.RadioInfo
IDEN network.
NETWORK_MOBITEX - Static variable in class net.rim.device.api.system.RadioInfo
Mobitex network.
NETWORK_SERVICE_DATA - Static variable in class net.rim.device.api.system.RadioInfo
Network is providing data service.
NETWORK_SERVICE_DIRECT_CONNECT - Static variable in class net.rim.device.api.system.RadioInfo
Network is providing direct connect service.
NETWORK_SERVICE_E911_CALLBACK_MODE - Static variable in class net.rim.device.api.system.RadioInfo
Device is in E911 callback mode.
NETWORK_SERVICE_EMERGENCY_ONLY - Static variable in class net.rim.device.api.system.RadioInfo
Network is providing emergency service only.
NETWORK_SERVICE_IN_CITY_ZONE - Static variable in class net.rim.device.api.system.RadioInfo
Device is in the 'city' zone.
NETWORK_SERVICE_IN_HOME_ZONE - Static variable in class net.rim.device.api.system.RadioInfo
Device is in the 'home' zone.
NETWORK_SERVICE_ROAMING - Static variable in class net.rim.device.api.system.RadioInfo
Device is roaming.
NETWORK_SERVICE_ROAMING_OFF_CAMPUS - Static variable in class net.rim.device.api.system.RadioInfo
Device is roaming onto another network campus.
NETWORK_SERVICE_VOICE - Static variable in class net.rim.device.api.system.RadioInfo
Network is providing voice service.
networkScanComplete(boolean) - Method in interface net.rim.device.api.system.RadioStatusListener
Invoked when a scan for available networks is completed.
networkServiceChange(int, int) - Method in interface net.rim.device.api.system.RadioStatusListener
Invoked when the available service(s) provided by the network change.
networkStarted(int, int) - Method in interface net.rim.device.api.system.RadioStatusListener
Invoked when the radio has been turned on or has just been switched to a new network.
networkStateChange(int) - Method in interface net.rim.device.api.system.RadioStatusListener
Invoked when the network state has changed.
NEW_FOLDER_NAME - Static variable in class net.rim.blackberry.api.mail.Folder
Default name for new folders.
newConfiguration(long, long, byte, int, Object) - Method in interface net.rim.device.api.notification.Consequence
The framework calls this method to extract a particular cookie object appropriate for the sourceID provided.
newDatagram(byte[], int) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object
newDatagram(byte[], int) - Method in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
newDatagram(byte[], int, String) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object
newDatagram(byte[], int, String) - Method in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
newDatagram(int) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object automatically allocating a buffer
newDatagram(int) - Method in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
newDatagram(int, String) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object
newDatagram(int, String) - Method in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
newInstance() - Method in class java.lang.Class
Creates a new instance of a class.
next(int) - Method in class java.util.Random
Generates the next pseudorandom number.
nextElement() - Method in interface java.util.Enumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextElement() - Method in class net.rim.device.api.util.ObjectEnumerator
Retrieves next element.
nextElement() - Method in interface net.rim.device.api.util.LongEnumeration
Retrieves the next element of this enumeration.
nextElement() - Method in interface net.rim.device.api.util.IntEnumeration
Retrieves the next element of this enumeration.
nextElement() - Method in class net.rim.device.api.util.EmptyEnumeration
Retrieves the next element in this enumeration.
nextFocus(int, boolean) - Method in class net.rim.device.api.ui.Manager
Returns the index of the next field that should be given focus.
nextFocus(int, boolean) - Method in class net.rim.device.api.ui.container.FlowFieldManager
Returns the index of the next controlled field that should be given the focus.
nextInt() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextLong() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
nextNode(int, int, boolean) - Method in class net.rim.device.api.ui.component.TreeField
Gets the next node in a prefix depth first traversal of the tree.
nextRecord() - Method in interface javax.microedition.rms.RecordEnumeration
Returns a copy of the next record in this enumeration, where next is defined by the comparator and/or filter supplied in the constructor of this enumerator.
nextRecordId() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the recordId of the next record in this enumeration, where next is defined by the comparator and/or filter supplied in the constructor of this enumerator.
NICKNAME - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the contact's nick name.
NO - Static variable in class net.rim.device.api.ui.component.Dialog
No choice for use in dialogs; same behaviour as CANCEL.
NO_CERTIFICATE - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that the certificate could not be found.
NO_CONNECTION - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
indicates that a message was received while there is no secure connection with the sender.
NO_HORIZONTAL_SCROLL - Static variable in class net.rim.device.api.ui.Manager
Manager will not support horizontal scrolling.
NO_HORIZONTAL_SCROLLBAR - Static variable in class net.rim.device.api.ui.Manager
Manager will not show horizontal scrollbars.
NO_NEWLINE - Static variable in class net.rim.device.api.ui.component.BasicEditField
Ignore newlines from user input or pasting.
NO_PORTS - Static variable in class net.rim.device.api.ui.text.IPTextFilter
 
NO_RENEGOTIATION - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Sent by the client in response to a hello request or by the server in response to a client hello after initial handshaking.
NO_SERVICE_BOOK - Static variable in class net.rim.blackberry.api.mail.ServiceConfiguration
This constant describes the string used to identify the root folder name for folders belonging to a hierarchy without a corresponding service book entry
NO_STATUS_SEPARATOR - Static variable in class net.rim.device.api.ui.container.MainScreen
 
NO_TEXT - Static variable in class net.rim.device.api.ui.component.GaugeField
Do not display progress value in text form.
NO_TITLE_SEPARATOR - Static variable in class net.rim.device.api.ui.container.MainScreen
 
NO_VERTICAL_SCROLL - Static variable in class net.rim.device.api.ui.Manager
Manager will not support vertical scrolling.
NO_VERTICAL_SCROLLBAR - Static variable in class net.rim.device.api.ui.Manager
Manager will not show vertical scrollbars.
NoCopyByteArrayOutputStream - class net.rim.device.api.io.NoCopyByteArrayOutputStream.
Byte array output stream that returns handle to the underlying data buffer, not a copy.
NoCopyByteArrayOutputStream() - Constructor for class net.rim.device.api.io.NoCopyByteArrayOutputStream
Creates a new NoCopyByteArrayOutputStream instance.
NoCopyByteArrayOutputStream(byte[], int) - Constructor for class net.rim.device.api.io.NoCopyByteArrayOutputStream
Creates a new NoCopyByteArrayOutputStream instance built from buffer.
NoCopyByteArrayOutputStream(int) - Constructor for class net.rim.device.api.io.NoCopyByteArrayOutputStream
Creates a new NoCopyByteArrayOutputStream instance of initial size.
NoIssuerFoundException - exception net.rim.device.api.crypto.certificate.NoIssuerFoundException.
Thrown when no certificate issuer can be found to verify a particular certificate.
NoIssuerFoundException() - Constructor for class net.rim.device.api.crypto.certificate.NoIssuerFoundException
Constructs a new NoIssuerFoundException object.
NoIssuerFoundException(String) - Constructor for class net.rim.device.api.crypto.certificate.NoIssuerFoundException
Constructs a new NoIssuerFoundException object using a descriptive text String.
NON_CONTIGUOUS_SELECT - Static variable in class net.rim.device.api.ui.component.ListField
Selection of multiple, non-contiguous items (Reserved for future use).
NON_FOCUSABLE - Static variable in class net.rim.device.api.ui.Field
Field style bit to indicate whether or not the field is non-focusable.
NON_REPUDIATION - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used to verify digital signatures used to provide a non-repudiation service which protects against the signing entity falsely denying some action, excluding certificate or CRL signing.
NonPersistableObjectException - exception net.rim.device.api.system.NonPersistableObjectException.
 
NonPersistableObjectException() - Constructor for class net.rim.device.api.system.NonPersistableObjectException
 
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
NoSuchAlgorithmException - exception net.rim.device.api.crypto.NoSuchAlgorithmException.
An exception representing an error that occurred because the requested algorithm could not be found.
NoSuchAlgorithmException() - Constructor for class net.rim.device.api.crypto.NoSuchAlgorithmException
Creates a NoSuchAlgorithmException object with no parameters.
NoSuchAlgorithmException(String) - Constructor for class net.rim.device.api.crypto.NoSuchAlgorithmException
Creates a NoSuchAlgorithmException object with an error message.
NoSuchElementException - exception java.util.NoSuchElementException.
Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
NoSuchElementException() - Constructor for class java.util.NoSuchElementException
Constructs a NoSuchElementException with null as its error message string.
NoSuchElementException(String) - Constructor for class java.util.NoSuchElementException
Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.
NoSuchServiceException - exception net.rim.blackberry.api.mail.NoSuchServiceException.
Thrown by the ServiceConfiguration constructor if a matching service does not exist.
NoSuchServiceException() - Constructor for class net.rim.blackberry.api.mail.NoSuchServiceException
Constructor with no detailed message.
NoSuchServiceException(String) - Constructor for class net.rim.blackberry.api.mail.NoSuchServiceException
Constructor that provides a detailed message.
NOT_ALLOWED - Static variable in interface net.rim.device.api.crypto.certificate.KeyUsageResult
Return code indicating that the subject public key cannot be used for the specified purpose.
not() - Method in class net.rim.device.api.util.BitSet
Performs logical NOT on this set.
NOTE - Static variable in interface net.rim.blackberry.api.pim.ToDo
Represents a note about the ToDo.
NOTE - Static variable in interface net.rim.blackberry.api.pim.Event
Represents a note about this event.
NOTE - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents a field used to store a note about the contact.
NOTIFICATION_PRIVATE_FLAG_KEY - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Context key to indicate repeat notifications
NOTIFICATION_REPEAT_COUNT - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Context KEY to indicate repeat notifications
NOTIFICATION_REPEAT_DELAY - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Context KEY to indicate delay between repeat notifications
NotificationsConstants - interface net.rim.device.api.notification.NotificationsConstants.
The NotificationsConstants interface provides constant data values for use with notification functionality.
NotificationsEngineListener - interface net.rim.device.api.notification.NotificationsEngineListener.
The NotificationsEngineListener interface provides the API used to negotiate the pushing and popping of user interfaces from simple dialogs to complex screens in response to notification events.
notificationsEngineStateChanged(int, long, long, Object, Object) - Method in interface net.rim.device.api.notification.NotificationsEngineListener
Signals that the state of the notifications engine has changed.
NotificationsManager - class net.rim.device.api.notification.NotificationsManager.
Manages the handling of events between applications and the notification engine.
NotificationSuspension - interface net.rim.device.api.collection.NotificationSuspension.
Defines the means by which a collection can suspend and resume sending of collection events sent to its listeners.
notify() - Method in class java.lang.Object
Wakes up a single thread that is waiting on this object's monitor.
notifyAll() - Method in class java.lang.Object
Wakes up all threads that are waiting on this object's monitor.
notifyDestroyed() - Method in class javax.microedition.midlet.MIDlet
Used by an MIDlet to notify the application management software that it has entered into the Destroyed state.
notifyPaused() - Method in class javax.microedition.midlet.MIDlet
Notifies the application management software that the MIDlet does not want to be active and has entered the Paused state.
notSupported(int) - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
This method checks to see if the ciphersuite is contained in our supported list of ciphersuites.
NOVEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eleventh month of the year.
NOVEMBER - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the constant for the month: November.
NULL - Static variable in interface net.rim.device.api.system.Characters
NULL - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
The DER tag for the ASN.1 NULL primitive type.
NULL - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents Null.
NullDecryptor - class net.rim.device.api.crypto.NullDecryptor.
The NullDecryptor class provides no security.
NullDecryptor(InputStream) - Constructor for class net.rim.device.api.crypto.NullDecryptor
Creates a NullDecryptor object that takes an underlying input stream.
NullDigest - class net.rim.device.api.crypto.NullDigest.
Allows for a user to provide a digest with no functionality to a function that requires a digest.
NullDigest() - Constructor for class net.rim.device.api.crypto.NullDigest
This constructor is not used.
NullEncryptor - class net.rim.device.api.crypto.NullEncryptor.
The NULLEncryptor class does not encrypt or modify the data.
NullEncryptor(OutputStream) - Constructor for class net.rim.device.api.crypto.NullEncryptor
Creates a NullEncryptor object based on a given output stream that all data will be written to.
NullField - class net.rim.device.api.ui.component.NullField.
A field of no size.
NullField() - Constructor for class net.rim.device.api.ui.component.NullField
Constructs a new NullField obect.
NullField(long) - Constructor for class net.rim.device.api.ui.component.NullField
Constructs a new NullField object with the provided style.
NullMAC - class net.rim.device.api.crypto.NullMAC.
The NullMAC class implements a trivial algorithm (as in none).
NullMAC() - Constructor for class net.rim.device.api.crypto.NullMAC
Creates a new NullMAC object.
NullMAC(boolean) - Constructor for class net.rim.device.api.crypto.NullMAC
Creates a new NullMAC object.
NullPointerException - exception java.lang.NullPointerException.
Thrown when an application attempts to use null in a case where an object is required.
NullPointerException() - Constructor for class java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String) - Constructor for class java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
NullSignatureSigner - class net.rim.device.api.crypto.NullSignatureSigner.
The NullSignatureSigner class implements a trivial (ie no) signing algorithm.
NullSignatureSigner() - Constructor for class net.rim.device.api.crypto.NullSignatureSigner
Constructs a NullSignatureSigner object.
NullSignatureVerifier - class net.rim.device.api.crypto.NullSignatureVerifier.
The NullSignatureVerifier class implements a trivial (ie no) verification algorithm.
NullSignatureVerifier() - Constructor for class net.rim.device.api.crypto.NullSignatureVerifier
Creates a NullSignatureVerifier object.
NullSignatureVerifier(boolean) - Constructor for class net.rim.device.api.crypto.NullSignatureVerifier
Creates a NullSignatureVerifier object.
NUM_KEY_USAGES - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
Represents the number of Key Usages known.
NumberFormatException - exception java.lang.NumberFormatException.
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
NumberFormatException() - Constructor for class java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String) - Constructor for class java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.
NumberUtilities - class net.rim.device.api.util.NumberUtilities.
Utility methods for converting numeric values to their character/string digit equivalents.
numColors() - Method in class javax.microedition.lcdui.Display
Gets the number of colors (if isColor() is true) or graylevels (if isColor() is false) that can be represented on the device.
NUMERIC - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter only an integer value.
NUMERIC - Static variable in class net.rim.device.api.ui.text.TextFilter
Numeric filter type.
NUMERIC_IP_ONLY - Static variable in class net.rim.device.api.ui.text.IPTextFilter
 
NumericChoiceField - class net.rim.device.api.ui.component.NumericChoiceField.
A choice field that supports chosing from a range of numeric values.
NumericChoiceField() - Constructor for class net.rim.device.api.ui.component.NumericChoiceField
Constructs a new NumericChoiceField instance.
NumericChoiceField(String, int, int, int) - Constructor for class net.rim.device.api.ui.component.NumericChoiceField
Constructs a new NumbericChoiceField instance with label, range values and increment.
NumericChoiceField(String, int, int, int, int) - Constructor for class net.rim.device.api.ui.component.NumericChoiceField
Constructs a new numeric choice field and sets initially selected value.
NumericTextFilter - class net.rim.device.api.ui.text.NumericTextFilter.
Filters out characters not usable in strings showing numeric data.
NumericTextFilter() - Constructor for class net.rim.device.api.ui.text.NumericTextFilter
Constructs a new NumericTextFilter instance.
NumericTextFilter(int) - Constructor for class net.rim.device.api.ui.text.NumericTextFilter
Constructs a new NumericTextFilter instance with provided style.
numRecords() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the number of records available in this enumeration's set.
numStringsInPattern() - Method in class net.rim.device.api.util.StringMatch
Retrieves number of substring patterns used in matching.

O

OAEPFormatterEngine - class net.rim.device.api.crypto.OAEPFormatterEngine.
Referenced from site http://www.rsasecurity.com/rsalabs/faq/7-10.html.
OAEPFormatterEngine(PublicKeyEncryptorEngine) - Constructor for class net.rim.device.api.crypto.OAEPFormatterEngine
Creates an OAEPFormatterEngine object based on the given encryptor engine, as well as the SHA-1 digest algorithm.
OAEPFormatterEngine(PublicKeyEncryptorEngine, byte[]) - Constructor for class net.rim.device.api.crypto.OAEPFormatterEngine
Creates an OAEPFormatterEngine object based on the given encryptor engine, as well as the SHA-1 digest algorithm, and the given parameters.
OAEPFormatterEngine(PublicKeyEncryptorEngine, Digest) - Constructor for class net.rim.device.api.crypto.OAEPFormatterEngine
Creates an OAEPFormatterEngine object based on the given encryptor engine and digest algorithm.
OAEPFormatterEngine(PublicKeyEncryptorEngine, Digest, byte[]) - Constructor for class net.rim.device.api.crypto.OAEPFormatterEngine
Creates an OAEPFormatterEngine object based on the given encryptor engine, digest algorithm and parameters.
OAEPUnformatterEngine - class net.rim.device.api.crypto.OAEPUnformatterEngine.
Referenced from site http://www.rsasecurity.com/rsalabs/faq/7-10.html.
OAEPUnformatterEngine(PrivateKeyDecryptorEngine) - Constructor for class net.rim.device.api.crypto.OAEPUnformatterEngine
Creates an OAEPUnformatterEngine object based upon the given decryptor engine, as well as the SHA-1 digest algorithm.
OAEPUnformatterEngine(PrivateKeyDecryptorEngine, byte[]) - Constructor for class net.rim.device.api.crypto.OAEPUnformatterEngine
Creates an OAEPUnformatterEngine object based upon the given decryptor engine, as well as the SHA-1 digest algorithm, and the given parameters.
OAEPUnformatterEngine(PrivateKeyDecryptorEngine, Digest) - Constructor for class net.rim.device.api.crypto.OAEPUnformatterEngine
Creates an OAEPUnformatterEngine object based upon the given decryptor engine and digest algorithm.
OAEPUnformatterEngine(PrivateKeyDecryptorEngine, Digest, byte[]) - Constructor for class net.rim.device.api.crypto.OAEPUnformatterEngine
Creates an OAEPUnformatterEngine object based upon the given decryptor engine, digest algorithm and parameters.
Object - class java.lang.Object.
Class Object is the root of the class hierarchy.
OBJECT_IDENTIFIER - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
The DER tag for the ASN.1 INTEGER primitive type.
Object() - Constructor for class java.lang.Object
 
ObjectChoiceField - class net.rim.device.api.ui.component.ObjectChoiceField.
Choice field that supports a list of object choices.
ObjectChoiceField() - Constructor for class net.rim.device.api.ui.component.ObjectChoiceField
Constructs a new, empty object choice field.
ObjectChoiceField(String, Object[]) - Constructor for class net.rim.device.api.ui.component.ObjectChoiceField
Constructs a new object choice field.
ObjectChoiceField(String, Object[], int) - Constructor for class net.rim.device.api.ui.component.ObjectChoiceField
Constructs a new string choice field and sets initially selected index.
ObjectChoiceField(String, Object[], int, long) - Constructor for class net.rim.device.api.ui.component.ObjectChoiceField
Includes style.
ObjectChoiceField(String, Object[], Object) - Constructor for class net.rim.device.api.ui.component.ObjectChoiceField
Constructs a new object choice field and sets initially selected object.
ObjectEnumerator - class net.rim.device.api.util.ObjectEnumerator.
Presents an array of objects as an enumeration.
ObjectEnumerator(Object[]) - Constructor for class net.rim.device.api.util.ObjectEnumerator
Constructs new ObjectEnumerator instance.
ObjectListField - class net.rim.device.api.ui.component.ObjectListField.
List field to contain a list of objects.
ObjectListField() - Constructor for class net.rim.device.api.ui.component.ObjectListField
Constructs an ObjectListField.
ObjectListField(long) - Constructor for class net.rim.device.api.ui.component.ObjectListField
Constructs an ObjectListField in a particular style.
ObjectUtilities - class net.rim.device.api.util.ObjectUtilities.
Utility methods for manipulating Objects.
objEqual(Object, Object) - Static method in class net.rim.device.api.util.ObjectUtilities
Compare two (possibly null) objects for equality.
OCCURRING - Static variable in interface net.rim.blackberry.api.pim.EventList
Represents a search type for Events based on the event occurrence's specific start date/time.
OCSP_SERVER - Static variable in class net.rim.device.api.crypto.certificate.CertificateServers
An integer representing the OCSP server type.
ocspBasicResponse - Static variable in class net.rim.device.api.crypto.oid.OIDs
ocspBasicResponse = 1.3.6.1.5.5.7.48.1.1 An oid used by ocsp.
ocspNonce - Static variable in class net.rim.device.api.crypto.oid.OIDs
ocspNonce = 1.3.6.1.5.5.7.48.1.2 Indicates the presence of a nonce value in an OCSP request or response.
OCTET_STRING - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
The DER tag for the ASN.1 OCTET_STRING primitive type.
OCTOBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the tenth month of the year.
OCTOBER - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the constant for the month: October.
OFBPseudoRandomSource - class net.rim.device.api.crypto.OFBPseudoRandomSource.
OFBPseudoRandomSource uses a symmetric key block cipher in Output Feedback Mode to provide a sequence of pseudo random bytes.
OFBPseudoRandomSource(SymmetricKeyEncryptorEngine, InitializationVector) - Constructor for class net.rim.device.api.crypto.OFBPseudoRandomSource
Creates an OFBPseudoRandomSource object based on the specified encryptor engine and initialization vector.
OID - class net.rim.device.api.crypto.oid.OID.
Stores an object identifier (OID).
OID_NAME - Static variable in class net.rim.device.api.crypto.oid.OIDs
Associates OIDs and their short name string, eg "C", "OU", etc.
OID(byte[]) - Constructor for class net.rim.device.api.crypto.oid.OID
Creates an OID from the given DER Encoded byte array.
OID(byte[], int, int) - Constructor for class net.rim.device.api.crypto.oid.OID
Creates an OID from the given DER Encoded byte array.
OID(String) - Constructor for class net.rim.device.api.crypto.oid.OID
Creates an OID from the given dotted decimal string.
OIDs - class net.rim.device.api.crypto.oid.OIDs.
Contains many frequently used OIDs, and maintains associations between OIDs and objects.
OK - Static variable in class javax.microedition.lcdui.Command
A command that is a standard positive answer to a dialog implemented by current screen.
OK - Static variable in class net.rim.device.api.ui.component.Dialog
OK choice for use in dialogs.
on(boolean) - Method in class net.rim.device.api.crypto.SignatureVerifierInputStream
Determines whether or not the information read from the stream should be passed through the signature before being written to the output byte arrays.
on(boolean) - Method in class net.rim.device.api.crypto.SignatureSignerOutputStream
Determines whether or not the information written to the write method should be passed through the signature before being written to the output stream.
on(boolean) - Method in class net.rim.device.api.crypto.MACOutputStream
Allows the programmer to turn the MAC functionality of the stream on or off at will.
on(boolean) - Method in class net.rim.device.api.crypto.MACInputStream
Allows the programmer to turn the MAC functionality of the stream on or off at will.
on(boolean) - Method in class net.rim.device.api.crypto.DigestOutputStream
Enables the user to decide whether or not they want the data being written to go through the digest function as well.
on(boolean) - Method in class net.rim.device.api.crypto.DigestInputStream
Enables the user to turn on whether or not they want the data being read to go through the digest function as well.
onClose() - Method in class net.rim.device.api.ui.Screen
Indicates a close event has occurred.
onDisplay() - Method in class net.rim.device.api.ui.Screen
Invoked when this screen is pushed onto the display stack.
onDisplay() - Method in class net.rim.device.api.ui.component.Dialog
Invoked when this dialog is pushed onto the display stack.
ONEDAY - Static variable in class net.rim.device.api.util.DateTimeUtilities
Number of ticks in one day.
ONEHOUR - Static variable in class net.rim.device.api.util.DateTimeUtilities
Number of ticks in one hour.
ONEMINUTE - Static variable in class net.rim.device.api.util.DateTimeUtilities
Number of ticks in one minute.
ONESECOND - Static variable in class net.rim.device.api.util.DateTimeUtilities
Number of ticks in one second.
onExposed() - Method in class net.rim.device.api.ui.Screen
Invoked when this screen is revealed by a screen getting popped off the display stack.
onFocus(int) - Method in class net.rim.device.api.ui.Screen
Finds a controlled field to give the focus.
onFocus(int) - Method in class net.rim.device.api.ui.Manager
Invoked by the framework when focus is gained.
onFocus(int) - Method in class net.rim.device.api.ui.Field
Invoked when a field receives the focus.
onFocus(int) - Method in class net.rim.device.api.ui.component.TreeField
Invoked when this field receives the focus.
onFocus(int) - Method in class net.rim.device.api.ui.component.ListField
Invoked when this field receives the focus.
onFocus(int) - Method in class net.rim.device.api.ui.component.DateField
Invoked upon receiving the focus.
onMenu(int) - Method in class net.rim.device.api.ui.Screen
Called when a menu should be displayed.
onObscured() - Method in class net.rim.device.api.ui.Screen
Invoked when this screen is obscured by a new screen pushed on the display stack.
onSave() - Method in class net.rim.device.api.ui.Screen
Invoked when the screen should save its contents.
onSavePrompt() - Method in class net.rim.device.api.ui.Screen
Invoked when the screen should prompt to save its contents.
onSavePrompt() - Method in class net.rim.device.api.ui.container.MainScreen
Invoked when the screen should prompt to save its contents.
onUndisplay() - Method in class net.rim.device.api.ui.Screen
Invoked when this screen is popped off the display stack.
onUnfocus() - Method in class net.rim.device.api.ui.Screen
Removes focus from this screen.
onUnfocus() - Method in class net.rim.device.api.ui.Manager
Invoked by the framework when focus is lost.
onUnfocus() - Method in class net.rim.device.api.ui.Field
Invoked when a field loses the focus.
onUnfocus() - Method in class net.rim.device.api.ui.component.TreeField
Invoked when this field loses the focus.
onVisibilityChange(boolean) - Method in class net.rim.device.api.ui.Field
This method is called when the field's visibility changes.
open(String) - Static method in class javax.microedition.io.Connector
Create and open a Connection
open(String, int) - Static method in class javax.microedition.io.Connector
Create and open a Connection
open(String, int, boolean) - Static method in class javax.microedition.io.Connector
Create and open a Connection
openDataInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return a data input stream for a connection.
openDataInputStream() - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
This method is used to get the data input stream where one would read the information from when it is being sent through the protocol.
openDataInputStream() - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Returns a data input stream to use for retrieving data from the TLS stream.
openDataInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream
openDataOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return a data output stream for a connection.
openDataOutputStream() - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
This method is used to send information across to the other side of the connection (server) using TLS.
openDataOutputStream() - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Returns a data output stream for writing data to the stream securely using TLS.
openDataOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream
OPENED - Static variable in interface net.rim.blackberry.api.mail.Message.Flag
Flag to indicate that the message has been read.
openInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return an input stream for a connection.
openInputStream() - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
This method is used to get the input stream where one would read information from when it is being sent through the protocol.
openInputStream() - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Returns the input stream where one would read information from when it is being sent through the protocol.
openInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream
openOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return an output stream for a connection.
openOutputStream() - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
This method is used to send information across to the other side of the connection (server) using TLS.
openOutputStream() - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Sends information across to the other side of the connection (server) using TLS.
openOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream
openPIMList(int, int) - Method in class net.rim.blackberry.api.pim.PIM
Opens the default list of the specified list type.
openPIMList(int, int, String) - Method in class net.rim.blackberry.api.pim.PIM
Opens the specified PIM list.
openRecordStore(String, boolean) - Static method in class javax.microedition.rms.RecordStore
Open (and possibly create) a record store associated with the given MIDlet suite.
optimize() - Method in class net.rim.device.api.collection.util.BigVector
Optimize this vector for fast element access by turning the underlying representation into a contiguous array.
optimize() - Method in class net.rim.device.api.collection.util.BigLongVector
Optimize this vector for fast element access by turning the underlying representation into a contiguous array.
optimize() - Method in class net.rim.device.api.collection.util.BigIntVector
Optimize this vector for fast element access by turning the underlying representation into a contiguous array.
OptionsManager - class net.rim.blackberry.api.options.OptionsManager.
Manages OptionsProvider instances.
OptionsProvider - interface net.rim.blackberry.api.options.OptionsProvider.
An application must implement the OptionsProvider interface to add an item to the Options screen.
or(BitSet) - Method in class net.rim.device.api.util.BitSet
Performs binary OR on this set with provided mask.
OrderedList - interface net.rim.device.api.collection.OrderedList.
Array-like list to contain ordered elements.
ORDINAL_COMPARATOR - Static variable in class net.rim.device.api.ui.MenuItem
 
ORG - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the name of a contact's organization.
ORPHAN - Static variable in class net.rim.blackberry.api.mail.Folder
Folder type, used in Folder.getType() and Folder.list(int type).
OTHER - Static variable in class net.rim.blackberry.api.mail.Folder
Folder type, used in Folder.getType() and Folder.list(int type).
out - Variable in class java.io.DataOutputStream
The output stream
out - Static variable in class java.lang.System
 
OUT_OF_HOLSTER_ENGINE_STATE - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Out-of-holster engine state.
OUT_OF_HOLSTER_TRIGGER - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Out-of-holster event trigger.
OUTBOX - Static variable in class net.rim.blackberry.api.mail.Folder
Folder type, used in Folder.getType() and Folder.list(int type).
outOfHolster() - Method in interface net.rim.device.api.system.HolsterListener
Invoked when the device is removed from the holster.
OutOfMemoryError - error java.lang.OutOfMemoryError.
Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
OutOfMemoryError() - Constructor for class java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String) - Constructor for class java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.
OutputConnection - interface javax.microedition.io.OutputConnection.
This interface defines the capabilities that an output stream connection must have.
OutputStream - class java.io.OutputStream.
This abstract class is the superclass of all classes representing an output stream of bytes.
OutputStream() - Constructor for class java.io.OutputStream
 
OutputStreamWriter - class java.io.OutputStreamWriter.
An OutputStreamWriter is a bridge from character streams to byte streams.
OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the named character encoding.

P

P1363KDF1PseudoRandomSource - class net.rim.device.api.crypto.P1363KDF1PseudoRandomSource.
The P1363KDF1PseudoRandomSource class implements the key derivation function 1 (KDF1) found in the main section of P1363.
P1363KDF1PseudoRandomSource(byte[], int, int, byte[]) - Constructor for class net.rim.device.api.crypto.P1363KDF1PseudoRandomSource
Creates a P1363KDF1PseudoRandomSource object using the given parameters and the default SHA-1 digest.
P1363KDF1PseudoRandomSource(byte[], int, int, byte[], Digest) - Constructor for class net.rim.device.api.crypto.P1363KDF1PseudoRandomSource
Creates a P1363KDF1PseudoRandomSource object using the given parameters and the specified digest.
pad() - Method in class net.rim.device.api.crypto.BlockEncryptor
Pads the output properly.
pad(byte[], int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Pads byte array with zeros.
paint(Graphics) - Method in class javax.microedition.lcdui.Canvas
Renders the Canvas.
paint(Graphics) - Method in class net.rim.device.api.ui.Screen
 
paint(Graphics) - Method in class net.rim.device.api.ui.Manager
Paints this manager's visible region.
paint(Graphics) - Method in class net.rim.device.api.ui.Field
Invoked by the framework to redraw a portion of this field.
paint(Graphics) - Method in class net.rim.device.api.ui.component.TreeField
Redraws this field.
paint(Graphics) - Method in class net.rim.device.api.ui.component.SeparatorField
Redraws this field.
paint(Graphics) - Method in class net.rim.device.api.ui.component.RichTextField
Redraws this field.
paint(Graphics) - Method in class net.rim.device.api.ui.component.RadioButtonField
Redraws this field.
paint(Graphics) - Method in class net.rim.device.api.ui.component.NullField
Invoked by the framework to redraw this field.
paint(Graphics) - Method in class net.rim.device.api.ui.component.ListField
Redraws this field.
paint(Graphics) - Method in class net.rim.device.api.ui.component.LabelField
Redraws this field.
paint(Graphics) - Method in class net.rim.device.api.ui.component.GaugeField
Redraws this field.
paint(Graphics) - Method in class net.rim.device.api.ui.component.DateField
Redraws this field.
paint(Graphics) - Method in class net.rim.device.api.ui.component.ChoiceField
Redraws this field.
paint(Graphics) - Method in class net.rim.device.api.ui.component.CheckboxField
Redraws this field.
paint(Graphics) - Method in class net.rim.device.api.ui.component.ButtonField
Redraws this field.
paint(Graphics) - Method in class net.rim.device.api.ui.component.BitmapField
Redraws this field.
paint(Graphics) - Method in class net.rim.device.api.ui.component.BasicEditField
Redraws this field.
paint(Graphics) - Method in class net.rim.device.api.ui.container.PopupScreen
Paints this screen's visible region.
paintBackground(Graphics) - Method in class net.rim.device.api.ui.Screen
Paint this screen's background.
paintChild(Graphics, Field) - Method in class net.rim.device.api.ui.Manager
Paints a controlled field.
PARITY_EVEN - Static variable in class net.rim.device.api.system.SerialPort
Connection has even parity.
PARITY_NONE - Static variable in class net.rim.device.api.system.SerialPort
Connection has no parity.
PARITY_ODD - Static variable in class net.rim.device.api.system.SerialPort
Connection has odd parity.
parseBuffer(DataBuffer, TLEFieldController) - Static method in class net.rim.device.api.util.TLEUtilities
Parses a DataBuffer using the given TLE field controller.
parseByte(String) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseByte(String, int) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseField(DataBuffer, TLEFieldController, int) - Static method in class net.rim.device.api.util.TLEUtilities
Parses a field within a data buffer using the given TLE field controller.
parseInt(String) - Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
parseInt(String, int) - Static method in class java.lang.Integer
Parses the string argument as a signed integer in the radix specified by the second argument.
parseLong(String) - Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseLong(String, int) - Static method in class java.lang.Long
Parses the string argument as a signed long in the radix specified by the second argument.
parseShort(String) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseShort(String, int) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
Part - interface net.rim.blackberry.api.mail.Part.
Defines the header fields and contents of a Message, or a BodyPart in a Multipart entity.
PASSWORD - Static variable in class javax.microedition.lcdui.TextField
The text entered must be masked so that the characters typed are not visible.
PasswordEditField - class net.rim.device.api.ui.component.PasswordEditField.
An editable text field desgined specifically to handle password input.
PasswordEditField() - Constructor for class net.rim.device.api.ui.component.PasswordEditField
Constructs a new PasswordEditField instance.
PasswordEditField(String, String) - Constructor for class net.rim.device.api.ui.component.PasswordEditField
Constructs a PasswordEditField instance with label and initial value.
PasswordEditField(String, String, int, long) - Constructor for class net.rim.device.api.ui.component.PasswordEditField
Constructs a smaller PasswordEditField object.
paste(Clipboard) - Method in class net.rim.device.api.ui.Field
Performs a paste operation on this field.
paste(Clipboard) - Method in class net.rim.device.api.ui.component.BasicEditField
Pastes text scrap into this field.
patternReceived(byte[]) - Method in interface net.rim.device.api.system.IOPortListener
Invoked when a registered pattern is received.
pauseApp() - Method in class javax.microedition.midlet.MIDlet
Signals the MIDlet to stop and enter the Paused state.
PBKDF2 - Static variable in class net.rim.device.api.crypto.oid.OIDs
PBKDF2 = 1.2.840.113549.1.5 Presents Password Based KDF version 2 from PKCS5.
PDP_CAUSE_AUTHENTICATION_FAILED - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_CAUSE_INSUFFICIENT_RESOURCES - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_CAUSE_LLC_FAILURE - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_CAUSE_NETWORK_FAILURED - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_CAUSE_NORMAL_DEACTIVATION - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_CAUSE_NOT_SUPPORTED - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_CAUSE_NSAPI_ALREADY_USED - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_CAUSE_QOS_NOT_ACCEPTED - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_CAUSE_REACTIVATION_REQUESTED - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_CAUSE_REJECTED - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_CAUSE_REJECTED_BY_GGSN - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_CAUSE_SERVICE_NOT_SUBSCRIBED - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_CAUSE_SERVICE_NOT_SUPPORTED - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_CAUSE_SERVICE_OUT_OF_ORDER - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_CAUSE_TFT_ALREADY_USED - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_CAUSE_TFT_INVALID - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_CAUSE_UNKNOWN - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_CAUSE_UNKNOWN_APN - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_CAUSE_UNKNOWN_PDP - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_CAUSE_UNKNOWN_PDP_CONTEXT - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
PDP_STATE_ACTIVE - Static variable in interface net.rim.device.api.system.RadioStatusListener
The PDP context has become active.
PDP_STATE_INACTIVE - Static variable in interface net.rim.device.api.system.RadioStatusListener
The PDP context has become inactive.
PDP_STATE_IP_ADDRESS_CHANGED - Static variable in interface net.rim.device.api.system.RadioStatusListener
The IP address for the PDP context has changed.
PDP_STATE_REJECTED - Static variable in interface net.rim.device.api.system.RadioStatusListener
The PDP context request has been rejected by the network.
pdpStateChange(int, int, int) - Method in interface net.rim.device.api.system.RadioStatusListener
Invoked when the PDP state has changed.
peek() - Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
peek() - Method in class net.rim.device.api.io.SharedInputStream
Looks at the next byte in the stream without advancing the read position.
peek() - Method in class net.rim.device.api.util.IntStack
Retrieves the int at the top of this stack without removing it.
peekNextTag() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns the next tag value from the stream (without any flags).
peekNextTag() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns the next tag value from the stream (without any flags).
PERCENT - Static variable in class net.rim.device.api.ui.component.GaugeField
Displays progress as a percentage.
Peripheral - class net.rim.device.api.system.Peripheral.
Provides power control over device peripherals.
peripheralChange(int) - Method in interface net.rim.device.api.system.PeripheralListener
Invoked when the state of the peripheral port changes.
PeripheralListener - interface net.rim.device.api.system.PeripheralListener.
The listener interface for receiving peripheral events.
Persistable - interface net.rim.device.api.util.Persistable.
Every object that can persist between device resets must implement persistable.
PersistableRIMKeyStore - class net.rim.device.api.crypto.keystore.PersistableRIMKeyStore.
A persistable version of the rim key store that provides the functionality required to persist the rim key store.
PersistableRIMKeyStore(String, long, CodeSigningKey, PersistableRIMKeyStoreFactory) - Constructor for class net.rim.device.api.crypto.keystore.PersistableRIMKeyStore
This constructor initializes the hashtable and ensures that the hashtable is persisted correctly on the device.
PersistableRIMKeyStore(String, long, CodeSigningKey, PersistableRIMKeyStoreFactory, KeyStore) - Constructor for class net.rim.device.api.crypto.keystore.PersistableRIMKeyStore
This constructor allows one to construct a keystore given another key store.
PersistableRIMKeyStoreFactory - interface net.rim.device.api.crypto.keystore.PersistableRIMKeyStoreFactory.
This class is used to help re-create instances of keystores that are considered persistable.
PersistentObject - class net.rim.device.api.system.PersistentObject.
An object whose contents can persist between device resets.
PersistentStore - class net.rim.device.api.system.PersistentStore.
Store for persistent objects.
PHONE - Static variable in class net.rim.device.api.ui.text.TextFilter
Phone number filter type.
PHONENUMBER - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter a phone number.
PhoneTextFilter - class net.rim.device.api.ui.text.PhoneTextFilter.
Filters out characters not usable in phone number text strings.
PhoneTextFilter() - Constructor for class net.rim.device.api.ui.text.PhoneTextFilter
Constructs a new PhoneTextFilter instance.
PHOTO - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents a photo for the contact.
PHOTO_URL - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents a string URL to a photo of the contact.
PIM - class net.rim.blackberry.api.pim.PIM.
Class for accessing the PIM databases on a device.
PIM() - Constructor for class net.rim.blackberry.api.pim.PIM
 
PIMException - exception net.rim.blackberry.api.pim.PIMException.
Represents exceptions thrown by the PIM classes.
PIMException() - Constructor for class net.rim.blackberry.api.pim.PIMException
Creates a new PIMException instance.
PIMException(String) - Constructor for class net.rim.blackberry.api.pim.PIMException
Creates a new PIMException instance given a detailed message about the error that caused the exception to be thrown.
PIMException(String, int) - Constructor for class net.rim.blackberry.api.pim.PIMException
Creates a new PIMException instance given a detailed message about the error that caused the exception to be thrown and the field that caused the exception.
PIMItem - interface net.rim.blackberry.api.pim.PIMItem.
Represents a personal information management (PIM) item.
PIMList - interface net.rim.blackberry.api.pim.PIMList.
Represnts a list of PIM items.
PIMListListener - interface net.rim.blackberry.api.pim.PIMListListener.
 
PIN - Static variable in interface net.rim.blackberry.api.pim.BlackBerryContact
Unique identifier for a BlackBerry device.
PISCES - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
PKCS10CertificateRequest - class net.rim.device.api.crypto.certificate.x509.PKCS10CertificateRequest.
Implements the PKCS10 ( v1.7 from May 2000 ) certificate request syntax standard.
PKCS10CertificateRequest(PublicKey, X509DistinguishedName, SignatureSigner) - Constructor for class net.rim.device.api.crypto.certificate.x509.PKCS10CertificateRequest
Constructs a new X509CertificateRequest object.
PKCS1FormatterEngine - class net.rim.device.api.crypto.PKCS1FormatterEngine.
The PKCS1FormatterEngine class provides the PKCS1 encoding functionality on a block by block basis.
PKCS1FormatterEngine(PublicKeyEncryptorEngine) - Constructor for class net.rim.device.api.crypto.PKCS1FormatterEngine
Creates a PKCS1FormatterEngine object that takes a PublicKeyEncryptorEngine object that will be used for encrypting the ciphertext.
PKCS1MGF1PseudoRandomSource - class net.rim.device.api.crypto.PKCS1MGF1PseudoRandomSource.
The PKCS1MGF1PseudoRandomSource class implements the PKCS1 mask generation function (MGF1), using a digest to expand a finite length seed into an arbitrarily long stream of pseudo-random bytes.
PKCS1MGF1PseudoRandomSource(byte[]) - Constructor for class net.rim.device.api.crypto.PKCS1MGF1PseudoRandomSource
Creates a PKCS1MGF1PseudoRandomSource object using a seed.
PKCS1MGF1PseudoRandomSource(byte[], Digest) - Constructor for class net.rim.device.api.crypto.PKCS1MGF1PseudoRandomSource
Creates a PKCS1MGF1PseudoRandomSource object using a seed and a digest.
PKCS1MGF1PseudoRandomSource(byte[], int, int) - Constructor for class net.rim.device.api.crypto.PKCS1MGF1PseudoRandomSource
Creates a PKCS1MGF1PseudoRandomSource object using a seed.
PKCS1MGF1PseudoRandomSource(byte[], int, int, Digest) - Constructor for class net.rim.device.api.crypto.PKCS1MGF1PseudoRandomSource
Creates a PKCS1MGF1PseudoRandomSource object using a seed and a digest.
PKCS1MGF1PseudoRandomSource(SymmetricKey) - Constructor for class net.rim.device.api.crypto.PKCS1MGF1PseudoRandomSource
Creates a PKCS1MGF1PseudoRandomSource object using a SymmetricKey seed.
PKCS1MGF1PseudoRandomSource(SymmetricKey, Digest) - Constructor for class net.rim.device.api.crypto.PKCS1MGF1PseudoRandomSource
Creates a PKCS1MGF1PseudoRandomSource object using a SymmetricKey seed and a digest.
PKCS1SignatureSigner - class net.rim.device.api.crypto.PKCS1SignatureSigner.
The PKCS1SignatureSigner object can sign messages using the RSA PKCS#1 signature scheme.
PKCS1SignatureSigner(RSAPrivateKey) - Constructor for class net.rim.device.api.crypto.PKCS1SignatureSigner
Constructs an RSA PKCS1SignatureSigner (version 2.0) object which uses the SHA1 digest.
PKCS1SignatureSigner(RSAPrivateKey, boolean) - Constructor for class net.rim.device.api.crypto.PKCS1SignatureSigner
Constructs an RSA PKCS1SignatureSigner object (version 2.0) signing object which uses the given digest.
PKCS1SignatureSigner(RSAPrivateKey, Digest) - Constructor for class net.rim.device.api.crypto.PKCS1SignatureSigner
Constructs an RSA PKCS1SignatureSigner object (version 2.0) signing object which uses the given digest.
PKCS1SignatureSigner(RSAPrivateKey, Digest, boolean) - Constructor for class net.rim.device.api.crypto.PKCS1SignatureSigner
Constructs an RSA PKCS1SignatureSigner (version 1.5 or 2.0) object that uses the given digest.
PKCS1SignatureVerifier - class net.rim.device.api.crypto.PKCS1SignatureVerifier.
The PKCS1SignatureVerifier class can verify an RSA PKCS#1 signature.
PKCS1SignatureVerifier(RSAPublicKey, byte[], int) - Constructor for class net.rim.device.api.crypto.PKCS1SignatureVerifier
Constructs an RSA PKCS1SignatureVerifier object which uses the SHA-1 digest.
PKCS1SignatureVerifier(RSAPublicKey, Digest, byte[], int) - Constructor for class net.rim.device.api.crypto.PKCS1SignatureVerifier
Constructs an RSA PKCS1SignatureVerifier object which uses the given digest.
PKCS1UnformatterEngine - class net.rim.device.api.crypto.PKCS1UnformatterEngine.
Provides the PKCS1 decoding functionality on a block by block basis.
PKCS1UnformatterEngine(PrivateKeyDecryptorEngine) - Constructor for class net.rim.device.api.crypto.PKCS1UnformatterEngine
Creates a PKCS1UnformatterEngine object that takes a PrivateKeyDecryptorEngine that will be used for decrypting the ciphertext.
PKCS5FormatterEngine - class net.rim.device.api.crypto.PKCS5FormatterEngine.
Provides the PKCS5 encoding functionality on a block by block basis.
PKCS5FormatterEngine(BlockEncryptorEngine) - Constructor for class net.rim.device.api.crypto.PKCS5FormatterEngine
Creates a PKCS5FormatterEngine using a given BlockEncryptorEngine object for encrypting the plaintext.
PKCS5KDF1PseudoRandomSource - class net.rim.device.api.crypto.PKCS5KDF1PseudoRandomSource.
Provides PKCS #5 Key Derivation Function 1 pseudo random number generation.
PKCS5KDF1PseudoRandomSource(byte[], byte[], int) - Constructor for class net.rim.device.api.crypto.PKCS5KDF1PseudoRandomSource
Creates a PKCS5KDF1PseudoRandomSource object using the specified parameters and a SHA-1 digest.
PKCS5KDF1PseudoRandomSource(byte[], int, int, byte[], int) - Constructor for class net.rim.device.api.crypto.PKCS5KDF1PseudoRandomSource
Creates a PKCS5KDF1PseudoRandomSource object using the supplied parameters and a SHA-1 digest.
PKCS5KDF1PseudoRandomSource(byte[], int, int, byte[], int, Digest) - Constructor for class net.rim.device.api.crypto.PKCS5KDF1PseudoRandomSource
Creates a PKCS5KDF1PseudoRandomSource object using the supplied parameters and the specified digest.
PKCS5KDF2PseudoRandomSource - class net.rim.device.api.crypto.PKCS5KDF2PseudoRandomSource.
Provides PKCS #5 Key Derivation Function 2 pseudo random number generation.
PKCS5KDF2PseudoRandomSource(byte[], byte[], int) - Constructor for class net.rim.device.api.crypto.PKCS5KDF2PseudoRandomSource
Creates a PKCS5KDF2PseudoRandomSource object with the desired parameters using the default SHA-1 digest algorithm.
PKCS5KDF2PseudoRandomSource(byte[], int, int, byte[], int) - Constructor for class net.rim.device.api.crypto.PKCS5KDF2PseudoRandomSource
Creates a PKCS5KDF2PseudoRandomSource object with the desired parameters using the default SHA-1 digest algorithm.
PKCS5KDF2PseudoRandomSource(byte[], int, int, byte[], int, Digest) - Constructor for class net.rim.device.api.crypto.PKCS5KDF2PseudoRandomSource
Creates a PKCS5KDF2PseudoRandomSource object with the desired parameters.
PKCS5KDF2PseudoRandomSource(HMACKey, byte[], int, Digest) - Constructor for class net.rim.device.api.crypto.PKCS5KDF2PseudoRandomSource
Creates a PKCS5KDF2PseudoRandomSource object with the desired parameters.
PKCS5UnformatterEngine - class net.rim.device.api.crypto.PKCS5UnformatterEngine.
Provides the PKCS#5 padding scheme.
PKCS5UnformatterEngine(BlockDecryptorEngine) - Constructor for class net.rim.device.api.crypto.PKCS5UnformatterEngine
Creates a PKCS5UnformatterEngine object using a given SymmetricKeyDecryptorEngine for decrypting the plaintext.
pkcs9_at_challengePassword - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_challengePassword = 1.2.840.113549.1.9.7 Represents a challengePassword.
pkcs9_at_contentType - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_contentType = 1.2.840.113549.1.9.3 Represents a contentType.
pkcs9_at_counterSignature - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_counterSignature = 1.2.840.113549.1.9.6 Represents a counterSignature.
pkcs9_at_countryOfCitizenship - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_countryOfCitizenship = 1.3.6.1.5.5.7.9.4 Represents a countryOfCitizenship.
pkcs9_at_countryOfResidence - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_countryOfResidence = 1.3.6.1.5.5.7.9.5 Represents a countryOfResidence.
pkcs9_at_dateOfBirth - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_dateOfBirth = 1.3.6.1.5.5.7.9.1 Represents a dateOfBirth.
pkcs9_at_emailAddress - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_emailAddress = 1.2.840.113549.1.9.1 Represents an emailAddress.
pkcs9_at_encryptedPrivateKeyInfo - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_encryptedPrivateKeyInfo = 1.2.840.113549.1.9.25.2 Represents an encryptedPrivateKeyInfo object.
pkcs9_at_extendedCertificateAttributes - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_extendedCertificateAttributes = 1.2.840.113549.1.9.9 Represents an extendedCertificateAttributes.
pkcs9_at_extensionRequest - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_extensionRequest = 1.2.840.113549.1.9.14 Represents an extensionRequest.
pkcs9_at_friendlyName - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_friendlyName = 1.2.840.113549.1.9.20 Represents a friendlyName.
pkcs9_at_gender - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_gender = 1.3.6.1.5.5.7.9.3 Represents a gender.
pkcs9_at_localKeyId - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_localKeyId = 1.2.840.113549.1.9.21 Represents a localKeyId.
pkcs9_at_messageDigest - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_messageDigest = 1.2.840.113549.1.9.4 Represents a messageDigest.
pkcs9_at_pkcs15Token - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_pkcs15Token = 1.2.840.113549.1.9.25.1 Represents a pkcs15Token.
pkcs9_at_pkcs7PDU - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_pkcs7PDU = 1.2.840.113549.1.9.25.5 Represents a pkcs7PDU.
pkcs9_at_placeOfBirth - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_placeOfBirth = 1.3.6.1.5.5.7.9.2 Represents a placeOfBirth.
pkcs9_at_randomNonce - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_randomNonce = 1.2.840.113549.1.9.25.3 Represents a randomNonce.
pkcs9_at_sequenceNumber - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_sequenceNumber = 1.2.840.113549.1.9.25.4 Represents a sequenceNumber.
pkcs9_at_signingDescription - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_signingDescription = 1.2.840.113549.1.9.13 Represents a signingDescription.
pkcs9_at_signingTime - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_signingTime = 1.2.840.113549.1.9.5 Represents a signingTime.
pkcs9_at_smimeCapabilities - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_smimeCapabilities = 1.2.840.113549.1.9.15 Represents a smimeCapabilities.
pkcs9_at_unstructuredAddress - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_unstructuredAddress = 1.2.840.113549.1.9.8 Represents an unstructuredAddress.
pkcs9_at_unstructuredName - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_unstructuredName = 1.2.840.113549.1.9.2 Represents an unstructuredName.
pkcs9_at_userPKCS12 - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_at_userPKCS12 = 2.16.113730.3.1.1.88 Represents a userPKCS12.
pkcs9_mr_caseIgnoreMatch - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_mr_caseIgnoreMatch = 1.2.840.113549.1.9.27.1 Represents a case ignore match.
pkcs9_mr_signingTimeMatch - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_mr_signingTimeMatch = 1.2.840.113549.1.9.27.2 Represents a signing time match.
pkcs9_oc_naturalPerson - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_oc_naturalPerson = 1.2.840.113549.1.9.24.2 Represents an naturalPerson.
pkcs9_oc_pkcsEntity - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_oc_pkcsEntity = 1.2.840.113549.1.9.24.1 Represents an pkcsEntity.
pkcs9_sx_pkcs9String - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_sx_pkcs9String = 1.2.840.113549.1.9.26.1 Represents a pcks9 string.
pkcs9_sx_signingTime - Static variable in class net.rim.device.api.crypto.oid.OIDs
pkcs9_sx_signingTime = 1.2.840.113549.1.9.26.2 Represents a signing time.
PLAIN - Static variable in class net.rim.device.api.ui.Font
Plain font style
playSound(Display) - Method in class javax.microedition.lcdui.AlertType
Alert the user by playing the sound for this AlertType.
PM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from noon to just before midnight.
PNGEncodedImage - class net.rim.device.api.system.PNGEncodedImage.
Represents an image encoded in the PNG format.
pointerDragged(int, int) - Method in class javax.microedition.lcdui.Canvas
Called when the pointer is dragged.
pointerPressed(int, int) - Method in class javax.microedition.lcdui.Canvas
Called when the pointer is pressed.
pointerReleased(int, int) - Method in class javax.microedition.lcdui.Canvas
Called when the pointer is released.
POKER_TEST_PASSED - Static variable in class net.rim.device.api.crypto.PRNGTest
A mask representing the poker test.
poll() - Static method in class net.rim.device.api.lowmemory.LowMemoryManager
Calls the LowMemoryManager and tells it to poll device memory levels.
pop() - Method in class java.util.Stack
Removes the object at the top of this stack and returns that object as the value of this function.
pop() - Method in class net.rim.device.api.util.IntStack
Retrieves the int at the top of the stack and removes it.
popContext() - Method in class net.rim.device.api.ui.Graphics
Pops a drawing context off the stack.
popScreen(Screen) - Method in interface net.rim.device.api.ui.UiEngine
Removes a screen from the display stack, and updates the screen.
popScreen(Screen) - Method in class net.rim.device.api.ui.UiApplication
Removes a screen from the display stack, and updates the screen.
populateMainScreen(MainScreen) - Method in interface net.rim.blackberry.api.options.OptionsProvider
Creates the main screen for the option item.
PopupScreen - class net.rim.device.api.ui.container.PopupScreen.
Screen providing features for building dialog and status screens.
PopupScreen(Manager) - Constructor for class net.rim.device.api.ui.container.PopupScreen
Constructs a new popup screen with no particular style.
PopupScreen(Manager, long) - Constructor for class net.rim.device.api.ui.container.PopupScreen
Constructs new popup screen with provided style.
pos - Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
POST - Static variable in interface javax.microedition.io.HttpConnection
HTTP Post method
post() - Method in class net.rim.device.api.system.EventInjector.Event
Posts the event to the application currently accepting input (typically the foregroudn application).
postGlobalEvent(int, long, int, int, Object, Object) - Method in class net.rim.device.api.system.ApplicationManager
Posts a global event with additional data and attachments to the specified process.
postGlobalEvent(long) - Method in class net.rim.device.api.system.ApplicationManager
Posts a global event to all applications in the system.
postGlobalEvent(long, int, int) - Method in class net.rim.device.api.system.ApplicationManager
Posts a global event with additional data to all applications in the system.
postGlobalEvent(long, int, int, Object, Object) - Method in class net.rim.device.api.system.ApplicationManager
Posts a global event with additional data and attachments to all applications in the system.
powerOff() - Method in interface net.rim.device.api.system.SystemListener
Invoked when the user is putting the device into a power off state.
powerOff() - Static method in class net.rim.device.api.system.Peripheral
Turns off the peripheral power.
powerOn() - Static method in class net.rim.device.api.system.Peripheral
Turns on the peripheral power.
powerUp() - Method in interface net.rim.device.api.system.SystemListener
Invoked when the device has left the power off state.
PRECEDES - Static variable in interface javax.microedition.rms.RecordComparator
PRECEDES means that the left (first parameter) record precedes the right (second parameter) record in terms of search or sort order.
previousNode(int, boolean) - Method in class net.rim.device.api.ui.component.TreeField
Gets the previous node in a prefix depth first traversal of the tree.
previousRecord() - Method in interface javax.microedition.rms.RecordEnumeration
Returns a copy of the previous record in this enumeration, where previous is defined by the comparator and/or filter supplied in the constructor of this enumerator.
previousRecordId() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the recordId of the previous record in this enumeration, where previous is defined by the comparator and/or filter supplied in the constructor of this enumerator.
print(boolean) - Method in class java.io.PrintStream
Print a boolean value.
print(char) - Method in class java.io.PrintStream
Print a character.
print(char[]) - Method in class java.io.PrintStream
Print an array of characters.
print(int) - Method in class java.io.PrintStream
Print an integer.
print(long) - Method in class java.io.PrintStream
Print a long integer.
print(Object) - Method in class java.io.PrintStream
Print an object.
print(String) - Method in class java.io.PrintStream
Print a string.
PRINTABLE_STRING - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
The DER tag for the ASN.1 PRINTABLE_STRING primitive type.
println() - Method in class java.io.PrintStream
Terminate the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintStream
Print a boolean and then terminate the line.
println(char) - Method in class java.io.PrintStream
Print a character and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Print an array of characters and then terminate the line.
println(int) - Method in class java.io.PrintStream
Print an integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Print a long and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Print an Object and then terminate the line.
println(String) - Method in class java.io.PrintStream
Print a String and then terminate the line.
printStackTrace() - Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the standard error stream.
PrintStream - class java.io.PrintStream.
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
Create a new print stream.
prioritize(int, int) - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
This method ensures that the ciphersuite passed in as higher will be higher than the ciphersuite passed in as lower.
prioritize(int, int) - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
This method ensures that the ciphersuite passed in as higher will be higher than the ciphersuite passed in as lower.
prioritizeEncryptionAlgorithms(byte, byte) - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This method ensures that the ciphersuite passed in as higher will be higher than the ciphersuite passed in as lower.
prioritizeKeyExchangeAlgorithms(byte[], byte[]) - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This method ensures that the kex algorithm passed in as higher will be higher than the kex algorithm passed in as lower.
prioritizeMACAlgorithms(byte, byte) - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This method ensures that the mac algorithm passed in as higher will be higher than the mac algorithm passed in as lower.
PRIORITY - Static variable in interface net.rim.blackberry.api.mail.Message.Flag
Flag to indicate that this is a High Priority message.
PRIORITY - Static variable in interface net.rim.blackberry.api.pim.ToDo
Represents the priority level of the ToDo.
PRIVATE_CLASS_FLAG - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
A 2-bit flag used to indicate the tag is Private.
PrivateKey - interface net.rim.device.api.crypto.PrivateKey.
PrivateKey represents the idea of a private key, which is a key intended to be secret, and has an associated public key intended to be publically disclosed.
PrivateKeyDecoder - class net.rim.device.api.crypto.encoder.PrivateKeyDecoder.
Allows the developer to encode private keys using a variety of supported encoding algorithms.
PrivateKeyDecryptorEngine - interface net.rim.device.api.crypto.PrivateKeyDecryptorEngine.
Provided for type safety.
PrivateKeyEncoder - class net.rim.device.api.crypto.encoder.PrivateKeyEncoder.
Allows the developer to encode private keys using a variety of supported encoding algorithms.
PrivateKeysKeyStoreIndex - class net.rim.device.api.crypto.keystore.PrivateKeysKeyStoreIndex.
Implements an index to allow you to look up a key store data object by the issuer name of the certificate in the data blob.
PrivateKeysKeyStoreIndex() - Constructor for class net.rim.device.api.crypto.keystore.PrivateKeysKeyStoreIndex
Creates an issuer key store data comparator.
PRNGDecryptor - class net.rim.device.api.crypto.PRNGDecryptor.
Provides the functionality required to use a pseudo-random source to provide a stream cipher.
PRNGDecryptor(PseudoRandomSource, InputStream) - Constructor for class net.rim.device.api.crypto.PRNGDecryptor
Creates a PRNGDecryptor object based on an input stream and a keystream that will create random numbers and decrypt the ciphertext with them.
PRNGEncryptor - class net.rim.device.api.crypto.PRNGEncryptor.
Provides the functionality required to use a pseudo-random source to provide a stream cipher.
PRNGEncryptor(PseudoRandomSource, OutputStream) - Constructor for class net.rim.device.api.crypto.PRNGEncryptor
Creates a PRNGEncryptor object given a specified output stream and a keystream will generate numbers to encrypt with.
PRNGTest - class net.rim.device.api.crypto.PRNGTest.
Performs tests to ensure that the pseudo random number generator (PRNG) is functioning correctly.
proceedWithDeferredEvent(long, long, Object, Object) - Method in interface net.rim.device.api.notification.NotificationsEngineListener
Signals that the listener is free to proceed with the event.
processField(int, int, DataBuffer) - Method in interface net.rim.device.api.util.TLEFieldController
Processes the data in a field.
PROGRAMMATIC - Static variable in interface net.rim.device.api.ui.FieldChangeListener
Indicates field change was done programmatically.
PROTOCOL_VERSION - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that the protocol version the client has attempted to negotiate is recognized, but not supported.
PseudoRandomSource - interface net.rim.device.api.crypto.PseudoRandomSource.
PseudoRandomSource is an interface that represents a pseudo-random number generator (PRNG).
PSSSignatureSigner - class net.rim.device.api.crypto.PSSSignatureSigner.
The PSSSignatureSigner class can sign messages using the RSA Signature Scheme with Appendix - Probabilistic Signature Scheme RSA (PSS) signature PSS signature scheme.
PSSSignatureSigner(RSAPrivateKey) - Constructor for class net.rim.device.api.crypto.PSSSignatureSigner
Constructs an RSA PSSSignatureSigner object which uses the SHA-1 digest.
PSSSignatureSigner(RSAPrivateKey, Digest) - Constructor for class net.rim.device.api.crypto.PSSSignatureSigner
Constructs an RSA PSSSignatureSigner object which uses the given digest.
PSSSignatureSigner(RSAPrivateKey, Digest, byte[]) - Constructor for class net.rim.device.api.crypto.PSSSignatureSigner
Constructs an RSA PSSSignatureSigner object which uses the given digest.
PSSSignatureVerifier - class net.rim.device.api.crypto.PSSSignatureVerifier.
The PSSSignatureVerifier class can verify an RSA Signature Scheme with Appendix - Probabilistic Signature Scheme RSA (PSS) signature.
PSSSignatureVerifier(RSAPublicKey, byte[], int) - Constructor for class net.rim.device.api.crypto.PSSSignatureVerifier
Constructs an RSA PSSSignatureVerifier object which uses the SHA-1 digest.
PSSSignatureVerifier(RSAPublicKey, Digest, byte[], int) - Constructor for class net.rim.device.api.crypto.PSSSignatureVerifier
Constructs an RSA PSSSignatureVerifier object which uses the given digest.
PUBLIC_KEY - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the public key of the contact.
PUBLIC_KEY_STRING - Static variable in interface net.rim.blackberry.api.pim.Contact
Contains a string representation of the contact's public key.
PublicKey - interface net.rim.device.api.crypto.PublicKey.
PublicKey is an interface which represents the idea of a public key.
PublicKeyDecoder - class net.rim.device.api.crypto.encoder.PublicKeyDecoder.
Allows the developer to decode public keys using a variety of supported encoding algorithms.
PublicKeyEncoder - class net.rim.device.api.crypto.encoder.PublicKeyEncoder.
Allows the developer to encode public keys using a variety of supported encoding algorithms.
PublicKeyEncoderFlags - interface net.rim.device.api.crypto.encoder.PublicKeyEncoderFlags.
Constants defined for Encoders.
PublicKeyEncryptorEngine - interface net.rim.device.api.crypto.PublicKeyEncryptorEngine.
Provided for type safety.
push(int) - Method in class net.rim.device.api.util.IntStack
Pushes an int onto the top of this stack.
push(Object) - Method in class java.util.Stack
Pushes an item onto the top of this stack.
pushContext(int, int, int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Pushes a clipping region (and optional drawing offset) onto the context stack.
pushContext(XYRect, int, int) - Method in class net.rim.device.api.ui.Graphics
Pushes a clipping region (and optional drawing offset) onto the context stack.
pushModalScreen(Screen) - Method in interface net.rim.device.api.ui.UiEngine
Pushes a modal screen onto the display and paints it.
pushModalScreen(Screen) - Method in class net.rim.device.api.ui.UiApplication
Pushes a modal screen onto the display and paints it.
pushRegion(int, int, int, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Pushes a drawing region (and optional scroll offset) onto the context stack.
pushRegion(XYRect) - Method in class net.rim.device.api.ui.Graphics
Pushes a drawing region onto the context stack, specified by a XYRect object.
pushRegion(XYRect, int, int) - Method in class net.rim.device.api.ui.Graphics
Pushes a drawing region (and optional scroll offset) onto the context stack.
pushScreen(Screen) - Method in interface net.rim.device.api.ui.UiEngine
Pushes a screen onto the display stack and paints it.
pushScreen(Screen) - Method in class net.rim.device.api.ui.UiApplication
Pushes a screen onto the display stack and paints it.
put(int, int) - Method in class net.rim.device.api.util.IntIntHashtable
Maps value to key in this hashtable.
put(int, Object) - Method in interface net.rim.device.api.collection.WritableIntMap
Assigns a key to an element, and places it in the collection.
put(int, Object) - Method in class net.rim.device.api.i18n.HashResourceBundle
Updates value for resource object.
put(int, Object) - Method in class net.rim.device.api.util.IntHashtable
Maps value to key in this hashtable.
put(Locale, ResourceBundle) - Method in class net.rim.device.api.i18n.ResourceBundleFamily
Adds a resource bundle to this bundle family.
put(long, int) - Method in class net.rim.device.api.util.LongIntHashtable
Maps value to key in this hashtable.
put(long, Object) - Method in interface net.rim.device.api.collection.WritableLongMap
Assigns a key to an element, and places it in the collection.
put(long, Object) - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Assigns a key to an element, and places it in the collection.
put(long, Object) - Method in class net.rim.device.api.system.RuntimeStore
Adds the given object to the store.
put(long, Object) - Method in class net.rim.device.api.util.LongHashtable
Maps value to key in this hashtable.
put(Object) - Method in class net.rim.device.api.system.Clipboard
Copies an object to the clipboard.
put(Object, int) - Method in class net.rim.device.api.util.ToIntHashtable
Maps value to key in this hashtable.
put(Object, Object) - Method in class java.util.Hashtable
Maps value to key in this hashtable.

Q

QUANTA_FONT - Static variable in class net.rim.device.api.ui.Manager
Indicates that the size of a quanta should be adjusted to the size of the current font on layout.
queryKeyUsage(long) - Method in interface net.rim.device.api.crypto.certificate.Certificate
Indicates whether the key contained in this certificate may be used for the specified purpose.
queryKeyUsage(long) - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
This method returns an integer that that specifies whether the usage for the key allows this key to be used for the given purpose.
queryKeyUsage(long) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
 
queryKeyUsage(long) - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
 
queryStatusAvailability(Certificate[], boolean) - Static method in class net.rim.device.api.crypto.certificate.status.CertificateStatusProvider
Returns true if any registered status provider plugins are compatible with the given certificate or certificate chain and can provide revocation status.
QUESTION - Static variable in class net.rim.device.api.system.Bitmap
Predefined bitmap used for query dialogs.
queueStatus(Screen, int, boolean) - Method in interface net.rim.device.api.ui.UiEngine
Adds a screen to the queue of displayed global status screens.
queueStatus(Screen, int, boolean) - Method in class net.rim.device.api.ui.UiApplication
Adds a screen to the queue of displayed global status screens.

R

RadioButtonField - class net.rim.device.api.ui.component.RadioButtonField.
Field to provide a radio-button control.
RadioButtonField() - Constructor for class net.rim.device.api.ui.component.RadioButtonField
Constructs a new RadioButtonField instance.
RadioButtonField(String) - Constructor for class net.rim.device.api.ui.component.RadioButtonField
Constructs a new RadioButtonField instance with label.
RadioButtonField(String, RadioButtonGroup, boolean) - Constructor for class net.rim.device.api.ui.component.RadioButtonField
Constructs a new RadioButtonField instance for a group, with label and initial state.
RadioButtonGroup - class net.rim.device.api.ui.component.RadioButtonGroup.
Groups a set of related radio button fields.
RadioButtonGroup() - Constructor for class net.rim.device.api.ui.component.RadioButtonGroup
Construcs a new RadioButtonGroup instance.
RadioInfo - class net.rim.device.api.system.RadioInfo.
Provides access to information about the status of the radio.
RadioListener - interface net.rim.device.api.system.RadioListener.
The listener interface for receiving radio events.
RadioStatusListener - interface net.rim.device.api.system.RadioStatusListener.
The listener interface for receiving radio status events.
radioTurnedOff() - Method in interface net.rim.device.api.system.RadioStatusListener
Invoked when the radio has been turned off.
Random - class java.util.Random.
An instance of this class is used to generate a stream of pseudorandom numbers.
Random() - Constructor for class java.util.Random
Creates a new random number generator.
Random(long) - Constructor for class java.util.Random
Creates a new random number generator using a single long seed.
RandomSource - class net.rim.device.api.crypto.RandomSource.
A random number generator that generates cryptographically random bytes.
RBB_SIGNER_ID - Static variable in class net.rim.device.api.system.CodeSigningKey
ID for the RIM BlackBerry signing authority.
rc2CBC - Static variable in class net.rim.device.api.crypto.oid.OIDs
rc2CBC = 1.2.840.113549.3.2 rc2 in CBC mode.
RC2DecryptorEngine - class net.rim.device.api.crypto.RC2DecryptorEngine.
The RC2DecryptorEngine class implements the decryption functionality of the RC2 block cipher.
RC2DecryptorEngine(RC2Key) - Constructor for class net.rim.device.api.crypto.RC2DecryptorEngine
Creates an RC2DecryptorEngine object based on an RC2Key that is initialized and used for decryption of the plaintext for all subsequent calls to the class.
RC2EncryptorEngine - class net.rim.device.api.crypto.RC2EncryptorEngine.
The RC2EncryptorEngine implements the encryption functionality of the RC2 block cipher.
RC2EncryptorEngine(RC2Key) - Constructor for class net.rim.device.api.crypto.RC2EncryptorEngine
Creates a RC2EncryptorEngine class based upon a RC2Key that is initialized and used for encryption of the plaintext for all subsequent calls to the class.
RC2Key - class net.rim.device.api.crypto.RC2Key.
Creates an RC2 key.
RC2Key() - Constructor for class net.rim.device.api.crypto.RC2Key
Create a new random 128 (actual/effective) bit key.
RC2Key(byte[]) - Constructor for class net.rim.device.api.crypto.RC2Key
Creates an RC2Key object using existing data.
RC2Key(byte[], int) - Constructor for class net.rim.device.api.crypto.RC2Key
Creates a key using existing data and the specified effective bit length.
RC2Key(byte[], int, int) - Constructor for class net.rim.device.api.crypto.RC2Key
Creates an RC2Key object using existing data.
RC2Key(byte[], int, int, int) - Constructor for class net.rim.device.api.crypto.RC2Key
Creates an RC2Key object using existing data and the specified effective bit length.
RC2Key(int) - Constructor for class net.rim.device.api.crypto.RC2Key
Creates a new random RC2Key object of the specified actual/effective bit length.
RC2Key(int, int) - Constructor for class net.rim.device.api.crypto.RC2Key
Creates a new random RC2Key object based on the specified actual and effective bit lengths.
rc4 - Static variable in class net.rim.device.api.crypto.oid.OIDs
rc4 = 1.2.840.113549.3.4 rc4 encryption/decryption.
RC5_CBC - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents RC5 encryption in CBC mode.
RC5_CBC_40 - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents 40 bit RC5 encryption in CBC mode.
RC5_CBC_56 - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents 56 bit RC5 encryption in CBC mode.
RC5_CBC_64 - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents 64 bit RC5 encryption in CBC mode.
RC5DecryptorEngine - class net.rim.device.api.crypto.RC5DecryptorEngine.
The RC5DecryptorEngine class implements the decryption functionality of the RC5 block cipher.
RC5DecryptorEngine(RC5Key) - Constructor for class net.rim.device.api.crypto.RC5DecryptorEngine
Creates an RC5DecryptorEngine object given an RC5 key.
RC5DecryptorEngine(RC5Key, int) - Constructor for class net.rim.device.api.crypto.RC5DecryptorEngine
Creates an RC5DecryptorEngine object given an RC5 key.
RC5DecryptorEngine(RC5Key, int, int) - Constructor for class net.rim.device.api.crypto.RC5DecryptorEngine
Creates an RC5DecryptorEngine object given an RC5 key, the block length, and the number of rounds.
RC5EncryptorEngine - class net.rim.device.api.crypto.RC5EncryptorEngine.
The RC5EncryptorEngine class implements the encryption functionality of the RC5 block cipher.
RC5EncryptorEngine(RC5Key) - Constructor for class net.rim.device.api.crypto.RC5EncryptorEngine
Creates an RC5EncryptorEngine object given an RC5 key.
RC5EncryptorEngine(RC5Key, int) - Constructor for class net.rim.device.api.crypto.RC5EncryptorEngine
Creates an RC5EncryptorEngine object given an RC5 key.
RC5EncryptorEngine(RC5Key, int, int) - Constructor for class net.rim.device.api.crypto.RC5EncryptorEngine
Creates a RC5EncryptorEngine object given an RC5 key, the block length, and the number of rounds.
RC5Key - class net.rim.device.api.crypto.RC5Key.
Creates an RC5 key.
RC5Key() - Constructor for class net.rim.device.api.crypto.RC5Key
Creates a new random 128 bit key.
RC5Key(byte[]) - Constructor for class net.rim.device.api.crypto.RC5Key
Creates an RC5Key object using existing data.
RC5Key(byte[], int) - Constructor for class net.rim.device.api.crypto.RC5Key
Creates an RC5Key object using existing data.
RC5Key(byte[], int, int) - Constructor for class net.rim.device.api.crypto.RC5Key
Creates an RC5Key object using existing data.
RC5Key(int) - Constructor for class net.rim.device.api.crypto.RC5Key
Creates a new random key of the specified length.
RCC_SIGNER_ID - Static variable in class net.rim.device.api.system.CodeSigningKey
ID for the RIM Crypto Certicom signing authority.
RCR_SIGNER_ID - Static variable in class net.rim.device.api.system.CodeSigningKey
ID for the RIM Crypto Runtime signing authority.
READ - Static variable in class javax.microedition.io.Connector
Access mode
READ_ONLY - Static variable in class net.rim.blackberry.api.pim.PIM
Indicates that the list is open in read-only mode.
READ_WRITE - Static variable in class javax.microedition.io.Connector
Access mode
READ_WRITE - Static variable in class net.rim.blackberry.api.pim.PIM
Indicates that the list is open in read-write mode.
read() - Method in class java.io.Reader
Read a single character.
read() - Method in class java.io.InputStreamReader
Read a single character.
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read() - Method in class java.io.DataInputStream
Reads the next byte of data from this input stream.
read() - Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read() - Method in class net.rim.device.api.compress.ZLibInputStream
Retrieves one byte from this input stream.
read() - Method in class net.rim.device.api.compress.GZIPInputStream
Retrieves one byte from this input stream.
read() - Method in class net.rim.device.api.io.SharedInputStream
Read next byte in the stream.
read() - Method in class net.rim.device.api.io.Base64InputStream
Reads one byte from this stream.
read() - Method in class net.rim.device.api.mime.MIMEInputStream
Reads one byte from this stream.
read() - Method in class net.rim.device.api.system.USBPort
Reads single data byte from the receive buffer.
read() - Method in class net.rim.device.api.system.SerialPort
Reads single data byte from the receive buffer.
read() - Method in class net.rim.device.api.system.IOPort
Reads single data byte from the receive buffer.
read() - Method in class net.rim.device.api.crypto.CryptoInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class java.io.InputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[]) - Method in class java.io.DataInputStream
See the general contract of the read method of DataInput.
read(byte[]) - Method in class net.rim.device.api.compress.ZLibInputStream
Reads some bytes from this stream.
read(byte[]) - Method in class net.rim.device.api.compress.GZIPInputStream
Reads some bytes from this stream.
read(byte[]) - Method in class net.rim.device.api.io.Base64InputStream
Reads some bytes from this stream.
read(byte[]) - Method in class net.rim.device.api.mime.MIMEInputStream
Reads some bytes from this stream.
read(byte[]) - Method in class net.rim.device.api.system.USBPort
Reads data bytes from the receive buffer.
read(byte[]) - Method in class net.rim.device.api.system.SerialPort
Reads data bytes from the receive buffer.
read(byte[]) - Method in class net.rim.device.api.system.IOPort
Reads data bytes from the receive buffer.
read(byte[]) - Method in class net.rim.device.api.util.DataBuffer
Attempts to read to fill provided output buffer.
read(byte[]) - Method in class net.rim.device.api.crypto.CryptoInputStream
Reads as many bytes of data from this input stream as are necessary to fill the given byte array.
read(byte[], int, int) - Method in class java.io.InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read(byte[], int, int) - Method in class net.rim.device.api.compress.ZLibInputStream
Read specified number of bytes from this stream.
read(byte[], int, int) - Method in class net.rim.device.api.compress.GZIPInputStream
Read specified number of bytes from this stream.
read(byte[], int, int) - Method in class net.rim.device.api.io.SharedInputStream
Reads a number of bytes from the stream.
read(byte[], int, int) - Method in class net.rim.device.api.io.Base64InputStream
Read specified number of bytes from this stream.
read(byte[], int, int) - Method in class net.rim.device.api.mime.MIMEInputStream
Read specified number of bytes from this stream.
read(byte[], int, int) - Method in class net.rim.device.api.system.USBPort
Reads some data bytes from the receive buffer.
read(byte[], int, int) - Method in class net.rim.device.api.system.SerialPort
Reads some data bytes from the receive buffer.
read(byte[], int, int) - Method in class net.rim.device.api.system.IOPort
Reads some data bytes from the receive buffer.
read(byte[], int, int) - Method in class net.rim.device.api.util.DataBuffer
Attempts to read to fill section of provided output buffer.
read(byte[], int, int) - Method in class net.rim.device.api.crypto.StreamDecryptor
 
read(byte[], int, int) - Method in class net.rim.device.api.crypto.SignatureVerifierInputStream
 
read(byte[], int, int) - Method in class net.rim.device.api.crypto.NullDecryptor
Reads from the underlying input stream without performing any additional processing.
read(byte[], int, int) - Method in class net.rim.device.api.crypto.MACInputStream
 
read(byte[], int, int) - Method in class net.rim.device.api.crypto.DigestInputStream
 
read(byte[], int, int) - Method in class net.rim.device.api.crypto.CryptoInputStream
Reads up to the specified number of bytes from this input stream into an array of bytes.
read(byte[], int, int) - Method in class net.rim.device.api.crypto.BlockDecryptor
 
read(char[]) - Method in class java.io.Reader
Read characters into an array.
read(char[], int, int) - Method in class java.io.Reader
Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.InputStreamReader
Read characters into a portion of an array.
ReadableIntList - interface net.rim.device.api.collection.ReadableIntList.
Provides array-like read access to a collection of integer elements.
ReadableIntMap - interface net.rim.device.api.collection.ReadableIntMap.
Provides read access to a collection using integer values as element keys.
ReadableList - interface net.rim.device.api.collection.ReadableList.
Provides array-like read access to a collection of object elements.
ReadableListCombiner - class net.rim.device.api.collection.util.ReadableListCombiner.
Combines any number of ReadableList implementations and present them as a single ReadableList.
ReadableListCombiner() - Constructor for class net.rim.device.api.collection.util.ReadableListCombiner
Constructs new ReadableListCombiner instance.
ReadableListUtil - class net.rim.device.api.collection.util.ReadableListUtil.
Utility methods for retrieving data from a readable list.
ReadableListUtil() - Constructor for class net.rim.device.api.collection.util.ReadableListUtil
Constructs a new ReadableListUtil instance.
ReadableLongList - interface net.rim.device.api.collection.ReadableLongList.
Provides array-like read access to a collection of long integer elements.
ReadableLongMap - interface net.rim.device.api.collection.ReadableLongMap.
Provides read access to a collection using long integer values as element keys.
ReadableSet - interface net.rim.device.api.collection.ReadableSet.
Provides read access to a set-type collection.
ReadableTree - interface net.rim.device.api.collection.ReadableTree.
Provides read access to a tree-type collection.
readBitString() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a bit string in from the ASN1 input stream.
readBitString() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a bit string in from the ASN1 input.
readBitString(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a bit string in from the ASN1 input stream with tagging.
readBitString(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a bit string in from the ASN1 input with tagging.
readBitString(int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a bit string in from the ASN1 input stream with tagging.
readBitString(int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a bit string in from the ASN1 input with tagging.
readBitString(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a bit string in from the ASN1 input stream with tagging.
readBitString(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a bit string in from the ASN1 input with tagging.
readBitString(int, int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a bit string in from the ASN1 input stream with tagging.
readBitString(int, int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a bit string in from the ASN1 input with tagging.
readBMPString() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a BMP string in from the ASN1 input stream.
readBMPString() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a BMP string in from the ASN1 input.
readBMPString(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a BMP string in from the ASN1 input stream with tagging.
readBMPString(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a BMP string in from the ASN1 input with tagging.
readBMPString(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a BMP string in from the ASN1 input stream with tagging.
readBMPString(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a BMP string in from the ASN1 input with tagging.
readBMPString(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a BMP string in from the ASN1 input stream with tagging.
readBMPString(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a BMP string in from the ASN1 input with tagging.
readBMPString(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a BMP string in from the ASN1 input stream with tagging.
readBMPString(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a BMP string in from the ASN1 input with tagging.
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
readBoolean() - Method in interface java.io.DataInput
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readBoolean() - Method in class net.rim.device.api.util.DataBuffer
Determine if next byte is non-zero.
readBoolean() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a boolean in from the ASN1 input stream.
readBoolean() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a boolean in from the ASN1 input.
readBoolean(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a boolean in from the ASN1 input stream with tagging.
readBoolean(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a boolean in from the ASN1 input with tagging.
readBoolean(int, int, boolean) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a boolean in from the ASN1 input stream with tagging.
readBoolean(int, int, boolean) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a boolean in from the ASN1 input with tagging.
readBoolean(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a boolean in from the ASN1 input stream with tagging.
readBoolean(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a boolean in from the ASN1 input with tagging.
readBoolean(int, int, int, boolean) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a boolean in from the ASN1 input stream with tagging.
readBoolean(int, int, int, boolean) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a boolean in from the ASN1 input with tagging.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
readByte() - Method in interface java.io.DataInput
Reads and returns one input byte.
readByte() - Method in class net.rim.device.api.util.DataBuffer
Retrives next byte from this buffer.
readByteArray() - Method in class net.rim.device.api.util.DataBuffer
Reads byte array from this buffer.
readByteArray(DataBuffer) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts a byte array from a DataBuffer.
readByteArray(DataBuffer, boolean) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts a byte array from a DataBuffer.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
readChar() - Method in interface java.io.DataInput
Reads an input char and returns the char value.
readChar() - Method in class net.rim.device.api.util.DataBuffer
Reads next byte as character.
readCompressedInt() - Method in class net.rim.device.api.util.DataBuffer
Reads compressed integer.
readCompressedLong() - Method in class net.rim.device.api.util.DataBuffer
Reads compressed long integer.
readDataField(DataBuffer, int) - Static method in class net.rim.device.api.util.TLEUtilities
Reads a field containing a sequence of bytes into a byte array.
readEnumerated() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an enumerated value in from the ASN1 input stream.
readEnumerated() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an enumerated integer in from the ASN1 input.
readEnumerated(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an enumerated value in from the ASN1 input stream with tagging.
readEnumerated(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an enumerated integer in from the ASN1 input with tagging.
readEnumerated(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an enumerated value in from the ASN1 input stream with tagging.
readEnumerated(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an enumerated integer in from the ASN1 input with tagging.
readEnumerated(int, int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an enumerated value in from the ASN1 input stream with tagging.
readEnumerated(int, int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an enumerated integer in from the ASN1 input with tagging.
Reader - class java.io.Reader.
Abstract class for reading character streams.
Reader() - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object) - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the given object.
readFieldAsByteArray() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns the current field as a byte array.
readFieldAsByteArray() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns the current field as a byte array.
readFully(byte[]) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[]) - Method in interface java.io.DataInput
Reads some bytes from an input stream and stores them into the buffer array b.
readFully(byte[]) - Method in class net.rim.device.api.util.DataBuffer
Reads to fill provided output buffer.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Reads len bytes from an input stream.
readFully(byte[], int, int) - Method in class net.rim.device.api.util.DataBuffer
Reads to fill section of provided output buffer.
readGeneralizedTime() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readGeneralizedTime() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readGeneralizedTime(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readGeneralizedTime(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readGeneralizedTime(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readGeneralizedTime(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readGeneralizedTime(int, int, int, long) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readGeneralizedTime(int, int, int, long) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readGeneralizedTime(int, int, long) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readGeneralizedTime(int, int, long) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readIA5String() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an IA5 string in from the ASN1 input stream.
readIA5String() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an IA5 string in from the ASN1 input.
readIA5String(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a IA5 string in from the ASN1 input stream with tagging.
readIA5String(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an IA5 string in from the ASN1 input with tagging.
readIA5String(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a IA5 string in from the ASN1 input stream with tagging.
readIA5String(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an IA5 string in from the ASN1 input with tagging.
readIA5String(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a IA5 string in from the ASN1 input stream with tagging.
readIA5String(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an IA5 string in from the ASN1 input with tagging.
readIA5String(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a IA5 string in from the ASN1 input stream with tagging.
readIA5String(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an IA5 string in from the ASN1 input with tagging.
readInputStream() - Method in class net.rim.device.api.io.SharedInputStream
Retrieves new shared input stream built on current stream.
readInputStream(int) - Method in class net.rim.device.api.io.SharedInputStream
Deprecated. Use instead readInputStream() and then use setLength( int length ) on the new stream.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
readInt() - Method in interface java.io.DataInput
Reads four input bytes and returns an int value.
readInt() - Method in class net.rim.device.api.util.DataBuffer
Reads next four bytes as an integer.
readInt(DataBuffer) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts an integer from a DataBuffer.
readInt(DataBuffer, boolean) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts an integer from a DataBuffer.
readIntArray(DataBuffer) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts an integer array from a DataBuffer.
readIntArrayArray(DataBuffer, boolean) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts an array of integer arrays from a DataBuffer.
readInteger() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an integer in from the ASN1 input stream.
readInteger() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an integer in from the ASN1 input.
readInteger(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an integer in from the ASN1 input stream with tagging.
readInteger(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an integer in from the ASN1 input with tagging.
readInteger(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an integer in from the ASN1 input stream with tagging.
readInteger(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an integer in from the ASN1 input with tagging.
readInteger(int, int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an integer in from the ASN1 input stream with tagging.
readInteger(int, int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an integer in from the ASN1 input with tagging.
readIntegerAsByteArray() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an integer (as a byte array) in from the ASN1 input stream.
readIntegerAsByteArray() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an integer (as a byte array) in from the ASN1 input.
readIntegerAsByteArray(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an integer (as a byte array) in from the ASN1 input stream with tagging.
readIntegerAsByteArray(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an integer (as a byte array) in from the ASN1 input with tagging.
readIntegerAsByteArray(int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an integer (as a byte array) in from the ASN1 input stream with tagging.
readIntegerAsByteArray(int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an integer (as a byte array) in from the ASN1 input with tagging.
readIntegerAsByteArray(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an integer (as a byte array) in from the ASN1 input stream with tagging.
readIntegerAsByteArray(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an integer (as a byte array) in from the ASN1 input with tagging.
readIntegerAsByteArray(int, int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an integer (as a byte array) in from the ASN1 input stream with tagging.
readIntegerAsByteArray(int, int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an integer (as a byte array) in from the ASN1 input with tagging.
readIntegerField(DataBuffer, int) - Static method in class net.rim.device.api.util.TLEUtilities
Reads an integer field from the data buffer.
readLine() - Method in class net.rim.device.api.io.LineReader
Read CRLF-delimited line from the stream.
readLong() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
readLong() - Method in interface java.io.DataInput
Reads eight input bytes and returns a long value.
readLong() - Method in class net.rim.device.api.util.DataBuffer
Reads next eight bytes as a long integer.
readLong(DataBuffer) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts a long integer from a DataBuffer.
readLong(DataBuffer, boolean) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts a long integer from a DataBuffer.
readNull() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a null in from the ASN1 input stream.
readNull() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a null in from the ASN1 input.
readNull(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a null in from the ASN1 input stream with tagging.
readNull(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a null in from the ASN1 input with tagging.
readNull(int, int, boolean) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a null in from the ASN1 input stream with tagging.
readNull(int, int, boolean) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a null in from the ASN1 input with tagging.
readNull(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a null in from the ASN1 input stream with tagging.
readNull(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a null in from the ASN1 input with tagging.
readNull(int, int, int, boolean) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a null in from the ASN1 input stream with tagging.
readNull(int, int, int, boolean) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a null in from the ASN1 input with tagging.
readOctetString() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream.
readOctetString() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an octet string in from the ASN1 input.
readOctetString(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream with tagging.
readOctetString(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an octet string in from the ASN1 input with tagging.
readOctetString(int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream with tagging.
readOctetString(int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an octet string in from the ASN1 input with tagging.
readOctetString(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream with tagging.
readOctetString(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an octet string in from the ASN1 input with tagging.
readOctetString(int, int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream with tagging.
readOctetString(int, int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads an octet string in from the ASN1 input with tagging.
readOctetStringAsByteArray() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream.
readOctetStringAsByteArray(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream with tagging.
readOctetStringAsByteArray(int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream with tagging.
readOctetStringAsByteArray(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream with tagging.
readOctetStringAsByteArray(int, int, int, byte[]) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads an octet string in from the ASN1 input stream with tagging.
readOID() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 Object Identifier (OID) from the input.
readOID() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 Object Identifier (OID) from the input with tagging.
readOID(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 Object Identifier (OID) from the input with tagging.
readOID(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 Object Identifier (OID) from the input with tagging.
readOID(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 Object Identifier (OID) from the input with tagging.
readOID(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 Object Identifier (OID) from the input with tagging.
readOID(int, int, int, OID) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 Object Identifier (OID) from the input with tagging.
readOID(int, int, int, OID) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 Object Identifier (OID) from the input with tagging.
readOID(int, int, OID) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 Object Identifier (OID) from the input with tagging.
readOID(int, int, OID) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 Object Identifier (OID) from the input with tagging.
READONLY - Static variable in class net.rim.device.api.ui.Field
Field style bit to indicate whether or not the user can change the contents.
readPrintableString() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a PRINTABLE string in from the ASN1 input stream.
readPrintableString() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a PRINTABLE string in from the ASN1 input.
readPrintableString(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a PRINTABLE string in from the ASN1 input stream with tagging.
readPrintableString(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a PRINTABLE string in from the ASN1 input with tagging.
readPrintableString(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a PRINTABLE string in from the ASN1 input stream with tagging.
readPrintableString(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a PRINTABLE string in from the ASN1 input with tagging.
readPrintableString(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a PRINTABLE string in from the ASN1 input stream with tagging.
readPrintableString(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a PRINTABLE string in from the ASN1 input with tagging.
readPrintableString(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a PRINTABLE string in from the ASN1 input stream with tagging.
readPrintableString(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a PRINTABLE string in from the ASN1 input with tagging.
readSequence() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a sequence in from the ASN1 input stream.
readSequence() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a sequence in from the ASN1 input.
readSequence(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a sequence in from the ASN1 input stream with tagging.
readSequence(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a sequence in from the ASN1 input with tagging.
readSequence(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a sequence in from the ASN1 input stream with tagging.
readSequence(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a sequence in from the ASN1 input with tagging.
readSet() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a set in from the ASN1 input stream.
readSet() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a set in from the ASN1 input.
readSet(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a set in from the ASN1 input stream with tagging.
readSet(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a set in from the ASN1 input with tagging.
readSet(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a set in from the ASN1 input stream with tagging.
readSet(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a set in from the ASN1 input with tagging.
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
readShort() - Method in interface java.io.DataInput
Reads two input bytes and returns a short value.
readShort() - Method in class net.rim.device.api.util.DataBuffer
Reads next two bytes as a short integer.
readShortArray(DataBuffer) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts a short array from a DataBuffer.
readStreamWithTag(int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a stream from the ASN1 input stream with tagging.
readString(DataBuffer) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Calls readString( buffer, false ).
readString(DataBuffer, boolean) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts a string from a DataBuffer.
readStringField(DataBuffer, int) - Static method in class net.rim.device.api.util.TLEUtilities
Reads a field containing a sequence of bytes into a String.
readStringField(DataBuffer, int, boolean) - Static method in class net.rim.device.api.util.TLEUtilities
Reads a field containing a sequence of bytes into a String.
readT61String() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a T61 string in from the ASN1 input stream.
readT61String() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a T61 string in from the ASN1 input.
readT61String(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a T61 string in from the ASN1 input stream with tagging.
readT61String(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a T61 string in from the ASN1 input with tagging.
readT61String(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a T61 string in from the ASN1 input stream with tagging.
readT61String(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a T61 string in from the ASN1 input with tagging.
readT61String(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a T61 string in from the ASN1 input stream with tagging.
readT61String(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a T61 string in from the ASN1 input with tagging.
readT61String(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a T61 string in from the ASN1 input stream with tagging.
readT61String(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a T61 string in from the ASN1 input with tagging.
readUnsignedByte() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedByte() - Method in interface java.io.DataInput
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedByte() - Method in class net.rim.device.api.util.DataBuffer
Reads next single byte as an unsigned byte value.
readUnsignedShort() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUnsignedShort() - Method in interface java.io.DataInput
Reads two input bytes and returns an int value in the range 0 through 65535.
readUnsignedShort() - Method in class net.rim.device.api.util.DataBuffer
Reads next two bytes as an unsigned short value.
readUTCTime() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readUTCTime() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readUTCTime(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readUTCTime(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readUTCTime(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readUTCTime(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readUTCTime(int, int, int, long) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readUTCTime(int, int, int, long) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readUTCTime(int, int, long) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Returns an ASN.1 explicit time object from the input.
readUTCTime(int, int, long) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns an ASN.1 explicit time object from the input.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF() - Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF() - Method in class net.rim.device.api.util.DataBuffer
Reads UTF-8 string.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
readUTF8String() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a UTF8 string in from the ASN1 input stream.
readUTF8String() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a UTF8 string in from the ASN1 input.
readUTF8String(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a UTF8 string in from the ASN1 input stream with tagging.
readUTF8String(int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a UTF8 string in from the ASN1 input with tagging.
readUTF8String(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a UTF8 string in from the ASN1 input stream with tagging.
readUTF8String(int, int, int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a UTF8 string in from the ASN1 input with tagging.
readUTF8String(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a UTF8 string in from the ASN1 input stream with tagging.
readUTF8String(int, int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a UTF8 string in from the ASN1 input with tagging.
readUTF8String(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Reads a UTF8 string in from the ASN1 input stream with tagging.
readUTF8String(int, int, String) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Reads a UTF8 string in from the ASN1 input with tagging.
ready() - Method in class java.io.Reader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.InputStreamReader
Tell whether this stream is ready to be read.
RealtimeClockListener - interface net.rim.device.api.system.RealtimeClockListener.
The listener interface for receiving real-time clock events.
REASON_COMPLETED - Static variable in interface net.rim.device.api.system.AlertListener
The alert is completed normally.
REASON_KEY_PRESSED - Static variable in interface net.rim.device.api.system.AlertListener
The alert is cancelled by the user pressing a key.
REASON_STOP_CALLED - Static variable in interface net.rim.device.api.system.AlertListener
The alert is cancelled via a call to one of the Alert.stop methods.
rebuild() - Method in interface javax.microedition.rms.RecordEnumeration
Request that the enumeration be updated to reflect the current record set.
receive(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Receive a datagram
receive(Datagram) - Method in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
receiveError(int) - Method in interface net.rim.device.api.system.IOPortListener
Invoked when a communication error has occurred.
receiveStatusResponse(CertificateStatusRequest) - Method in interface net.rim.device.api.crypto.certificate.status.CertificateStatusListener
Called when a status response is received for an over-the-air status request.
RECORD_OVERFLOW - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that a WTLSCiphertext record was received which had a length more than 2^14+2048 bytes, or a record decrypted to a WTLSCompressed record with more than 2^14+1024 bytes.
recordAdded(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called when a record has been added to a record store.
recordChanged(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called after a record in a record store has been changed.
RecordComparator - interface javax.microedition.rms.RecordComparator.
An interface defining a comparator which compares two records (in an implementation-defined manner) to see if they match or what their relative sort order is.
recordDeleted(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called after a record has been deleted from a record store.
RecordEnumeration - interface javax.microedition.rms.RecordEnumeration.
A class representing a bidirectional record store Record enumerator.
RecordFilter - interface javax.microedition.rms.RecordFilter.
An interface defining a filter which examines a record to see if it matches (based on an application-defined criteria).
RecordListener - interface javax.microedition.rms.RecordListener.
A listener interface for receiving Record Changed/Added/Deleted events from a record store.
RecordStore - class javax.microedition.rms.RecordStore.
A class representing a record store.
RecordStoreException - exception javax.microedition.rms.RecordStoreException.
Thrown to indicate a general exception occurred in a record store operation.
RecordStoreException() - Constructor for class javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with no detail message.
RecordStoreException(String) - Constructor for class javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with the specified detail message.
RecordStoreFullException - exception javax.microedition.rms.RecordStoreFullException.
Thrown to indicate an operation could not be completed because the record store system storage is full.
RecordStoreFullException() - Constructor for class javax.microedition.rms.RecordStoreFullException
Constructs a new RecordStoreFullException with no detail message.
RecordStoreFullException(String) - Constructor for class javax.microedition.rms.RecordStoreFullException
Constructs a new RecordStoreFullException with the specified detail message.
RecordStoreNotFoundException - exception javax.microedition.rms.RecordStoreNotFoundException.
Thrown to indicate an operation could not be completed because the record store could not be found.
RecordStoreNotFoundException() - Constructor for class javax.microedition.rms.RecordStoreNotFoundException
Constructs a new RecordStoreNotFoundException with no detail message.
RecordStoreNotFoundException(String) - Constructor for class javax.microedition.rms.RecordStoreNotFoundException
Constructs a new RecordStoreNotFoundException with the specified detail message.
RecordStoreNotOpenException - exception javax.microedition.rms.RecordStoreNotOpenException.
Thrown to indicate that an operation was attempted on a closed record store.
RecordStoreNotOpenException() - Constructor for class javax.microedition.rms.RecordStoreNotOpenException
Constructs a new RecordStoreNotOpenException with no detail message.
RecordStoreNotOpenException(String) - Constructor for class javax.microedition.rms.RecordStoreNotOpenException
Constructs a new RecordStoreNotOpenException with the specified detail message.
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
register(int, long, boolean, boolean) - Static method in class net.rim.device.api.crypto.keystore.KeyStoreSyncFields
Allows a third party developer to add a syncConstant (for use with the desktop software) and a long for the associatedData.
register(KeyStore) - Method in class net.rim.device.api.crypto.keystore.KeyStoreManager
Registers a key store with the key store manager.
register(long, String) - Static method in class net.rim.device.api.system.EventLogger
Registers the calling application's name and guid.
register(long, String, int) - Static method in class net.rim.device.api.system.EventLogger
Registers the calling application's name and guid, with a particular viewer type.
register(String, long, CodeSigningKey, KeyStore) - Method in class net.rim.device.api.crypto.keystore.KeyStoreManager
Registers a key store.
registerChannel(String, int, int) - Static method in class net.rim.device.api.system.USBPort
Registers a channel.
registerConsequence(long, Consequence) - Static method in class net.rim.device.api.notification.NotificationsManager
Adds a new consequence to the list of known event consequences.
registerNotificationsEngineListener(long, NotificationsEngineListener) - Static method in class net.rim.device.api.notification.NotificationsManager
Adds a listener to the list of known engine listeners.
registerNotifyPattern(byte[]) - Static method in class net.rim.device.api.system.IOPort
Registers a pattern to look for on the port.
registerOptionsProvider(OptionsProvider) - Static method in class net.rim.blackberry.api.options.OptionsManager
Register an options provider.
registerSource(long, Object, int) - Static method in class net.rim.device.api.notification.NotificationsManager
Adds the application to the list of known event sources.
rehash() - Method in class java.util.Hashtable
Rehashes the contents of this hashtable.
rehash() - Method in class net.rim.device.api.util.ToIntHashtable
Rehashes the contents of this hashtable.
rehash() - Method in class net.rim.device.api.util.LongIntHashtable
Rehashes the contents of this hashtable.
rehash() - Method in class net.rim.device.api.util.LongHashtable
Rehashes the contents of this hashtable.
rehash() - Method in class net.rim.device.api.util.IntIntHashtable
Rehashes the contents of this hashtable.
rehash() - Method in class net.rim.device.api.util.IntHashtable
Rehashes the contents of this hashtable.
relayout() - Method in interface net.rim.device.api.ui.UiEngine
Updates the layout of all screens and repaints.
relayout() - Method in class net.rim.device.api.ui.UiApplication
Updates the layout of all screens and repaints.
reload(Object) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Reloads from the given collection.
reload(Object) - Method in class net.rim.device.api.collection.util.SortedReadableList
Reload from the given collection and resort.
reload(Object) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Reloads elements from another collection.
reload(Object) - Method in class net.rim.device.api.collection.util.BigSortedReadableList
Reloads from another collection.
remove(int) - Method in interface net.rim.device.api.collection.WritableIntMap
Removes element by key.
remove(int) - Method in class net.rim.device.api.util.SimpleSortingVector
Removes element by index.
remove(int) - Method in class net.rim.device.api.util.IntIntHashtable
Removes value by key.
remove(int) - Method in class net.rim.device.api.util.IntHashtable
Removes value by key.
remove(long) - Method in interface net.rim.device.api.collection.WritableLongMap
Removes element by key.
remove(long) - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Removes element by key.
remove(long) - Method in class net.rim.device.api.util.LongIntHashtable
Removes value by key.
remove(long) - Method in class net.rim.device.api.util.LongHashtable
Removes value by key.
remove(Object) - Method in class java.util.Hashtable
Removes value by key.
remove(Object) - Method in interface net.rim.device.api.collection.WritableSet
Removes an element from this set.
remove(Object) - Method in interface net.rim.device.api.collection.WritableList
Removes element.
remove(Object) - Method in class net.rim.device.api.collection.util.SparseList
Removes element.
remove(Object) - Method in class net.rim.device.api.util.ToIntHashtable
Removes value by key.
remove(Object[], Object) - Static method in class net.rim.device.api.util.Arrays
Remove an element from the array.
remove(RadioButtonField) - Method in class net.rim.device.api.ui.component.RadioButtonGroup
Removes radio button field from this group.
removeAlertListener(AlertListener) - Method in class net.rim.device.api.system.Application
Removes an alert listener from this application.
removeAll() - Method in interface net.rim.device.api.collection.WritableSet
Removes all elements from this set.
removeAll() - Method in interface net.rim.device.api.collection.WritableLongMap
Removes all elements.
removeAll() - Method in interface net.rim.device.api.collection.WritableList
Removes all elements from the collection.
removeAll() - Method in interface net.rim.device.api.collection.WritableIntMap
Removes all elements.
removeAll() - Method in class net.rim.device.api.collection.util.SparseList
Flush this collection.
removeAll() - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Removes all elements.
removeAll() - Method in class net.rim.device.api.collection.util.BigVector
Removes all this vector's elements.
removeAll() - Method in class net.rim.device.api.collection.util.BigLongVector
Removes all this vector's elements.
removeAll() - Method in class net.rim.device.api.collection.util.BigIntVector
Removes all this vector's elements.
removeAll() - Method in class net.rim.device.api.util.SimpleSortingVector
Flushes this vector.
removeAll() - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
This method removes all of the cipher suites from the current saved list.
removeAll() - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
This method removes all of the cipher suites from the current saved list.
removeAllElements() - Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeAllElements() - Method in class net.rim.device.api.util.IntVector
Removes all components from this vector and sets its size to zero.
removeAllElements() - Method in class net.rim.device.api.util.ByteVector
Removes all components from this vector and sets its size to zero.
removeAllElements() - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Removes all elements from the list of servers.
removeAllEncryptionAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This class removes all the encryption algorithms stored in the storage.
removeAllKeyExchangeAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This class removes all the keyex algorithms stored in the storage.
removeAllMACAlgorithms() - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
This class removes all the mac algorithms stored in the storage.
removeAllMenuItems() - Method in class net.rim.device.api.ui.container.MainScreen
Removes all menu items from the screen's menu.
removeAllSyncObjects() - Method in class net.rim.device.api.synchronization.SyncItem
 
removeAllSyncObjects() - Method in interface net.rim.device.api.synchronization.SyncCollection
Called to remove all SyncObjects from the SyncCollection.
removeAt(int) - Method in interface net.rim.device.api.collection.WritableList
Removes element by index.
removeAt(int) - Method in class net.rim.device.api.collection.util.SparseList
Removes element by index.
removeAttachmentHandler(AttachmentHandler) - Method in class net.rim.blackberry.api.mail.AttachmentHandlerManager
Deregisters an attachment handler from the manager.
removeBodyPart(BodyPart) - Method in class net.rim.blackberry.api.mail.Multipart
Removes the specified BodyPart from the multipart message.
removeBodyPart(int) - Method in class net.rim.blackberry.api.mail.Multipart
Removes the Part at specified location (starting from 0).
removeChars(String, String) - Static method in class net.rim.device.api.util.StringUtilities
Removes specified characters from a string.
removeCipherSuite(int) - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
Removes the specified cipher suite from the priority list.
removeCipherSuite(int) - Static method in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
Removes the specified cipher suite from the priority list.
removeCollectionListener(Object) - Method in interface net.rim.device.api.collection.CollectionEventSource
Removes a listener object from the list of those receiving events.
removeCollectionListener(Object) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Removes a listener object from the list of those receiving events.
removeCollectionListener(Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Removes a listener object from the list of those receiving events.
removeCollectionListener(Object) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Removes a listener object from the list of those receiving events.
removeCollectionListener(Object) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Removes a listener object from the list of those receiving events.
removeCollectionListener(Object) - Method in class net.rim.device.api.collection.util.CollectionListenerManager
Unregisters a collection listener.
removeCollectionListener(Object) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Removes a listener from this collections list.
removeCollectionListener(Object) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
Removes a listener object from the list of those receiving events.
removeCollectionListener(Object) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
This method is called when the developer wants to remove the listener from this keystore.
removeCollectionListener(Object) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
This method is called when the developer wants to remove the listener from this keystore.
removeCollectionListener(Object) - Method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
Removes a listener object from the list of those receiving events.
removeCommand(Command) - Method in class javax.microedition.lcdui.Displayable
Removes a command from the Displayable.
removeContact(Contact) - Method in interface net.rim.blackberry.api.pim.ContactList
Removes a Contact from the list.
removeElement(byte) - Method in class net.rim.device.api.util.ByteVector
Removes the first occurrence of the argument from this vector.
removeElement(Comparator, Object) - Method in class net.rim.device.api.collection.util.BigVector
Removes element from vector.
removeElement(int) - Method in class net.rim.device.api.util.IntVector
Removes the first occurrence of the argument from this vector.
removeElement(Object) - Method in class java.util.Vector
Removes the first occurrence of the argument from this vector.
removeElementAt(int) - Method in class java.util.Vector
Deletes the component at the specified index.
removeElementAt(int) - Method in class net.rim.device.api.collection.util.BigVector
Deletes element by index.
removeElementAt(int) - Method in class net.rim.device.api.collection.util.BigLongVector
Deletes element by index.
removeElementAt(int) - Method in class net.rim.device.api.collection.util.BigIntVector
Deletes element by index.
removeElementAt(int) - Method in class net.rim.device.api.util.IntVector
Deletes the component at the specified index.
removeElementAt(int) - Method in class net.rim.device.api.util.ByteVector
Deletes the component at the specified index.
removeEncryptionAlgorithm(byte) - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Removes the specified encryption algorithm from the priority list.
removeEvent(Event) - Method in interface net.rim.blackberry.api.pim.EventList
Removes an Event from the list.
removeExceptDate(long) - Method in class net.rim.blackberry.api.pim.RepeatRule
Removes an excepted date from the RepeatRule.
removeFocus() - Method in class net.rim.device.api.ui.Screen
Removes focus from this screen.
removeFolderListener(FolderListener) - Method in class net.rim.blackberry.api.mail.Store
Removes a folder listener from the root level.
removeFolderListener(FolderListener) - Method in class net.rim.blackberry.api.mail.Folder
Removes a Folder event listener.
removeFromCategory(String) - Method in interface net.rim.blackberry.api.pim.PIMItem
Removes a category from this item.
removeGlobalEventListener(GlobalEventListener) - Method in class net.rim.device.api.system.Application
Removes a global event listener from this application.
removeHeader(String) - Method in interface net.rim.blackberry.api.mail.Part
Removes all header fields with this name.
removeHeader(String) - Method in class net.rim.blackberry.api.mail.Message
Removes all headers with this name.
removeHeader(String) - Method in class net.rim.blackberry.api.mail.BodyPart
Removes a header from the body part.
removeHolsterListener(HolsterListener) - Method in class net.rim.device.api.system.Application
Removes a holster event listener from this application.
removeIndex(long) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
removeIndex(long) - Method in class net.rim.device.api.crypto.keystore.PersistableRIMKeyStore
 
removeIndex(long) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Removes the index from the key store and ensures that the aliases used to index key store information regarding this Index class will be removed.
removeIndex(long) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Removes an index from all of the keystores in the combined keystore.
removeIOPortListener(IOPortListener) - Method in class net.rim.device.api.system.Application
Removes an I/O port event listener from this application.
removeKey(int) - Method in class net.rim.device.api.util.IntMultiMap
Removes values by key.
removeKey(KeyStoreData, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.TrustedKeyStore
Removes this key store data from the key store and ensures that any links to this object are removed from the key store.
removeKey(KeyStoreData, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
removeKey(KeyStoreData, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.PersistableRIMKeyStore
 
removeKey(KeyStoreData, KeyStoreTicket) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Removes this key store data from the key store and ensures that any links to this object are removed from the key store.
removeKey(KeyStoreData, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Remove the key from the preferred keystore.
removeKey(Object) - Method in class net.rim.device.api.util.MultiMap
Removes values by key.
removeKeyExchangeAlgorithm(byte[]) - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Removes the specified KeyX algorithm from the priority list.
removeKeyListener(KeyListener) - Method in class net.rim.device.api.system.Application
Removes a key event listener from this application.
removeKeyListener(KeyListener) - Method in class net.rim.device.api.ui.Screen
Removes a key event listener from this screen.
removeKeyStore(int) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Allows you to remove a keystore from the combined keystore.
removeListener(PIMListListener) - Method in interface net.rim.blackberry.api.pim.BlackBerryPIMList
Removes a PIMListListener from this PIMList.
removeListener(Vector, Object) - Static method in class net.rim.device.api.util.ListenerUtilities
Removes a listener from the list of listeners.
removeLowMemoryFailedListener(LowMemoryFailedListener) - Static method in class net.rim.device.api.lowmemory.LowMemoryManager
Removes a LowMemoryFailedListener
removeLowMemoryListener(LowMemoryListener) - Static method in class net.rim.device.api.lowmemory.LowMemoryManager
Removes a LowMemoryListener.
removeMACAlgorithm(byte) - Static method in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Removes the specified MAC algorithm from the priority list.
removeMenuItem(long, ApplicationMenuItem) - Method in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
 
removeMenuItem(MenuItem) - Method in class net.rim.device.api.ui.container.MainScreen
Removes a menu item from the screen's menu.
removeMessageListener(MessageListener) - Method in class net.rim.blackberry.api.mail.Message
Removes a MessageListener on this Message.
removePeripheralListener(PeripheralListener) - Method in class net.rim.device.api.system.Application
Removes a peripheral listener from this application.
removeRadioListener(RadioListener) - Method in class net.rim.device.api.system.Application
Removes a radio event listener from this application.
removeRealtimeClockListener(RealtimeClockListener) - Method in class net.rim.device.api.system.Application
Removes a real-time clock event listener from this application.
removeServer(CertificateServerInfo) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
This method removes an element from the appropriate list of servers, given the server to remove.
removeSource(Object) - Method in interface net.rim.device.api.collection.CollectionCombiner
Removes a collection source from this collection.
removeSource(Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Removes a collection source from this collection.
removeStoreListener(StoreListener) - Method in class net.rim.blackberry.api.mail.Store
Removes a store listener from this store.
removeSyncListener(SerialSyncListener) - Method in class net.rim.device.api.synchronization.SerialSyncManager
Removes a SerialSyncListener interested in events from the serial synchronization manager.
removeSyncObject(SyncObject) - Method in class net.rim.device.api.synchronization.SyncItem
 
removeSyncObject(SyncObject) - Method in interface net.rim.device.api.synchronization.SyncCollection
Removes a SyncObject from this SyncCollection.
removeSystemListener(SystemListener) - Method in class net.rim.device.api.system.Application
Removes a system event listener from this application.
removeToDo(ToDo) - Method in interface net.rim.blackberry.api.pim.ToDoList
Removes a ToDo from the list.
removeTrackwheelListener(TrackwheelListener) - Method in class net.rim.device.api.system.Application
Removes a trackwheel event listener from this application.
removeTrackwheelListener(TrackwheelListener) - Method in class net.rim.device.api.ui.Screen
Removes a trackwheel event listener from this screen.
removeValue(int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Removes a value from the specified field, given the index.
removeValue(int, Object) - Method in class net.rim.device.api.util.IntMultiMap
Removes value by key from map.
removeValue(Object) - Method in class net.rim.device.api.util.MultiMap
Removes value from map.
removeValue(Object) - Method in class net.rim.device.api.util.IntMultiMap
Removes value from map.
removeValue(Object) - Method in class net.rim.device.api.util.IntHashtable
Removes all matching values.
removeValue(Object, Object) - Method in class net.rim.device.api.util.MultiMap
Removes value by key from map.
renameCategory(String, String) - Method in interface net.rim.blackberry.api.pim.PIMList
Renames an existing category.
repaint() - Method in class javax.microedition.lcdui.Canvas
Requests a repaint for the entire Canvas.
repaint() - Method in interface net.rim.device.api.ui.UiEngine
Repaints entire display.
repaint() - Method in class net.rim.device.api.ui.UiApplication
Repaints entire display.
repaint(int, int, int, int) - Method in class javax.microedition.lcdui.Canvas
Requests a repaint for the specified region of the Screen.
RepeatRule - class net.rim.blackberry.api.pim.RepeatRule.
Contains the repeating rule functionality for event items.
RepeatRule() - Constructor for class net.rim.blackberry.api.pim.RepeatRule
Creates a new RepeatRule instance.
replace(char, char) - Method in class java.lang.String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
replace(long, Object) - Method in class net.rim.device.api.system.RuntimeStore
Adds the given object to the store.
REPLY_ALLOWED - Static variable in interface net.rim.blackberry.api.mail.Message.Flag
Flag to indicate that replies are allowed from this message.
REPLY_TO - Static variable in interface net.rim.blackberry.api.mail.Message.RecipientType
"Reply-to" address
REPLY_TO - Static variable in class net.rim.blackberry.api.mail.Header
Reply-to header tag
reply(boolean) - Method in class net.rim.blackberry.api.mail.Message
Retrieves a new Message suitable for a reply to this message.
REQUEST_CANCEL - Static variable in class net.rim.device.api.crypto.certificate.status.CertificateStatusProvider
Indicates that the user has canceled the request process.
REQUEST_COMPLETE - Static variable in class net.rim.device.api.crypto.certificate.status.CertificateStatusProvider
Indicates that the request process is complete and that the user has dismissed the dialog after receiving the response.
REQUEST_DISMISS - Static variable in class net.rim.device.api.crypto.certificate.status.CertificateStatusProvider
Indicates that the request process has started, but that the user has dismissed the dialog at some point before completion.
REQUEST_ERROR - Static variable in class net.rim.device.api.crypto.certificate.status.CertificateStatusProvider
Indicates that the request process has been terminated with some error condition.
REQUEST_READ_ACK - Static variable in interface net.rim.blackberry.api.mail.Message.Flag
Flag to indicate that the message sender requested an acknowledgment; a Read Acknowledgment message should be returned to the sender when the message is opened.
REQUEST_START - Static variable in class net.rim.device.api.crypto.certificate.status.CertificateStatusProvider
Indicates that the request process has begun successfully.
requestBackground() - Method in class net.rim.device.api.system.Application
Requests to have this application sent to the background.
requestCertificateStatus(CertificateStatusRequest, CertificateStatusListener, boolean, boolean) - Static method in class net.rim.device.api.crypto.certificate.status.CertificateStatusProvider
Requests over-the-air status for a certificate, providing a UI front end to the process.
requestForeground() - Method in class net.rim.device.api.system.Application
Requests to have this application brought to the foreground.
requestForeground(int) - Method in class net.rim.device.api.system.ApplicationManager
Sends a foreground request to application with specified process ID.
requestPowerOff(boolean) - Static method in class net.rim.device.api.system.Device
Requests that the Device power down.
requestStorageMode() - Static method in class net.rim.device.api.system.Device
Requests that the Device go into storage mode.
reset() - Method in class java.io.Reader
Reset the stream.
reset() - Method in class java.io.InputStreamReader
Reset the stream.
reset() - Method in class java.io.InputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.DataInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.ByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in interface javax.microedition.io.Datagram
Zero the read/write pointer as well as the offset and length parameters.
reset() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the enumeration index to the same state as right after the enumeration was created.
reset() - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Flushes this collection's contents.
reset() - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Flushes this collection's contents.
reset() - Method in class net.rim.device.api.util.DataBuffer
Flushes and resets buffer.
reset() - Method in class net.rim.device.api.util.BitSet
Clears all bits.
reset() - Method in class net.rim.device.api.crypto.X931SignatureSigner
 
reset() - Method in interface net.rim.device.api.crypto.SignatureSigner
Reinitializes the signer, preparing it to generate another signature.
reset() - Method in class net.rim.device.api.crypto.SHA512Digest
 
reset() - Method in class net.rim.device.api.crypto.SHA384Digest
 
reset() - Method in class net.rim.device.api.crypto.SHA256Digest
 
reset() - Method in class net.rim.device.api.crypto.SHA1Digest
 
reset() - Method in class net.rim.device.api.crypto.RIPEMD160Digest
 
reset() - Method in class net.rim.device.api.crypto.RIPEMD128Digest
 
reset() - Method in class net.rim.device.api.crypto.PSSSignatureSigner
 
reset() - Method in class net.rim.device.api.crypto.PKCS1SignatureSigner
 
reset() - Method in class net.rim.device.api.crypto.NullSignatureSigner
 
reset() - Method in class net.rim.device.api.crypto.NullMAC
 
reset() - Method in class net.rim.device.api.crypto.NullDigest
 
reset() - Method in class net.rim.device.api.crypto.MD5Digest
 
reset() - Method in class net.rim.device.api.crypto.MD4Digest
 
reset() - Method in class net.rim.device.api.crypto.MD2Digest
 
reset() - Method in interface net.rim.device.api.crypto.MAC
Reinitializes the MAC.
reset() - Method in class net.rim.device.api.crypto.HMAC
Resets the hashing of the HMAC.
reset() - Method in class net.rim.device.api.crypto.ECNRSignatureSigner
 
reset() - Method in class net.rim.device.api.crypto.ECDSASignatureSigner
 
reset() - Method in class net.rim.device.api.crypto.DSASignatureSigner
 
reset() - Method in interface net.rim.device.api.crypto.Digest
Reinitializes the digest.
reset() - Method in class net.rim.device.api.crypto.CBCMAC
 
reset(Collection) - Method in interface net.rim.device.api.collection.CollectionListener
Monitored collection has changed drastically.
reset(Collection) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Monitored collection has changed drastically; reload from this source.
reset(Collection) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Monitored collection has changed drastically.
reset(Collection) - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Monitored collection has changed drastically.
reset(Collection) - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Monitored collection has changed drastically.
reset(Collection) - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Monitored collection has changed drastically.
reset(Collection, Object) - Method in interface net.rim.device.api.collection.CollectionListenerWithHint
Monitored collection has changed drastically.
reset(Object) - Method in class net.rim.device.api.util.AbstractStringWrapper
Wraps new string with this wrapper.
reset(String, int, int, int) - Method in class net.rim.device.api.ui.component.GaugeField
Resets this field's values.
resetElements(Enumeration) - Method in class net.rim.device.api.util.LongHashtable
Resets an enumeration of the values in this hashtable as it would be after a call to LongHashtable.elements().
resetEnumeration(Object[]) - Method in class net.rim.device.api.util.ObjectEnumerator
Resets the enumeration back to the beginning of the list.
reSort() - Method in class net.rim.device.api.util.SimpleSortingVector
Sorts this vector.
ResourceBundle - class net.rim.device.api.i18n.ResourceBundle.
Defines base functionality for bundles of locale-specific resources.
ResourceBundle(Locale) - Constructor for class net.rim.device.api.i18n.ResourceBundle
Constructs a new ResourceBundle instance.
ResourceBundleFamily - class net.rim.device.api.i18n.ResourceBundleFamily.
A ResourceBundle that contains a collection of ResourceBundles.
resumeNotification(Object) - Method in interface net.rim.device.api.collection.NotificationSuspension
Resumes sending of collection events to this collection's listeners.
resumeNotification(Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Resumes sending of collection events to this collection's listeners.
resumeRequest() - Method in class javax.microedition.midlet.MIDlet
Provides a MIDlet with a mechanism to indicate that it is interested in entering the Active state.
reverse() - Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
REVISION - Static variable in interface net.rim.blackberry.api.pim.ToDo
Represents the date and time that this ToDo's information was last modified.
REVISION - Static variable in interface net.rim.blackberry.api.pim.Event
Represents the date and time that this event's information was last modified.
REVISION - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the last date and time that this contact's information was modified.
RevocationReason - class net.rim.device.api.crypto.keystore.RevocationReason.
This class describes the reason for a certificate revocation.
revoke(CertificateRevocationList) - Method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
Revokes the certificate specified by the CRL.
REVOKED - Static variable in class net.rim.device.api.crypto.certificate.CertificateStatus
Represents the status: Revoked.
rewind() - Method in class net.rim.device.api.util.DataBuffer
Sets read/write position to start of this buffer's data area.
RFC2631KDFPseudoRandomSource - class net.rim.device.api.crypto.RFC2631KDFPseudoRandomSource.
Implements the key derivation function (KDF) found in RFC 2631, which is based upon the KDF in X9.42.
RFC2631KDFPseudoRandomSource(byte[], int, int, OID, byte[], int) - Constructor for class net.rim.device.api.crypto.RFC2631KDFPseudoRandomSource
Creates an RFC2631KDFPseudoRandomSource object with the specified parameters.
RFC2631KDFPseudoRandomSource(byte[], OID, byte[], int) - Constructor for class net.rim.device.api.crypto.RFC2631KDFPseudoRandomSource
Creates an RFC2631KDFPseudoRandomSource object with the specified parameters.
RichTextField - class net.rim.device.api.ui.component.RichTextField.
Read-only field that supports richly formatted text.
RichTextField() - Constructor for class net.rim.device.api.ui.component.RichTextField
Constructs a plain, empty RichTextField object.
RichTextField(long) - Constructor for class net.rim.device.api.ui.component.RichTextField
Constructs a plain, empty RichTextField in the specified style.
RichTextField(String) - Constructor for class net.rim.device.api.ui.component.RichTextField
Constructs a plain RichTextField object.
RichTextField(String, int[], byte[], Font[], long) - Constructor for class net.rim.device.api.ui.component.RichTextField
Constructs a formatted RichTextField object in the specified style.
RichTextField(String, int[], byte[], Font[], Object[], long) - Constructor for class net.rim.device.api.ui.component.RichTextField
Constructs a formatted RichTextField object in the specified style, and with corresponding cookies.
RichTextField(String, long) - Constructor for class net.rim.device.api.ui.component.RichTextField
Constructs a plain RichTextField object in the specified style.
RIGHT - Static variable in class javax.microedition.lcdui.Graphics
Constant for positioning the anchor point of text and images to the right of the text or image.
RIGHT - Static variable in class javax.microedition.lcdui.Canvas
Constant for the RIGHT game action.
RIGHT - Static variable in interface net.rim.device.api.ui.DrawStyle
Drawing position for right-aligned text.
RIGHT_DOUBLE_QUOTATION_MARK - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
RIGHT_SINGLE_QUOTATION_MARK - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
RIGHTMOST - Static variable in class net.rim.device.api.ui.Manager
Indicates scrolling all the way to the right of the manager.
RIGHTWARD - Static variable in class net.rim.device.api.ui.Manager
Indicates scroll direction is to the right.
RIM_AES - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIM_AES = 1.3.6.1.4.1.3530.9.1.2 RIM internal oid for AES.
RIM_ARC4 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIM_ARC4 = 1.3.6.1.4.1.3530.9.1.1 RIM internal oid for ARC4.
RIM_cadb1cd0630fa4be_EXTENSION_add(int, int) - Method in class java.util.Calendar
RIM INTERNAL ONLY
RIM_cadb1cd0630fa4be_EXTENSION_getActualMaximum(int) - Method in class java.util.Calendar
RIM INTERNAL ONLY
RIM_cadb1cd0630fa4be_EXTENSION_roll(int, int) - Method in class java.util.Calendar
RIM INTERNAL ONLY
RIM_CAST128 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIM_CAST128 = 1.3.6.1.4.1.3530.9.1.3 RIM internal oid for CAST128.
RIM_DES - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIM_DES = 1.3.6.1.4.1.3530.9.1.4 RIM internal oid for DES.
RIM_HMAC - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIM_HMAC = 1.3.6.1.4.1.3530.9.1.5 RIM internal oid for HMAC.
RIM_RC2 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIM_RC2 = 1.3.6.1.4.1.3530.9.1.6 RIM internal oid for RC2.
RIM_RC5 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIM_RC5 = 1.3.6.1.4.1.3530.9.1.7 RIM internal oid for RC5.
RIM_Skipjack - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIM_SKIPJACK = 1.3.6.1.4.1.3530.9.1.8 RIM internal oid for Skipjack.
RIM_TripleDES - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIM_TRIPLEDES = 1.3.6.1.4.1.3530.9.1.9 RIM internal oid for TripleDES.
RIMKeyStore - class net.rim.device.api.crypto.keystore.RIMKeyStore.
This class contains the basic key store implementation.
RIMKeyStore(String) - Constructor for class net.rim.device.api.crypto.keystore.RIMKeyStore
This constructor allows the developer to create a key store with no underlying keystore.
RIMKeyStore(String, KeyStore) - Constructor for class net.rim.device.api.crypto.keystore.RIMKeyStore
This constructor allows one to create a key store with an underlying key store.
RIMKeyStore(String, String, long, CodeSigningKey, KeyStore) - Constructor for class net.rim.device.api.crypto.keystore.RIMKeyStore
A protected constructor used for the subclasses who extend this class directly.
RIPEMD128 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIPEMD128 = 1.3.36.3.2.2 Represents the RIPEMD128 hash algorithm.
RIPEMD128Digest - class net.rim.device.api.crypto.RIPEMD128Digest.
The RIPEMD128Digest class implements the RIPEMD-128 algorithm.
RIPEMD128Digest() - Constructor for class net.rim.device.api.crypto.RIPEMD128Digest
Constructs and initializes an RIPEMD128 object.
RIPEMD160 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RIPEMD160 = 1.3.36.3.2.1 Represents the RIPEMD160 hash algorithm.
RIPEMD160Digest - class net.rim.device.api.crypto.RIPEMD160Digest.
The RIPEMD160Digest class implements the RIPEMD-160 algorithm.
RIPEMD160Digest() - Constructor for class net.rim.device.api.crypto.RIPEMD160Digest
Constructs and initializes a RIPEMD160Digest object.
ROOT_SEPARATOR - Static variable in class net.rim.blackberry.api.mail.Folder
Character that separates the user's root folder from subfolders.
ROOT_SEPARATOR_STRING - Static variable in class net.rim.blackberry.api.mail.Folder
String that separates the user's root folder from subfolders
ROP_SRC_ALPHA - Static variable in class net.rim.device.api.ui.Graphics
Raster operation constant for normal bitmap copy with an alpha channel.
ROP_SRC_COPY - Static variable in class net.rim.device.api.ui.Graphics
Raster operation constant for normal bitmap copy.
ROP_SRCMONOEXPAND_ALPHA - Static variable in class net.rim.device.api.ui.Graphics
Raster operation constant for expanding a monochrome source bitmap with current foreground and background drawing colours, respecting the alpha channel.
ROP_SRCMONOEXPAND_COPY - Static variable in class net.rim.device.api.ui.Graphics
Raster operation constant for expanding a monochrome source bitmap with the current foreground and background drawing colours.
rop(int, int, int, int, int, Bitmap, int, int) - Method in class net.rim.device.api.ui.Graphics
Executes an area raster operation on the specified region.
ROP2_0 - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for zeroing out the destination.
ROP2_1 - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for filling dest with 1 values.
ROP2_D - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for nop.
ROP2_Dn - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for invert destination.
ROP2_DSa - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for masking ( source and dest )
ROP2_DSan - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for ( not ( source and dest ) )
ROP2_DSna - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for ( ( not source ) and dest )
ROP2_DSno - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for ( ( not source ) or dest )
ROP2_DSo - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for ( source or dest )
ROP2_DSon - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for ( not ( source or dest ) )
ROP2_DSx - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for selective invert ( source xor dest )
ROP2_DSxn - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for ( not ( source xor dest ) )
ROP2_S - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for normal source copy.
ROP2_SDna - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for ( ( not dest ) and source )
ROP2_SDno - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for ( source or ( not dest ) )
ROP2_Sn - Static variable in class net.rim.device.api.ui.Graphics
Binary raster op constant for ( not source )
ROW_HEIGHT_FONT - Static variable in class net.rim.device.api.ui.component.ListField
Used to set the row-height to the same as the font for this field.
RRT_SIGNER_ID - Static variable in class net.rim.device.api.system.CodeSigningKey
ID for the RIM Runtime signing authority.
RSA - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA = 1.2.840.113549.1.1.1 Represents the RSA algorithm.
RSA_MGF1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_MGF1 = 1.2.840.113549.1.1.8 Presents the RSA MGF1 function ( mask generation function ).
RSA_OAEP - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_OAEP = 1.2.840.15245.1.1.7 Represents RSA with OAEP.
RSA_PKCS1_MD2 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PKCS1_MD2 = 1.2.840.113549.1.1.2 Presents RSA with PKCS1 signature using MD2.
RSA_PKCS1_MD4 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PKCS1_MD4 = 1.2.840.113549.1.1.3 Presents RSA with PKCS1 signature using MD4.
RSA_PKCS1_MD5 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PKCS1_MD5 = 1.2.840.113549.1.1.4 Presents RSA with PKCS1 signature using MD5.
RSA_PKCS1_RIPEMD128 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PKCS1_RIPEMD128 = 1.3.36.3.3.1.3 Presents RSA with PKCS1 signature using RIPEMD128.
RSA_PKCS1_RIPEMD160 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PKCS1_RIPEMD160 = 1.3.36.3.3.1.2 Presents RSA with PKCS1 signature using RIPEMD160.
RSA_PKCS1_SHA1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PKCS1_SHA1 = 1.2.840.113549.1.1.5 Presents RSA with PKCS1 signature using SHA1.
RSA_PKCS1_SHA256 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PKCS1_SHA256 = 1.2.840.113549.1.1.11 Presents RSA with PKCS1 signature using SHA256.
RSA_PKCS1_SHA384 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PKCS1_SHA384 = 1.2.840.113549.1.1.12 Presents RSA with PKCS1 signature using SHA384.
RSA_PKCS1_SHA512 - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PKCS1_SHA512 = 1.2.840.113549.1.1.13 Presents RSA with PKCS1 signature using SHA512.
RSA_PSS - Static variable in class net.rim.device.api.crypto.oid.OIDs
RSA_PSS = 1.2.840.113549.1.1.10 Presents RSA with PSS signatures.
RSACryptoSystem - class net.rim.device.api.crypto.RSACryptoSystem.
RSACryptoSystem represents the system of asymmetric cryptography created by Rivest, Shamir and Adleman based on the Integer Factorization Problem.
RSACryptoSystem() - Constructor for class net.rim.device.api.crypto.RSACryptoSystem
Constructs an RSA system which uses keys of bit length 1024.
RSACryptoSystem(int) - Constructor for class net.rim.device.api.crypto.RSACryptoSystem
Constructs an RSACryptoSystem object which uses keys of a given bit length.
RSADecryptorEngine - class net.rim.device.api.crypto.RSADecryptorEngine.
Provides the RSA decryption functionality on a block by block basis.
RSADecryptorEngine(RSAPrivateKey) - Constructor for class net.rim.device.api.crypto.RSADecryptorEngine
Creates an RSADecryptorEngine object given a private key that will be used for decrypting the ciphertext.
RSAEncryptorEngine - class net.rim.device.api.crypto.RSAEncryptorEngine.
Provides the RSA encryption functionality on a block by block basis.
RSAEncryptorEngine(RSAPublicKey) - Constructor for class net.rim.device.api.crypto.RSAEncryptorEngine
Creates an RSAEncryptorEngine object given a public key that will be used for encrypting the plaintext.
RSAKey - interface net.rim.device.api.crypto.RSAKey.
Represents a key in an RSA system.
RSAKeyPair - class net.rim.device.api.crypto.RSAKeyPair.
The RSAKeyPair class holds an RSA public and private key.
RSAKeyPair(RSACryptoSystem) - Constructor for class net.rim.device.api.crypto.RSAKeyPair
Creates a new RSA key pair with the given crypto system, and using 2^16+1 ( 0x10001 ) for the value of e.
RSAKeyPair(RSACryptoSystem, byte[]) - Constructor for class net.rim.device.api.crypto.RSAKeyPair
Creates a new RSAKeyPair object.
RSAKeyPair(RSAPublicKey, RSAPrivateKey) - Constructor for class net.rim.device.api.crypto.RSAKeyPair
Creates a new RSAKeyPair object with the given public and private keys.
RSAPrivateKey - class net.rim.device.api.crypto.RSAPrivateKey.
Represents a private key in an RSA system.
RSAPrivateKey(RSACryptoSystem, byte[], byte[], byte[]) - Constructor for class net.rim.device.api.crypto.RSAPrivateKey
Constructs an RSAPrivateKey object.
RSAPrivateKey(RSACryptoSystem, byte[], byte[], byte[], byte[]) - Constructor for class net.rim.device.api.crypto.RSAPrivateKey
Constructs an RSAPrivateKey object.
RSAPrivateKey(RSACryptoSystem, byte[], byte[], byte[], byte[], byte[], byte[]) - Constructor for class net.rim.device.api.crypto.RSAPrivateKey
Constructs an RSAPrivateKey object.
RSAPrivateKey(RSACryptoSystem, byte[], byte[], byte[], byte[], byte[], byte[], byte[], byte[]) - Constructor for class net.rim.device.api.crypto.RSAPrivateKey
Constructs an RSAPrivateKey object.
RSAPublicKey - class net.rim.device.api.crypto.RSAPublicKey.
The RSAPublicKey class represents a public key in an RSA system.
RSAPublicKey(RSACryptoSystem, byte[], byte[]) - Constructor for class net.rim.device.api.crypto.RSAPublicKey
Constructs an RSAPublicKey object.
run() - Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
run() - Method in interface java.lang.Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class java.util.TimerTask
The action to be performed by this timer task.
run() - Method in class net.rim.device.api.ui.MenuItem
 
run(Message, SupportedAttachmentPart) - Method in interface net.rim.blackberry.api.mail.AttachmentHandler
Performs custom processing on an attachment.
run(Object) - Method in class net.rim.blackberry.api.menuitem.ApplicationMenuItem
Override this method and implement your specific menu handling.
runApplication(ApplicationDescriptor) - Method in class net.rim.device.api.system.ApplicationManager
Creates a new process to run an application and ask it to foreground itself.
runApplication(ApplicationDescriptor, boolean) - Method in class net.rim.device.api.system.ApplicationManager
Creates a new process to run an application.
Runnable - interface java.lang.Runnable.
The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
RUNS_TEST_PASSED - Static variable in class net.rim.device.api.crypto.PRNGTest
A mask representing the runs test.
Runtime - class java.lang.Runtime.
Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.
RuntimeException - exception java.lang.RuntimeException.
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
RuntimeException() - Constructor for class java.lang.RuntimeException
Constructs a RuntimeException with no detail message.
RuntimeException(String) - Constructor for class java.lang.RuntimeException
Constructs a RuntimeException with the specified detail message.
RuntimeStore - class net.rim.device.api.system.RuntimeStore.
Provides a central location for applications to share information.
RX_ERROR - Static variable in interface net.rim.blackberry.api.mail.Message.Status
Indicates that an error occurred when receiving a message.
RX_ERROR - Static variable in interface net.rim.blackberry.api.mail.Message.Icons
Message reception error icon.
RX_READ - Static variable in interface net.rim.blackberry.api.mail.Message.Icons
Message read icon.
RX_RECEIVED - Static variable in interface net.rim.blackberry.api.mail.Message.Status
Indicates that the message has been received successfully.
RX_RECEIVING - Static variable in interface net.rim.blackberry.api.mail.Message.Status
Indicates that the message is being received.
RX_UNREAD - Static variable in interface net.rim.blackberry.api.mail.Message.Icons
Message unread icon.

S

SAGITTARIUS - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
SATURDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Saturday.
SATURDAY - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the constant for the day: Saturday.
SAVE - Static variable in class net.rim.device.api.ui.component.Dialog
Save choice for use in dialogs.
save() - Method in class net.rim.device.api.ui.Screen
Invoked when the screen should save its contents.
save() - Method in interface net.rim.blackberry.api.options.OptionsProvider
Saves data for this option item.
SAVED - Static variable in interface net.rim.blackberry.api.mail.Message.Flag
Flag to indicate that the message was saved.
SAVED_THEN_ORPHANED - Static variable in interface net.rim.blackberry.api.mail.Message.Flag
Flag to indicate that the message was saved and deleted from its original location.
saveNewModule(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Saves a newly created module in the database.
schedule(TimerTask, Date) - Method in class java.util.Timer
Schedules the specified task for execution at the specified time.
schedule(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
schedule(TimerTask, long) - Method in class java.util.Timer
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
scheduleApplication(ApplicationDescriptor, long, boolean) - Method in class net.rim.device.api.system.ApplicationManager
Schedules an application to run at a specific time.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduledExecutionTime() - Method in class java.util.TimerTask
Returns the scheduled execution time of the most recent actual execution of this task.
SCORPIUS - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
Screen - class javax.microedition.lcdui.Screen.
The common superclass of all high-level user interface classes.
Screen - class net.rim.device.api.ui.Screen.
Base class for all screens.
SCREEN - Static variable in class javax.microedition.lcdui.Command
Specifies an application-defined command that pertains to the current screen.
Screen(Manager) - Constructor for class net.rim.device.api.ui.Screen
Constructs a screen with provided delegate manager.
Screen(Manager, long) - Constructor for class net.rim.device.api.ui.Screen
Constructs specific type of screen with provided delegate manager.
scroll(int) - Method in class net.rim.device.api.ui.Screen
Scrolls the focus in specified direction.
scrollChanged(Manager, int, int) - Method in interface net.rim.device.api.ui.ScrollChangeListener
Called by a manager when its horizontal and/or vertical scrolling value changes.
ScrollChangeListener - interface net.rim.device.api.ui.ScrollChangeListener.
Listener interface for handling scroll events in field managers.
search(int) - Method in class net.rim.device.api.util.IntStack
Returns the 1-based position where an object is on this stack.
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
SECOND - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the second week of the month.
SECOND_FIELD - Static variable in class net.rim.device.api.i18n.DateFormat
Useful constant for SECOND field alignment.
SECONDLAST - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the second last week of the month.
SECP160R1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SECP160R1 = 1.3.132.0.8 Represents the EC160R1 elliptic curve.
SECP192R1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SECP192R1 = 1.2.840.10045.3.1.1 Represents the EC192R1 elliptic curve.
SECP224R1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SECP224R1 = 1.3.132.0.33 Represents the EC224R1 elliptic curve.
SECP256R1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SECP256R1 = 1.2.840.10045.3.1.7 Represents the EC256R1 elliptic curve.
SECP384R1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SECP384R1 = 1.3.132.0.34 Represents the EC384R1 elliptic curve.
SECP521R1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SECP521R1 = 1.3.132.0.35 Represents the EC521R1 elliptic curve.
SECT163K1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SECT163K1 = 1.3.132.0.1 Represents the EC163K1 elliptic curve.
SECT163R1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SECT163R1 = 1.3.132.0.2 Represents the EC163R1 elliptic curve.
SECT163R2 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SECT163R2 = 1.3.132.0.15 Represents the EC163R2 elliptic curve.
SECT233K1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SECT233K1 = 1.3.132.0.26 Represents the EC233K1 elliptic curve.
SECT233R1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SECT233R1 = 1.3.132.0.27 Represents the EC233R1 elliptic curve.
SECT239K1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SECT239K1 = 1.3.132.0.3 Represents the EC239K1 elliptic curve.
SECT283K1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SECT283K1 = 1.3.132.0.16 Represents the EC283K1 elliptic curve.
SECT283R1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SECT283R1 = 1.3.132.0.17 Represents the EC283R1 elliptic curve.
SECT409K1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SECT409K1 = 1.3.132.0.36 Represents the EC409K1 elliptic curve.
SECT409R1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SECT409R1 = 1.3.132.0.37 Represents the EC409R1 elliptic curve.
SECT571K1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SECT571K1 = 1.3.132.0.38 Represents the EC571K1 elliptic curve.
SECT571R1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SECT571R1 = 1.3.132.0.39 Represents the EC571R1 elliptic curve.
SECURITY_LEVEL_HIGH - Static variable in interface net.rim.device.api.crypto.keystore.KeyStore
High security level.
SECURITY_LEVEL_LOW - Static variable in interface net.rim.device.api.crypto.keystore.KeyStore
Low security level.
SecurityException - exception java.lang.SecurityException.
Thrown by the security manager to indicate a security violation.
SecurityException() - Constructor for class java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String) - Constructor for class java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
SELECT_COMMAND - Static variable in class javax.microedition.lcdui.List
SELECT_COMMAND is a special command that commandAction can use to recognize the user did the select operation on a IMPLICIT List.
select() - Method in class net.rim.device.api.ui.component.Dialog
Activates the currently selected choice.
select(boolean) - Method in class net.rim.device.api.ui.Field
Sets or unsets selection mode.
select(int) - Method in class net.rim.device.api.ui.component.Dialog
Activates the choice with the provided value.
selectCertificate(RichTextField, String[], Certificate[], KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
This method displays a dialog prompting the user to select a certificate from the list of certificates provided.
selectCertificates(RichTextField, String[], Certificate[], int[], KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
This method displays a dialog prompting the user to select a group of certificates from the list of certificates provided.
selectCertificates(RichTextField, String[], Certificate[], KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
This method displays a dialog prompting the user to select a group of certificates from the list of certificates provided.
selectionCopy(Clipboard) - Method in class net.rim.device.api.ui.Field
Performs a copy operation on this field.
selectionCopy(Clipboard) - Method in class net.rim.device.api.ui.component.PasswordEditField
Does nothing.
selectionCopy(Clipboard) - Method in class net.rim.device.api.ui.component.LabelField
Copies this field's label text to the clipboard.
selectionCopy(Clipboard) - Method in class net.rim.device.api.ui.component.DateField
Copies this field's contents to the clipboard.
selectionCut(Clipboard) - Method in class net.rim.device.api.ui.Field
Performs a cut operation on this field.
selectionDelete() - Method in class net.rim.device.api.ui.Field
Performs a delete operation on this field.
selectionDelete() - Method in class net.rim.device.api.ui.component.BasicEditField
Deletes character to the right of the cursor, or deletes selection.
send(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Send a datagram
send(Datagram) - Method in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
send(Message) - Static method in class net.rim.blackberry.api.mail.Transport
Sends a message.
SENDER - Static variable in interface net.rim.blackberry.api.mail.Message.RecipientType
"Sender" address
SENDER - Static variable in class net.rim.blackberry.api.mail.Header
Sender header tag
SendFailedException - exception net.rim.blackberry.api.mail.SendFailedException.
Thrown when a message cannot be sent.
SendFailedException() - Constructor for class net.rim.blackberry.api.mail.SendFailedException
Constructs a SendFailedException with no detail message.
SendFailedException(String) - Constructor for class net.rim.blackberry.api.mail.SendFailedException
Constructs a SendFailedException with the specified message.
SendFailedException(String, Address[], Address[], Address[]) - Constructor for class net.rim.blackberry.api.mail.SendFailedException
Constructs a SendFailedException with the specified message and the specified address objects.
SENSITIVE - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Sensitive notification level.
SENT - Static variable in class net.rim.blackberry.api.mail.Folder
Folder type, used in Folder.getType() and Folder.list(int type).
SEPARATOR - Static variable in class net.rim.blackberry.api.mail.BodyPart
 
SEPARATOR_CHAR - Static variable in class net.rim.blackberry.api.mail.Folder
Character that separates folders in a hierarchy.
SeparatorField - class net.rim.device.api.ui.component.SeparatorField.
A field which draws a horizontal line across it's width.
SeparatorField() - Constructor for class net.rim.device.api.ui.component.SeparatorField
Creates a new SeparatorField object.
SEPTEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the ninth month of the year.
SEPTEMBER - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the constant for the month: September.
SEQUENCE - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
The DER tag for the ASN.1 SEQUENCE constructed type.
SERIAL_NUMBER - Static variable in class net.rim.device.api.crypto.keystore.AssociatedData
A long representing the serial number associated data.
Serializable - interface java.io.Serializable.
The Serializable interface is not present in the CLDC specification.
SerialNumberIssuerKeyStoreIndex - class net.rim.device.api.crypto.certificate.SerialNumberIssuerKeyStoreIndex.
Implements an index to allow you to look up a KeyStoreData object by the serial number and issuer of the certificate in the object.
SerialNumberIssuerKeyStoreIndex() - Constructor for class net.rim.device.api.crypto.certificate.SerialNumberIssuerKeyStoreIndex
Creates a SerialNumberIssuerKeyStoreIndex object.
SerialPort - class net.rim.device.api.system.SerialPort.
Provides low-level access to the device's serial port.
SerialPort(int, int, int, int, int, int) - Constructor for class net.rim.device.api.system.SerialPort
Constructs a new SerialPort object, opening the default port.
SerialPortListener - interface net.rim.device.api.system.SerialPortListener.
The listener interface for receiving serial port events.
SerialSyncListener - interface net.rim.device.api.synchronization.SerialSyncListener.
A listener for global serial synchronization events.
SerialSyncManager - class net.rim.device.api.synchronization.SerialSyncManager.
Handles all serial synchronization and backup/restore activity for the system.
serialSyncStarted() - Method in interface net.rim.device.api.synchronization.SerialSyncListener
Called when serial synchronization operations have begun.
serialSyncStopped() - Method in interface net.rim.device.api.synchronization.SerialSyncListener
Called when serial synchronization operations have completed.
SERVER_AUTHENTICATION - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used for TLS web server authentication.
Service - class net.rim.blackberry.api.mail.Service.
Represents an email service on the handheld.
ServiceConfiguration - class net.rim.blackberry.api.mail.ServiceConfiguration.
Encapsulates information used to describe a particular mail service.
ServiceConfiguration() - Constructor for class net.rim.blackberry.api.mail.ServiceConfiguration
Default constructor, with no parameters.
ServiceConfiguration(String, String) - Constructor for class net.rim.blackberry.api.mail.ServiceConfiguration
Creates a new ServiceConfiguration instance.
serviceRepaints() - Method in class javax.microedition.lcdui.Canvas
Forces any pending repaint requests to be serviced immediately.
Session - class net.rim.blackberry.api.mail.Session.
Provides provides access to email services, storage, and transport.
SESSION_CLOSE_NOTIFY - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Notifies the recipient that the sender will not send any more messages using this connection state or the secure session.
SESSION_NOT_READY - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
Indicates that the secure session is not ready to resume new secure connections due to administrative reasons such as that the session is temporarily not available due to maintenance in the server.
SET - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
The DER tag for the ASN.1 SET constructed type.
set(AssociatedData[], KeyStoreData) - Method in class net.rim.device.api.crypto.keystore.SyncableRIMKeyStore
Override this method in the RIMKeyStore implementation to tell the KeyStoreManager when a certificate has been added so it can update its dirty bit implementation of certificates not yet synchronized with the BES.
set(AssociatedData[], KeyStoreData) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
Adds a KeyStoreData class containing the information that will be associated with the array of aliases contained inside this class.
set(AssociatedData[], String, Certificate, CertificateStatus, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
set(AssociatedData[], String, Certificate, CertificateStatus, KeyStoreTicket) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Adds a KeyStoreData class containing the information that will be associated with the array of aliases contained inside this class.
set(AssociatedData[], String, Certificate, CertificateStatus, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Sets a new key into the preferred keystore.
set(AssociatedData[], String, PrivateKey, String, int, Certificate, CertificateStatus, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
set(AssociatedData[], String, PrivateKey, String, int, Certificate, CertificateStatus, KeyStoreTicket) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Adds a KeyStoreData class containing the information that will be associated with the array of aliases contained inside this class.
set(AssociatedData[], String, PrivateKey, String, int, Certificate, CertificateStatus, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Sets a new key into the preferred keystore.
set(AssociatedData[], String, PrivateKey, String, int, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
set(AssociatedData[], String, PrivateKey, String, int, KeyStoreTicket) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Adds a KeyStoreData class containing the information that will be associated with the array of aliases contained inside this class.
set(AssociatedData[], String, PrivateKey, String, int, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Sets a new key into the preferred keystore.
set(AssociatedData[], String, PrivateKey, String, int, PublicKey, long, Certificate, CertificateStatus, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.TrustedKeyStore
Adds a KeyStoreData class containing the information that will be associated with the array of aliases contained inside this class.
set(AssociatedData[], String, PrivateKey, String, int, PublicKey, long, Certificate, CertificateStatus, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
set(AssociatedData[], String, PrivateKey, String, int, PublicKey, long, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
set(AssociatedData[], String, PrivateKey, String, int, PublicKey, long, KeyStoreTicket) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Adds a KeyStoreData class containing the information that will be associated with the array of aliases contained inside this class.
set(AssociatedData[], String, PrivateKey, String, int, PublicKey, long, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Sets a new key into the preferred keystore.
set(AssociatedData[], String, PublicKey, long, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
set(AssociatedData[], String, PublicKey, long, KeyStoreTicket) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Adds a KeyStoreData class containing the information that will be associated with the array of aliases contained inside this class.
set(AssociatedData[], String, PublicKey, long, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Sets a new key into the preferred keystore.
set(AssociatedData[], String, SymmetricKey, String, int, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
set(AssociatedData[], String, SymmetricKey, String, int, KeyStoreTicket) - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Adds a KeyStoreData class containing the information that will be associated with the array of aliases contained inside this class.
set(AssociatedData[], String, SymmetricKey, String, int, KeyStoreTicket) - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Sets a new key into the preferred keystore.
set(int) - Method in class net.rim.device.api.util.BitSet
Sets bit by index.
set(int, int) - Method in class java.util.Calendar
Sets the time field with the given value.
set(int, int) - Method in class net.rim.device.api.ui.XYPoint
Provides new value for this point.
set(int, int, int, int) - Method in class net.rim.device.api.ui.XYRect
Set this rectangle to have a new extent.
set(int, Item) - Method in class javax.microedition.lcdui.Form
Sets the item referenced by itemNum to the specified item, replacing the previous item.
set(int, String, Image) - Method in class javax.microedition.lcdui.List
 
set(int, String, Image) - Method in class javax.microedition.lcdui.ChoiceGroup
 
set(int, String, Image) - Method in interface javax.microedition.lcdui.Choice
Sets the element referenced by elementNum to the specified element, replacing the previous contents of the element.
set(Object[]) - Method in class net.rim.device.api.ui.component.ObjectListField
Sets the list of objects to show.
set(XYPoint) - Method in class net.rim.device.api.ui.XYPoint
Sets this point equal to the given point.
set(XYRect) - Method in class net.rim.device.api.ui.XYRect
Set this rectangle to have the same extent as another rectangle.
setAcceptEvents(boolean) - Method in class net.rim.device.api.system.Application
Determines if this application accepts system events.
setAddress(Datagram) - Method in interface javax.microedition.io.Datagram
Set datagram address, copying the address from another datagram.
setAddress(String) - Method in interface javax.microedition.io.Datagram
Set datagram address.
setAltText(String) - Method in class javax.microedition.lcdui.ImageItem
Sets the alternate text of the ImageItem, or null if no alternate text is provided.
setAmount(int) - Method in class net.rim.device.api.system.EventInjector.TrackwheelEvent
 
setBackgroundColor(int) - Method in class net.rim.device.api.ui.Graphics
Sets the current background color.
setBeginIndex(int) - Method in class net.rim.device.api.i18n.FieldPosition
Sets new first character mark.
setBigEndian(boolean) - Method in class net.rim.device.api.util.DataBuffer
Sets numeric data form for this buffer.
setBinary(int, int, int, byte[], int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Sets an existing binary value in a field.
setBitmap(Bitmap) - Method in class net.rim.device.api.ui.component.BitmapField
Sets the bitmap for this field.
setBoolean(int, int, int, boolean) - Method in interface net.rim.blackberry.api.pim.PIMItem
Sets an existing boolean value in a field.
setBufferLength(int) - Method in class net.rim.device.api.io.LineReader
Deprecated. Only subclasses should access the buffer length, and they may directly access the protected _bufferLength field instead of using this method.
setBufferOffset(int) - Method in class net.rim.device.api.io.LineReader
Deprecated. Only subclasses should access the buffer offset, and they may directly access the protected _bufferOffset field instead of using this method.
setCalendarFields(Calendar, int[]) - Static method in class net.rim.device.api.util.DateTimeUtilities
Sets field values for a calendar object.
setCallback(ListFieldCallback) - Method in class net.rim.device.api.ui.component.ListField
Registers the drawing callback object for this field.
setChangeListener(FieldChangeListener) - Method in class net.rim.device.api.ui.Field
Specifies a listener for changes to this field.
setChangeListener(FieldChangeListener) - Method in class net.rim.device.api.ui.component.RadioButtonGroup
Registers a listener for radio button group selection changes.
setChar(char) - Method in class net.rim.device.api.system.EventInjector.KeyEvent
 
setCharAt(int, char) - Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
setChars(char[], int, int) - Method in class javax.microedition.lcdui.TextField
Sets the contents of the TextField from a character array, replacing the previous contents.
setChars(char[], int, int) - Method in class javax.microedition.lcdui.TextBox
Sets the contents of the TextBox from a character array, replacing the previous contents.
setChecked(boolean) - Method in class net.rim.device.api.ui.component.CheckboxField
Sets the state of this field.
setChoices(Object[]) - Method in class net.rim.device.api.ui.component.ObjectChoiceField
Provides a new list of choices for this field.
setClip(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Sets the current clip to the rectangle specified by the given coordinates.
setColor(int) - Method in class javax.microedition.lcdui.Graphics
Sets the current color to the specified RGB values.
setColor(int) - Method in class net.rim.device.api.ui.Graphics
Sets the current color.
setColor(int, int, int) - Method in class javax.microedition.lcdui.Graphics
Sets the current color to the specified RGB values.
setCommandListener(CommandListener) - Method in class javax.microedition.lcdui.Displayable
Sets a listener for Commands to this Displayable, replacing any previous CommandListener.
setCommandListener(CommandListener) - Method in class javax.microedition.lcdui.Alert
Listeners are not allowed on Alerts, so this method will always throw IllegalStateException whenever it is called.
setComparator(Comparator) - Method in interface net.rim.device.api.collection.SortableCollection
Sets this collection's comparator, and resorts this collection.
setComparator(Comparator) - Method in class net.rim.device.api.collection.util.SortedReadableList
Sets this collection's comparator, and resorts this collection.
setComparator(Comparator) - Method in class net.rim.device.api.collection.util.BigSortedReadableList
Sets this collection's comparator, and resorts this collection.
setConfiguration(int, int, int) - Static method in class net.rim.device.api.system.LED
Configures the LED.
setConnected(boolean) - Method in class net.rim.blackberry.api.mail.Service
Connects or disconnects a service.
setConstraints(int) - Method in class javax.microedition.lcdui.TextField
Sets the input constraints of the TextField.
setConstraints(int) - Method in class javax.microedition.lcdui.TextBox
Sets the input constraints of the TextBox.
setContent(Object) - Method in class net.rim.blackberry.api.mail.UnsupportedAttachmentPart
Not supported.
setContent(Object) - Method in class net.rim.blackberry.api.mail.TextBodyPart
 
setContent(Object) - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Sets the attachment content, this will replace any existing content.
setContent(Object) - Method in interface net.rim.blackberry.api.mail.Part
Sets the contents of this Part.
setContent(Object) - Method in class net.rim.blackberry.api.mail.Message
Sets the message contents (body).
setContent(Object) - Method in class net.rim.blackberry.api.mail.ContactAttachmentPart
 
setContentDescription(String) - Method in class net.rim.device.api.mime.MIMEOutputStream
Sets this part's content description.
setContentID(String) - Method in class net.rim.device.api.mime.MIMEOutputStream
Sets this part's content ID.
setContents(Object) - Method in class net.rim.device.api.system.PersistentObject
Sets the contents of this object.
setContents(Object, int) - Method in class net.rim.device.api.system.PersistentObject
Sets the contents of this object, wrapping the object in a controlled access object.
setContents(Object, int, boolean) - Method in class net.rim.device.api.system.PersistentObject
Sets the contents of this object, wrapping the object in a controlled access object.
setContentType(String) - Method in class net.rim.device.api.mime.MIMEOutputStream
Sets this part's content type.
setContentType(String) - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Sets the CONTENT_TYPE header value.
setContentType(String) - Method in class net.rim.blackberry.api.mail.BodyPart
Sets the CONTENT_TYPE header value.
setCookie(int, Object) - Method in class net.rim.device.api.ui.component.TreeField
Sets the user-supplied cookie object for the given node.
setCookie(Object) - Method in class net.rim.device.api.ui.Field
Sets a cookie object for later retrieval.
setCriteria(Object, FilterStatusListener) - Method in interface net.rim.device.api.collection.FilterCollection
Sets filtering object.
setCurrent(Alert, Displayable) - Method in class javax.microedition.lcdui.Display
Requests that this Alert be made current, and that nextDisplayable be made current after the Alert is dismissed.
setCurrent(Displayable) - Method in class javax.microedition.lcdui.Display
Requests that a different Displayable object be made visible on the display.
setCurrentNode(int) - Method in class net.rim.device.api.ui.component.TreeField
Sets the current node for this field.
setCurrentPosition(int) - Method in class net.rim.device.api.io.SharedInputStream
Sets current read position within this stream.
setCursorPosition(int) - Method in class net.rim.device.api.ui.component.RichTextField
Places cursor on specific character within this field, at user request.
setCursorPosition(int) - Method in class net.rim.device.api.ui.component.BasicEditField
Places cursor on specific character within this field, at user request.
setCursorPosition(int, int) - Method in class net.rim.device.api.ui.component.BasicEditField
Places cursor on specific character within this field.
setData(byte[], int, int) - Method in interface javax.microedition.io.Datagram
Set the buffer, offset and length
setData(byte[], int, int) - Method in class net.rim.device.api.util.DataBuffer
Sets the data store for this buffer.
setData(byte[], int, int, boolean) - Method in class net.rim.device.api.util.DataBuffer
Sets the data store for this buffer.
setDate(Date) - Method in class javax.microedition.lcdui.DateField
Sets a new value for this field.
setDate(Date) - Method in class net.rim.device.api.ui.component.DateField
Sets the date for this field from date object.
setDate(Date, int) - Method in class net.rim.device.api.ui.component.DateField
Sets the date for this field from date object.
setDate(int, int, int, long) - Method in interface net.rim.blackberry.api.pim.PIMItem
Sets an existing date value in a field.
setDate(int, long) - Method in class net.rim.blackberry.api.pim.RepeatRule
Sets a date for the specified field.
setDate(long) - Method in class net.rim.device.api.ui.component.DateField
Sets the date for this field from long integer value.
setDate(long, int) - Method in class net.rim.device.api.ui.component.DateField
Sets the date for this field from long integer value.
setDateTime(long) - Static method in class net.rim.device.api.system.Device
Sets the Device's current date (and time).
setDecodeMode(int) - Method in class net.rim.device.api.system.EncodedImage
Sets the decoding mode for the image.
setDefault(int) - Method in class net.rim.device.api.ui.component.Menu
Sets this menu's default item.
setDefault(int) - Method in class net.rim.device.api.ui.component.Dialog
Sets the default choice.
setDefault(Locale) - Static method in class net.rim.device.api.i18n.Locale
Sets default locale for the current application.
setDefault(MenuItem) - Method in class net.rim.device.api.ui.component.Menu
Sets this menu's default item.
setDefaultExpanded(boolean) - Method in class net.rim.device.api.ui.component.TreeField
Sets the default expansion state for future node allocations.
setDefaultFont(Font) - Static method in class net.rim.device.api.ui.Font
Sets the default font for this application.
setDialogClosedListener(DialogClosedListener) - Method in class net.rim.device.api.ui.component.Dialog
Registers a listener for dialog close events.
setDirty(boolean) - Method in class net.rim.device.api.ui.Screen
Cleans or dirties all controlled fields.
setDirty(boolean) - Method in class net.rim.device.api.ui.Manager
Cleans or dirties all controlled fields.
setDirty(boolean) - Method in class net.rim.device.api.ui.Field
Sets the dirty state of the field.
setDsr(boolean) - Method in class net.rim.device.api.system.SerialPort
Sets DSR modem control line.
setEditable(boolean) - Method in class net.rim.device.api.ui.Field
Set the editable state of this field.
setEditable(boolean) - Method in class net.rim.device.api.ui.component.DateField
Sets editable state of this field.
setElementAt(byte, int) - Method in class net.rim.device.api.util.ByteVector
Sets the component at the specified index of this vector to be the specified element.
setElementAt(int, int) - Method in class net.rim.device.api.collection.util.BigIntVector
Sets value of element by index.
setElementAt(int, int) - Method in class net.rim.device.api.util.IntVector
Sets the component at the specified index of this vector to be the specified element.
setElementAt(long, int) - Method in class net.rim.device.api.collection.util.BigLongVector
Sets value of element by index.
setElementAt(Object, int) - Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setElementAt(Object, int) - Method in class net.rim.device.api.collection.util.BigVector
Sets value of element by index.
setElements(Object[], int) - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Set the elements in the collection.
setEmptyString(ResourceBundleFamily, int, int) - Method in class net.rim.device.api.ui.component.ListField
Sets the displayed string when there are no choices.
setEmptyString(String, int) - Method in class net.rim.device.api.ui.component.TreeField
Sets the empty marker string for this field.
setEmptyString(String, int) - Method in class net.rim.device.api.ui.component.ListField
Sets the empty-marker string for this field.
setEndIndex(int) - Method in class net.rim.device.api.i18n.FieldPosition
Sets new last character mark.
setEndPosition(int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Set the end position inside of the buffer.
setError() - Method in class java.io.PrintStream
Set the error state of the stream to true.
setEscapeEnabled(boolean) - Method in class net.rim.device.api.ui.component.Dialog
Set escape enabled state for this dialog.
setEvent(int) - Method in class net.rim.device.api.system.EventInjector.Event
 
setExpanded(int, boolean) - Method in class net.rim.device.api.ui.component.TreeField
Sets the expansion state for the given node.
setExtent(int, int) - Method in class net.rim.device.api.ui.Field
Sets this field's extent.
setField(int) - Method in class net.rim.device.api.i18n.FieldPosition
Sets new underlying field.
setFieldLabel(int, String) - Method in interface net.rim.blackberry.api.pim.BlackBerryPIMList
Sets a label for a given field.
setFilename(String) - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Sets the filename for this attachment.
setFilter(TextFilter) - Method in class net.rim.device.api.ui.component.BasicEditField
Sets the text filter for this field.
setFlag(int, boolean) - Method in class net.rim.blackberry.api.mail.Message
Sets or clears the specified flag on this message.
setFlags(int) - Method in class net.rim.blackberry.api.mail.Message
Sets flags for the message.
setFocus() - Method in class net.rim.device.api.ui.Screen
Sets the focus to the delegate manager.
setFocus() - Method in class net.rim.device.api.ui.Field
Sets the focus to this field.
setFocus(Field, int, int, int, int) - Method in class net.rim.device.api.ui.Screen
Sets focus to exact position in current screen.
setFocus(int, int, int) - Method in class net.rim.device.api.ui.Manager
Sets focus to exact position in current screen.
setFocusListener(FocusChangeListener) - Method in class net.rim.device.api.ui.Field
Specifies a listener for focus changes to this field.
setFont(Font) - Method in class javax.microedition.lcdui.Graphics
Sets the font for all subsequent text rendering operations.
setFont(Font) - Method in class net.rim.device.api.ui.Graphics
Sets the current font for the current graphics context.
setFont(Font) - Method in class net.rim.device.api.ui.Field
Sets the font for this field and updates the display if necessary.
setFormat(DateFormat) - Method in class net.rim.device.api.ui.component.DateField
Sets the display format for this field.
setFormat(int, Format) - Method in class net.rim.device.api.i18n.MessageFormat
Assign a single sub-formatter to a particular component in this formatter's pattern string.
setFormats(Format[]) - Method in class net.rim.device.api.i18n.MessageFormat
Sets new list of sub-formatters.
setFrom(Address) - Method in class net.rim.blackberry.api.mail.Message
Sets the "From" attribute in this Message.
setGrayScale(int) - Method in class javax.microedition.lcdui.Graphics
Sets the current grayscale to be used for all subsequent rendering operations.
setHeader(String, String) - Method in interface net.rim.blackberry.api.mail.Part
Sets the value for this header field.
setHeader(String, String) - Method in class net.rim.blackberry.api.mail.Message
Sets the value for this header_name.
setHeader(String, String) - Method in class net.rim.blackberry.api.mail.BodyPart
Sets a header.
setHorizontalQuantization(int) - Method in class net.rim.device.api.ui.Screen
Sets the horizontal quantization.
setHorizontalQuantization(int) - Method in class net.rim.device.api.ui.Manager
Sets this manager's horizontal quantization.
setHorizontalScroll(int) - Method in class net.rim.device.api.ui.Manager
Sets this manager's horizontal scroll value.
setIcon(BitmapField) - Method in class net.rim.device.api.ui.container.DialogFieldManager
Adds or removes this manager's icon.
setImage(Image) - Method in class javax.microedition.lcdui.ImageItem
Sets the image object contained within the ImageItem.
setImage(Image) - Method in class javax.microedition.lcdui.Alert
Sets the Image used in the Alert.
setIndentWidth(int) - Method in class net.rim.device.api.ui.component.TreeField
Sets the indent width.
setInHolsterInputProcess() - Method in class net.rim.device.api.system.ApplicationManager
Sets the invoking process to receive input events when the device is in the holster.
setInputMode(int) - Method in class javax.microedition.lcdui.DateField
Set input mode for this date field.
setInt(int, int) - Method in class net.rim.blackberry.api.pim.RepeatRule
Sets an integer that specifies a RepeatRule field and value.
setInt(int, int, int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Sets an existing integer value in a field.
setItemHighlight(int, boolean) - Method in class net.rim.device.api.ui.component.Menu
Controls highlighting of a menu item.
setItemStateListener(ItemStateListener) - Method in class javax.microedition.lcdui.Form
Sets the ItemStateListener for the Form, replacing any previous ItemStateListener.
setIV(InitializationVector) - Method in class net.rim.device.api.crypto.CBCEncryptorEngine
Sets the initialization vector associated with this decryptor engine.
setIV(InitializationVector) - Method in class net.rim.device.api.crypto.CBCDecryptorEngine
Sets the initialization vector associated with this decryptor engine.
setLabel(String) - Method in class javax.microedition.lcdui.TextField
 
setLabel(String) - Method in class javax.microedition.lcdui.StringItem
 
setLabel(String) - Method in class javax.microedition.lcdui.Item
Sets the label of the Item.
setLabel(String) - Method in class javax.microedition.lcdui.ImageItem
 
setLabel(String) - Method in class javax.microedition.lcdui.Gauge
 
setLabel(String) - Method in class javax.microedition.lcdui.DateField
 
setLabel(String) - Method in class javax.microedition.lcdui.ChoiceGroup
 
setLabel(String) - Method in class net.rim.device.api.ui.component.RadioButtonField
Sets the label for this field.
setLabel(String) - Method in class net.rim.device.api.ui.component.GaugeField
Sets this field's label.
setLabel(String) - Method in class net.rim.device.api.ui.component.DateField
Sets the text label for this field.
setLabel(String) - Method in class net.rim.device.api.ui.component.ChoiceField
Sets label string for this field.
setLabel(String) - Method in class net.rim.device.api.ui.component.CheckboxField
Sets this field's label.
setLabel(String) - Method in class net.rim.device.api.ui.component.ButtonField
Sets label string for this field.
setLabel(String) - Method in class net.rim.device.api.ui.component.BasicEditField
Sets this field's label.
setLabel(String) - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Sets the new label into the KeyStoreData record.
setLayout(int) - Method in class javax.microedition.lcdui.ImageItem
Sets the layout directives.
setLength(int) - Method in class java.lang.StringBuffer
Sets the length of this String buffer.
setLength(int) - Method in interface javax.microedition.io.Datagram
Set the length
setLength(int) - Method in class net.rim.device.api.io.SharedInputStream
Sets length for this input stream.
setLength(int) - Method in class net.rim.device.api.util.DataBuffer
Sets the length of the data area for this buffer.
setLocale(Locale) - Method in class net.rim.device.api.i18n.MessageFormat
Sets the locale.
setLocation(int, int) - Method in class net.rim.device.api.ui.XYRect
Move this rectangle to new location in the plane.
setLocation(XYPoint) - Method in class net.rim.device.api.ui.XYRect
Move this rectangle to new location based on provided point.
setMaxSize(int) - Method in class javax.microedition.lcdui.TextField
Sets the maximum size (number of characters) that can be contained in this TextField.
setMaxSize(int) - Method in class javax.microedition.lcdui.TextBox
Sets the maximum size (number of characters) that can be contained in this TextBox.
setMaxSize(int) - Method in class net.rim.device.api.ui.component.BasicEditField
Sets maximum number of characters allowed for this field's value.
setMaxValue(int) - Method in class javax.microedition.lcdui.Gauge
Sets the maximum value of this Gauge object.
setMessage(RichTextField) - Method in class net.rim.device.api.ui.container.DialogFieldManager
Sets this manager's title.
setMinimumLevel(int) - Static method in class net.rim.device.api.system.EventLogger
Sets the new minimum level for logging.
setMuddy(boolean) - Method in class net.rim.device.api.ui.Field
Sets the muddy state for this field.
setNotifyReselected(boolean) - Method in class net.rim.device.api.ui.component.RadioButtonGroup
Sets state of reselection notification.
setParent(Part) - Method in class net.rim.blackberry.api.mail.Multipart
Sets the parent of this Multipart to be the specified Part.
setPassword() - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Sets the password by prompting the user for it and then asking for its confirmation.
setPosition(int) - Method in class net.rim.device.api.ui.component.LabelField
Sets horizontal drawing position for label text.
setPosition(int) - Method in class net.rim.device.api.util.DataBuffer
Sets current read/write position.
setPosition(int, int) - Method in class net.rim.device.api.ui.Field
Places this field within a manager's child region.
setPositionChild(Field, int, int) - Method in class net.rim.device.api.ui.Manager
Allows a Manager to set the position of one of its Fields.
setPositionDelegate(int, int) - Method in class net.rim.device.api.ui.Screen
Places this screen's delegate.
setPriority(int) - Method in class java.lang.Thread
Changes the priority of this thread.
setProperties(int, int, int, int) - Method in class net.rim.device.api.system.SerialPort
Changes this port's configuration.
setRecord(int, byte[], int, int) - Method in class javax.microedition.rms.RecordStore
Sets the data in the given record to that passed in.
setRepeat(RepeatRule) - Method in interface net.rim.blackberry.api.pim.Event
Sets the RepeatRule specifying how often and when this event occurs.
setReplyTo(Address[]) - Method in class net.rim.blackberry.api.mail.Message
Sets the addresses to which replies should be directed.
setRequestMethod(String) - Method in interface javax.microedition.io.HttpConnection
Set the method for the URL request, one of: GET POST HEAD are legal, subject to protocol restrictions.
setRequestProperty(String, String) - Method in interface javax.microedition.io.HttpConnection
Sets the general request property.
setRowHeight(int) - Method in class net.rim.device.api.ui.component.ListField
Sets the height of each row in the list field.
setScale(int) - Method in class net.rim.device.api.system.EncodedImage
Sets the scale to be used when decoding this image.
setScrollListener(ScrollChangeListener) - Method in class net.rim.device.api.ui.Manager
Registers a listener for scroll changes.
setSearchable(boolean) - Method in class net.rim.device.api.ui.component.ListField
Toggles prefix searching for this field.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSelected(boolean) - Method in class net.rim.device.api.ui.component.RadioButtonField
Sets the state of this field's radio button.
setSelectedFlags(boolean[]) - Method in class javax.microedition.lcdui.List
 
setSelectedFlags(boolean[]) - Method in class javax.microedition.lcdui.ChoiceGroup
Attempts to set the selected state of every element in the ChoiceGroup.
setSelectedFlags(boolean[]) - Method in interface javax.microedition.lcdui.Choice
Attempts to set the selected state of every element in the Choice.
setSelectedIndex(int) - Method in class net.rim.device.api.ui.component.RadioButtonGroup
Selects radio button field by index.
setSelectedIndex(int) - Method in class net.rim.device.api.ui.component.ListField
Selects row by index.
setSelectedIndex(int) - Method in class net.rim.device.api.ui.component.ChoiceField
Sets the currently chosen value.
setSelectedIndex(int, boolean) - Method in class javax.microedition.lcdui.List
 
setSelectedIndex(int, boolean) - Method in class javax.microedition.lcdui.ChoiceGroup
For ChoiceGroup objects of type MULTIPLE, this simply sets an individual element's selected state.
setSelectedIndex(int, boolean) - Method in interface javax.microedition.lcdui.Choice
For MULTIPLE, this simply sets an individual element's selected state.
setSelectedIndex(int, int) - Method in class net.rim.device.api.ui.component.ChoiceField
Sets the currently chosen value.
setSelectedIndex(Object) - Method in class net.rim.device.api.ui.component.ChoiceField
Selects first value that matches an object.
setSentDate(Date) - Method in class net.rim.blackberry.api.mail.Message
Sets the sent date of this message.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
setSize(int) - Method in class net.rim.device.api.ui.component.ListField
Sets number of items in this field.
setSize(int) - Method in class net.rim.device.api.ui.component.ChoiceField
Sets the number of choices in this field.
setSize(int) - Method in class net.rim.device.api.util.IntVector
Sets the size of this vector.
setSize(int) - Method in class net.rim.device.api.util.ByteVector
Sets the size of this vector.
setSize(int, int) - Method in class net.rim.device.api.ui.XYRect
Resize this rectangle.
setSize(int, int) - Method in class net.rim.device.api.ui.component.ListField
Sets number of items in this field, selecting provided row.
setSort(boolean) - Method in class net.rim.device.api.util.SimpleSortingVector
Specifies whether this vector should sort dynamically.
setSortComparator(Comparator) - Method in class net.rim.device.api.util.SimpleSortingVector
Sets a new comparator for use with this sorting vector.
setSpace(int, int) - Method in class net.rim.device.api.ui.component.BitmapField
Sets the border region for this field.
setStartPosition(int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Set the start position inside of the buffer.
setState(int) - Static method in class net.rim.device.api.system.LED
Sets the LED state.
setStateInfo(SyncObject, int, int) - Method in interface net.rim.device.api.synchronization.StateInfoListener
Sets the 32-bit State Info value associated with a SyncObject.
setStatus(byte[], String, CertificateStatus, CertificateStatusManagerTicket) - Method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
This method will ensure that the certificate has been added to the keystore and if so, it will update the status.
setStatus(Certificate, CertificateStatus, CertificateStatusManagerTicket) - Method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
This method will ensure that the certificate has been added to the keystore and if so, it will update the status.
setStatus(Certificate, int, CertificateStatusManagerTicket) - Method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
This method creates a new Certificate status object that contains the reason given as one of the parameters.
setStatus(CertificateStatus) - Method in interface net.rim.device.api.crypto.certificate.Certificate
Sets the current CertificateStatus for this certificate object.
setStatus(CertificateStatus) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Sets the current CertificateStatus for this certificate object.
setStatus(CertificateStatus) - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Sets the current CertificateStatus for this certificate object.
setStatus(Field) - Method in class net.rim.device.api.ui.container.MainScreen
Sets the contents of this screen's status section.
setStatus(int) - Method in class net.rim.device.api.system.EventInjector.Event
 
setStatus(int, int) - Method in class net.rim.blackberry.api.mail.Message
Sets the status for the message.
setStipple(int) - Method in class net.rim.device.api.ui.Graphics
Sets the current line stippling value.
setString(int, int, int, String) - Method in interface net.rim.blackberry.api.pim.PIMItem
Sets an existing string value in a field.
setString(String) - Method in class javax.microedition.lcdui.Ticker
Sets the string to be displayed by this ticker.
setString(String) - Method in class javax.microedition.lcdui.TextField
Sets the contents of the TextField as a string value, replacing the previous contents.
setString(String) - Method in class javax.microedition.lcdui.TextBox
Sets the contents of the TextBox as a string value, replacing the previous contents.
setString(String) - Method in class javax.microedition.lcdui.Alert
Sets the text string used in the Alert.
setStringArray(int, int, int, String[]) - Method in interface net.rim.blackberry.api.pim.PIMItem
Sets an existing string array value in a field.
setStrokeStyle(int) - Method in class javax.microedition.lcdui.Graphics
Sets the stroke style used for drawing lines, arcs, rectangles, and rounded rectangles.
setSubject(String) - Method in class net.rim.blackberry.api.mail.Message
Sets the subject of this message.
setSummaryParameter(DataBuffer) - Method in interface net.rim.device.api.synchronization.SummaryParameterListener
Called when a parameter has been included with a "summary" command for the SyncCollection implementing this SerialSyncListener.
setSyncData(DataBuffer, int) - Method in class net.rim.device.api.synchronization.SyncItem
Sets the data of this object from the data recived through synchronization.
setSyncObjectDirty(SyncObject) - Method in class net.rim.device.api.synchronization.SyncItem
 
setSyncObjectDirty(SyncObject) - Method in interface net.rim.device.api.synchronization.SyncCollection
Marks the specified SyncObject as dirty.
setTarget(Field) - Method in class net.rim.device.api.ui.ContextMenu
Sets the target field for the context menu.
setText(Object) - Method in class net.rim.device.api.ui.component.LabelField
Sets this field's label text.
setText(Object, int, int) - Method in class net.rim.device.api.ui.component.LabelField
Sets this field's label with substring of provided text.
setText(ResourceBundleFamily, int) - Method in class net.rim.device.api.ui.component.LabelField
Sets this field's label text.
setText(String) - Method in class javax.microedition.lcdui.StringItem
Sets the text contents of the StringItem.
setText(String) - Method in class net.rim.device.api.ui.MenuItem
Sets the text for the menu item.
setText(String) - Method in class net.rim.device.api.ui.component.RichTextField
Provides new text for this field to show.
setText(String) - Method in class net.rim.device.api.ui.component.BasicEditField
Sets the text value for this field.
setText(String, int) - Method in class net.rim.device.api.ui.component.BasicEditField
Sets the text value for this field, with indication of the source of this action.
setText(String, int) - Method in class net.rim.device.api.ui.component.AutoTextEditField
Sets the text value for this field, with indication of the source of this action.
setText(String, int[], byte[], Font[]) - Method in class net.rim.device.api.ui.component.RichTextField
Provides new, foramtted text for this field to show, with associated cookies.
setText(String, int[], byte[], Font[], Object[]) - Method in class net.rim.device.api.ui.component.RichTextField
Provides new, foramtted text for this field to show, with associated cookies.
setTicker(Ticker) - Method in class javax.microedition.lcdui.Screen
Set a ticker for use with this Screen, replacing any previous ticker.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's current time with the given Date.
setTime(int) - Method in class net.rim.device.api.system.EventInjector.KeyEvent
 
setTime(long) - Method in class java.util.Date
Sets this Date object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeout(int) - Method in class javax.microedition.lcdui.Alert
Set the time for which the Alert is to be shown.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTimeZone(TimeZone) - Method in class net.rim.device.api.ui.component.DateField
Set the timezone for this field.
setTitle(Field) - Method in class net.rim.device.api.ui.container.MainScreen
Sets the contents of this screen's title section.
setTitle(ResourceBundleFamily, int) - Method in class net.rim.device.api.ui.container.MainScreen
Sets the contents of this screen's title section.
setTitle(String) - Method in class javax.microedition.lcdui.Screen
Sets the title of the Screen.
setTitle(String) - Method in class javax.microedition.lcdui.Alert
 
setTitle(String) - Method in class net.rim.device.api.ui.container.MainScreen
Sets the contents of this screen's title section.
setType(AlertType) - Method in class javax.microedition.lcdui.Alert
Sets the type of the Alert.
setValue(int) - Method in class javax.microedition.lcdui.Gauge
Sets the current value of this Gauge object.
setValue(int) - Method in class net.rim.device.api.ui.component.GaugeField
Sets the progress level for the gauge.
setVerticalQuantization(int) - Method in class net.rim.device.api.ui.Screen
Sets the vertical quantization.
setVerticalQuantization(int) - Method in class net.rim.device.api.ui.Manager
Sets this manager's vertical quantization.
setVerticalScroll(int) - Method in class net.rim.device.api.ui.Manager
Sets this manager's vertical scroll value.
setVirtualExtent(int, int) - Method in class net.rim.device.api.ui.Manager
Sets the virtual extent for this manager.
setWhiteningVectors(InitializationVector, InitializationVector) - Method in class net.rim.device.api.crypto.XEncryptorEngine
Sets the pre and post whitening vectors.
setWhiteningVectors(InitializationVector, InitializationVector) - Method in class net.rim.device.api.crypto.XDecryptorEngine
Sets the pre and post whitening vectors.
SEVERE_ERROR - Static variable in class net.rim.device.api.system.EventLogger
Severe level event.
SHA - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Respresents the SHA MAC algorithm.
SHA_0 - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents the SHA-0 MAC algorithm.
SHA_40 - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents the 40 bit SHA MAC algorithm.
SHA_80 - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents the 80 bit SHA MAC algorithm.
SHA1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SHA1 = 1.3.14.3.2.26 Represents SHA1.
SHA1Digest - class net.rim.device.api.crypto.SHA1Digest.
The SHA1Digest class implements the SHA-1 algorithm.
SHA1Digest() - Constructor for class net.rim.device.api.crypto.SHA1Digest
Constructs and initializes an SHA-1Digest object.
SHA256 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SHA256 = 2.16.840.1.101.3.4.2.1 The SHA256 hash algorithm.
SHA256Digest - class net.rim.device.api.crypto.SHA256Digest.
The SHA256Digest class implements the SHA-256 algorithm.
SHA256Digest() - Constructor for class net.rim.device.api.crypto.SHA256Digest
Constructs and initializes a SHA-256Digest object.
SHA384 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SHA384 = 2.16.840.1.101.3.4.2.2 The SHA384 hash algorithm.
SHA384Digest - class net.rim.device.api.crypto.SHA384Digest.
The SHA384Digest class implements the SHA-384 algorithm.
SHA384Digest() - Constructor for class net.rim.device.api.crypto.SHA384Digest
Constructs and initializes an SHA-384Digest object.
SHA512 - Static variable in class net.rim.device.api.crypto.oid.OIDs
SHA512 = 2.16.840.1.101.3.4.2.3 The SHA512 hash algorithm.
SHA512Digest - class net.rim.device.api.crypto.SHA512Digest.
The SHA512Digest class implements the SHA-512 algorithm.
SHA512Digest() - Constructor for class net.rim.device.api.crypto.SHA512Digest
Constructs and initializes an SHA512Digest object.
SharedInputStream - class net.rim.device.api.io.SharedInputStream.
Input stream that can share its stream data with a number of readers.
SharedInputStream(byte[]) - Constructor for class net.rim.device.api.io.SharedInputStream
Deprecated. Use instead SharedInputStream.getSharedInputStream( byte[] input )
SharedInputStream(SharedInputStream) - Constructor for class net.rim.device.api.io.SharedInputStream
Constructs a new SharedInputStream instance on provided shared input stream.
SharedInputStream(SharedInputStream, int) - Constructor for class net.rim.device.api.io.SharedInputStream
Deprecated. Use instead new SharedInputStream( SharedInputStream input ) and then setLength( int length ) on the new stream
SharedOutputStream - class net.rim.device.api.io.SharedOutputStream.
Output stream that can share its stream data with a number of writers.
SharedOutputStream(OutputStream) - Constructor for class net.rim.device.api.io.SharedOutputStream
Build a shared output stream on provided output stream.
Short - class java.lang.Short.
The Short class is the standard wrapper for short values.
Short(short) - Constructor for class java.lang.Short
Constructs a Short object initialized to the specified short value.
shortValue() - Method in class java.lang.Short
Returns the value of this Short as a short.
shortValue() - Method in class java.lang.Integer
Returns the value of this Integer as a short.
show() - Method in class net.rim.device.api.ui.component.Menu
Shows the menu to the user.
show() - Method in class net.rim.device.api.ui.component.Dialog
Shows a modeless dialog of normal priority.
show(int) - Method in class net.rim.device.api.ui.component.Dialog
Shows a modeless dialog of provided priority.
show(String) - Static method in class net.rim.device.api.ui.component.Status
Shows a status screen for two seconds.
show(String, Bitmap, int) - Static method in class net.rim.device.api.ui.component.Status
Shows a status screen with specified icon, for specified time.
show(String, Bitmap, int, long, boolean, boolean, int) - Static method in class net.rim.device.api.ui.component.Status
Shows a status screen of a particular style for specified time.
show(String, int) - Static method in class net.rim.device.api.ui.component.Status
Shows a status screen for specified time.
showNotify() - Method in class javax.microedition.lcdui.Canvas
The implementation calls showNotify() immediately prior to this Canvas being made visible on the display.
sign(byte[], int) - Method in class net.rim.device.api.crypto.X931SignatureSigner
Signs the given signature.
sign(byte[], int) - Method in class net.rim.device.api.crypto.PSSSignatureSigner
Signs the formatted signature data that has been generated from the values passed through the update function.
sign(byte[], int) - Method in class net.rim.device.api.crypto.PKCS1SignatureSigner
Signs the formatted signature data that has been generated from the values passed through the update function.
sign(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.ECNRSignatureSigner
Signs the information that has been hashed up to this point using the values of r and s.
sign(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.ECDSASignatureSigner
Signs the information that has been hashed up to this point using the values of r and s.
sign(byte[], int, byte[], int) - Method in class net.rim.device.api.crypto.DSASignatureSigner
Performs the signing operation for the DSA algorithm.
sign(byte[], int, int, PrivateKey, String, String) - Static method in class net.rim.device.api.crypto.Crypto
Returns the signature of the given private key on the given data, using the given algorithm.
signalLevel(int) - Method in interface net.rim.device.api.system.RadioStatusListener
Invoked when the receive signal level has changed.
SIGNATURE_ALGORITHM_NAME - Static variable in class net.rim.device.api.crypto.oid.OIDs
Associates OIDs and signature algorithm name strings, eg "RSA_PKCS1_SHA1", "DSA", etc.
SignatureDecoder - class net.rim.device.api.crypto.encoder.SignatureDecoder.
Defines routines to decode signatures produced by the SignatureSigner classes.
SignatureEncoder - class net.rim.device.api.crypto.encoder.SignatureEncoder.
Defines encode signatures produced by the SignatureSigner classes.
SignatureSigner - interface net.rim.device.api.crypto.SignatureSigner.
Defines the methods required for each signing class that provides a signature engine.
SignatureSignerFactory - class net.rim.device.api.crypto.SignatureSignerFactory.
Contains the functionality for a high level approach to signature signing.
SignatureSignerOutputStream - class net.rim.device.api.crypto.SignatureSignerOutputStream.
Allows the user to create an output stream to write all of their data to and also have that data run through a signature signer class to sign the data.
SignatureSignerOutputStream(SignatureSigner, OutputStream) - Constructor for class net.rim.device.api.crypto.SignatureSignerOutputStream
Creates a SignatureSignerOutputStream object taking as input a signature signer and an output stream.
SignatureVerifier - interface net.rim.device.api.crypto.SignatureVerifier.
Defines the functions that are required for use with all of the signature verifiers that are implemented in the system.
SignatureVerifierInputStream - class net.rim.device.api.crypto.SignatureVerifierInputStream.
Combines the use of a signature verifier with the use of streams.
SignatureVerifierInputStream(SignatureVerifier, InputStream) - Constructor for class net.rim.device.api.crypto.SignatureVerifierInputStream
Establishes the input stream being used for reading data and the signature verifier that is used to determine the validity of the signature.
SimpleDateFormat - class net.rim.device.api.i18n.SimpleDateFormat.
Formats and parses dates in a locale-sensitive manner.
SimpleDateFormat(int) - Constructor for class net.rim.device.api.i18n.SimpleDateFormat
Constructs new SimpleDateFormat instance with provided style.
SimpleDateFormat(String) - Constructor for class net.rim.device.api.i18n.SimpleDateFormat
Constructs a new SimpleDateFormat instance with provided pattern string.
SimpleSortingVector - class net.rim.device.api.util.SimpleSortingVector.
Simple sorting vector of objects.
SimpleSortingVector() - Constructor for class net.rim.device.api.util.SimpleSortingVector
Constructs a new SimpleSortingVector instance.
SIZE_LARGE - Static variable in class javax.microedition.lcdui.Font
The "large" system-dependent font size.
SIZE_MEDIUM - Static variable in class javax.microedition.lcdui.Font
The "medium" system-dependent font size.
SIZE_SMALL - Static variable in class javax.microedition.lcdui.Font
The "small" system-dependent font size.
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.util.Vector
Returns the number of components in this vector.
size() - Method in class java.util.Hashtable
Retrieves the number of keys in this hashtable.
size() - Method in class javax.microedition.lcdui.TextField
Gets the number of characters that are currently stored in this TextField.
size() - Method in class javax.microedition.lcdui.TextBox
Gets the number of characters that are currently stored in this TextBox.
size() - Method in class javax.microedition.lcdui.List
 
size() - Method in class javax.microedition.lcdui.Form
Gets the number of items in the Form.
size() - Method in class javax.microedition.lcdui.ChoiceGroup
 
size() - Method in interface javax.microedition.lcdui.Choice
Gets the number of elements present.
size() - Method in interface net.rim.device.api.collection.ReadableSet
Retrieves the number of elements in this collection.
size() - Method in interface net.rim.device.api.collection.ReadableLongMap
Retrieves the number of elements in this collection.
size() - Method in interface net.rim.device.api.collection.ReadableLongList
Retrieves the number of elements in this collection.
size() - Method in interface net.rim.device.api.collection.ReadableList
Retrieves the number of elements in this collection.
size() - Method in interface net.rim.device.api.collection.ReadableIntMap
Retrieves the number of elements in this collection.
size() - Method in interface net.rim.device.api.collection.ReadableIntList
Retrieves the number of elements in this collection.
size() - Method in class net.rim.device.api.collection.util.UnsortedReadableList
Retrieves the number of elements in this collection.
size() - Method in class net.rim.device.api.collection.util.SparseList
Retrieves the number of elements in this collection.
size() - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Retrieves the number of elements in this collection.
size() - Method in class net.rim.device.api.collection.util.LongSortedReadableList
Retrieves the number of elements in this collection.
size() - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Retrieves the number of elements in this collection.
size() - Method in class net.rim.device.api.collection.util.IntSortedReadableList
Retrieves the number of elements in this collection.
size() - Method in class net.rim.device.api.collection.util.BigVector
Returns the number of elements in this vector.
size() - Method in class net.rim.device.api.collection.util.BigUnsortedReadableList
Retrieves the number of elements in this collection.
size() - Method in class net.rim.device.api.collection.util.BigLongVector
Returns the number of elements in this vector.
size() - Method in class net.rim.device.api.collection.util.BigIntVector
Returns the number of elements in this vector.
size() - Method in class net.rim.device.api.util.ToIntHashtable
Retrieves the number of keys in this hashtable.
size() - Method in class net.rim.device.api.util.SimpleSortingVector
Retrieves the number of elements in this vector.
size() - Method in class net.rim.device.api.util.MultiMap
Retrieves the number of keys in this map.
size() - Method in class net.rim.device.api.util.LongIntHashtable
Retrieves the number of keys in this hashtable.
size() - Method in class net.rim.device.api.util.LongHashtable
Retrieves the number of keys in this hashtable.
size() - Method in class net.rim.device.api.util.IntVector
Returns the number of components in this vector.
size() - Method in class net.rim.device.api.util.IntMultiMap
Retrieves the number of keys in this map.
size() - Method in class net.rim.device.api.util.IntIntHashtable
Retrieves the number of keys in this hashtable.
size() - Method in class net.rim.device.api.util.IntHashtable
Retrieves the number of keys in this hashtable.
size() - Method in class net.rim.device.api.util.ByteVector
Returns the number of components in this vector.
size() - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
size() - Method in interface net.rim.device.api.crypto.keystore.KeyStore
Returns the number of elements inside the key store.
size() - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Returns the number of elements inside the key store.
size(int) - Method in class net.rim.device.api.util.IntMultiMap
Retrieves number of values for a key.
size(Object) - Method in class net.rim.device.api.util.MultiMap
Retrieves number of values for a key.
skip(long) - Method in class java.io.Reader
Skip characters.
skip(long) - Method in class java.io.InputStreamReader
Skip characters.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.DataInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class net.rim.device.api.io.SharedInputStream
Skip read position forward.
skip(long) - Method in class net.rim.device.api.mime.MIMEInputStream
Skips over some bytes in this stream.
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
skipBytes(int) - Method in interface java.io.DataInput
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
skipBytes(int) - Method in class net.rim.device.api.util.DataBuffer
Attempts to skip over some bytes in this buffer.
skipField() - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Skips the current field.
skipField() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Skips the current field.
skipField(DataBuffer) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Skips over the next field in the DataBuffer.
skipField(int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputStream
Skips the current field.
skipField(int) - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Skips the current field that has the specified tag.
SkipjackDecryptorEngine - class net.rim.device.api.crypto.SkipjackDecryptorEngine.
The SkipjackDecryptorEngine class implements the decryption functionality of the Skipjack block cipher.
SkipjackDecryptorEngine(SkipjackKey) - Constructor for class net.rim.device.api.crypto.SkipjackDecryptorEngine
Creates a SkipjackDecryptorEngine object based on a Skipjack key that is initialized and used for decryption of the plaintext for all subsequent calls to the class.
SkipjackEncryptorEngine - class net.rim.device.api.crypto.SkipjackEncryptorEngine.
The SkipjackEncryptorEngine implements the encryption functionality of the Skipjack block cipher.
SkipjackEncryptorEngine(SkipjackKey) - Constructor for class net.rim.device.api.crypto.SkipjackEncryptorEngine
Creates a SkipjackEncryptorEngine based upon a Skipjack key that is initialized and used for encryption of the plaintext for all subsequent calls to the class.
SkipjackKey - class net.rim.device.api.crypto.SkipjackKey.
Creates a SkipjackKey object.
SkipjackKey() - Constructor for class net.rim.device.api.crypto.SkipjackKey
Creates a new random SkipJackKey object and stores the key material in the object.
SkipjackKey(byte[]) - Constructor for class net.rim.device.api.crypto.SkipjackKey
Creates a SkipjackKey object using as much of the specified data as necessary.
SkipjackKey(byte[], int) - Constructor for class net.rim.device.api.crypto.SkipjackKey
Creates a SkipjackKey object using as much of the specified data as necessary.
sleep(long) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds.
SM_DEACTIVATE_PDP_ACCEPT - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
SM_DEACTIVATE_PDP_REQUEST - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
SM_PDP_ACTIVATE_ACCEPT - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
SM_PDP_ACTIVATE_REJECT - Static variable in interface net.rim.device.api.system.RadioStatusListener
 
SMART_CARD_KEY - Static variable in class net.rim.device.api.crypto.keystore.AssociatedData
If present, indicates that this key resides on a smart card
SMILE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
SNOWMAN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
SOLID - Static variable in class javax.microedition.lcdui.Graphics
Constant for the SOLID stroke style.
sort() - Method in class net.rim.device.api.collection.util.SortedReadableList
The list is about to be sorted.
sort() - Method in class net.rim.device.api.collection.util.BigSortedReadableList
Sorts this collection.
sort() - Method in class net.rim.device.api.collection.util.BigLongVector
Sorts this vector in ascending integer order.
sort() - Method in class net.rim.device.api.collection.util.BigIntVector
Sorts this vector in ascending integer order.
sort(Comparator) - Method in class net.rim.device.api.collection.util.BigVector
Sorts this vector with a comparator.
sort(int[], int, int) - Static method in class net.rim.device.api.util.Arrays
Sorts section of integer array in ascending order.
sort(int[], int, int, IntComparator) - Static method in class net.rim.device.api.util.Arrays
Sorts section of integer array in ascending order using a comparator.
sort(int[], int, int, Object[]) - Static method in class net.rim.device.api.util.Arrays
Sorts an integer key array and a parallel object array in ascending order.
sort(long[], int, int) - Static method in class net.rim.device.api.util.Arrays
Sorts section of long integer array in ascending order.
sort(long[], int, int, int[]) - Static method in class net.rim.device.api.util.Arrays
Sorts a long integer key array and a parallel int array in ascending order.
sort(long[], int, int, Object[]) - Static method in class net.rim.device.api.util.Arrays
Sorts a long integer key array and a parallel object array in ascending order.
sort(Object[], Comparator) - Static method in class net.rim.device.api.util.Arrays
Sorts object array with provided comparator.
sort(Object[], int, int, Comparator) - Static method in class net.rim.device.api.util.Arrays
Sorts section of object array with provided comparator.
sort(Object[], int, int, Object[], Comparator) - Static method in class net.rim.device.api.util.Arrays
Sorts sections of two parallel object arrays with provided comparator.
SortableCollection - interface net.rim.device.api.collection.SortableCollection.
Defines means for collection to register a comparator object for use in sorting its elements.
SORTED - Static variable in class net.rim.device.api.ui.component.Menu
Style that sorts the menu.
SortedReadableList - class net.rim.device.api.collection.util.SortedReadableList.
Maintains a collection of elements in a sorted order.
SortedReadableList(CollectionEventSource, Comparator) - Constructor for class net.rim.device.api.collection.util.SortedReadableList
Constructs a new SortedReadableList instance, and initialize its contents from another list.
SortedReadableList(Comparator) - Constructor for class net.rim.device.api.collection.util.SortedReadableList
Constructs a new SortedReadableList instance.
SPACE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
SparseList - class net.rim.device.api.collection.util.SparseList.
Maintains a list where existing elements are guaranteed to keep their assigned index until they're removed from the list.
SparseList() - Constructor for class net.rim.device.api.collection.util.SparseList
Constructs a new SparseList instance.
SparseList(int) - Constructor for class net.rim.device.api.collection.util.SparseList
Constructs a new SparseList instance with an initial number of indices.
square(byte[], byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the square of the integer represented by the array a, mod the integer represented by the array modulus, and stores the result in the array result must be at least as long as modulus.
square(byte[], int, byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the square of the integer represented by the array a, mod 2log2modulus, and stores the result in result.
square(byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the square of the integer of length aLength in the array beginning at a[ aOffset ], mod the integer in the array beginning at modulus[ modulusOffset ], and stores the result in result, beginning at resultOffset.
square(byte[], int, int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the square of the integer of length aLength in the array beginning at a[ aOffset ], mod 2log2modulus, and stores the result in result, beginning at resultOffset.
square(CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Returns a CryptoInteger whose value is this2 mod modulus.
SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
SUPPORTED.
SSL_DH_anon_EXPORT_WITH_RC4_40_MD5 - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
SUPPORTED.
SSL_DH_anon_WITH_3DES_EDE_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
SUPPORTED.
SSL_DH_anon_WITH_DES_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
SUPPORTED.
SSL_DH_anon_WITH_RC4_128_MD5 - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
SUPPORTED.
SSL_DH_DSS_EXPORT_WITH_DES40_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
NOT SUPPORTED AND FUTURE SUPPORT NOT LIKELY.
SSL_DH_DSS_WITH_3DES_EDE_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
CURRENTLY NOT SUPPORTED BUT COULD CHANGE IN FUTURE.
SSL_DH_DSS_WITH_DES_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
CURRENTLY NOT SUPPORTED BUT COULD CHANGE IN FUTURE.
SSL_DH_RSA_EXPORT_WITH_DES40_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
NOT SUPPORTED AND FUTURE SUPPORT NOT LIKELY.
SSL_DH_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
CURRENTLY NOT SUPPORTED BUT COULD CHANGE IN FUTURE.
SSL_DH_RSA_WITH_DES_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
CURRENTLY NOT SUPPORTED BUT COULD CHANGE IN FUTURE.
SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
SUPPORTED.
SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
SUPPORTED.
SSL_DHE_DSS_WITH_DES_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
SUPPORTED.
SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
NOT SUPPORTED AND FUTURE SUPPORT NOT LIKELY.
SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
CURRENTLY NOT SUPPORTED BUT COULD CHANGE IN FUTURE.
SSL_DHE_RSA_WITH_DES_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
CURRENTLY NOT SUPPORTED BUT COULD CHANGE IN FUTURE.
SSL_FORTEZZA_KEA_WITH_FORTEZZA_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
CURRENTLY NOT SUPPORTED BUT COULD CHANGE IN FUTURE.
SSL_FORTEZZA_KEA_WITH_NULL_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
CURRENTLY NOT SUPPORTED BUT COULD CHANGE IN FUTURE.
SSL_FORTEZZA_KEA_WITH_RC4_128_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
CURRENTLY NOT SUPPORTED BUT COULD CHANGE IN FUTURE.
SSL_NULL_WITH_NULL_NULL - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
Not Allowed to Negotiate To.
SSL_RSA_EXPORT_WITH_DES40_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
SUPPORTED.
SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5 - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
CURRENTLY NOT SUPPORTED BUT COULD CHANGE IN FUTURE.
SSL_RSA_EXPORT_WITH_RC4_40_MD5 - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
SUPPORTED.
SSL_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
SUPPORTED.
SSL_RSA_WITH_DES_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
SUPPORTED.
SSL_RSA_WITH_IDEA_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
NOT SUPPORTED AND FUTURE SUPPORT NOT LIKELY.
SSL_RSA_WITH_NULL_MD5 - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
NOT SUPPORTED AND FUTURE SUPPORT NOT LIKELY.
SSL_RSA_WITH_NULL_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
NOT SUPPORTED AND FUTURE SUPPORT NOT LIKELY.
SSL_RSA_WITH_RC4_128_MD5 - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
SUPPORTED.
SSL_RSA_WITH_RC4_128_SHA - Static variable in class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites
SUPPORTED.
SSL30Connection - class net.rim.device.api.crypto.tls.ssl30.SSL30Connection.
This class can be used to instantiate a SSL3.0 connection directly given an underlying connection (such as TCP) or it can be instantiated using Connector.open and specifying ssl as the protocol to use.
SSL30Connection(StreamConnection, String) - Constructor for class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Creates an instance of the SSL protocol passing in an underlying stream connection and the address you are connecting to.
SSLCipherSuites - class net.rim.device.api.crypto.tls.ssl30.SSLCipherSuites.
This class contains the necessary information for a developer or a user or an interested IT person to determine and specify the ciphersuites that are to be used with a specific connection or that are supposed to be used in general with all connections.
Stack - class java.util.Stack.
The Stack class represents a last-in-first-out (LIFO) stack of objects.
Stack() - Constructor for class java.util.Stack
Creates an empty Stack.
standbyMode(boolean) - Method in class net.rim.device.api.system.SerialPort
Toggles standby mode state.
START - Static variable in interface net.rim.blackberry.api.pim.Event
Represents the start date of an event.
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
startApp() - Method in class javax.microedition.midlet.MIDlet
Signals the MIDlet that it has entered the Active state.
startAudio(short[], int) - Static method in class net.rim.device.api.system.Alert
Starts an audio alert.
startBuzzer(short[], int) - Static method in class net.rim.device.api.system.Alert
Starts a buzzer alert.
STARTING - Static variable in interface net.rim.blackberry.api.pim.EventList
Represents a search type for Events based on the occurrence's specific end date/time.
startNotification(long, long, long, Object, Object) - Method in interface net.rim.device.api.notification.Consequence
Invoked when a new event occurs and notification should commence.
startsWith(String) - Method in class java.lang.String
Tests if this string starts with the specified prefix.
startsWith(String, int) - Method in class java.lang.String
Tests if this string starts with the specified prefix beginning a specified index.
startsWithIgnoreCase(String, String) - Static method in class net.rim.device.api.util.StringUtilities
Determines if target string begins with provided prefix.
startsWithIgnoreCaseAndAccents(String, String) - Static method in class net.rim.device.api.util.StringUtilities
NEW NEW NEW Determine if target string begins with a provided prefix, igoring the case and accents of the characters in the string.
startVibrate(int) - Static method in class net.rim.device.api.system.Alert
Starts a vibrate alert.
STATE_BLINKING - Static variable in class net.rim.device.api.system.LED
Turns LED on blinking
STATE_LOWBATT - Static variable in class net.rim.device.api.system.RadioInfo
Radio is on but cannot function because of low battery.
STATE_OFF - Static variable in class net.rim.device.api.system.RadioInfo
Radio is off.
STATE_OFF - Static variable in class net.rim.device.api.system.LED
Turns LED off
STATE_ON - Static variable in class net.rim.device.api.system.RadioInfo
Radio is on.
STATE_ON - Static variable in class net.rim.device.api.system.LED
Turns LED on solid
STATE_SERVICE_REQUIRED - Static variable in class net.rim.device.api.system.RadioInfo
Radio is off and requires service.
STATE_TURNING_OFF - Static variable in class net.rim.device.api.system.RadioInfo
Radio is in process of turning off.
STATE_TURNING_ON - Static variable in class net.rim.device.api.system.RadioInfo
Radio is in process of turning on.
StateInfoListener - interface net.rim.device.api.synchronization.StateInfoListener.
An interface to be implemented by a SyncCollection if it is interested in generating or responding to changes in the State Info field used during serial synchronization.
Status - class net.rim.device.api.ui.component.Status.
Simple dialog to show ongoing status.
STATUS_ALT - Static variable in interface net.rim.device.api.system.KeypadListener
Status flag indicating the ALT key is down.
STATUS_ALT_LOCK - Static variable in interface net.rim.device.api.system.KeypadListener
Status flag indicating the keyboard is in alt-lock mode.
STATUS_CAPS_LOCK - Static variable in interface net.rim.device.api.system.KeypadListener
Status flag indicating the keyboard is in caps-lock mode.
STATUS_KEY_HELD_WHILE_ROLLING - Static variable in interface net.rim.device.api.system.KeypadListener
Status flag indicating a key is being held down while the trackwheel is being rolled.
STATUS_NOT_FROM_KEYPAD - Static variable in interface net.rim.device.api.system.KeypadListener
Status flag indicating that the inputted value is a char, and has no key association.
STATUS_SHIFT - Static variable in interface net.rim.device.api.system.KeypadListener
Status flag indicating one of the SHIFT keys are down.
STATUS_SHIFT_LEFT - Static variable in interface net.rim.device.api.system.KeypadListener
Status flag indicating the left shift key is being held down.
STATUS_SHIFT_RIGHT - Static variable in interface net.rim.device.api.system.KeypadListener
Status flag indicating the right shift key is being held down.
status(int) - Static method in class net.rim.device.api.ui.Keypad
Retrieves state of modifier keys, given keycode.
STOP - Static variable in class javax.microedition.lcdui.Command
A command that will stop some currently running process, operation, etc.
STOP_CONDITIONS - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Context KEY to indicate stop conditions
stopAudio() - Static method in class net.rim.device.api.system.Alert
Cancels an audio alert in progress.
stopBuzzer() - Static method in class net.rim.device.api.system.Alert
Cancels a buzzer alert in progress.
stopNotification(long, long, long, Object, Object) - Method in interface net.rim.device.api.notification.Consequence
Invoked when notification for an event should stop.
stopVibrate() - Static method in class net.rim.device.api.system.Alert
Cancels a vibrate alert in progress.
Store - class net.rim.blackberry.api.mail.Store.
Represents a message store and its access protocol, for storing and retrieving messages on the handheld.
StoreEvent - class net.rim.blackberry.api.mail.event.StoreEvent.
Indicates that an event has occured on a specified store
StoreEvent(Store, int) - Constructor for class net.rim.blackberry.api.mail.event.StoreEvent
Constructor.
StoreListener - interface net.rim.blackberry.api.mail.event.StoreListener.
Listener interface for store events.
StreamConnection - interface javax.microedition.io.StreamConnection.
This interface defines the capabilities that a stream connection must have.
StreamConnectionNotifier - interface javax.microedition.io.StreamConnectionNotifier.
This interface defines the capabilities that a connection notifier must have.
StreamDecryptor - class net.rim.device.api.crypto.StreamDecryptor.
StreamDecryptor is an abstract class which contains functionality common to all stream decryptors.
StreamDecryptor(InputStream) - Constructor for class net.rim.device.api.crypto.StreamDecryptor
Creates a StreamDecryptor object based on an input stream that contains the encrypted data.
StreamEncryptor - class net.rim.device.api.crypto.StreamEncryptor.
StreamEncryptor is an abstract class which contains functionality common to all stream ciphers.
StreamEncryptor(OutputStream) - Constructor for class net.rim.device.api.crypto.StreamEncryptor
Creates a StreamEncryptor object based upon an output stream that will be given the encrypted data.
strEqual(String, String) - Static method in class net.rim.device.api.util.StringUtilities
Compares two (possibly null) strings for equality.
strEqualIgnoreCase(String, String) - Static method in class net.rim.device.api.util.StringUtilities
Compares two (possibly null) strings for equality, ignoring their case.
String - class java.lang.String.
The String class represents character strings.
STRING - Static variable in interface net.rim.blackberry.api.pim.PIMItem
Indicates that the data type is a string.
STRING_ARRAY - Static variable in interface net.rim.blackberry.api.pim.PIMItem
Indicates that the data type is a string array.
String() - Constructor for class java.lang.String
Initializes a newly created String object so that it represents an empty character sequence.
String(byte[]) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the platform's default character encoding.
String(byte[], int, int) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the platform's default character encoding.
String(byte[], int, int, String) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the specified character encoding.
String(byte[], String) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the specified character encoding.
String(char[]) - Constructor for class java.lang.String
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
String(char[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
String(String) - Constructor for class java.lang.String
Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.
String(StringBuffer) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
StringBuffer - class java.lang.StringBuffer.
A string buffer implements a mutable sequence of characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string.
StringIndexOutOfBoundsException - exception java.lang.StringIndexOutOfBoundsException.
Thrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.
StringIndexOutOfBoundsException() - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(int) - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringIndexOutOfBoundsException(String) - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringItem - class javax.microedition.lcdui.StringItem.
An item that can contain a string.
StringItem(String, String) - Constructor for class javax.microedition.lcdui.StringItem
Creates a new StringItem object with the given label and textual content.
StringMatch - class net.rim.device.api.util.StringMatch.
Checks for matching of substring patterns in strings.
StringMatch(String) - Constructor for class net.rim.device.api.util.StringMatch
Constructs a new, case-sensitive StringMatch instance.
StringMatch(String, boolean) - Constructor for class net.rim.device.api.util.StringMatch
Constructs a new StringMatch instance.
StringMatch(String, boolean, boolean) - Constructor for class net.rim.device.api.util.StringMatch
Constructs a new StringMatch instance.
stringToWords(String) - Static method in class net.rim.device.api.util.StringUtilities
Extracts word tokens from provided string.
stringToWords(String, int[], int) - Static method in class net.rim.device.api.util.StringUtilities
Parses string into words.
stringToWords(String, String[], int) - Static method in class net.rim.device.api.util.StringUtilities
Extracts word tokens from provided string, placing them into provided array.
StringUtilities - class net.rim.device.api.util.StringUtilities.
Utility methods for manipulating Strings.
stringWidth(String) - Method in class javax.microedition.lcdui.Font
Gets the total advance width for showing the specified String in this Font.
STYLE_BOLD - Static variable in class javax.microedition.lcdui.Font
The bold style constant.
STYLE_ITALIC - Static variable in class javax.microedition.lcdui.Font
The italicized style constant.
STYLE_PLAIN - Static variable in class javax.microedition.lcdui.Font
The plain style constant.
STYLE_UNDERLINED - Static variable in class javax.microedition.lcdui.Font
The underlined style constant.
SUBJECT - Static variable in class net.rim.blackberry.api.mail.Header
Subject header (not really a header, but here for completeness)
SUBJECT_PUBLIC_KEY - Static variable in interface net.rim.device.api.crypto.certificate.CertificateField
Represents the subject's public key.
SubjectKeyIdentifierKeyStoreIndex - class net.rim.device.api.crypto.certificate.x509.SubjectKeyIdentifierKeyStoreIndex.
Implements an index to allow you to look up a key store data object by the subject key identifier of the certificate in the data blob.
SubjectKeyIdentifierKeyStoreIndex() - Constructor for class net.rim.device.api.crypto.certificate.x509.SubjectKeyIdentifierKeyStoreIndex
Creates a SubjectKeyIdentifierKeystoreIndex object.
SubjectKeyStoreIndex - class net.rim.device.api.crypto.certificate.SubjectKeyStoreIndex.
Implements an index to allow you to look up a key store data object by the subject name of the certificate in the data blob.
SubjectKeyStoreIndex() - Constructor for class net.rim.device.api.crypto.certificate.SubjectKeyStoreIndex
Creates a SubjectKeyStoreIndex object.
sublayout(int, int) - Method in class net.rim.device.api.ui.Manager
Implements custom layout features for this manager.
sublayout(int, int) - Method in class net.rim.device.api.ui.container.VerticalFieldManager
Lays out this manager's controlled fields.
sublayout(int, int) - Method in class net.rim.device.api.ui.container.PopupScreen
Prompts the delegate manager to layout this screen.
sublayout(int, int) - Method in class net.rim.device.api.ui.container.HorizontalFieldManager
Lays out this manager's controlled fields.
sublayout(int, int) - Method in class net.rim.device.api.ui.container.FullScreen
Lays out this screen's controlled fields.
sublayout(int, int) - Method in class net.rim.device.api.ui.container.FlowFieldManager
Lays out this manager's controlled fields.
sublayout(int, int) - Method in class net.rim.device.api.ui.container.DialogFieldManager
Lays out this manager's contents.
subpaint(Graphics) - Method in class net.rim.device.api.ui.Manager
Implements custom paint features for this manager.
subpaint(Graphics) - Method in class net.rim.device.api.ui.container.VerticalFieldManager
Redraws this manager's controlled fields.
subpaint(Graphics) - Method in class net.rim.device.api.ui.container.HorizontalFieldManager
Redraws this manager's controlled fields.
subpaint(Graphics) - Method in class net.rim.device.api.ui.container.FlowFieldManager
Redraws this manager's controlled fields.
substring(int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int, int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substringWidth(String, int, int) - Method in class javax.microedition.lcdui.Font
Gets the total advance width for showing the specified substring in this Font.
subtract(byte[], byte[], byte[], byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the difference of the integers represented by arrays a and b, mod the integer represented by the array modulus, and stores the result in the array result.
subtract(byte[], byte[], int, byte[]) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the difference of the integers represented by arrays a and b, mod 2log2modulus and stores the result in the array result.
subtract(byte[], int, int, byte[], int, int, byte[], int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the difference of the integers in the arrays beginning at a[ aOffset ] and b[ bOffset ], mod the integer beginning at modulus[ modulusOffset ], and stores the result in the array result, beginning at resultOffset.
subtract(byte[], int, int, byte[], int, int, int, byte[], int, int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Computes the difference of the integers in the arrays beginning at a[ aOffset ] and b[ bOffset ], mod 2log2modulus, and stores the result in the array result, beginning at resultOffset.
subtract(CryptoInteger, CryptoInteger) - Method in class net.rim.device.api.crypto.CryptoInteger
Returns a CryptoInteger whose value is (this - a) mod modulus.
SUBTREE - Static variable in class net.rim.blackberry.api.mail.Folder
Folder type, used in Folder.getType() and Folder.list(int type).
SUBTYPE_BASIC - Static variable in interface net.rim.blackberry.api.mail.BodyPart.ContentType
 
SUBTYPE_CERTIFICATE - Static variable in interface net.rim.blackberry.api.mail.BodyPart.ContentType
 
SUBTYPE_DELIVERY_STATUS - Static variable in interface net.rim.blackberry.api.mail.BodyPart.ContentType
 
SUBTYPE_JPEG - Static variable in interface net.rim.blackberry.api.mail.BodyPart.ContentType
 
SUBTYPE_MIXED - Static variable in interface net.rim.blackberry.api.mail.BodyPart.ContentType
 
SUBTYPE_MPEG - Static variable in interface net.rim.blackberry.api.mail.BodyPart.ContentType
 
SUBTYPE_OCTET_STREAM - Static variable in interface net.rim.blackberry.api.mail.BodyPart.ContentType
 
SUBTYPE_PLAIN - Static variable in interface net.rim.blackberry.api.mail.BodyPart.ContentType
 
SUBTYPE_POSTSCRIPT - Static variable in interface net.rim.blackberry.api.mail.BodyPart.ContentType
 
SUBTYPE_REPORT - Static variable in interface net.rim.blackberry.api.mail.BodyPart.ContentType
 
SUBTYPE_RFC822 - Static variable in interface net.rim.blackberry.api.mail.BodyPart.ContentType
 
SUBTYPE_UNKNOWN - Static variable in interface net.rim.blackberry.api.mail.BodyPart.ContentType
 
SUBTYPE_X_RIMDEVICE - Static variable in interface net.rim.blackberry.api.mail.BodyPart.ContentType
 
SUBTYPE_X_RIMDEVICE_ADDRESS_BOOK - Static variable in interface net.rim.blackberry.api.mail.BodyPart.ContentType
 
SUMMARY - Static variable in interface net.rim.blackberry.api.pim.ToDo
Contains a summary for the ToDo.
SUMMARY - Static variable in interface net.rim.blackberry.api.pim.Event
Represents the summary for this event.
SummaryParameterListener - interface net.rim.device.api.synchronization.SummaryParameterListener.
A SyncCollection that is interested in the summary parameter passed with the summary command should implement this interface.
SUN1024 - Static variable in class net.rim.device.api.crypto.KEACryptoSystem
Represents the 1024 bit parameters defined in the SUN JCA.
SUN1024 - Static variable in class net.rim.device.api.crypto.DSACryptoSystem
Represents the 1024 bit parameters defined in the SUN JCA.
SUN1024 - Static variable in class net.rim.device.api.crypto.DHCryptoSystem
Represents the 1024 bit parameters defined in the SUN JCA.
SUN512 - Static variable in class net.rim.device.api.crypto.DSACryptoSystem
Represents the 512 bit parameters defined in the SUN JCA.
SUN512 - Static variable in class net.rim.device.api.crypto.DHCryptoSystem
Represents the 512 bit parameters defined in the SUN JCA.
SUN768 - Static variable in class net.rim.device.api.crypto.DSACryptoSystem
Represents the 768 bit parameters defined in the SUN JCA.
SUN768 - Static variable in class net.rim.device.api.crypto.DHCryptoSystem
Represents the 768 bit parameters defined in the SUN JCA.
SUNDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Sunday.
SUNDAY - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the constant for the day: Sunday.
SupportedAttachmentPart - class net.rim.blackberry.api.mail.SupportedAttachmentPart.
Represents an attachment part that has a corresponding viewer on the handheld, including registered third-party viewers.
SupportedAttachmentPart(Multipart) - Constructor for class net.rim.blackberry.api.mail.SupportedAttachmentPart
Constructs a new attachment part with the specified multipart parent.
SupportedAttachmentPart(Multipart, String, String, byte[]) - Constructor for class net.rim.blackberry.api.mail.SupportedAttachmentPart
Constructs a new attachment part with the specified multipart parent, content type and data.
supportedSerialFormats(int) - Method in class net.rim.blackberry.api.pim.PIM
Returns the supported serial formats for a PIMItem object.
supports(String) - Method in interface net.rim.blackberry.api.mail.AttachmentHandler
Determines whether this attachment handler accepts a specific content type.
suspendNotification(Object) - Method in interface net.rim.device.api.collection.NotificationSuspension
Suspends sending of collection events to this collection's listeners.
suspendNotification(Object) - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Suspends sending of collection events to this collection's listeners.
suspendPainting(boolean) - Method in interface net.rim.device.api.ui.UiEngine
Suspends painting of the UI.
suspendPainting(boolean) - Method in class net.rim.device.api.ui.UiApplication
Suspends painting of the UI.
SYMMETRIC_ALGORITHM_NAME - Static variable in class net.rim.device.api.crypto.oid.OIDs
Associates OIDs and symmetric key algorithms.
SymmetricKey - interface net.rim.device.api.crypto.SymmetricKey.
SymmetricKey is an interface representing a key to be used in a symmetric key cryptographyic system.
SymmetricKeyDecoder - class net.rim.device.api.crypto.encoder.SymmetricKeyDecoder.
Allows the developer to decode symmetric keys using a variety of supported encoding algorithms.
SymmetricKeyDecryptorEngine - interface net.rim.device.api.crypto.SymmetricKeyDecryptorEngine.
Provided for type safety.
SymmetricKeyEncoder - class net.rim.device.api.crypto.encoder.SymmetricKeyEncoder.
Allows the developer to encode symmetric keys using a variety of supported encoding algorithms.
SymmetricKeyEncryptorEngine - interface net.rim.device.api.crypto.SymmetricKeyEncryptorEngine.
Provided for type safety.
SymmetricKeyFactory - class net.rim.device.api.crypto.SymmetricKeyFactory.
Contains the functionality for a high level approach to creating symmetric keys.
SyncableRIMKeyStore - class net.rim.device.api.crypto.keystore.SyncableRIMKeyStore.
Implements a key store that receives information through the cradle and saves this information in a key store.
SyncableRIMKeyStore(String, String, long, CodeSigningKey, PersistableRIMKeyStoreFactory) - Constructor for class net.rim.device.api.crypto.keystore.SyncableRIMKeyStore
Constructs a keystore that can synchronize with the desktop.
SyncableRIMKeyStore(String, String, long, CodeSigningKey, PersistableRIMKeyStoreFactory, KeyStore) - Constructor for class net.rim.device.api.crypto.keystore.SyncableRIMKeyStore
Constructs a keystore that can synchronize with the desktop.
SyncCollection - interface net.rim.device.api.synchronization.SyncCollection.
A collection of SyncObjects used for backup/restore and synchronization.
SyncConverter - interface net.rim.device.api.synchronization.SyncConverter.
The SyncConverter is used to convert data from object to serialized form.
SyncItem - class net.rim.device.api.synchronization.SyncItem.
Provides an implementation of SyncCollection to provide small objects with easy access to the Synchronization API.
SyncItem() - Constructor for class net.rim.device.api.synchronization.SyncItem
 
SyncObject - interface net.rim.device.api.synchronization.SyncObject.
An object that may be stored in a SyncCollection.
System - class java.lang.System.
The System class contains several useful class fields and methods.
SYSTEM_LOG_GUID - Static variable in class net.rim.device.api.system.EventLogger
System event log GUID.
SystemListener - interface net.rim.device.api.system.SystemListener.
The listener interface for receiving system events.

T

T61_STRING - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
The DER tag for the ASN.1 INTEGER primitive type.
TAB - Static variable in interface net.rim.device.api.system.Characters
TAG_EXPLICIT - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
Represents explicit tagging used in the ASN.1 stream.
TAG_IMPLICIT - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
Represents implicit tagging used in the ASN.1 stream.
TAG_NONE - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
Represents no tagging used in the ASN.1 stream.
TAURUS - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
TDES_CBC_EDE - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLSCipherSuites
Represents triple DES (EDE) in CBC mode.
TEL - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the contact's telephone number.
TELEPHONE_LOCATION_SIGN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
TERNARY_FALSE - Static variable in class net.rim.device.api.itpolicy.ITPolicy
 
TERNARY_PROMPT - Static variable in class net.rim.device.api.itpolicy.ITPolicy
 
TERNARY_TRUE - Static variable in class net.rim.device.api.itpolicy.ITPolicy
 
testPRNG(PseudoRandomSource) - Static method in class net.rim.device.api.crypto.PRNGTest
Tests the pseudo-random source given the PseudoRandomSource object.
testRandomSource() - Static method in class net.rim.device.api.crypto.PRNGTest
Tests RandomSource for randomness.
TEXT_ALIGN_HCENTER - Static variable in class net.rim.device.api.ui.component.RichTextField
Align contained text to the central vertical axis of this field.
TEXT_ALIGN_LEFT - Static variable in class net.rim.device.api.ui.component.RichTextField
Align contained text to the left edge of this field.
TEXT_ALIGN_RIGHT - Static variable in class net.rim.device.api.ui.component.RichTextField
Align contained text to the right edge of this field.
TEXT_PLAIN - Static variable in class net.rim.blackberry.api.mail.TextBodyPart
The default content type.
TextBodyPart - class net.rim.blackberry.api.mail.TextBodyPart.
Represents a text/plain body part.
TextBodyPart(Multipart) - Constructor for class net.rim.blackberry.api.mail.TextBodyPart
Creates an empty text body part.
TextBodyPart(Multipart, String) - Constructor for class net.rim.blackberry.api.mail.TextBodyPart
Creates a text body part with body contents.
TextBox - class javax.microedition.lcdui.TextBox.
The TextBox class is a Screen that allows the user to enter and edit text.
TextBox(String, String, int, int) - Constructor for class javax.microedition.lcdui.TextBox
Creates a new TextBox object with the given title string, initial contents, maximum size in characters, and constraints.
TextField - class javax.microedition.lcdui.TextField.
A TextField is an editable text component that may be placed into a Form.
TextField(String, String, int, int) - Constructor for class javax.microedition.lcdui.TextField
Creates a new TextField object with the given label, initial contents, maximum size in characters, and constraints.
TextFilter - class net.rim.device.api.ui.text.TextFilter.
Defines fundamental functionality for a text filtering object.
TextFilter() - Constructor for class net.rim.device.api.ui.text.TextFilter
Constructs a new TextFilter instance.
THIRD - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the third week of the month.
THIRDLAST - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the third last week of the month.
Thread - class java.lang.Thread.
A thread is a thread of execution in a program.
Thread() - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable) - Constructor for class java.lang.Thread
Allocates a new Thread object.
Throwable - class java.lang.Throwable.
The Throwable class is the superclass of all errors and exceptions in the Java language.
Throwable() - Constructor for class java.lang.Throwable
Constructs a new Throwable with null as its error message string.
Throwable(String) - Constructor for class java.lang.Throwable
Constructs a new Throwable with the specified error message.
THUMB_CLICK - Static variable in class net.rim.device.api.system.EventInjector.TrackwheelEvent
 
THUMB_ROLL_DOWN - Static variable in class net.rim.device.api.system.EventInjector.TrackwheelEvent
 
THUMB_ROLL_UP - Static variable in class net.rim.device.api.system.EventInjector.TrackwheelEvent
 
THUMB_UNCLICK - Static variable in class net.rim.device.api.system.EventInjector.TrackwheelEvent
 
THURSDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Thursday.
THURSDAY - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Represents the constant for the day: Thursday.
Ticker - class javax.microedition.lcdui.Ticker.
Implements a "ticker-tape," a piece of text that runs continuously across the display.
Ticker(String) - Constructor for class javax.microedition.lcdui.Ticker
Constructs a new Ticker object, given its initial contents string.
tileRop(int, int, int, int, int, Bitmap, int, int) - Method in class net.rim.device.api.ui.Graphics
Executes an area raster operation on the specified region, tiling the source bitmap if necessary.
TIME - Static variable in class javax.microedition.lcdui.DateField
Input mode for time information (hours and minutes).
TIME - Static variable in class net.rim.device.api.ui.component.DateField
Input mode for time (hour, minute, second).
TIME_DEFAULT - Static variable in class net.rim.device.api.i18n.DateFormat
Default time format style.
TIME_FULL - Static variable in class net.rim.device.api.i18n.DateFormat
Full date style.
TIME_LONG - Static variable in class net.rim.device.api.i18n.DateFormat
Long time style.
TIME_MEDIUM - Static variable in class net.rim.device.api.i18n.DateFormat
Medium time style: typically, this style should be used by default.
TIME_REQUIRED - Static variable in interface net.rim.device.api.crypto.tls.AlertProtocol
This alert is a warning sent by the server, to inform the client that more time is required for a certain handshake operation, than would be expected for the client retransmission timer.
TIME_SHORT - Static variable in class net.rim.device.api.i18n.DateFormat
Short time style.
TIME_STAMPING - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used for binding the hash of an object to a time from an agreed-upon time source.
TIMEOUT - Static variable in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
Timer - class java.util.Timer.
A facility for threads to schedule tasks for future execution in a background thread.
Timer() - Constructor for class java.util.Timer
Creates a new timer.
TimerTask - class java.util.TimerTask.
A task that can be scheduled for one-time or repeated execution by a Timer.
TimerTask() - Constructor for class java.util.TimerTask
Creates a new timer task.
TimeZone - class java.util.TimeZone.
TimeZone represents a time zone offset, and also figures out daylight savings.
TIMEZONE_FIELD - Static variable in class net.rim.device.api.i18n.DateFormat
Useful constant for TIMEZONE field alignment.
TimeZone() - Constructor for class java.util.TimeZone
 
TITLE - Static variable in interface net.rim.blackberry.api.pim.Contact
Represents the contact's title, for example Vice President.
TLEFieldController - interface net.rim.device.api.util.TLEFieldController.
Defines methods to read and write type-length encoded (TLE) fields.
TLEUtilities - class net.rim.device.api.util.TLEUtilities.
Utility methods for manipulating type-length encoded (TLE) fields.
TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
SUPPORTED.
TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 - Static variable in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
SUPPORTED.
TLS_DH_anon_WITH_3DES_EDE_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
CURRENTLY NOT SUPPORTED BUT COULD CHANGE IN FUTURE.
TLS_DH_anon_WITH_AES_128_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
SUPPORTED.
TLS_DH_anon_WITH_AES_256_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
SUPPORTED.
TLS_DH_anon_WITH_DES_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
CURRENTLY NOT SUPPORTED BUT COULD CHANGE IN FUTURE.
TLS_DH_anon_WITH_RC4_128_MD5 - Static variable in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
CURRENTLY NOT SUPPORTED BUT COULD CHANGE IN FUTURE.
TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
NOT SUPPORTED AND FUTURE SUPPORT NOT LIKELY.
TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
CURRENTLY NOT SUPPORTED BUT COULD CHANGE IN FUTURE.
TLS_DH_DSS_WITH_AES_128_CBC_SHA - Static variable in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
CURRENTLY NOT SUPPORTED BUT COULD CHANGE IN FUTURE.
TLS_DH_DSS_WITH_AES_2