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.BigSor