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

abort() - Method in class net.rim.device.api.ldap.LDAPQuery
Aborts the current query (if a query is currently running).
abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double value.
abs(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(int) - Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(int) - Static method in class net.rim.device.api.math.Fixed32
Returns the absolute value of the given parameter
abs(long) - Static method in class java.lang.Math
Returns the absolute value of a long value.
AbstractPhoneListener - class net.rim.blackberry.api.phone.AbstractPhoneListener.
A helper class defining an empty implementation of the PhoneListener class.
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.
accept() - Method in class net.rim.device.api.io.http.PushInputStream
Accepts this push, possibly indicating this to the server if the bearer supports acknowledgement.
accept() - Method in class net.rim.device.api.io.http.MDSPushInputStream
Accepts this push.
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.
acceptsKeyUpEvents() - Method in class net.rim.device.api.system.Application
Determines if this application receives KeyListener.keyUp(int, int) events.
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.
ACK_FAILURE - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
ACK_SUCCESSFUL - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
ACKNOWLEDGED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Datagram's receipt has been acknowleged.
activate() - Method in class net.rim.device.api.system.Application
Handles foregrounding event.
ActiveAutoTextEditField - class net.rim.device.api.ui.component.ActiveAutoTextEditField.
Field that uses a supplied set of string patterns to scan through a simple text string and pick out 'active' regions.
ActiveAutoTextEditField(String, String) - Constructor for class net.rim.device.api.ui.component.ActiveAutoTextEditField
Constructs a new ActiveAutoTextEditField instance.
ActiveAutoTextEditField(String, String, int) - Constructor for class net.rim.device.api.ui.component.ActiveAutoTextEditField
Constructs a new, smaller ActiveAutoTextEditField instance.
ActiveAutoTextEditField(String, String, int, long) - Constructor for class net.rim.device.api.ui.component.ActiveAutoTextEditField
Constructs a new, smaller ActiveAutoTextEditField instance, of a given style.
activeCount() - Static method in class java.lang.Thread
Returns the current number of active threads in the VM.
ActiveFieldContext - class net.rim.device.api.ui.component.ActiveFieldContext.
An instance of this class is passed into factories that create ActiveFieldCookie instances.
ActiveFieldContext(String) - Constructor for class net.rim.device.api.ui.component.ActiveFieldContext
Creates a new ActiveFieldContext instance with provided context data.
ActiveFieldCookie - interface net.rim.device.api.ui.component.ActiveFieldCookie.
Describes functionality provided by cookies that get added to active fields.
ActiveRichTextField - class net.rim.device.api.ui.component.ActiveRichTextField.
Field that uses a supplied set of string patterns to scan through a simple text string and pick out "active" regions.
ActiveRichTextField.RegionQueue - class net.rim.device.api.ui.component.ActiveRichTextField.RegionQueue.
Collects the arrays of regions and fonts common to rich-text fields.
ActiveRichTextField.RegionQueue(int, int) - Constructor for class net.rim.device.api.ui.component.ActiveRichTextField.RegionQueue
Creates a new RegionQueue instance for the specified string.
ActiveRichTextField(String) - Constructor for class net.rim.device.api.ui.component.ActiveRichTextField
Creates a new ActiveRichTextField instance from provided string after scanning for active "links".
ActiveRichTextField(String, int[], byte[], Font[], int[], int[], long) - Constructor for class net.rim.device.api.ui.component.ActiveRichTextField
Creates a new ActiveRichTextField instance from provided formatted string and style flags after scanning for active "links".
ActiveRichTextField(String, long) - Constructor for class net.rim.device.api.ui.component.ActiveRichTextField
Creates a new ActiveRichTextField instance from provided string and style flags after scanning for active "links".
ACUTE_ACCENT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
ADD_IMAGE_ADDRESS_MENU_ITEM - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Add image address menu item.
ADD_IMAGE_ADDRESS_MENU_ITEM_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default for whether to add page address menu item (false).
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[], int) - Static method in class net.rim.device.api.util.Arrays
Adds an element to the end of the provided array.
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(long[], long) - Static method in class net.rim.device.api.util.Arrays
Adds an element to the end of the provided array.
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
Adds an element to the end of the provided 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.
add(String, String, int, Locale) - Method in class net.rim.device.api.ui.autotext.AutoText
Add an autotext entry for the specified parameters.
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 this manager.
addAttribute(CMSAttribute) - Method in class net.rim.device.api.crypto.cms.CMSSigner
Add an attribute to the CMSSigner.
addAttribute(CMSAttribute) - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream
Add an attribute to the unprotected attributes field of this message.
addAttribute(String) - Method in class net.rim.device.api.ldap.LDAPQuery
Request that the server return a specific attribute.
addBinary(int, int, byte[], int, int) - Method in interface javax.microedition.pim.PIMItem
Adds a binary value to a field within the item.
addBinary(int, int, byte[], int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Adds a binary value to a field within the item.
addBodyPart(BodyPart) - Method in class net.rim.blackberry.api.mail.Multipart
Adds a body part to this multipart.
addBodyPart(BodyPart, int) - Method in class net.rim.blackberry.api.mail.Multipart
Inserts a body part to this multipart at provided index.
addBoolean(int, int, boolean) - Method in interface javax.microedition.pim.PIMItem
Adds a boolean value to the field.
addBoolean(int, int, boolean) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Adds a boolean value to the field.
addCall(CallLog) - Method in class net.rim.blackberry.api.phone.phonelogs.PhoneLogs
Adds a call to the log.
addCategory(String) - Method in interface javax.microedition.pim.PIMList
Adds a category to the PIMList.
addCategory(String) - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. Adds a category to the PIMList.
addCertificates(Certificate[]) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream
Adds certificates to the message in the normal, IETF RFC manner.
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.ssl30.SSLCipherSuites
Add a cipher suite with the specified priority.
addCipherSuite(int, int) - Static method in class net.rim.device.api.crypto.tls.tls10.TLSCipherSuites
Add a cipher suite with the specified priority.
addCollectionListener(CollectionListener) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
 
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.synchronization.OTASyncCapableSyncItem
 
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.Spacer
Spacers are restricted from having Commands, so this method will always throw IllegalStateException whenever it is called.
addCommand(Command) - Method in class javax.microedition.lcdui.Item
Adds a context sensitive Command to the item.
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.
addConnection(DatagramConnection) - Method in class net.rim.device.api.io.DatagramTransportBase
Adds a super-connection to the protocol.
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 javax.microedition.pim.PIMItem
Adds a date to a specified field.
addDate(int, int, long) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Adds a date to a specified field.
addDgramId(DatagramStatusListener, int, int) - Method in class net.rim.device.api.io.DatagramTransportBase
Adds an entry to the datagram status listener mapping table.
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.
addElement(Object) - Method in class net.rim.device.api.util.ContentProtectedVector
Adds provided 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 javax.microedition.pim.RepeatRule
Adds a date for which the event will not occur.
addExceptDate(long) - Method in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. 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.
addFilter(String) - Method in class net.rim.device.api.ldap.LDAPQuery
Adds a filter to the query.
addFilter(String, String) - Method in class net.rim.device.api.ldap.LDAPQuery
Adds a filter to the query.
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 header field by name.
addHeader(String, String) - Method in class net.rim.blackberry.api.mail.Message
Adds a value to list of values for header by name.
addHeader(String, String) - Method in class net.rim.blackberry.api.mail.BodyPart
Adds a header for this body part.
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 javax.microedition.pim.PIMItem
Adds the integer value contained in the field.
addInt(int, int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. 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(LDAPListener) - Method in class net.rim.device.api.ldap.LDAPQuery
Adds a LDAP listener to this query.
addListener(MemoryCleanerListener) - Static method in class net.rim.device.api.memorycleaner.MemoryCleanerDaemon
Registers a listener with this daemon.
addListener(Object[], Object) - Static method in class net.rim.device.api.util.ListenerUtilities
Adds a listener to the list of listeners.
addListener(PersistentContentListener) - Static method in class net.rim.device.api.system.PersistentContent
Adds a persistent content listener.
addListener(PhoneLogListener) - Static method in class net.rim.blackberry.api.phone.phonelogs.PhoneLogs
Registers PhoneLogListener instance with the system
addListener(PIMListListener) - Method in interface net.rim.blackberry.api.pdap.BlackBerryPIMList
Adds a PIM list listener to this PIM list.
addListener(PIMListListener) - Method in interface net.rim.blackberry.api.pim.BlackBerryPIMList
Deprecated. Adds a PIM list listener to this PIM list.
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.
addMediaListener(MediaListener) - Method in class net.rim.plazmic.mediaengine.MediaPlayer
Registers a listener with the MediaPlayer.
addMediaListener(MediaListener) - Method in class net.rim.plazmic.mediaengine.MediaManager
Adds a listener to the media.
addMenuItem(long, ApplicationMenuItem) - Method in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
Adds a menu item to the application menu.
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 message listener to this message.
addParticipant(PhoneCallLogID) - Method in class net.rim.blackberry.api.phone.phonelogs.ConferencePhoneCallLog
Adds a participant to this call.
addPattern(StringPattern) - Static method in class net.rim.device.api.util.StringPatternRepository
Add a StringPattern to the repository.
addPeripheralListener(PeripheralListener) - Method in class net.rim.device.api.system.Application
Adds a peripheral listener to this application.
addPhoneListener(PhoneListener) - Static method in class net.rim.blackberry.api.phone.Phone
Registers a phone listener with the system.
addPlayerListener(PlayerListener) - Method in interface javax.microedition.media.Player
Add a player listener for this player.
addProperty(String, String) - Method in class net.rim.device.api.io.http.HttpHeaders
Adds a new key/value pair to the header list.
ADDR - Static variable in interface javax.microedition.pim.Contact
Represents the address of the contact.
ADDR - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Address of this contact.
ADDR_COUNTRY - Static variable in interface javax.microedition.pim.Contact
Represents the country field of the contact's address array.
ADDR_COUNTRY - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Country field of this contact's address array.
ADDR_EXTRA - Static variable in interface javax.microedition.pim.Contact
Represents an extra field of the contact's address array.
ADDR_EXTRA - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Extra field of this contact's address array.
ADDR_LOCALITY - Static variable in interface javax.microedition.pim.Contact
Represents the locality (for example, city) field of the contact's address array.
ADDR_LOCALITY - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Locality (for example, city) field of this contact's address array.
ADDR_POBOX - Static variable in interface javax.microedition.pim.Contact
Represents the post office box number field of the contact's address array.
ADDR_POBOX - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Post office box number field of this contact's address array.
ADDR_POSTALCODE - Static variable in interface javax.microedition.pim.Contact
Represents the postal code field of the contact's address array.
ADDR_POSTALCODE - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Postal code field of this contact's address array.
ADDR_REGION - Static variable in interface javax.microedition.pim.Contact
Represents the region (for example, state or province) field of the contact's address array.
ADDR_REGION - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Region (for example, state or province) field of this contact's address array.
ADDR_STREET - Static variable in interface javax.microedition.pim.Contact
Represents the street address field of the contact's address.
ADDR_STREET - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Street address field of this 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.
addReceiptRequest(CMSReceiptRequest) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream
Add a signed receipt request to this message.
addRecipient(byte[]) - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream
Adds a recipient who will use a password to encrypt the session key.
addRecipient(Certificate) - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream
Add a recipient using a default algorithm.
addRecipient(Certificate, int, PrivateKey, Certificate) - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream
Adds a recipient.
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.
addRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
 
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
Creates a new Address instance with provided address and name.
AddressBookArguments - class net.rim.blackberry.api.invoke.AddressBookArguments.
Encapsulates arguments to pass to the Address Book application.
AddressBookArguments() - Constructor for class net.rim.blackberry.api.invoke.AddressBookArguments
Creates a new AddressBookArguments instance with default arguments.
AddressBookArguments(String) - Constructor for class net.rim.blackberry.api.invoke.AddressBookArguments
Creates a new AddressBookArguments instance with provided arguments.
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 a new AddressException instance with no detail message.
AddressException(String) - Constructor for class net.rim.blackberry.api.mail.AddressException
Constructs a new AddressException instance with the provided detail message.
ADDRSIZE - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Use PIMList.stringArraySize(int) instead
addSendRequest(Object, Datagram) - Method in class net.rim.device.api.io.DatagramTransportBase
Adds a request to send a datagram to the send queue.
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
Deprecated.  
addServer(String, int, String, String, int, int) - Method in class net.rim.device.api.crypto.certificate.CertificateServers
Adds a server to the list of servers using the specified parameters.
addServiceListener(ServiceListener) - Method in class net.rim.blackberry.api.mail.Service
Registers a service listener to handle service events for this server.
addSiblingNode(int, Object) - Method in class net.rim.device.api.ui.component.TreeField
Adds a new sibling node to this tree field.
addSigner(CMSSigner) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream
Adds a signer to the message.
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 javax.microedition.pim.PIMItem
Adds a string value to the field.
addString(int, int, String) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Adds a string value to the field.
addStringArray(int, int, String[]) - Method in interface javax.microedition.pim.PIMItem
Adds a string array value to the field.
addStringArray(int, int, String[]) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Adds a string array value to the field.
addSubConnection(DatagramConnectionBase) - Method in class net.rim.device.api.io.DatagramTransportBase
Adds a sub-connection to the protocol.
addSyncEventListener(SyncEventListener) - Method in class net.rim.device.api.synchronization.SyncManager
Adds a SyncEventListener interested in events from the synchronization manager.
addSyncListener(SerialSyncListener) - Method in class net.rim.device.api.synchronization.SerialSyncManager
Deprecated. 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 javax.microedition.pim.PIMItem
Adds a category to this item.
addToCategory(String) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. 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.certificate.CertificateKeyStoreIndex
Links the KeyStoreData object passed in with a hash of the certificate from the data object passed in.
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.certificate.CertificateHashKeyStoreIndex
Links the KeyStoreData object passed in with a hash of the certificate from the data object passed in.
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.
addToIndex(KeyStoreData, KeyStoreDataMap) - Method in class net.rim.device.api.crypto.keystore.PublicKeyKeyStoreIndex
 
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.
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.
addViewListener(ViewListener) - Static method in class net.rim.blackberry.api.mail.Session
Registers a listener for view notification.
addWeakListener(MemoryCleanerListener) - Static method in class net.rim.device.api.memorycleaner.MemoryCleanerDaemon
Registers a weak reference for a listener with this daemon.
addWeakListener(PersistentContentListener) - Static method in class net.rim.device.api.system.PersistentContent
Adds a weak persistent content listener.
adpcmDone(int) - Method in interface net.rim.device.api.system.AlertListener2
Invoked when an ADPCM alert ends.
AES_128 - Static variable in interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants
Advanced Encryption Standard (AES) 128 bit symmetric encryption.
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 - Static variable in interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants
Advanced Encryption Standard (AES) 192 bit symmetric encryption.
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 - Static variable in interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants
Advanced Encryption Standard (AES) 256 bit symmetric encryption.
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 javax.microedition.pim.Event
Represents the date and time of the alarm for this event.
ALARM - Static variable in interface net.rim.blackberry.api.pim.Event
Deprecated. 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 device's audio system.
ALERT - Static variable in class javax.microedition.lcdui.Display
Image type for Alert image.
ALERT_ERROR_BAD_DATA - Static variable in class net.rim.device.api.system.Alert
Invalid data was provided
ALERT_ERROR_BAD_STATE - Static variable in class net.rim.device.api.system.Alert
Playback is already in progress
ALERT_ERROR_UNKNOWN - Static variable in class net.rim.device.api.system.Alert
Unknown error
ALERT_OK - Static variable in class net.rim.device.api.system.Alert
Playback has begun
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.
AlertListener2 - interface net.rim.device.api.system.AlertListener2.
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.
ALICEBLUE - Static variable in class net.rim.device.api.ui.Color
 
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.
ALLDAY - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryEvent
Indicates whether or not an event is an all day event.
ALLDAY - Static variable in interface net.rim.blackberry.api.pim.BlackBerryEvent
Deprecated. Indicates whether or not an event is an all day event.
allocateDatagramId(Datagram) - Method in class net.rim.device.api.io.DatagramTransportBase
Allocates an ID for provided datagram.
allocateDatagramId(Datagram) - Method in class net.rim.device.api.io.DatagramConnectionBase
Allocates an ID for the provided datagram.
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.
ALLOW_POPUPS - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Allow popups.
ALLOW_POPUPS_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default popup mode (false).
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.
allowOTASync(SyncCollection, boolean) - Method in class net.rim.device.api.synchronization.SyncManager
Allow OTA synchronization for the given SyncCollection.
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.
ALPHA_BITDEPTH_8BPP - Static variable in class net.rim.device.api.system.Bitmap
 
ALPHA_BITDEPTH_MONO - Static variable in class net.rim.device.api.system.Bitmap
 
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.
AMPERSAND - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
and(BitSet) - Method in class net.rim.device.api.util.BitSet
Performs bitwise AND on this set with provided mask.
ANIMATION_COUNT_VALUE - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Number of iterations for animated GIF.
ANIMATION_COUNT_VALUE_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default number of iterations in animated GIF (ten).
ANTIQUEWHITE - Static variable in class net.rim.device.api.ui.Color
 
ANY - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter any text.
APOSTROPHE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
APP_REGISTRY_KEY - Static variable in class net.rim.device.api.browser.field.RenderingSession
Application registry key.
APP_REGISTRY_KEY - Static variable in class net.rim.device.api.browser.plugin.BrowserContentProviderRegistry
Application registry key for this registry.
APP_TYPE_ADDRESSBOOK - Static variable in class net.rim.blackberry.api.invoke.Invoke
Connect to the Address Book application.
APP_TYPE_CALENDAR - Static variable in class net.rim.blackberry.api.invoke.Invoke
Connect to the Calendar application.
APP_TYPE_MEMOPAD - Static variable in class net.rim.blackberry.api.invoke.Invoke
Connect to the Memo Pad application.
APP_TYPE_MESSAGES - Static variable in class net.rim.blackberry.api.invoke.Invoke
Connect to the Message application.
APP_TYPE_PHONE - Static variable in class net.rim.blackberry.api.invoke.Invoke
Connect to the Phone application.
APP_TYPE_TASKS - Static variable in class net.rim.blackberry.api.invoke.Invoke
Connect to the Tasks application.
APP_VERSION - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Application version.
APP_VERSION_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default application version (null).
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(double) - Method in class java.lang.StringBuffer
Appends the string representation of the double argument to this string buffer.
append(float) - Method in class java.lang.StringBuffer
Appends the string representation of the float 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(Layer) - Method in class javax.microedition.lcdui.game.LayerManager
Appends a Layer to this LayerManager.
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(StringBuffer, byte[], int, int) - Static method in class net.rim.device.api.util.StringUtilities
Append a subsection of a byte array to a StringBuffer.
append(StringBuffer, StringBuffer) - Static method in class net.rim.device.api.util.StringUtilities
Append a section of a StringBuffer another StringBuffer.
append(StringBuffer, StringBuffer, int, int) - Static method in class net.rim.device.api.util.StringUtilities
 
append(StringBuffer, String, int, int) - Static method in class net.rim.device.api.util.StringUtilities
Appends a subsection of a String to a StringBuffer.
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.
append(String, String) - Method in class net.rim.blackberry.api.browser.URLEncodedPostData
Appends the given name-value pair to a buffer.
append(String, String) - Method in class net.rim.blackberry.api.browser.PostData
Appends the given name-value pair to the form data.
append(String, String) - Method in class net.rim.blackberry.api.browser.MultipartPostData
Appends the given name-value pair to the form data.
appendAddress(StringBuffer, boolean, int, int, int) - Static method in class net.rim.device.api.io.MobitexAddress
Forms an address string and appends it to provided buffer.
appendChild(Node) - Method in interface org.w3c.dom.Node
Adds the node newChild to the end of the list of children of this node.
appendData(String) - Method in interface org.w3c.dom.CharacterData
Append the string to the end of the character data of the node.
appendFont(Font) - Method in class net.rim.device.api.ui.component.ActiveRichTextField.RegionQueue
Adds a new font into the master table.
appendFont(Font, int, int) - Method in class net.rim.device.api.ui.component.ActiveRichTextField.RegionQueue
Adds a new font into the master table.
appendHex(byte[], int, int, int) - Static method in class net.rim.device.api.io.DatagramAddressBase
Appends a hex value to provided byte array.
appendHex(StringBuffer, int, int, int) - Static method in class net.rim.device.api.io.DatagramAddressBase
Appends a hex value to provided string buffer.
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.
appendRegion(int, byte, long) - Method in class net.rim.device.api.ui.component.ActiveRichTextField.RegionQueue
Appends a region into the table set.
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.
ApplicationArguments - class net.rim.blackberry.api.invoke.ApplicationArguments.
Base class for application arguments to be used for application invocation.
ApplicationArguments() - Constructor for class net.rim.blackberry.api.invoke.ApplicationArguments
Creates a new ApplicationArguments 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.
Provides the functionality for adding items to application menus.
ApplicationMenuItem(int) - Constructor for class net.rim.blackberry.api.menuitem.ApplicationMenuItem
Creates a new ApplicationMenuItem instance with provided menu position.
ApplicationMenuItem(Object, int) - Constructor for class net.rim.blackberry.api.menuitem.ApplicationMenuItem
Creates a new ApplicationMenuItem instance with provided context and menu position.
ApplicationMenuItemRepository - class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository.
Contains the functionality necessary for registering ApplicationMenuItem instances.
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 javax.microedition.pim.RepeatRule
Represents the constant for the month: April.
APRIL - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Represents the constant for the month: April.
AQUA - Static variable in class net.rim.device.api.ui.Color
 
AQUAMARINE - Static variable in class net.rim.device.api.ui.Color
 
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 bytes.
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.
ArcTan(int) - Static method in class net.rim.device.api.math.Fixed32
Computes ArcTan(f), f is a fixed point number |f| <= 1 For the inverse tangent calls, all approximations are valid for |t| <= 1.
areCertificatesPresent() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns true if there are certificates in the message, else returns false.
ARG_CALL - Static variable in class net.rim.blackberry.api.invoke.PhoneArguments
Argument to open the Phone application for an outgoing call.
ARG_COMPOSE - Static variable in class net.rim.blackberry.api.invoke.AddressBookArguments
Argument to open the address book in its compose window.
ARG_DEFAULT - Static variable in class net.rim.blackberry.api.invoke.MessageArguments
Argument to open the message centre in the default (main message list) view.
ARG_SAVED - Static variable in class net.rim.blackberry.api.invoke.MessageArguments
Argument to open the message centre in the saved message list.
ARG_SEARCH - Static variable in class net.rim.blackberry.api.invoke.MessageArguments
Argument to open the message centre in the message search screen.
ARG_VIEW_AGENDA - Static variable in class net.rim.blackberry.api.invoke.CalendarArguments
Argument to open the calendar in the agenda view.
ARG_VIEW_DAY - Static variable in class net.rim.blackberry.api.invoke.CalendarArguments
Argument to open the calendar in the day view.
ARG_VIEW_MONTH - Static variable in class net.rim.blackberry.api.invoke.CalendarArguments
Argument to open the calendar in the month view.
ARG_VIEW_WEEK - Static variable in class net.rim.blackberry.api.invoke.CalendarArguments
Argument to open the calendar in the week view.
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.
ASTERISK - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
atand2(int, int) - Static method in class net.rim.device.api.math.Fixed32
Returns the arctangent of y/x in degrees for the point (x,y) with consideration to all 4 quadrants.
ATTACHMENT - Static variable in interface net.rim.blackberry.api.mail.Part
Present this part as an attachment.
AttachmentHandler - interface net.rim.blackberry.api.mail.AttachmentHandler.
Defines functionality one must implement to perform custom attachment actions.
AttachmentHandlerManager - class net.rim.blackberry.api.mail.AttachmentHandlerManager.
The manager class for attachment handling.
ATTENDEES - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryEvent
A list of e-mail addresses identifying attendees at an Event.
ATTENDEES - Static variable in interface net.rim.blackberry.api.pim.BlackBerryEvent
Deprecated. A list of e-mail addresses identifying attendees at an Event.
Attr - interface org.w3c.dom.Attr.
The Attr interface represents an attribute in an Element object.
ATTR_ASST - Static variable in interface javax.microedition.pim.Contact
Represents the information (usually name or phone number) of a contact's assistant.
ATTR_ASST - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Information (usually name or phone number) for an assistant to a contact.
ATTR_AUTO - Static variable in interface javax.microedition.pim.Contact
Represents the automobile phone number of a contact.
ATTR_AUTO - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Automobile phone number for a contact.
ATTR_FAX - Static variable in interface javax.microedition.pim.Contact
Represents the fax number of a contact.
ATTR_FAX - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Fax number for a contact.
ATTR_HOME - Static variable in interface javax.microedition.pim.Contact
Represents the home phone number of a contact.
ATTR_HOME - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Home phone number for a contact.
ATTR_MOBILE - Static variable in interface javax.microedition.pim.Contact
Represents the mobile phone number of a contact.
ATTR_MOBILE - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Mobile phone number for a contact.
ATTR_NONE - Static variable in interface javax.microedition.pim.PIMItem
Indicates that no additional attributes are applicable for this field.
ATTR_NONE - Static variable in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Indicates that no additional attributes are applicable for this field.
ATTR_OTHER - Static variable in interface javax.microedition.pim.Contact
Represents an "other" field for a contact.
ATTR_OTHER - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Other information for a contact.
ATTR_PAGER - Static variable in interface javax.microedition.pim.Contact
Represents a pager number for a contact.
ATTR_PAGER - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Pager number for a contact.
ATTR_PREFERRED - Static variable in interface javax.microedition.pim.Contact
Indicates that a field is the preferred attribute for a contact.
ATTR_PREFERRED - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Indicates that a field is the preferred attribute for a contact.
ATTR_SMS - Static variable in interface javax.microedition.pim.Contact
Represents the SMS address of a contact.
ATTR_SMS - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. SMS address for a contact.
ATTR_WORK - Static variable in interface javax.microedition.pim.Contact
Represents the work phone number of a contact.
ATTR_WORK - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Work phone number of a contact.
ATTRIBUTE_NODE - Static variable in interface org.w3c.dom.Node
The node is an Attr.
attributes - Variable in class net.rim.device.api.ui.component.ActiveRichTextField.RegionQueue
Text attributes for regions.
Attributes - interface org.xml.sax.Attributes.
Interface for a list of XML attributes.
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 javax.microedition.pim.RepeatRule
Represents the constant for the month: August.
AUGUST - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Represents the constant for the month: August.
AUTHMODE_ANY - Static variable in class javax.microedition.rms.RecordStore
Authorization to allow access to any MIDlet suites.
AUTHMODE_PRIVATE - Static variable in class javax.microedition.rms.RecordStore
Authorization to allow access only to the current MIDlet suite.
AUTHOR_KEY - Static variable in interface javax.microedition.media.control.MetaDataControl
Default key for AUTHOR information.
AutoText - class net.rim.device.api.ui.autotext.AutoText.
Interface to an AutoTextEngine.
AutoText() - Constructor for class net.rim.device.api.ui.autotext.AutoText
 
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 new default AutoTextEditField instance.
AutoTextEditField(String, String) - Constructor for class net.rim.device.api.ui.component.AutoTextEditField
Constructs a new AutoTextEditField instance.
AutoTextEditField(String, String, int, long) - Constructor for class net.rim.device.api.ui.component.AutoTextEditField
Constructs a new, smaller AutoTextEditField instance, of a given style.
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 java.io.DataInputStream
Returns the number of bytes that can be read from this input stream without blocking.
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 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.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.
available() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
 
available() - Method in class net.rim.device.api.crypto.cms.CMSInputStream
 
available() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
 
available() - Method in class net.rim.device.api.crypto.cms.CMSDataInputStream
 
available() - Method in class net.rim.device.api.crypto.cms.CMSCompressedDataInputStream
 
available() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves number of available bytes.
AZURE - Static variable in class net.rim.device.api.ui.Color
 

B

BACK - Static variable in class javax.microedition.lcdui.Command
A navigation command that returns the user to the logically previous screen.
backgroundColors - Variable in class net.rim.device.api.ui.component.ActiveRichTextField.RegionQueue
Background colours for regions.
Backlight - class net.rim.device.api.system.Backlight.
Provides access to the device's backlight(s).
Backlight() - Constructor for class net.rim.device.api.system.Backlight
 
BACKSPACE - Static variable in interface net.rim.device.api.system.Characters
Represents the Backspace key.
backspace() - Method in class net.rim.device.api.ui.component.EmailAddressEditField
Deletes character to the left of the cursor, or deletes selection.
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_EXTENSIONS - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate has unrecognized critical extensions.
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
Represents the 1900 MHz CDMA band.
BAND_CDMA_800 - Static variable in class net.rim.device.api.system.RadioInfo
Represents the 800 MHz CDMA band.
BAND_DATATAC_800 - Static variable in class net.rim.device.api.system.RadioInfo
Represents the 800 MHz Datatac band.
BAND_GSM_1800 - Static variable in class net.rim.device.api.system.RadioInfo
Represents the 1800 MHz GSM band.
BAND_GSM_1900 - Static variable in class net.rim.device.api.system.RadioInfo
Represents the 1900 MHz GSM band.
BAND_GSM_850 - Static variable in class net.rim.device.api.system.RadioInfo
Represents the 850 MHz GSM band.
BAND_GSM_900 - Static variable in class net.rim.device.api.system.RadioInfo
Represents the 900 MHz GSM band.
BAND_IDEN_800 - Static variable in class net.rim.device.api.system.RadioInfo
Represents the 800 MHz iDEN band.
BAND_MOBITEX_900 - Static variable in class net.rim.device.api.system.RadioInfo
Represents the 900 MHz Mobitex band.
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 instance.
BasicEditField(long) - Constructor for class net.rim.device.api.ui.component.BasicEditField
Constructs an empty BasicEditField instance of particular style.
BasicEditField(String, String) - Constructor for class net.rim.device.api.ui.component.BasicEditField
Constructs an BasicEditField instance with label and initial contents.
BasicEditField(String, String, int, long) - Constructor for class net.rim.device.api.ui.component.BasicEditField
Constructs a smaller BasicEditField instance with label, initial contents, and particular style.
BATCH_OPERATION - Static variable in class net.rim.blackberry.api.mail.event.StoreEvent
Indicates that a batch operation has occurred 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.
BAUD_115200 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
115200 baud.
BAUD_19200 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
19200 baud.
BAUD_230400 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
230400 baud.
BAUD_2400 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
2400 baud.
BAUD_38400 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
38400 baud.
BAUD_4800 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
4800 baud.
BAUD_57600 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
57600 baud.
BAUD_7200 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
7200 buad.
BAUD_9600 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
9600 baud.
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.
beginIndex - Variable in class net.rim.device.api.util.StringPattern.Match
First character of the matched sub-string within the string examined.
beginTransaction() - Method in class net.rim.device.api.synchronization.SyncItem
 
beginTransaction() - Method in interface net.rim.device.api.synchronization.SyncCollection
Starts a transaction.
BEIGE - Static variable in class net.rim.device.api.ui.Color
 
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 javax.microedition.pim.PIMItem
Indicates that the data type is binary.
BINARY - Static variable in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Indicates that the data type is binary.
BINARY_MESSAGE - Static variable in interface javax.wireless.messaging.MessageConnection
Constant for a message type for binary messages (value = "binary").
BinaryMessage - interface javax.wireless.messaging.BinaryMessage.
An interface representing a binary message.
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 javax.microedition.pim.Contact
Represents the birthday field of the contact.
BIRTHDAY - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Birthday field for this contact.
BISQUE - Static variable in class net.rim.device.api.ui.Color
 
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 (see CCIR 601.1).
BLACK - Static variable in class net.rim.device.api.ui.Color
 
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.pdap.BlackBerryContact.
This interface represents a contact contained in the default RIM BlackBerry address book.
BlackBerryContact - interface net.rim.blackberry.api.pim.BlackBerryContact.
Deprecated. In favour of BlackBerryContact.
BlackBerryContactList - interface net.rim.blackberry.api.pdap.BlackBerryContactList.
Contains the functionality for the BlackBerry-specific implementation of a ContactList.
BlackBerryContactList - interface net.rim.blackberry.api.pim.BlackBerryContactList.
Deprecated. In favour of BlackBerryContactList.
BlackBerryContactList.AddressTypes - interface net.rim.blackberry.api.pdap.BlackBerryContactList.AddressTypes.
Describes the various address types supported by the BlackBerryContactList.choose(javax.microedition.pim.Contact, int, boolean) method.
BlackBerryEvent - interface net.rim.blackberry.api.pdap.BlackBerryEvent.
Represents an event contained in the default RIM BlackBerry calendar.
BlackBerryEvent - interface net.rim.blackberry.api.pim.BlackBerryEvent.
Deprecated. In favour of BlackBerryEvent.
BlackBerryPIMList - interface net.rim.blackberry.api.pdap.BlackBerryPIMList.
Contains the functionality for the BlackBerry-specific implementation of the PIMList.
BlackBerryPIMList - interface net.rim.blackberry.api.pim.BlackBerryPIMList.
Deprecated. In favour of BlackBerryPIMList.
BLANCHEDALMOND - Static variable in class net.rim.device.api.ui.Color
 
BLOCK_END - Static variable in interface javax.microedition.media.control.ToneControl
Defines an ending point for a block.
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.SHA384Digest
Represents the block length, namely 128 bytes.
BLOCK_LENGTH - Static variable in class net.rim.device.api.crypto.SHA224Digest
Represents 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.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.
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.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.MD5Digest
A static definition stating the block length of 64 bytes.
BLOCK_START - Static variable in interface javax.microedition.media.control.ToneControl
Defines a starting point for a block.
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.
BLUE - Static variable in class net.rim.device.api.ui.Color
 
BluetoothSerialPort - class net.rim.device.api.bluetooth.BluetoothSerialPort.
Provides access to the Bluetooth Serial Port profile.
BluetoothSerialPort(BluetoothSerialPortInfo, int, int, int, int, int, BluetoothSerialPortListener) - Constructor for class net.rim.device.api.bluetooth.BluetoothSerialPort
Constructs a new BluetoothSerialPort instance for client use.
BluetoothSerialPort(String, int, int, int, int, int, BluetoothSerialPortListener) - Constructor for class net.rim.device.api.bluetooth.BluetoothSerialPort
Constructs a new BluetoothSerialPort instance for server use.
BluetoothSerialPortInfo - class net.rim.device.api.bluetooth.BluetoothSerialPortInfo.
Encapsulates information about the current connection through the Bluetooth serial port.
BluetoothSerialPortInfo(byte[], int, String) - Constructor for class net.rim.device.api.bluetooth.BluetoothSerialPortInfo
Creates a new BluetoothSerialPortInfo instance.
BluetoothSerialPortListener - interface net.rim.device.api.bluetooth.BluetoothSerialPortListener.
Applications wanting to handle Bluetooth I/O events should implement this interface.
BLUEVIOLET - Static variable in class net.rim.device.api.ui.Color
 
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 indicates that the message has been truncated.
BodyPart - class net.rim.blackberry.api.mail.BodyPart.
Represents a part contained in a Multipart.
BodyPart.ContentType - interface net.rim.blackberry.api.mail.BodyPart.ContentType.
Constants defining some common attachment types and subtypes.
BodyPart(Multipart) - Constructor for class net.rim.blackberry.api.mail.BodyPart
Constructs a new BodyPart instance.
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 javax.microedition.pim.PIMItem
Indicates that the data type is a Boolean.
BOOLEAN - Static variable in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. 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 - Variable in class net.rim.device.api.ui.XYEdges
Bottom edge.
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
Branding - class net.rim.device.api.system.Branding.
Provides access to various branding information
Branding() - Constructor for class net.rim.device.api.system.Branding
 
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.
BROKEN_BAR - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
BROKEN_CHAIN - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate in a chain was not issued by the next authority in the chain.
BROWN - Static variable in class net.rim.device.api.ui.Color
 
Browser - class net.rim.blackberry.api.browser.Browser.
Provides access to the BlackBerry Browser.
BrowserContent - interface net.rim.device.api.browser.field.BrowserContent.
Field in which internet resource content (URLs) can be rendered.
BrowserContentBaseImpl - class net.rim.device.api.browser.field.BrowserContentBaseImpl.
Field in which internet resource content (URLs) can be rendered.
BrowserContentBaseImpl(String, Field, RenderingApplication, RenderingOptions, int) - Constructor for class net.rim.device.api.browser.field.BrowserContentBaseImpl
Constructs a new BrowserContent instance.
BrowserContentChangedEvent - class net.rim.device.api.browser.field.BrowserContentChangedEvent.
Event to signal that field's text and/or title may have changed.
BrowserContentChangedEvent(Object) - Constructor for class net.rim.device.api.browser.field.BrowserContentChangedEvent
Creates a new BrowserFieldChangedEvent instance.
BrowserContentManager - class net.rim.device.api.browser.field.BrowserContentManager.
 
BrowserContentManager(long) - Constructor for class net.rim.device.api.browser.field.BrowserContentManager
 
BrowserContentProvider - class net.rim.device.api.browser.plugin.BrowserContentProvider.
Defines functionality required of a provider of specialized browser contents.
BrowserContentProvider() - Constructor for class net.rim.device.api.browser.plugin.BrowserContentProvider
 
BrowserContentProviderContext - class net.rim.device.api.browser.plugin.BrowserContentProviderContext.
Collects context information handed to a browser field provider by the rendering session.
BrowserContentProviderContext(HttpConnection, RenderingApplication, RenderingSession, int, Event) - Constructor for class net.rim.device.api.browser.plugin.BrowserContentProviderContext
Creates a new BrowserFieldProviderContext instance.
BrowserContentProviderRegistry - class net.rim.device.api.browser.plugin.BrowserContentProviderRegistry.
Registry to handle registration of browser content providers.
BrowserContentProviderRegistry() - Constructor for class net.rim.device.api.browser.plugin.BrowserContentProviderRegistry
Creates a new BrowserFieldProviderRegistry instance.
BrowserPageContext - interface net.rim.device.api.browser.plugin.BrowserPageContext.
Describes a collection of particular rendering properties.
BrowserSession - class net.rim.blackberry.api.browser.BrowserSession.
BrowserSession objects are associated with a particular connection via Browser.getSession(String).
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_LOW_RATE_CHARGING - Static variable in class net.rim.device.api.system.DeviceInfo
Battery is charging, but at a reduced rate.
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.
BSTAT_UNKNOWN_BATTERY - Static variable in class net.rim.device.api.system.DeviceInfo
Battery is not recognized by the firmware.
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
 
BUFFERING_STARTED - Static variable in interface javax.microedition.media.PlayerListener
Posted when the Player enters into a buffering mode.
BUFFERING_STOPPED - Static variable in interface javax.microedition.media.PlayerListener
Posted when the Player leaves the buffering mode.
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
BURLYWOOD - Static variable in class net.rim.device.api.ui.Color
 
BUTTON - Static variable in class javax.microedition.lcdui.Item
An appearance mode value indicating that the Item is to appear as a button.
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.
byteValue() - Method in class java.lang.Double
Returns the value of this Double as a byte (by casting to a byte).
byteValue() - Method in class java.lang.Float
Returns the value of this Float as a byte (by casting to 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.
C4 - Static variable in interface javax.microedition.media.control.ToneControl
Middle C.
CADETBLUE - Static variable in class net.rim.device.api.ui.Color
 
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 base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.
Calendar() - Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone.
CalendarArguments - class net.rim.blackberry.api.invoke.CalendarArguments.
Encapsulates arguments to pass to the Calendar application.
CalendarArguments() - Constructor for class net.rim.blackberry.api.invoke.CalendarArguments
Creates a new CalendarArguments instance with default arguments.
CalendarArguments(String) - Constructor for class net.rim.blackberry.api.invoke.CalendarArguments
Creates a new CalendarArguments instance with provided arguments.
CALL_ERROR_AUTHORIZATION_FAILURE - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Authorization failure.
CALL_ERROR_CALL_REPLACED_BY_STK - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Call replaced by STK (GSM SIM specific)
CALL_ERROR_CONGESTION - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Congestion.
CALL_ERROR_CONNECTION_DENIED_BY_NETWORK - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Connection denied by network.
CALL_ERROR_DUE_TO_FADING - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Call failed because of signal fading.
CALL_ERROR_EMERGENCY_CALLS_ONLY - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Emergency calls only.
CALL_ERROR_FDN_MISMATCH - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Fixed dialing number mismatch.
CALL_ERROR_GENERAL - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
General call error.
CALL_ERROR_HOLD_ERROR - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Hold error.
CALL_ERROR_INCOMING_CALL_BARRED - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Incoming call barred.
CALL_ERROR_LOST_DUE_TO_FADING - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Call lost because of signal fading.
CALL_ERROR_MAINTENANCE_REQUIRED - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Maintenance required.
CALL_ERROR_NUMBER_NOT_IN_SERVICE - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Number not in service (IDEN specific).
CALL_ERROR_NUMBER_UNOBTAINABLE - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Number unobtainable.
CALL_ERROR_OUTGOING_CALLS_BARRED - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Outgoing call barred.
CALL_ERROR_PLEASE_TRY_LATER - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Please try call later (IDEN specific).
CALL_ERROR_RADIO_PATH_UNAVAILABLE - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Radio path unavailable.
CALL_ERROR_SERVICE_CONFLICT - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Service conflict TI (IDEN specific).
CALL_ERROR_SERVICE_NOT_AVAILABLE - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Service not available.
CALL_ERROR_SUBSCRIBER_BUSY - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Subscriber busy.
CALL_ERROR_SYSTEM_BUSY_TRY_LATER - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
System busy, try later (IDEN specific).
CALL_ERROR_TRY_AGAIN - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
Call failed, please try again.
CALL_ERROR_USER_BUSY_IN_DATA - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
User busy in data (IDEN specific).
CALL_ERROR_USER_BUSY_IN_PRIVATE - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
User busy in private (IDEN specific).
CALL_ERROR_USER_NOT_AUTHORIZED - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
User not authorized (IDEN specific).
CALL_ERROR_USER_NOT_AVAILABLE - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
User not available (IDEN specific).
CALL_ERROR_USER_NOT_REACHABLE - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
User not reachable (IDEN specific).
CALL_ERROR_USER_UNKNOWN - Static variable in interface net.rim.blackberry.api.phone.PhoneListener
User unknown (IDEN specific).
callAdded(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a call gets added to a conference call.
callAdded(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callAnswered(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when the user answers a call (user driven).
callAnswered(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callAt(int, long) - Method in class net.rim.blackberry.api.phone.phonelogs.PhoneLogs
Retrieves a particular call from the log by index.
callConferenceCallEstablished(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a conference call has been established.
callConferenceCallEstablished(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callConnected(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when the network indicates a connected event (network driven).
callConnected(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callDirectConnectConnected(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a direct-connect call is connected.
callDirectConnectConnected(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callDirectConnectDisconnected(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a direct-connect call is disconnected.
callDirectConnectDisconnected(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callDisconnected(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a Call is disconnected.
callDisconnected(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callEndedByUser(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when the user ends the call.
callEndedByUser(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callFailed(int, int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a call fails.
callFailed(int, int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callHeld(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a call goes into the 'held' state.
callHeld(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callIncoming(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a new call is arriving.
callIncoming(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callInitiated(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a call has been initiated by the device (outbound).
callInitiated(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
CallLog - class net.rim.blackberry.api.phone.phonelogs.CallLog.
Abstract base class for phone call logs contained by the PhoneLogs class.
callLogAdded(CallLog) - Method in interface net.rim.blackberry.api.phone.phonelogs.PhoneLogListener
Invoked when a new call log added.
callLogRemoved(CallLog) - Method in interface net.rim.blackberry.api.phone.phonelogs.PhoneLogListener
Invoked when a call log has been removed.
callLogUpdated(CallLog, CallLog) - Method in interface net.rim.blackberry.api.phone.phonelogs.PhoneLogListener
Invoked when a call log has been updated.
callRemoved(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a call gets removed from a conference call.
callRemoved(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
callResumed(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a call goes from 'held' to 'resumed' state.
callResumed(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
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.
callWaiting(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a call is waiting.
callWaiting(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
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_SELECT - Static variable in class net.rim.device.api.ui.MenuItem
Cancel selection menu item.
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.
cancel() - Method in class net.rim.device.api.ui.component.Dialog
Cancel this dialog.
cancel() - Method in class net.rim.plazmic.mediaengine.MediaManager
Cancels the current download if one exists.
cancel(Datagram) - Method in class net.rim.device.api.io.DatagramTransportBase
Attempts to cancel sending a datagram.
cancel(Datagram) - Method in class net.rim.device.api.io.DatagramConnectionBase
Attempts to cancel a sent datagram.
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 interface net.rim.device.api.io.DatagramStatusListener
Generic cancellation error.
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
CAST_128 - Static variable in interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants
CAST 128 symmetric encryption.
CAST128_CBC - Static variable in class net.rim.device.api.crypto.oid.OIDs
CAST128_CBC = 1.2.840.113533.7.66.10 Represents the cbc mode of cast
CAST128_CMS_KEY_WRAP - Static variable in class net.rim.device.api.crypto.oid.OIDs
CAST128_CMS_KEY_WRAP = 1.2.840.113533.7.66.15 Represents the key wrap algorithm for cast in cms
CAST128DecryptorEngine - class net.rim.device.api.crypto.CAST128DecryptorEngine.
Creates a CAST 128 decryption engine.
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.
Creates a CAST 128 encryption engine.
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.
Represents a CAST128 key.
CAST128Key() - Constructor for class net.rim.device.api.crypto.CAST128Key
Creates a new CAST128Key populating the key data with random information.
CAST128Key(byte[]) - Constructor for class net.rim.device.api.crypto.CAST128Key
Creates a new CAST128Key populating the key with 16 bytes or 128 bits of data from the array passed in.
CAST128Key(byte[], int) - Constructor for class net.rim.device.api.crypto.CAST128Key
Creates a new CAST128Key populating the key with 16 bytes or 128 bits of data from the array passed in.
CASUAL - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Casual notification level.
CAUSE_NOT_APPLICABLE - Static variable in interface net.rim.device.api.system.RadioStatusListener
Inapplicable cause value.
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.
CDATA_SECTION_NODE - Static variable in interface org.w3c.dom.Node
The node is a CDATASection.
CDATASection - interface org.w3c.dom.CDATASection.
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
cdataSection(char[], int, int) - Method in class net.rim.device.api.xml.jaxp.XMLWriter
 
cdataSection(char[], int, int) - Method in class net.rim.device.api.xml.jaxp.WBXMLWriter
 
cdataSection(char[], int, int) - Method in interface net.rim.device.api.xml.jaxp.RIMExtendedHandler
Receive notification of a CDATA section.
CDMA_SET_FAST_DORMANCY_FLAG - Static variable in interface net.rim.device.api.io.IOProperties
Set fast dormancy (CDMA-specific).
CDMA_WIRELESS_NET_TYPE - Static variable in class net.rim.device.api.servicebook.ServiceRecord
CDMA Network.
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.
CEDILLA - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
ceil(double) - Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
CENT_SIGN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
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 javax.microedition.pki.Certificate.
Interface common to certificates.
Certificate - interface net.rim.device.api.crypto.certificate.Certificate.
Defines the properties of all certificates.
CERTIFICATE_ALREADY_REVOKED - Static variable in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
 
CERTIFICATE_CHAIN_TOO_LONG - Static variable in class javax.microedition.pki.CertificateException
Indicates the server certificate chain exceeds the length allowed by an issuer's policy.
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.
CertificateChainProperties - class net.rim.device.api.crypto.certificate.CertificateChainProperties.
This class iterates through the certificates in a certificate chain and returns a bitfield that indicates many of the properties of the chain, such as the validity, the trust status, the revocation status, and the strength of the certificates in the chain.
CertificateChainProperties() - Constructor for class net.rim.device.api.crypto.certificate.CertificateChainProperties
 
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(Field) - Constructor for class net.rim.device.api.crypto.certificate.CertificateDisplayField
Create a CertificateDisplayField object given the actual field to use.
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 javax.microedition.pki.CertificateException.
The CertificateException encapsulates an error that occurred while a Certificate is being used.
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(Certificate, byte) - Constructor for class javax.microedition.pki.CertificateException
Create a new exception with a Certificate and specific error reason.
CertificateException(String) - Constructor for class net.rim.device.api.crypto.certificate.CertificateException
Constructs a CertificateException object with a detailed message.
CertificateException(String, Certificate, byte) - Constructor for class javax.microedition.pki.CertificateException
Create a new exception with a message, Certificate, and specific error reason.
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.
CertificateHashKeyStoreIndex - class net.rim.device.api.crypto.certificate.CertificateHashKeyStoreIndex.
Implements an index to allow you to look up a key store data object by the SHA1 hash of the certificate in the data blob.
CertificateHashKeyStoreIndex() - Constructor for class net.rim.device.api.crypto.certificate.CertificateHashKeyStoreIndex
Creates an IssuerKeyStoreIndex object.
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.
CertificateKeyStoreIndex - class net.rim.device.api.crypto.certificate.CertificateKeyStoreIndex.
Implements an index to allow you to look up a key store data object by the certificate in the data blob.
CertificateKeyStoreIndex() - Constructor for class net.rim.device.api.crypto.certificate.CertificateKeyStoreIndex
Creates an CertificateKeyStoreIndex object.
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, int, String, String, int) - Constructor for class net.rim.device.api.crypto.certificate.CertificateServerInfo
 
CertificateServerInfo(String, int, String) - Constructor for class net.rim.device.api.crypto.certificate.CertificateServerInfo
Creates a new CertificateServerInfo object.
CertificateServerInfo(String, int, String, int) - Constructor for class net.rim.device.api.crypto.certificate.CertificateServerInfo
Deprecated.  
CertificateServerInfo(String, int, String, 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
Deprecated.  
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.
Provides numerous utilities for creating, manipulating and verifying certificates and 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.
CHANGE_OPTION - Static variable in class net.rim.device.api.ui.MenuItem
Change option menu item.
changed(MessageEvent) - Method in interface net.rim.blackberry.api.mail.event.MessageListener
Invoked when a change is made to a message.
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.
CharacterData - interface org.w3c.dom.CharacterData.
The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.
Characters - interface net.rim.device.api.system.Characters.
Represents the special characters defined in the base font classes.
characters(char[], int, int) - Method in class net.rim.device.api.xml.jaxp.XMLWriter
 
characters(char[], int, int) - Method in class net.rim.device.api.xml.jaxp.WBXMLWriter
 
characters(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of character data inside an element.
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.
CHARM_HACK_KEY - Static variable in class net.rim.device.api.ui.Graphics
 
CHARSET_ISO_8859_1 - Static variable in interface net.rim.device.api.xml.WBXMLConstants
 
CHARSET_UTF_8 - Static variable in interface net.rim.device.api.xml.WBXMLConstants
 
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).
CHARTREUSE - Static variable in class net.rim.device.api.ui.Color
 
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.
CheckboxField(String, boolean, long) - Constructor for class net.rim.device.api.ui.component.CheckboxField
Constructs a new CheckboxField instance with label, starting state, and style.
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.wtls.WTLSCertificate
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.
checkCrypt() - Method in class net.rim.device.api.io.http.HttpHeaders
Determines if all header values held in this class are properly protected.
checkCrypt() - Method in class net.rim.device.api.util.ContentProtectedVector
Determines if this vector's contents are protected properly.
checkCrypt() - Method in class net.rim.device.api.util.ContentProtectedHashtable
This method will return a boolean indicating if the protection setting of this hashtable matches that of the user's content protection settings.
checkEncoding(Object) - Static method in class net.rim.device.api.system.PersistentContent
Determines if provided encoding is protected under user's settings.
checkEncoding(Object, boolean, boolean) - Static method in class net.rim.device.api.system.PersistentContent
Determines if provided encoding is protected under provided settings.
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.
checkForClosed() - Method in class net.rim.device.api.io.DatagramConnectionBase
 
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.
checkPermission(String) - Method in class javax.microedition.midlet.MIDlet
Get the status of the specified permission.
CHECKSUM_MISMATCH - Static variable in class net.rim.plazmic.mediaengine.MediaException
Represents an error that occurs when the checksum fails.
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.
checkWord(String) - Method in class net.rim.device.api.ui.autotext.AutoText
Checks to see if the word passed in is a replaced string in the AutoText word list.
children() - Method in interface net.rim.device.api.collection.ReadableTree
Retrieves an enumeration of all of the immediate children nodes.
CHOCOLATE - Static variable in class net.rim.device.api.ui.Color
 
Choice - interface javax.microedition.lcdui.Choice.
Choice defines an API for a user interface components implementing selection from predefined number of choices.
CHOICE_GROUP_ELEMENT - Static variable in class javax.microedition.lcdui.Display
Image type for ChoiceGroup element image.
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 ChoiceField instance.
ChoiceField(long) - Constructor for class net.rim.device.api.ui.component.ChoiceField
Constructs a new choice field instance with provided style.
ChoiceField(String, int, int) - Constructor for class net.rim.device.api.ui.component.ChoiceField
Constructs a new ChoiceField instance 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 ChoiceField instance 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.
CHOKE_SEND - Static variable in interface net.rim.device.api.io.ConnEvent
 
choose(Contact, int, boolean) - Method in interface net.rim.blackberry.api.pdap.BlackBerryContactList
Launches the address book so that the user can pick an address.
choose(Contact, int, boolean) - Method in interface net.rim.blackberry.api.pim.BlackBerryContactList
Deprecated. Launches the address book so that the user can pick an address.
CID_BROWSERCONFIG - Static variable in class net.rim.blackberry.api.browser.Browser
Describes the CID of Browser Configuration service book entries
CIRCUMFLEX_ACCENT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
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 javax.microedition.pim.ToDo
Field specifying the desired access class for this contact.
CLASS - Static variable in interface javax.microedition.pim.Event
Field specifying the desired access class for this contact.
CLASS - Static variable in interface javax.microedition.pim.Contact
Field specifying the class of this contact.
CLASS - Static variable in interface net.rim.blackberry.api.pim.ToDo
Deprecated. Field specifying the desired access class for this contact.
CLASS - Static variable in interface net.rim.blackberry.api.pim.Event
Deprecated. Field specifying the desired access class for this contact.
CLASS - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Access class for this contact.
CLASS_CONFIDENTIAL - Static variable in interface javax.microedition.pim.ToDo
Constant indicating this contact's class of access is confidential.
CLASS_CONFIDENTIAL - Static variable in interface javax.microedition.pim.Event
Constant indicating this contact's class of access is confidential.
CLASS_CONFIDENTIAL - Static variable in interface javax.microedition.pim.Contact
Represents the constant for the "confidential" access class.
CLASS_CONFIDENTIAL - Static variable in interface net.rim.blackberry.api.pim.ToDo
Deprecated. Constant indicating this contact's class of access is confidential.
CLASS_CONFIDENTIAL - Static variable in interface net.rim.blackberry.api.pim.Event
Deprecated. Constant indicating this contact's class of access is confidential.
CLASS_CONFIDENTIAL - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. "Confidential" access class.
CLASS_MASK - Static variable in interface net.rim.device.api.crypto.asn1.DERTags
A bitmask for the class flags of the Identifier octet.
CLASS_PRIVATE - Static variable in interface javax.microedition.pim.ToDo
Constant indicating this contact's class of access is private.
CLASS_PRIVATE - Static variable in interface javax.microedition.pim.Event
Constant indicating this contact's class of access is private.
CLASS_PRIVATE - Static variable in interface javax.microedition.pim.Contact
Represents the constant for the "private" access class.
CLASS_PRIVATE - Static variable in interface net.rim.blackberry.api.pim.ToDo
Deprecated. Constant indicating this contact's class of access is private.
CLASS_PRIVATE - Static variable in interface net.rim.blackberry.api.pim.Event
Deprecated. Constant indicating this contact's class of access is private.
CLASS_PRIVATE - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. "Private" access class.
CLASS_PUBLIC - Static variable in interface javax.microedition.pim.ToDo
Constant indicating this contact's class of access is public.
CLASS_PUBLIC - Static variable in interface javax.microedition.pim.Event
Constant indicating this contact's class of access is public.
CLASS_PUBLIC - Static variable in interface javax.microedition.pim.Contact
Represents the constant for the "public" access class.
CLASS_PUBLIC - Static variable in interface net.rim.blackberry.api.pim.ToDo
Deprecated. Constant indicating this contact's class of access is public.
CLASS_PUBLIC - Static variable in interface net.rim.blackberry.api.pim.Event
Deprecated. Constant indicating this contact's class of access is public.
CLASS_PUBLIC - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. "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.
cleanAll() - Static method in class net.rim.device.api.memorycleaner.MemoryCleanerDaemon
Starts a programmatic clean of the registered memory cleaner listeners.
cleanNow(int) - Method in interface net.rim.device.api.memorycleaner.MemoryCleanerListener
Invoked when an event occurs that should trigger a clean of sensitive information.
cleanNow(int) - Method in class net.rim.device.api.ldap.LDAPPasswordCache
 
cleanPassword(String, String) - Method in class net.rim.device.api.ldap.LDAPPasswordCache
This method cleans out the password for the entry represented by the server and baseQuery passed into this method.
clear() - Method in class java.util.Hashtable
Flush this hashtable.
clear() - Method in class java.lang.ref.Reference
Clears this reference object.
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.ui.ContextMenu
Resets all values in this context menu and clears it of any menu items.
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.IntLongHashtable
Flush this hashtable.
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.
clearCustomScrollArrows() - Method in class net.rim.device.api.ui.Manager
 
clearFlags(int) - Method in class net.rim.blackberry.api.mail.Message
Clears flags for this 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() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
This method clones this CertificateServerInfo object exactly.
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.
cloneNode(boolean) - Method in interface org.w3c.dom.Node
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
CLOSE - Static variable in class net.rim.device.api.ui.MenuItem
Clsoe menu item.
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.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 class java.io.DataInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStreamReader
Close the stream.
close() - Method in class java.io.Reader
Close the stream.
close() - Method in class java.io.OutputStreamWriter
Close the stream.
close() - Method in class java.io.Writer
Close the stream, flushing it first.
close() - Method in class java.io.PrintStream
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.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 interface javax.microedition.io.Connection
Close the connection.
close() - Method in interface javax.microedition.media.Player
Close the Player and release its resources.
close() - Method in class net.rim.device.api.bluetooth.BluetoothSerialPort
Closes the serial port.
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.DatagramConnectionBase
Closes the connection.
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.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 I/O port.
close() - Method in class net.rim.device.api.ui.Screen
Closes this screen.
close() - Method in class net.rim.device.api.ui.component.Dialog
Closes this dialog.
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.BlockDecryptor
 
close() - Method in class net.rim.device.api.crypto.cms.EMSAcceptResponseOutputStream
 
close() - Method in class net.rim.device.api.crypto.cms.CMSSignedReceiptOutputStream
 
close() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream
 
close() - Method in class net.rim.device.api.crypto.cms.CMSOutputStream
 
close() - Method in class net.rim.device.api.crypto.cms.CMSInputStream
 
close() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream
 
close() - Method in class net.rim.device.api.crypto.cms.CMSDataOutputStream
 
close() - Method in class net.rim.device.api.crypto.cms.CMSCompressedDataOutputStream
 
close() - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Close the connection.
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 interface javax.microedition.pim.PIMList
Closes this list, releasing it's resources to memory.
close() - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. Closes this list, releasing it's resources to memory.
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.plazmic.mediaengine.MediaPlayer
Closes an instance of MediaPlayer.
close(DatagramConnection) - Method in class net.rim.device.api.io.DatagramTransportBase
Closes the connection.
close(MessageEvent) - Method in interface net.rim.blackberry.api.mail.event.ViewListener
Called when a message is closed in the message list.
CLOSED - Static variable in interface javax.microedition.media.PlayerListener
Posted when a Player is closed.
CLOSED - Static variable in interface javax.microedition.media.Player
The state of the Player indicating that the Player is closed.
CLOSED - Static variable in class net.rim.blackberry.api.mail.event.MessageEvent
Message was closed in the main messagse list UI.
CloseEvent - class net.rim.device.api.browser.field.CloseEvent.
Event to close the browser.
CloseEvent(Object) - Constructor for class net.rim.device.api.browser.field.CloseEvent
Constructs a new CloseEvent instance.
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_HANDLE_INVALID - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed because the specified handle is invalid.
CMM_HASH_INVALID - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed due to an invalid hash.
CMM_MODULE_EXCLUDED - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed because the module is excluded by IT Policy from being present on the device
CMM_MODULE_IN_USE - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed because the module is currently in use.
CMM_MODULE_IN_USE_BY_PERSISTENT_STORE - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed because the module is currently in use by the persistent store.
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_MODULE_REQUIRED - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed because the module is required by IT Policy to be present on the device
CMM_OK - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation completed successfully.
CMM_OK_MODULE_MARKED_FOR_DELETION - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation completed successfully; the module has been marked for deletion at the next reset.
CMM_OK_MODULE_OVERWRITTEN - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation completed successfully; a module was overwritten and marked for deletion in the process.
CMM_SIGNATURE_INVALID - Static variable in class net.rim.device.api.system.CodeModuleManager
The operation failed due to an invalid signature.
CMSAttribute - class net.rim.device.api.crypto.cms.CMSAttribute.
Represents an attribute that may be found/placed in a CMS message.
CMSAttribute(OID, byte[], boolean) - Constructor for class net.rim.device.api.crypto.cms.CMSAttribute
Creates a CMSAttribute object.
CMSCompressedDataInputStream - class net.rim.device.api.crypto.cms.CMSCompressedDataInputStream.
Implements a CMS compressed data input stream so that a message that has been compressed in the CMS format can be properly parsed and decompressed.
CMSCompressedDataOutputStream - class net.rim.device.api.crypto.cms.CMSCompressedDataOutputStream.
Implements a CMS Compressed data output stream so that outgoing data can be compressed and formatted as per CMS compressed data messages.
CMSCompressedDataOutputStream(OutputStream, int, boolean) - Constructor for class net.rim.device.api.crypto.cms.CMSCompressedDataOutputStream
Creates a compressed data output stream using ZLIB_COMPRESSION.
CMSCompressedDataOutputStream(OutputStream, int, int, boolean) - Constructor for class net.rim.device.api.crypto.cms.CMSCompressedDataOutputStream
Creates a compressed data output stream.
CMSContentTypes - interface net.rim.device.api.crypto.cms.CMSContentTypes.
The content types that the RIM version of CMS supports.
CMSContext - class net.rim.device.api.crypto.cms.CMSContext.
Implements a "two stage" method of processing CMS messages.
CMSDataInputStream - class net.rim.device.api.crypto.cms.CMSDataInputStream.
Implements a CMS data input stream.
CMSDataOutputStream - class net.rim.device.api.crypto.cms.CMSDataOutputStream.
Implements a CMS data output stream so that outgoing data can be written to the output stream.
CMSDataOutputStream(OutputStream, boolean) - Constructor for class net.rim.device.api.crypto.cms.CMSDataOutputStream
Creates a data output stream.
CMSDecryptionException - exception net.rim.device.api.crypto.cms.CMSDecryptionException.
Thrown when an error occurs while decrypting a CMS message.
CMSDecryptionException() - Constructor for class net.rim.device.api.crypto.cms.CMSDecryptionException
Constructs a CMSDecryptionException object with no detailed message.
CMSDecryptionException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSDecryptionException
Constructs a CMSDecryptionException object with a detailed message.
CMSEntityIdentifier - class net.rim.device.api.crypto.cms.CMSEntityIdentifier.
This class encompasses how entities ( whether recipients or signers ) are represented in CMS.
CMSEnvelopedDataConstants - interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants.
This interface contains a series of constants that are used by the CMSEnvelopedDataInputStream and CMSEnvelopedDataOutputStreams
CMSEnvelopedDataInputStream - class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream.
Defines an input stream to parse a CMS enveloped message.
CMSEnvelopedDataOutputStream - class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream.
Defines a CMS enveloped data output stream to handle a CMS enveloped data message.
CMSEnvelopedDataOutputStream(OutputStream, int, boolean) - Constructor for class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream
Creates a CMS enveloped data output stream so that all output is encrypted and formatted in an enveloped data object.
CMSEnvelopedDataOutputStream(OutputStream, int, boolean, int) - Constructor for class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream
Creates a CMS enveloped data outputstream (CMSEnvelopedDataOutputStream) so that all output is encrypted and formatted in an enveloped data object.
CMSException - exception net.rim.device.api.crypto.cms.CMSException.
Thrown when a CMS error occurs.
CMSException() - Constructor for class net.rim.device.api.crypto.cms.CMSException
Constructs a CMSException object.
CMSException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSException
Constructs a CMSException object with a detailed message.
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.
CMSInputStream - class net.rim.device.api.crypto.cms.CMSInputStream.
A generic CMS input stream that the data, signed, and enveloped input streams extend.
CMSInputStream(InputStream) - Constructor for class net.rim.device.api.crypto.cms.CMSInputStream
Creates a CMS input stream.
CMSNoCertificateFoundException - exception net.rim.device.api.crypto.cms.CMSNoCertificateFoundException.
Thrown when no certificate can be found, in the message or in the key store, that matches the certificate specified in the message.
CMSNoCertificateFoundException() - Constructor for class net.rim.device.api.crypto.cms.CMSNoCertificateFoundException
Constructs a CMSNoCertificateFoundException object.
CMSNoCertificateFoundException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSNoCertificateFoundException
Constructs a CMSNoCertificateFoundException object with a detailed message.
CMSNoPrivateKeyFoundException - exception net.rim.device.api.crypto.cms.CMSNoPrivateKeyFoundException.
Thrown when something is attempted to be decrypted but no private key can be found.
CMSNoPrivateKeyFoundException() - Constructor for class net.rim.device.api.crypto.cms.CMSNoPrivateKeyFoundException
Constructs a CMSNoPrivateKeyFoundException object.
CMSNoPrivateKeyFoundException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSNoPrivateKeyFoundException
Constructs a CMSNoPrivateKeyFoundException object with a detailed message.
CMSNoPublicKeyFoundException - exception net.rim.device.api.crypto.cms.CMSNoPublicKeyFoundException.
Thrown when no public key can be found to verify a signature on a message.
CMSNoPublicKeyFoundException() - Constructor for class net.rim.device.api.crypto.cms.CMSNoPublicKeyFoundException
Constructs a CMSNoPublicKeyFoundException object.
CMSNoPublicKeyFoundException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSNoPublicKeyFoundException
Constructs a CMSNoPublicKeyFoundException object with a detailed message.
CMSNoReceiptDataFoundException - exception net.rim.device.api.crypto.cms.CMSNoReceiptDataFoundException.
Thrown when the original message cannot be found to verify a signed receipt.
CMSNoReceiptDataFoundException() - Constructor for class net.rim.device.api.crypto.cms.CMSNoReceiptDataFoundException
Constructs a CMSNoReceiptDataFoundException object.
CMSNoReceiptDataFoundException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSNoReceiptDataFoundException
Constructs a CMSNoReceiptDataFoundException object with a detailed message.
CMSNoSuchAlgorithmException - exception net.rim.device.api.crypto.cms.CMSNoSuchAlgorithmException.
Thrown when no matching algorithm can be found to carry out a desired task.
CMSNoSuchAlgorithmException() - Constructor for class net.rim.device.api.crypto.cms.CMSNoSuchAlgorithmException
Constructs a CMSNoSuchAlgorithmException object.
CMSNoSuchAlgorithmException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSNoSuchAlgorithmException
Constructs a CMSNoSuchAlgorithmException object with a detailed message.
CMSNoSuchEntityException - exception net.rim.device.api.crypto.cms.CMSNoSuchEntityException.
Thrown when no CMSEntity can be found in the message.
CMSNoSuchEntityException() - Constructor for class net.rim.device.api.crypto.cms.CMSNoSuchEntityException
Constructs a CMSNoSuchEntityException object.
CMSNoSuchEntityException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSNoSuchEntityException
Constructs a CMSNoSuchEntityException object with a detailed message.
CMSOutputStream - class net.rim.device.api.crypto.cms.CMSOutputStream.
A generic CMS output stream that all specific CMS output streams extend.
CMSOutputStream(OutputStream, int, boolean, boolean) - Constructor for class net.rim.device.api.crypto.cms.CMSOutputStream
Create a CMS output stream.
CMSParsingException - exception net.rim.device.api.crypto.cms.CMSParsingException.
Thrown when a malformed CMS message is parsed.
CMSParsingException() - Constructor for class net.rim.device.api.crypto.cms.CMSParsingException
Constructs a CMSParsingException object.
CMSParsingException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSParsingException
Constructs a CMSParsingException object with a detailed message.
CMSReceiptData - class net.rim.device.api.crypto.cms.CMSReceiptData.
A class containing information required to verify a signed receipt.
CMSReceiptRequest - class net.rim.device.api.crypto.cms.CMSReceiptRequest.
A CMSReceiptRequest allows the user to create a signed receipt request and add it to a CMSSignedDataOuptutStream.
CMSReceiptRequest(String[], String[]) - Constructor for class net.rim.device.api.crypto.cms.CMSReceiptRequest
Creates a CMSReceiptRequest object.
CMSSignedDataInputStream - class net.rim.device.api.crypto.cms.CMSSignedDataInputStream.
Implements a CMS signed data input stream so that a message that has been signed in the CMS format can be properly parsed and verified.
CMSSignedDataOutputStream - class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream.
Implements a CMSSigned data output stream so that outgoing data can be signed and formatted as per CMS signed data messages.
CMSSignedDataOutputStream(OutputStream, int, boolean) - Constructor for class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream
Creates a signed data output stream.
CMSSignedDataOutputStream(OutputStream, int, boolean, boolean, boolean) - Constructor for class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream
Creates a signed data output stream.
CMSSignedDataOutputStream(OutputStream, int, boolean, boolean, boolean, boolean) - Constructor for class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream
Creates a signed data output stream.
CMSSignedReceiptInputStream - class net.rim.device.api.crypto.cms.CMSSignedReceiptInputStream.
A CMSSignedReceiptInputStream allows the user to read in a signed receipt and process it properly.
CMSSignedReceiptOutputStream - class net.rim.device.api.crypto.cms.CMSSignedReceiptOutputStream.
A CMSSignedReceiptOutputStream allows the user to properly create a signed receipt.
CMSSignedReceiptOutputStream(CMSSignedDataOutputStream, OID, byte[], byte[]) - Constructor for class net.rim.device.api.crypto.cms.CMSSignedReceiptOutputStream
Creates a CMSSignedReceiptOutputStream.
CMSSigner - class net.rim.device.api.crypto.cms.CMSSigner.
Groups together a signature signer and a group of certificates for use by CMS.
CMSSigner(SignatureSigner, Certificate) - Constructor for class net.rim.device.api.crypto.cms.CMSSigner
Creates a CMSSigner object for use in a CMSSignedDataOutputStream.
CMSSigner(SignatureSigner, Certificate[]) - Constructor for class net.rim.device.api.crypto.cms.CMSSigner
Creates a CMSSigner for use in a CMS signed data output stream.
CMSVerificationException - exception net.rim.device.api.crypto.cms.CMSVerificationException.
Thrown when the signature on a CMS signed message cannot be verified.
CMSVerificationException() - Constructor for class net.rim.device.api.crypto.cms.CMSVerificationException
Constructs a CMSVerificationException object.
CMSVerificationException(String) - Constructor for class net.rim.device.api.crypto.cms.CMSVerificationException
Constructs a CMSVerificationException object with a detailed message.
code - Variable in class org.w3c.dom.DOMException
 
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.
collidesWith(Image, int, int, boolean) - Method in class javax.microedition.lcdui.game.Sprite
Checks for a collision between this Sprite and the specified Image with its upper left corner at the specified location.
collidesWith(Sprite, boolean) - Method in class javax.microedition.lcdui.game.Sprite
Checks for a collision between this Sprite and the specified Sprite.
collidesWith(TiledLayer, boolean) - Method in class javax.microedition.lcdui.game.Sprite
Checks for a collision between this Sprite and the specified TiledLayer.
COLON - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
Color - class net.rim.device.api.ui.Color.
Defines colors for convinience.
COLOR_BACKGROUND - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_BORDER - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_FOREGROUND - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_HIGHLIGHTED_BACKGROUND - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_HIGHLIGHTED_BORDER - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
COLOR_HIGHLIGHTED_FOREGROUND - Static variable in class javax.microedition.lcdui.Display
A color specifier for use with getColor.
color_type - Variable in class net.rim.device.api.system.Bitmap.PNGInfo
The color type of the PNG.
Color() - Constructor for class net.rim.device.api.ui.Color
 
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.
COMMA - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
Command - class javax.microedition.lcdui.Command.
The Command class is a construct that encapsulates the semantic information of an action.
COMMAND_DELETE_SERVICE - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
COMMAND_INJECT_SERVICE - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
COMMAND_SERVICE_STATUS - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
COMMAND_SWITCH_SERVICE - Static variable in class net.rim.device.api.servicebook.ServiceBook
 
Command(String, int, int) - Constructor for class javax.microedition.lcdui.Command
Creates a new command object with the given label, type, and priority.
Command(String, String, int, int) - Constructor for class javax.microedition.lcdui.Command
Creates a new command object with the given labels, type, and priority.
commandAction(Command, Displayable) - Method in interface javax.microedition.lcdui.CommandListener
Indicates that a command event has occurred on Displayable d.
commandAction(Command, Item) - Method in interface javax.microedition.lcdui.ItemCommandListener
Called by the system to indicate that a command has been invoked on a particular item.
CommandListener - interface javax.microedition.lcdui.CommandListener.
This interface is used by applications which need to receive high-level events from the implementation.
CommConnection - interface javax.microedition.io.CommConnection.
This interface defines a logical serial port connection.
Comment - interface org.w3c.dom.Comment.
This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!
COMMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Comment.
comment(char[], int, int) - Method in class net.rim.device.api.xml.jaxp.XMLWriter
 
comment(char[], int, int) - Method in class net.rim.device.api.xml.jaxp.WBXMLWriter
 
comment(char[], int, int) - Method in interface net.rim.device.api.xml.jaxp.RIMExtendedHandler
Receive notification of a comment
COMMERCIAL_AT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
commit() - Method in interface javax.microedition.media.control.RecordControl
Complete the current recording.
commit() - Method in class net.rim.device.api.system.PersistentObject
Commits this object to the persistent store.
commit() - Method in interface javax.microedition.pim.PIMItem
Commits the PIMItem to the list.
commit() - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Commits the PIMItem to the list.
commit() - Method in class net.rim.device.api.servicebook.ServiceBook
Commits changes to the persistent store.
commit(Object) - Static method in class net.rim.device.api.system.PersistentObject
Commits provided object to the persistent store.
COMP_ENCRYPT - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Datagram is currently being compressed/encrypted.
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.collection.LongKeyProviderAdaptorComparator
 
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.
compare(Object, Object) - Method in class net.rim.device.api.ldap.LDAPComparator
Compares two LDAPEntry objects.
compareDistinguishedNames(DistinguishedName, DistinguishedName) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Compares two DistinguishedNames component by 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 javax.microedition.pim.ToDo
Represents whether or not a ToDo has been completed.
COMPLETED - Static variable in interface net.rim.blackberry.api.pim.ToDo
Deprecated. Represents whether or not a ToDo has been completed.
COMPLETION_DATE - Static variable in interface javax.microedition.pim.ToDo
Represents the completion date for a ToDo.
COMPLETION_DATE - Static variable in interface net.rim.blackberry.api.pim.ToDo
Deprecated. 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.
COMPRESS_NONE - Static variable in class net.rim.device.api.servicebook.ServiceRecord
Indicates no compression mode.
COMPRESS_RIM - Static variable in class net.rim.device.api.servicebook.ServiceRecord
Indicates RIM-proprietary compression mode.
compress(Node) - Static method in class net.rim.device.api.xml.jaxp.DOMInternalRepresentation
tell the DOM to compact the representation of the document containing the Node
COMPRESSED_DATA - Static variable in interface net.rim.device.api.crypto.cms.CMSContentTypes
Specifies a CMS content type of compressed data.
computeFields() - Method in class java.util.Calendar
Converts the current millisecond time value time to field values in fields[].
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).
computeTime() - Method in class java.util.Calendar
Converts the current field values in fields[] to the millisecond time value time.
concat(String) - Method in class java.lang.String
 
conferenceCallDisconnected(int) - Method in interface net.rim.blackberry.api.phone.PhoneListener
Invoked when a conference call is termindated ( all members disconnected).
conferenceCallDisconnected(int) - Method in class net.rim.blackberry.api.phone.AbstractPhoneListener
 
ConferencePhoneCallLog - class net.rim.blackberry.api.phone.phonelogs.ConferencePhoneCallLog.
A log object for a conference call (a call with two or more participants).
ConferencePhoneCallLog(Date, int, int, PhoneCallLogID, PhoneCallLogID, String) - Constructor for class net.rim.blackberry.api.phone.phonelogs.ConferencePhoneCallLog
Creates a new ConferencePhoneCallLog instance.
CONFIRM_WMLSCRIPT_EXECUTION - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Prompt before executing WML script.
CONFIRM_WMLSCRIPT_EXECUTION_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default WML script execution mode (false).
CONFIRMATION - Static variable in class javax.microedition.lcdui.AlertType
A CONFIRMATION AlertType is a hint to confirm user actions.
connect() - Method in class javax.microedition.media.protocol.DataSource
Open a connection to the source described by the locator and initiate communication.
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.
CONNECTION_IPPP_UID - Static variable in class net.rim.device.api.io.http.PushInputStream
IPP/UID connection type.
CONNECTION_IPV4 - Static variable in class net.rim.device.api.io.http.PushInputStream
IPv4 connection type.
CONNECTION_SMSC - Static variable in class net.rim.device.api.io.http.PushInputStream
SMSC connection type.
ConnectionInfo - class net.rim.plazmic.mediaengine.io.ConnectionInfo.
Contains details about the connection.
ConnectionInfo() - Constructor for class net.rim.plazmic.mediaengine.io.ConnectionInfo
The default constructor.
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
Invoked when a connection is requested.
Connector - class javax.microedition.io.Connector.
This class is a factory used to create all the connection objects.
Connector - interface net.rim.plazmic.mediaengine.io.Connector.
This interface provides the means to extend MediaManager functionality with support for additional protocols and caching.
ConnEvent - interface net.rim.device.api.io.ConnEvent.
Describes data available to all connection events.
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.
CONSUME_CLICK - Static variable in class net.rim.device.api.ui.component.ButtonField
Indicates to the button consume the click event.
CONSUME_INPUT - Static variable in class net.rim.device.api.ui.component.BasicEditField
Determines whether or not this field should consume all input characters; if it would normally.
CONSUMED_FIELD - Static variable in class net.rim.device.api.synchronization.ConverterUtilities
Marker indicates that the field has been consumed.
Contact - interface javax.microedition.pim.Contact.
Represents a PIM contact.
Contact - interface net.rim.blackberry.api.pim.Contact.
Deprecated. In favour of Contact.
CONTACT_LIST - Static variable in class javax.microedition.pim.PIM
Represents the Contact list type.
CONTACT_LIST - Static variable in class net.rim.blackberry.api.pim.PIM
Deprecated. Represents the Contact list type.
ContactAttachmentPart - class net.rim.blackberry.api.mail.ContactAttachmentPart.
Provides functionality for address card attachment parts This class makes use of the Contact class provided by the PIM API.
ContactAttachmentPart(Multipart) - Constructor for class net.rim.blackberry.api.mail.ContactAttachmentPart
Creates a new, empty ContactAttachmentPart instance.
ContactAttachmentPart(Multipart, Contact) - Constructor for class net.rim.blackberry.api.mail.ContactAttachmentPart
Creates a new ContactAttachmentPart instance for provided contact.
ContactList - interface javax.microedition.pim.ContactList.
Represents a list of PIM contacts.
ContactList - interface net.rim.blackberry.api.pim.ContactList.
Deprecated. In favour of ContactList.
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) - Method in class net.rim.device.api.ui.XYRect
Determines if this rectangle entirely contains specified point.
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(long) - Method in class net.rim.device.api.util.IntLongHashtable
Determines if some key maps into the specified value in this hashtable.
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(Object) - Method in class net.rim.device.api.util.ContentProtectedHashtable
Determines if some key maps into the specified value in this hashtable.
contains(Object[], Object) - Static method in class net.rim.device.api.util.Arrays
Determine if the specified element is present.
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.IntLongHashtable
Determines if the specified object is a key in this hashtable.
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
MIME content-type header type.
CONTENT_TYPE_APPLICATION_JAVA_VM - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_PKCS7_MIME - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_STAR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_OMA_DD_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_OMA_DRM_CONTENT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_OMA_DRM_MESSAGE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_OMA_DRM_RIGHTS_PLUS_WBXML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_OMA_DRM_RIGHTS_PLUS_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_SYNCML_DM_PLUS_WBXML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_SYNCML_DM_PLUS_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_SYNCML_NOTIFICATION - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_CERT_RESPONSE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_COC - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_CONNECTIVITY_WBXML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_HASHED_CERTIFICATE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_LOC_PLUS_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_LOCC_PLUS_WBXML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_MMS_MESSAGE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_MULTIPART_ALTERNATIVE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_MULTIPART_BYTERANGES - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_MULTIPART_FORM_DATA - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_MULTIPART_MIXED - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_MULTIPART_RELATED - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_MULTIPART_STAR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_ROLLOVER_CERTIFICATE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_SIA - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_SIC - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_SIGNED_CERTIFICATE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_SLC - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_UAPROF - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_WBXML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_WMLC - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_WMLSCRIPTC - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_WTA_EVENTC - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_WTLS_CA_CERTIFICATE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_WTLS_USER_CERTIFICATE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WAP_XHTML_PLUS_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_VND_WV_CSP_CIR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_WML_PLUS_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_X_HDMLC - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_X_WWW_FORM_URLENCODED - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_X_X509_CA_CERT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_X_X509_USER_CERT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_X_X968_CA_CERT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_X_X968_CROSS_CERT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_X_X968_USER_CERT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_XHTML_PLUS_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_APPLICATION_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_IMAGE_GIF - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_IMAGE_JPEG - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_IMAGE_PNG - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_IMAGE_STAR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_IMAGE_TIFF - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_IMAGE_VND_WAP_WBMP - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_MULTIPART_ALTERNATIVE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_MULTIPART_BYTERANGES - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_MULTIPART_FORM_DATA - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_MULTIPART_MIXED - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_MULTIPART_RELATED - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_MULTIPART_STAR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_STAR_STAR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_CSS - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_HTML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_PLAIN - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_STAR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_VND_WAP_CO - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_VND_WAP_CONNECTIVITY_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_VND_WAP_SI - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_VND_WAP_SL - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_VND_WAP_WML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_VND_WAP_WMLSCRIPT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_VND_WAP_WTA_EVENT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_X_HDML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_X_TTML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_X_VCALENDAR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_X_VCARD - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
CONTENT_TYPE_TEXT_XML - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
ContentConnection - interface javax.microedition.io.ContentConnection.
This interface defines the stream connection over which content is passed.
ContentDescriptor - class javax.microedition.media.protocol.ContentDescriptor.
A ContentDescriptor identifies media data containers.
ContentDescriptor(String) - Constructor for class javax.microedition.media.protocol.ContentDescriptor
Create a content descriptor with the specified content type.
ContentProtectedHashtable - class net.rim.device.api.util.ContentProtectedHashtable.
This class provides a hashtable that will employ content protection on the values stored in the hashtable.
ContentProtectedHashtable() - Constructor for class net.rim.device.api.util.ContentProtectedHashtable
Creates a new, empty ContentProtectedHashtable using the default capacity and automatically protects the values in the hashtable.
ContentProtectedHashtable(boolean) - Constructor for class net.rim.device.api.util.ContentProtectedHashtable
Creates a new, empty ContentProtectedHashtable using the default capacity.
ContentProtectedHashtable(Hashtable, boolean) - Constructor for class net.rim.device.api.util.ContentProtectedHashtable
Creates a new ContentProtectedHashtable with the contents currently found in the Hashtable passed into this method.
ContentProtectedHashtable(int) - Constructor for class net.rim.device.api.util.ContentProtectedHashtable
Creates a new, empty ContentProtectedHashtable using the initial capacity and automatically protects the values in the hashtable.
ContentProtectedHashtable(int, boolean) - Constructor for class net.rim.device.api.util.ContentProtectedHashtable
Creates a new, empty ContentProtectedHashtable.
ContentProtectedVector - class net.rim.device.api.util.ContentProtectedVector.
Provides a vector that employs content protection on its contained elements.
ContentProtectedVector() - Constructor for class net.rim.device.api.util.ContentProtectedVector
Creates a new ContentProtectedVector instance automatically protecting its contents.
ContentProtectedVector(boolean) - Constructor for class net.rim.device.api.util.ContentProtectedVector
Creates a new ContentProtectedVector instance.
ContentProtectedVector(int) - Constructor for class net.rim.device.api.util.ContentProtectedVector
Creates a new ContentProtectedVector instance of specified capacity, automatically protecting its contents.
ContentProtectedVector(int, int) - Constructor for class net.rim.device.api.util.ContentProtectedVector
Creates a new ContentProtectedVector instance with specified capacity and capacity increment, automatically protecting its contents.
ContentProtectedVector(int, int, boolean) - Constructor for class net.rim.device.api.util.ContentProtectedVector
Creates a new ContentProtectedVector instance with specified capacity and capacity incrememt.
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.
CONTINUOUS_IDLE - Static variable in class javax.microedition.lcdui.Gauge
The value representing the continuous-idle state of a non-interactive Gauge with indefinite range.
CONTINUOUS_RUNNING - Static variable in class javax.microedition.lcdui.Gauge
The value representing the continuous-running state of a non-interactive Gauge with indefinite range.
Control - interface javax.microedition.media.Control.
A Control object is used to control some media processing functions.
CONTROL_CHANGE - Static variable in interface javax.microedition.media.control.MIDIControl
Command value for Control Change message (0xB0, or 176).
Controllable - interface javax.microedition.media.Controllable.
Controllable provides an interface for obtaining the Controls from an object like a Player.
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
Creates a ControlledAccessException instance.
ControlledAccessException(CodeSigningKey) - Constructor for class net.rim.device.api.system.ControlledAccessException
Creates a ControlledAccessException instance specifying the key used to access the object.
ControlledAccessException(String) - Constructor for class net.rim.device.api.system.ControlledAccessException
Creates a ControlledAccessException instance using a message describing the reason for the exception.
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.
convertByteArrayToEncoding(byte[]) - Static method in class net.rim.device.api.system.PersistentContent
Converts a byte array to an encoding.
convertCertificate(Certificate) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Converts a RIM certificate into a J2ME certificate.
convertEncodingToByteArray(Object) - Static method in class net.rim.device.api.system.PersistentContent
Converts a PersistentContent encoding of an object to a byte array.
ConverterUtilities - class net.rim.device.api.synchronization.ConverterUtilities.
A set of static utility methods used when formatting or parsing data used during serial synchronization with the RIM desktop.
convertSize(int, int, int) - Static method in class net.rim.device.api.ui.Ui
Converts size unit measurements.
cookieID - Variable in class net.rim.device.api.ui.component.ActiveRichTextField.RegionQueue
Cookie IDs for regions.
CookieProvider - interface net.rim.device.api.ui.component.CookieProvider.
Allows an object to provide cookies.
COPY - Static variable in class net.rim.device.api.ui.MenuItem
Copy menu item.
copy(byte[]) - Static method in class net.rim.device.api.util.Arrays
Retrieves a duplicate copy of a byte array.
copy(byte[], int, int) - Static method in class net.rim.device.api.util.Arrays
Retrieves a duplicate copy of a section from a byte array.
copy(char[]) - Static method in class net.rim.device.api.util.Arrays
Retrieves a duplicate copy of a character array.
copy(char[], int, int) - Static method in class net.rim.device.api.util.Arrays
Retrieves a duplicate copy of a section from a character array.
copy(DatagramBase) - Method in class net.rim.device.api.io.DatagramBase
Copies state and data from provided datagram.
copy(int[]) - Static method in class net.rim.device.api.util.Arrays
Retrieves a duplicate copy of an integer array.
copy(int[], int, int) - Static method in class net.rim.device.api.util.Arrays
Retrieves a duplicate copy of a section from an integer array.
copy(long[]) - Static method in class net.rim.device.api.util.Arrays
Retrieves a duplicate copy of a long integer array.
copy(long[], int, int) - Static method in class net.rim.device.api.util.Arrays
Retrieves a duplicate copy of a section from a long integer array.
copy(short[]) - Static method in class net.rim.device.api.util.Arrays
Retrieves a duplicate copy of short integer arary.
copy(short[], int, int) - Static method in class net.rim.device.api.util.Arrays
Retrieves 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(int, int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Copies the contents of a rectangular area (x_src, y_src, width, height) to a destination area, whose anchor point identified by anchor is located at (x_dest, y_dest).
copyArea(XYRect, int, int) - Method in class net.rim.device.api.ui.Graphics
Copies a region of this graphics canvas, specified by an XYRect.
copyCalendar(Calendar, Calendar) - Static method in class net.rim.device.api.util.DateTimeUtilities
Copies a date from one calendar to another.
copyEncoding(Object) - Static method in class net.rim.device.api.system.PersistentContent
Retrieves a copy of the encoding.
copyFlagsInto(DatagramBase) - Method in class net.rim.device.api.io.DatagramConnectionBase
Copies flags from the connection to the datagram.
copyFlagsInto(DatagramBase) - Method in class net.rim.device.api.io.DatagramBase
Copies flags from this datagram into provided datagram.
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.
copyInto(Object[]) - Method in class net.rim.device.api.util.ContentProtectedVector
Copies this vector's components into the provided array.
copyInto(ServiceRecord) - Method in class net.rim.device.api.servicebook.ServiceRecord
Copies the data from this service record into another.
COPYRIGHT_KEY - Static variable in interface javax.microedition.media.control.MetaDataControl
Default key for COPYRIGHT information.
COPYRIGHT_SIGN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
CORAL - Static variable in class net.rim.device.api.ui.Color
 
CORE_OPTIONS_GUID - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Browser options GUID.
CORNFLOWERBLUE - Static variable in class net.rim.device.api.ui.Color
 
CORNSILK - Static variable in class net.rim.device.api.ui.Color
 
cos(double) - Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
Cos(int) - Static method in class net.rim.device.api.math.Fixed32
Computes COS(f), f is a fixed point number in radians. 0 <= f <= PI/2
cosd(int) - Static method in class net.rim.device.api.math.Fixed32
Returns the cosine of a fixed-point angle in degrees.
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 javax.microedition.pim.RepeatRule
Represents the number of times the event will occur.
COUNT - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Represents the number of times the event will occur.
countValues(int) - Method in interface javax.microedition.pim.PIMItem
Returns a value indicating the number of values currently contained within the field.
countValues(int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Returns a value indicating the number of values currently contained within the field.
CPPDEV_BEGIN - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Lowest possible value for transmission errors specific to C++ devices.
CPPDEV_END - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Highest possible value for transmission errors specific to C++ devices.
CPPDEV_VALID_MASK - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Valid event mask.
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.
createAnimatedTile(int) - Method in class javax.microedition.lcdui.game.TiledLayer
Creates a new animated tile and returns the index that refers to the new animated tile.
createArray(int) - Static method in class net.rim.device.api.crypto.CryptoByteArrayArithmetic
Returns an array containing 2^log2n
createAttribute(String) - Method in interface org.w3c.dom.Document
Creates an Attr of the given name.
createAttributeNS(String, String) - Method in interface org.w3c.dom.Document
Creates an attribute of the given qualified name and namespace URI.
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.
createCDATASection(String) - Method in interface org.w3c.dom.Document
Creates a CDATASection node whose value is the specified string.
createComment(String) - Method in interface org.w3c.dom.Document
Creates a Comment node given the specified string.
createContact() - Method in interface javax.microedition.pim.ContactList
Creates a new Contact instance.
createContact() - Method in interface net.rim.blackberry.api.pim.ContactList
Deprecated. Creates a new emtpy contact for this list.
createDHKeyPair() - Method in class net.rim.device.api.crypto.DHCryptoSystem
 
createDocument(String, String, DocumentType) - Method in interface org.w3c.dom.DOMImplementation
Creates a DOM Document object of the specified type with its document element.
createDocumentFragment() - Method in interface org.w3c.dom.Document
Creates an empty DocumentFragment object.
createDocumentType(String, String, String) - Method in interface org.w3c.dom.DOMImplementation
Creates an empty DocumentType node.
createDSAKeyPair() - Method in class net.rim.device.api.crypto.DSACryptoSystem
 
createECKeyPair() - Method in class net.rim.device.api.crypto.ECCryptoSystem
 
createElement(String) - Method in interface org.w3c.dom.Document
Creates an element of the type specified.
createElementNS(String, String) - Method in interface org.w3c.dom.Document
Creates an element of the given qualified name and namespace URI.
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.
createEntityReference(String) - Method in interface org.w3c.dom.Document
Creates an EntityReference object.
createEvent() - Method in interface javax.microedition.pim.EventList
Creates a new Event instance.
createEvent() - Method in interface net.rim.blackberry.api.pim.EventList
Deprecated. Creates a new Event instance.
createGroup(Object) - Static method in class net.rim.device.api.system.ObjectGroup
Groups an object and everything it references to (recursively) into one orphan filesystem record.
createGroupIgnoreTooBig(Object) - Static method in class net.rim.device.api.system.ObjectGroup
Groups an object and everything it references to (recursively) into one orphan filesystem record.
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(Image, int, int, int, int, int) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image using pixel data from the specified region of a source image, transformed as specified.
createImage(InputStream) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from decoded image data obtained from an InputStream.
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(long, Object) - Static method in class net.rim.device.api.util.FactoryUtil
Waits for the specified Factory object to be registered, then calls createInstance() on the factory.
createInstance(Object) - Method in interface net.rim.device.api.util.Factory
 
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.
createMedia(String) - Method in class net.rim.plazmic.mediaengine.MediaManager
Loads media content from a given URI.
createMedia(String, String) - Method in class net.rim.plazmic.mediaengine.MediaManager
Loads media content from a given URI.
createMediaLater(String) - Method in class net.rim.plazmic.mediaengine.MediaManager
Loads media content asynchronously given a Uniform Resource Indicator (URI).
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.
createPlayer(DataSource) - Static method in class javax.microedition.media.Manager
Create a Player for a DataSource.
createPlayer(InputStream, String) - Static method in class javax.microedition.media.Manager
Create a Player to play back media from an InputStream.
createPlayer(String) - Static method in class javax.microedition.media.Manager
Create a Player from an input locator.
createProcessingInstruction(String, String) - Method in interface org.w3c.dom.Document
Creates a ProcessingInstruction node given the specified name and data strings.
createRGBImage(int[], int, int, boolean) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from a sequence of ARGB values, specified as 0xAARRGGBB.
createRSAKeyPair() - Method in class net.rim.device.api.crypto.RSACryptoSystem
 
createRSAKeyPair(byte[]) - Method in class net.rim.device.api.crypto.RSACryptoSystem
 
createSignedReceiptStream(CMSSignedDataOutputStream, CMSEntityIdentifier) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Creates a CMSSignedReceiptOutputStream corresponding to the receipt request found in this CMSSignedDataInputStream.
createTextNode(String) - Method in interface org.w3c.dom.Document
Creates a Text node given the specified string.
createToDo() - Method in interface javax.microedition.pim.ToDoList
Creates a new ToDo instance.
createToDo() - Method in interface net.rim.blackberry.api.pim.ToDoList
Deprecated. 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
CRIMSON - Static variable in class net.rim.device.api.ui.Color
 
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
Line feed character.
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
Deprecated. If you use this constructor, all of the public functions in this class may throw NullPointerExceptions. Instead use the public constructors.
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.
CryptoSystemProperties - class net.rim.device.api.crypto.CryptoSystemProperties.
This class determines certain properties of a CryptoSystem.
CryptoSystemProperties() - Constructor for class net.rim.device.api.crypto.CryptoSystemProperties
 
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.
CSS_MEDIA_TYPE - Static variable in class net.rim.device.api.browser.field.RenderingOptions
The CSS media type.
CSS_MEDIA_TYPE_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default CSS media type (handheld).
cStr2String(byte[], int, int) - Static method in class net.rim.device.api.util.StringUtilities
Converts C/C++ string into a Java String.
CTRPseudoRandomSource - class net.rim.device.api.crypto.CTRPseudoRandomSource.
CTRPseudoRandomSource uses a symmetric key block cipher in Counter Mode to provide a sequence of pseudo random bytes.
CTRPseudoRandomSource(SymmetricKeyEncryptorEngine, InitializationVector) - Constructor for class net.rim.device.api.crypto.CTRPseudoRandomSource
Creates an CTRPseudoRandomSource object based on the specified encryptor engine and initialization vector.
CTRPseudoRandomSource(SymmetricKeyEncryptorEngine, long) - Constructor for class net.rim.device.api.crypto.CTRPseudoRandomSource
Creates an CTRPseudoRandomSource object based on the specified encryptor engine and initialization vector.
CURRENCY_SIGN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
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.
CustomItem - class javax.microedition.lcdui.CustomItem.
A CustomItem is customizable by subclassing to introduce new visual and interactive elements into Forms.
CustomItem(String) - Constructor for class javax.microedition.lcdui.CustomItem
Superclass constructor, provided so that the CustomItem subclass can specify its label.
CUT - Static variable in class net.rim.device.api.ui.MenuItem
Cut menu item.
CYAN - Static variable in class net.rim.device.api.ui.Color
 

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 javax.microedition.pim.RepeatRule
Indicates that the frequency of the event occurs daily.
DAILY - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Indicates that the frequency of the event occurs daily.
DARKBLUE - Static variable in class net.rim.device.api.ui.Color
 
DARKCYAN - Static variable in class net.rim.device.api.ui.Color
 
DARKGOLDENROD - Static variable in class net.rim.device.api.ui.Color
 
DARKGRAY - Static variable in class net.rim.device.api.ui.Color
 
DARKGREEN - Static variable in class net.rim.device.api.ui.Color
 
DARKKHAKI - Static variable in class net.rim.device.api.ui.Color
 
DARKMAGENTA - Static variable in class net.rim.device.api.ui.Color
 
DARKOLIVEGREEN - Static variable in class net.rim.device.api.ui.Color
 
DARKORANGE - Static variable in class net.rim.device.api.ui.Color
 
DARKORCHID - Static variable in class net.rim.device.api.ui.Color
 
DARKRED - Static variable in class net.rim.device.api.ui.Color
 
DARKSALMON - Static variable in class net.rim.device.api.ui.Color
 
DARKSEAGREEN - Static variable in class net.rim.device.api.ui.Color
 
DARKSLATEBLUE - Static variable in class net.rim.device.api.ui.Color
 
DARKSLATEGRAY - Static variable in class net.rim.device.api.ui.Color
 
DARKTURQUOISE - Static variable in class net.rim.device.api.ui.Color
 
DARKVIOLET - Static variable in class net.rim.device.api.ui.Color
 
DATA - Static variable in interface net.rim.device.api.crypto.cms.CMSContentTypes
Specifies a CMS content type of data.
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.
DATA_FORMAT_DATA_BITS_5 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
Five data bits per byte.
DATA_FORMAT_DATA_BITS_6 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
Six data bits per byte.
DATA_FORMAT_DATA_BITS_7 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
Seven data bits per byte.
DATA_FORMAT_DATA_BITS_8 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
Eight data bits per byte.
DATA_FORMAT_PARITY_EVEN - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
Connection uses even parity (only useful in conjunction with BluetoothSerialPort.DATA_FORMAT_PARITY_ON).
DATA_FORMAT_PARITY_MARK - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
Connection uses mark parity (only useful in conjunction with BluetoothSerialPort.DATA_FORMAT_PARITY_ON).
DATA_FORMAT_PARITY_NONE - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
Connection has no parity.
DATA_FORMAT_PARITY_ODD - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
Connection uses odd parity (only useful in conjunction with BluetoothSerialPort.DATA_FORMAT_PARITY_ON).
DATA_FORMAT_PARITY_ON - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
Connection has parity.
DATA_FORMAT_PARITY_SPACE - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
Connection uses space parity (only useful in conjunction with BluetoothSerialPort.DATA_FORMAT_PARITY_ON).
DATA_FORMAT_STOP_BITS_1 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
Connection pauses for one bit's transfer time for stop action.
DATA_FORMAT_STOP_BITS_1_5 - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
Connection pauses for one and a half bit's transfer time for stop action.
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.
DatagramAddressBase - class net.rim.device.api.io.DatagramAddressBase.
This is the generic datagram address interface.
DatagramAddressBase() - Constructor for class net.rim.device.api.io.DatagramAddressBase
Creates a new DatagramAddressBase instance.
DatagramAddressBase(DatagramAddressBase) - Constructor for class net.rim.device.api.io.DatagramAddressBase
Creates a new DatagramAddressBase instance based on an existing address base.
DatagramAddressBase(String) - Constructor for class net.rim.device.api.io.DatagramAddressBase
Creates a new DatagramAddressBase instance based on an existing address string.
DatagramBase - class net.rim.device.api.io.DatagramBase.
Generic datagram object defines holder of data sent or received from a datagram connection.
DatagramBase() - Constructor for class net.rim.device.api.io.DatagramBase
Constructs a new DatagramBase instance.
DatagramBase(byte[], int, int) - Constructor for class net.rim.device.api.io.DatagramBase
Constructs a new DatagramBase instance from provided data.
DatagramBase(byte[], int, int, DatagramAddressBase) - Constructor for class net.rim.device.api.io.DatagramBase
Constructs a new DatagramBase instance from provided data and address base.
DatagramBase(byte[], int, int, String) - Constructor for class net.rim.device.api.io.DatagramBase
Constructs a new DatagramBase instance from provided data and target address.
DatagramConnection - interface javax.microedition.io.DatagramConnection.
This interface defines the capabilities that a datagram connection must have.
DatagramConnectionBase - class net.rim.device.api.io.DatagramConnectionBase.
Contains methods that handle BlackBerry Datagram connection and transmission operations.
DatagramConnectionBase() - Constructor for class net.rim.device.api.io.DatagramConnectionBase
Creates a new DatagramConnectionBase instance.
datagramProcessed(int) - Method in class net.rim.device.api.io.DatagramTransportBase
Invoked when a received datagram has gone through processing.
datagramProcessed(int) - Method in class net.rim.device.api.io.DatagramConnectionBase
Indicates a datagram has been processed.
DatagramStatusListener - interface net.rim.device.api.io.DatagramStatusListener.
Describes functionality that a datagram status listener must implement.
DatagramStatusListenerUtil - class net.rim.device.api.io.DatagramStatusListenerUtil.
Provides a host of utility functions usable by datagram status listeners.
DatagramStatusListenerUtil() - Constructor for class net.rim.device.api.io.DatagramStatusListenerUtil
 
DatagramTransportBase - class net.rim.device.api.io.DatagramTransportBase.
Provides a base implementation for a transport protocol.
DatagramTransportBase() - Constructor for class net.rim.device.api.io.DatagramTransportBase
 
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
Invoked when data is not sent.
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.bluetooth.BluetoothSerialPortListener
Invoked when new data has arrived in the port's previously-empty receive queue.
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.bluetooth.BluetoothSerialPortListener
Invoked when the port's transmit queue becomes completely empty.
dataSent() - Method in interface net.rim.device.api.system.IOPortListener
Invoked when the port's transmit queue becomes completely empty.
DataSource - class javax.microedition.media.protocol.DataSource.
A DataSource is an abstraction for media protocol-handlers.
DataSource(String) - Constructor for class javax.microedition.media.protocol.DataSource
Construct a DataSource from a locator.
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 interface javax.microedition.pim.PIMItem
Indicates that the data type is a date.
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
Deprecated. 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_KEY - Static variable in interface javax.microedition.media.control.MetaDataControl
Default key for DATE information.
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, int, DateFormat) - Constructor for class net.rim.device.api.ui.component.DateField
Constructs a new DateField instance with label, initial value, style, 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 javax.microedition.pim.RepeatRule
Returns an enumeration of event dates, ordered by date, between the specified subsetBeginning and subsetEnding parameters.
dates(long, long, long) - Method in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. 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 javax.microedition.pim.RepeatRule
Represents the day in the month that this event will occur.
DAY_IN_MONTH - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Represents the day in the month that this event will occur.
DAY_IN_WEEK - Static variable in class javax.microedition.pim.RepeatRule
Represents the day in the week that this event will occur.
DAY_IN_WEEK - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Represents the day in the week that this event will occur.
DAY_IN_YEAR - Static variable in class javax.microedition.pim.RepeatRule
Represents the day in the year that this event will occur.
DAY_IN_YEAR - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. 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.
DCID - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryContact
Direct Connect ID field for communicating with devices on the iDEN network.
DCID - Static variable in interface net.rim.blackberry.api.pim.BlackBerryContact
Deprecated. Direct Connect ID field for communicating with devices on the iDEN network.
deactivate() - Method in class net.rim.device.api.system.Application
Handles backgrounding event.
deallocate() - Method in interface javax.microedition.media.Player
Release the scarce or exclusive resources like the audio device acquired by the Player.
debug - Static variable in class net.rim.device.api.xml.jaxp.DOMInternalRepresentation
 
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 javax.microedition.pim.RepeatRule
Represents the constant for the month: December.
DECEMBER - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Represents the constant for the month: December.
DECIMAL - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter numeric values with optional decimal fractions, for example "-123", "0.123", or ".5".
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.
DECLINE_REASON_USERDCR - Static variable in class net.rim.device.api.io.http.PushInputStream
Push message discarded due to resource shortage.
DECLINE_REASON_USERDCU - Static variable in class net.rim.device.api.io.http.PushInputStream
Content type of Push message cannot be processed.
DECLINE_REASON_USERPND - Static variable in class net.rim.device.api.io.http.PushInputStream
Push message cannot be delivered to intended destination.
DECLINE_REASON_USERRFS - Static variable in class net.rim.device.api.io.http.PushInputStream
User refused Push message.
decline(int) - Method in class net.rim.device.api.io.http.PushInputStream
Declines this push because of the reason provided.
decline(int) - Method in class net.rim.device.api.io.http.MDSPushInputStream
Declines this push because of the reason provided.
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_NO_DITHER - Static variable in class net.rim.device.api.system.EncodedImage
Don't dither when decoding.
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.
decode(Object) - Static method in class net.rim.device.api.system.PersistentContent
Decodes data.
decode(Object, boolean) - Static method in class net.rim.device.api.system.PersistentContent
Decodes portion of data object.
decodeByteArray(Object) - Static method in class net.rim.device.api.system.PersistentContent
Decodes byte array.
decodeByteArray(Object, boolean) - Static method in class net.rim.device.api.system.PersistentContent
Decodes portion of byte array.
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.
decodeString(Object) - Static method in class net.rim.device.api.system.PersistentContent
Decodes a string.
decodeString(Object, boolean) - Static method in class net.rim.device.api.system.PersistentContent
Decodes portion of 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(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(byte[], 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[], int, int, String, KeyStorePasswordTicket) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Deprecated. Use the other decrypt method that does not take in a salt or security level.
decrypt(int, long, byte[], String, KeyStorePasswordTicket) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Deprecated. Use the decrypt method that does not take in the security level and salt. These parameters are encoded in the input byte[] now automatically and are not needed as parameters.
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, 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.
decryptReEncrypt(int, long, byte[]) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Deprecated. Use the decryptReEncrypt method that no longer requires a securityLevel and a salt.
DEEPPINK - Static variable in class net.rim.device.api.ui.Color
 
DEEPSKYBLUE - Static variable in class net.rim.device.api.ui.Color
 
DEFAULT - Static variable in class net.rim.device.api.ui.text.TextFilter
Default filter type.
DEFAULT_CHARSET - Static variable in class net.rim.blackberry.api.browser.URLEncodedPostData
Default character set.
DEFAULT_CHARSET - Static variable in class net.rim.blackberry.api.browser.MultipartPostData
Default character set.
DEFAULT_CHARSET_VALUE - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Default charset to use.
DEFAULT_CHARSET_VALUE_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default character set value (us-ascii).
DEFAULT_CLOSE - Static variable in class net.rim.device.api.ui.Screen
If specified, screen will provide a close action.
DEFAULT_FONT_FACE - Static variable in class net.rim.device.api.browser.field.RenderingOptions
The default font face to be used when rendering.
DEFAULT_FONT_FACE_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
The default font face is BBMillbank.
DEFAULT_FONT_SIZE - Static variable in class net.rim.device.api.browser.field.RenderingOptions
The default font size to be used when rendering; in points.
DEFAULT_FONT_SIZE_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
The default font size is 8 points.
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_PRIORITY - Static variable in interface net.rim.device.api.synchronization.OTASyncPriorityProvider
 
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.
DEFAULT_TIMEOUT - Static variable in class net.rim.device.api.io.DatagramConnectionBase
 
defaultAttribute(String, String, String) - Method in class net.rim.device.api.xml.jaxp.XMLWriter
 
defaultAttribute(String, String, String) - Method in class net.rim.device.api.xml.jaxp.WBXMLWriter
 
defaultAttribute(String, String, String) - Method in interface net.rim.device.api.xml.jaxp.RIMExtendedHandler
Receive notification of a default attribute value declaration
DefaultHandler - class org.xml.sax.helpers.DefaultHandler.
Default base class for SAX2 event handlers.
DefaultHandler() - Constructor for class org.xml.sax.helpers.DefaultHandler
 
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.
defineCollisionRectangle(int, int, int, int) - Method in class javax.microedition.lcdui.game.Sprite
Defines the Sprite's bounding rectangle that is used for collision detection purposes.
defineReferencePixel(int, int) - Method in class javax.microedition.lcdui.game.Sprite
Defines the reference pixel for this Sprite.
DEGREE_SIGN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
DELAY - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the small buffer writing delay (0).
DELETE - Static variable in interface net.rim.device.api.system.Characters
Represents the delete key character.
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 javax.microedition.lcdui.List
Deletes all elements from this List.
deleteAll() - Method in class javax.microedition.lcdui.Form
Deletes all the items from this Form, leaving it with zero items.
deleteAll() - Method in class javax.microedition.lcdui.ChoiceGroup
Deletes all elements from this ChoiceGroup.
deleteAll() - Method in interface javax.microedition.lcdui.Choice
Deletes all elements from this Choice, leaving it with zero elements.
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.TreeField
Deletes all trees in this field.
deleteAll() - Method in class net.rim.device.api.ui.component.Menu
Removes all items from this menu.
deleteCall(int, long) - Method in class net.rim.blackberry.api.phone.phonelogs.PhoneLogs
Deletes a call from the log.
deleteCategory(String, boolean) - Method in interface javax.microedition.pim.PIMList
Removes a category from the PIMList.
deleteCategory(String, boolean) - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. 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 indicates 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).
DELETED_SERVER - Static variable in class net.rim.device.api.crypto.certificate.CertificateServers
An integer representing the Deleted servers.
deleteData(int, int) - Method in interface org.w3c.dom.CharacterData
Remove a range of 16-bit units from the node.
deleteItem(int) - Method in class net.rim.device.api.ui.component.Menu
Deletes an item from this menu.
deleteKey(KeyStoreData) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
A protected function to allow a subclass to remove a key without a ticket prompt.
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
Deprecated. Use deleteModuleEx instead.
deleteModuleEx(int, boolean) - Static method in class net.rim.device.api.system.CodeModuleManager
Deletes a specific module.
deleteNewModule(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Deletes a newly created 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'.
DELIVERED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Datagram has been delivered.
deregisterChannel(int) - Static method in class net.rim.device.api.system.USBPort
De-registers a channel.
deregisterConsequence(long) - Static method in class net.rim.device.api.notification.NotificationsManager
Removes the consequence from the list of known consequences.
deregisterFilter(String) - Static method in class net.rim.device.api.io.http.HttpFilterRegistry
Deregisters a previously registered filter.
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.
derive(int, int, int) - Method in class net.rim.device.api.ui.Font
Derives a font of a given style and size.
derive(int, int, int, int, int) - Method in class net.rim.device.api.ui.Font
Derives a font of a given style and size, antialias mode and glyph effects Works like Font.derive(int), except you can also specify a new font size as well as style.
derive(int, int, int, int, int, int[]) - Method in class net.rim.device.api.ui.Font
Derives a font of a given style and size, antialias mode, glyph effects, affine transformation Works like Font.derive(int), except you can also specify a new font size as well as style.
derive(int, int, int, int, int, int, int, int, int, int, int) - Method in class net.rim.device.api.ui.Font
Derives a font of a given style and size, antialias mode and glyph effects.
DERTags - interface net.rim.device.api.crypto.asn1.DERTags.
DERTags is a enumeration of the different possibilities for ASN.1 types.
DES - Static variable in interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants
DES symmetric encryption - note that we currently ony support receiving DES, not sending it
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.
DESTINATION_PORT_INDEX - Static variable in class net.rim.device.api.io.SmsAddress
 
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.
DEVICE_AVAILABLE - Static variable in interface javax.microedition.media.PlayerListener
Posted when the system or another higher priority application has released an exclusive device which is now available to the Player.
DEVICE_UNAVAILABLE - Static variable in interface javax.microedition.media.PlayerListener
Posted when the system or another higher priority application has temporarily taken control of an exclusive device which was previously available to the Player.
deviceConnected(boolean) - Method in interface net.rim.device.api.bluetooth.BluetoothSerialPortListener
Invoked when the serial port connection is complete.
deviceDisconnected() - Method in interface net.rim.device.api.bluetooth.BluetoothSerialPortListener
Invoked when the serial port connection is lost.
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.
DG_NULL_ID - Static variable in class net.rim.device.api.io.DatagramBase
Datagram has null ID.
DH - Static variable in interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants
Diffie-Helman (DH) key agreement.
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.1.3.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.
DIAERESIS - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
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 instance with provided style.
Dialog(String, Object[], int[], int, Bitmap) - Constructor for class net.rim.device.api.ui.component.Dialog
Constructs a new Dialog instance.
Dialog(String, Object[], int[], int, Bitmap, long) - Constructor for class net.rim.device.api.ui.component.Dialog
Contructs a new Dialog instance 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.
DialogFieldManager(long, 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.SHA384Digest
Represents the digest length, namely 48 bytes.
DIGEST_LENGTH - Static variable in class net.rim.device.api.crypto.SHA224Digest
Represents the digest length, namely 28 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.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.
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.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.MD5Digest
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_EIGHT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
DIGIT_FIVE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
DIGIT_FOUR - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
DIGIT_NINE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
DIGIT_ONE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
DIGIT_SEVEN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
DIGIT_SIX - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
DIGIT_THREE - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
DIGIT_TWO - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
DIGIT_ZERO - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
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.
DIMGRAY - Static variable in class net.rim.device.api.ui.Color
 
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.SyncManager
Disable synchronization for the given SyncCollection.
disableSynchronization(SyncCollection) - Method in class net.rim.device.api.synchronization.SerialSyncManager
Deprecated. 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.
disconnect() - Method in class javax.microedition.media.protocol.DataSource
Close the connection to the source described by the locator and free resources used to maintain the connection.
disconnected() - Method in interface net.rim.device.api.system.IOPortListener
Invoked when the port is disconnected.
DISMISS_COMMAND - Static variable in class javax.microedition.lcdui.Alert
A Command delivered to a listener to indicate that the Alert has been dismissed.
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
Dispatches this event to provided listener.
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
Dispatches this event to provided listener.
Display - class javax.microedition.lcdui.Display.
Display represents the manager of the display and input devices of the system.
Display - class net.rim.device.api.system.Display.
Provides access to the device's display.
DISPLAY_CA - Static variable in interface net.rim.device.api.crypto.certificate.Certificate
The identifier to indicate the extraction of the information on whether to display the CA certificate state or not.
DISPLAY_ROOT - Static variable in interface net.rim.device.api.crypto.certificate.Certificate
The identifier to indicate the extraction of the information on whether to display the root certificate state or not.
DISPLAY_STYLE - Static variable in interface net.rim.device.api.browser.plugin.BrowserPageContext
Property to handle display styles.
Display() - Constructor for class net.rim.device.api.system.Display
 
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.
displayCertificateChainDetails(String, Certificate[]) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Blocks and displays a dialog box containing information about the specified certificate chain.
displayCertificateChainDetails(String, Certificate, KeyStore) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Blocks and displays a dialog box containing information about the certificate chains that can be built from the specified certificate.
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, 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.
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.
displayPage(String) - Method in class net.rim.blackberry.api.browser.BrowserSession
Sends a simple request to the browser to retrieve and display a page by URL.
displayPage(String, String, HttpHeaders, PostData) - Method in class net.rim.blackberry.api.browser.BrowserSession
Sends a request to the browser to retrieve and display a page by URL.
dispose() - Method in class net.rim.plazmic.mediaengine.MediaManager
Disposes the download if one exists.
DistinguishedName - interface net.rim.device.api.crypto.certificate.DistinguishedName.
Represents a Distinguished Name used in a certificate.
div(int, int) - Static method in class net.rim.device.api.math.Fixed32
Returns the quotient of two fixed-point numbers.
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.
DIVISION_SIGN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
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.
Document - interface org.w3c.dom.Document.
The Document interface represents the entire HTML or XML document.
DOCUMENT_FRAGMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a DocumentFragment.
DOCUMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Document.
DOCUMENT_TYPE_NODE - Static variable in interface org.w3c.dom.Node
The node is a DocumentType.
DocumentBuilder - class net.rim.device.api.xml.parsers.DocumentBuilder.
 
DocumentBuilder() - Constructor for class net.rim.device.api.xml.parsers.DocumentBuilder
 
DocumentBuilderFactory - class net.rim.device.api.xml.parsers.DocumentBuilderFactory.
 
DocumentBuilderFactory() - Constructor for class net.rim.device.api.xml.parsers.DocumentBuilderFactory
 
DocumentFragment - interface org.w3c.dom.DocumentFragment.
DocumentFragment is a "lightweight" or "minimal" Document object.
DocumentType - interface org.w3c.dom.DocumentType.
Each Document has a doctype attribute whose value is either null or a DocumentType object.
DODGERBLUE - Static variable in class net.rim.device.api.ui.Color
 
doLayout() - Method in class net.rim.device.api.ui.Screen
Lays out all controlled fields.
DOLLAR_SIGN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
DOMException - exception org.w3c.dom.DOMException.
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable).
DOMException(short, String) - Constructor for class org.w3c.dom.DOMException
 
DOMImplementation - interface org.w3c.dom.DOMImplementation.
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
DOMInternalRepresentation - class net.rim.device.api.xml.jaxp.DOMInternalRepresentation.
The class used to represent an XML document and to implement the W3C DOM
DOMInternalRepresentation() - Constructor for class net.rim.device.api.xml.jaxp.DOMInternalRepresentation
 
doModal() - Method in class net.rim.device.api.ui.component.Dialog
Shows a modal dialog.
DOMSTRING_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
If the specified range of text does not fit into a DOMString
doPaint() - Method in class net.rim.device.api.ui.Screen
Paints this 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 (must specify Font.UNDERLINED as well).
Double - class java.lang.Double.
The Double class wraps a value of the primitive type double in an object.
DOUBLE_DAGGER - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
Double(double) - Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the primitive double argument.
doubleToLongBits(double) - Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout.
doubleValue() - Method in class java.lang.Long
Returns the value of this Long as a double.
doubleValue() - Method in class java.lang.Integer
Returns the value of this Integer as a double.
doubleValue() - Method in class java.lang.Double
Returns the double value of this Double.
doubleValue() - Method in class java.lang.Float
Returns the double value of this Float object.
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.
DOWN_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the DOWN key.
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
Draws the focus indicator for this field.
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.
drawFocus(Graphics, boolean) - Method in class net.rim.device.api.ui.component.BasicEditField
Draws the focus indicator for this field.
drawFocus(Graphics, boolean) - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Draws the focus indicator for this field.
drawFocus(Graphics, boolean) - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
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.
drawImage(int, int, int, int, EncodedImage, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Draws an encoded image.
drawImage(XYRect, EncodedImage, int, int, int) - Method in class net.rim.device.api.ui.Graphics
Draws an encoded image on a region specified by an XYRect object.
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.
drawRegion(Image, int, int, int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Copies a region of the specified source image to a location within the destination, possibly transforming (rotating and reflecting) the image data using the chosen transform function.
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.
drawRGB(int[], int, int, int, int, int, int, boolean) - Method in class javax.microedition.lcdui.Graphics
Renders a series of device-independent RGB+transparency values in a specified region.
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.
drawShadedFilledPath(int[], int[], byte[], int[], int[]) - Method in class net.rim.device.api.ui.Graphics
Draws a set of shaded filled paths.
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.
DRAWSTYLE_AALINES - Static variable in class net.rim.device.api.ui.Graphics
Drawing style for anti-aliased rendering of lines, used by Graphics.setDrawingStyle(int, boolean) and Graphics.isDrawingStyleSet(int).
DRAWSTYLE_AAPOLYGONS - Static variable in class net.rim.device.api.ui.Graphics
Drawing style for anti-aliased rendering of polygons, used by Graphics.setDrawingStyle(int, boolean) and Graphics.isDrawingStyleSet(int).
DRAWSTYLE_FOCUS - Static variable in class net.rim.device.api.ui.Graphics
This style is set by the framework when painting is being done for focus drawing.
DRAWSTYLE_SELECT - Static variable in class net.rim.device.api.ui.Graphics
This style is set by the framework when painting is being done for selection drawing.
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(Graphics, int, int, int, int) - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Draws a line of text to the screen.
drawText(Graphics, String, int, int, int, int, int, int) - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Handles smileys, then hands off to RichTextField.drawText(net.rim.device.api.ui.Graphics, java.lang.String, int, int, int, int, int, int).
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.
DRM_FORWARD_LOCK - Static variable in interface net.rim.device.api.browser.field.RenderingConstants
Indication to the renderer that the content is protected by OMA DRM forward-lock.
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.
DTB_GUID - Static variable in interface net.rim.device.api.io.ConnEvent
 
DTB_STR - Static variable in interface net.rim.device.api.io.ConnEvent
 
dtrStateChange(boolean) - Method in interface net.rim.device.api.bluetooth.BluetoothSerialPortListener
Invoked when the state of the DTR line changes.
DUE - Static variable in interface javax.microedition.pim.ToDo
Represents the due date of the ToDo.
DUE - Static variable in interface net.rim.blackberry.api.pim.ToDo
Deprecated. Represents the due date of the ToDo.
dump(Node) - Static method in class net.rim.device.api.xml.jaxp.DOMInternalRepresentation
 
dumpField(int, DataBuffer) - Method in interface net.rim.device.api.util.TLEFieldController
Retrieves field's data into buffer.
DUP_NONE - Static variable in class net.rim.device.api.servicebook.ServiceBook
Represents a code indicating that there were no duplicate records.
DUP_REMOVED - Static variable in class net.rim.device.api.servicebook.ServiceBook
Represents a code indicating that there were duplicate records removed, but nothing was replaced.
DUP_REPLACED - Static variable in class net.rim.device.api.servicebook.ServiceBook
Represents a code indicating that there were duplicate records removed.
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.
DURATION_UPDATED - Static variable in interface javax.microedition.media.PlayerListener
Posted when the duration of a Player is updated.

E

E - Static variable in class java.lang.Math
The double value that is closer than any other to e, the base of the natural logarithms.
E - Static variable in class net.rim.device.api.math.Fixed32
A fixed-point representation of e, good to the fourth decimal place (2.71828...).
EC - Static variable in class net.rim.device.api.crypto.oid.OIDs
EC 1.2.840.10045.2.1 Represents EC keys.
EC_DH - Static variable in interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants
Elliptic Curve (EC) Diffie-Helman (DH) key agreement.
EC_DH_COFACTOR - Static variable in interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants
Elliptic Curve (EC) Diffie-Helman (DH) key agreement using the cofactor method.
EC_MQV - Static variable in interface net.rim.device.api.crypto.cms.CMSEnvelopedDataConstants
Elliptic Curve (EC) Key Agreement using MQV.
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.
ECPointAtInfinityException - exception net.rim.device.api.crypto.ECPointAtInfinityException.
Thrown an elliptic curve operation resulted in the point at infinity.
ECPointAtInfinityException() - Constructor for class net.rim.device.api.crypto.ECPointAtInfinityException
Creates a ECPointAtInfinityException object with no parameters.
ECPointAtInfinityException(String) - Constructor for class net.rim.device.api.crypto.ECPointAtInfinityException
Creates a ECPointAtInfinityException object with a description String.
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.
Element - interface org.w3c.dom.Element.
The Element interface represents an element in an HTML or XML document.
ELEMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is an Element.
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.ContentProtectedVector
Retrieves element at provided 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.IntLongHashtable
Retrieves an enumeration of the values in this hashtable.
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.util.ContentProtectedVector
Retrieves an enumeration of this vector's components.
elements() - Method in class net.rim.device.api.util.ContentProtectedHashtable
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 javax.microedition.pim.Contact
Represents the contact's email address field(s).
EMAIL - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryContactList.AddressTypes
Email address type.
EMAIL - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Email address field(s) for this contact.
EMAIL_ADDR - Static variable in class net.rim.blackberry.api.mail.Address
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_MESSAGE - Static variable in class net.rim.blackberry.api.mail.Message
 
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.
EmailAddressEditField - class net.rim.device.api.ui.component.EmailAddressEditField.
An editable text field designed specifically to handle internet email addresses.
EmailAddressEditField(String, String) - Constructor for class net.rim.device.api.ui.component.EmailAddressEditField
Constructs an EmailAddressEditField object This method builds an editable email-address field that can hold up to BasicEditField.DEFAULT_MAXCHARS characters.
EmailAddressEditField(String, String, int) - Constructor for class net.rim.device.api.ui.component.EmailAddressEditField
Constructs a smaller EmailAddressEditField object.
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.
EMBEDDED_CONTENT - Static variable in interface net.rim.device.api.browser.field.RenderingConstants
Hint for the renderer that the content is embedded.
EMPTY - Static variable in class net.rim.blackberry.api.mail.BodyPart
Empty character.
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.
EMS_7_0 - Static variable in class net.rim.device.api.crypto.cms.EMSAcceptResponseOutputStream
 
EMS_7_1 - Static variable in class net.rim.device.api.crypto.cms.EMSAcceptResponseOutputStream
 
EMS_ACCEPT_REQUEST_RESPONSE - Static variable in interface net.rim.device.api.crypto.cms.CMSContentTypes
Specifies a CMS content type of EMS accept request or response, for use in EMS.
EMS_CERTIFICATE - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used for encrypting messages to an Entrust Messaging Server ( EMS ).
EMSAcceptRequestInputStream - class net.rim.device.api.crypto.cms.EMSAcceptRequestInputStream.
A EMSAcceptRequestInputStream allows the user to read in a certificate accept request from an EMS (Entrust Messaging Server).
emsAcceptRequestRecipientName - Static variable in class net.rim.device.api.crypto.oid.OIDs
emsAcceptRequestRecipientName = 2.16.840.1.114027.22.12 The recipient name for an accept request/response in ems
emsAcceptRequestSalutation - Static variable in class net.rim.device.api.crypto.oid.OIDs
emsAcceptRequestSalutation = 2.16.840.1.114027.22.13 The accept request salutation in ems
EMSAcceptResponseOutputStream - class net.rim.device.api.crypto.cms.EMSAcceptResponseOutputStream.
A EMSAcceptResponseOutputStream allows the user to properly create an EMS(Entrust Messaging Server) Certificate Accept Response message.
EMSAcceptResponseOutputStream(CMSSignedDataOutputStream, String[], X509Certificate[]) - Constructor for class net.rim.device.api.crypto.cms.EMSAcceptResponseOutputStream
Constructs an EMSAcceptResponseOutputStream.
EMSAcceptResponseOutputStream(CMSSignedDataOutputStream, String[], X509Certificate[], String, ASN1BitSet, int, String) - Constructor for class net.rim.device.api.crypto.cms.EMSAcceptResponseOutputStream
Constructs an EMSAcceptResponseOutputStream.
emsEncryptRequestRecipientInformation - Static variable in class net.rim.device.api.crypto.oid.OIDs
emsEncryptRequestRecipientInformation = 2.16.840.1.114027.22.10 Recipient info for encryption requests in ems
emsExtendedKeyUsage - Static variable in class net.rim.device.api.crypto.oid.OIDs
emsExtendedKeyUsage = 2.16.840.1.114027.22.2 The extended key usage oid for use in an EMS server certificate
emsProofOfIntention - Static variable in class net.rim.device.api.crypto.oid.OIDs
emsProofOfIntention = 2.16.840.1.114027.22.16 The proof of intention identifier for ems
ENABLE_AUDIO_SAVING - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Enable saving of audio files to content store.
ENABLE_AUDIO_SAVING_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default for enabling audio saving (true).
ENABLE_CSS - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Disables/enables CSS support.
ENABLE_CSS_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default CSS support mode (true).
ENABLE_EMBEDDED_RICH_CONTENT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Disables/enables rendering of embedded rich content.
ENABLE_EMBEDDED_RICH_CONTENT_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default embedded rich content mode (true).
ENABLE_HTML - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Render HTML content.
ENABLE_HTML_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default HTML rendering mode (true).
ENABLE_IMAGE_SAVING - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Enable saving of images to content store.
ENABLE_IMAGE_SAVING_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default for enabling image saving (true).
ENABLE_WML - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Render WML content.
ENABLE_WML_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default WML rendering mode (true).
enable(boolean) - Static method in class net.rim.device.api.system.Backlight
Turns the backlight on or off.
enable(boolean, int) - Static method in class net.rim.device.api.system.Backlight
Turns the backlight on or off.
enableKeyUpEvents(boolean) - Method in class net.rim.device.api.system.Application
Allows this application to receive KeyListener.keyUp(int, int) events.
enableOTASync(boolean) - Method in class net.rim.device.api.synchronization.SyncManager
Enable or disable OTA synchronization.
enablePWMSync(boolean) - Static method in class net.rim.device.api.system.Alert
Enabled or disables PWM sync.
enableSynchronization(SyncCollection) - Method in class net.rim.device.api.synchronization.SyncManager
Enable synchronization for the given SyncCollection.
enableSynchronization(SyncCollection) - Method in class net.rim.device.api.synchronization.SerialSyncManager
Deprecated. Enables serial synchronization operations on a SyncCollection.
enableSynchronization(SyncCollection, boolean, int) - Method in class net.rim.device.api.synchronization.SyncManager
Enable synchronization for the given 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(byte[]) - Static method in class net.rim.device.api.system.PersistentContent
Encrypts and compresses a byte array.
encode(byte[], boolean, boolean) - Static method in class net.rim.device.api.system.PersistentContent
Encrypts and/or compresses a byte array.
encode(byte[], int, int, boolean, boolean) - Static method in class net.rim.device.api.system.PersistentContent
Encrypts and/or compresses a portion of a byte array.
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(String) - Static method in class net.rim.device.api.system.PersistentContent
Encrypts and/or compresses a string.
encode(String, boolean, boolean) - Static method in class net.rim.device.api.system.PersistentContent
Encrypts and/or compresses a string.
encode(String, int, int, boolean, boolean) - Static method in class net.rim.device.api.system.PersistentContent
Encrypts and/or compresses a sub-string.
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.
encodeAndAppend(byte[], boolean, boolean, Object) - Static method in class net.rim.device.api.system.PersistentContent
Encrypts and/or compresses a byte array and appends it to provided content.
encodeAndAppend(byte[], int, int, boolean, boolean, Object) - Static method in class net.rim.device.api.system.PersistentContent
Encrypts and/or compresses portion of a byte array and appends it to provided content.
encodeAndAppend(byte[], Object) - Static method in class net.rim.device.api.system.PersistentContent
Encrypts and compresses a byte array and appends it to provided content.
encodeAndAppend(String, boolean, boolean, Object) - Static method in class net.rim.device.api.system.PersistentContent
Encrypts and/or compresses string and appends to provided content.
encodeAndAppend(String, int, int, boolean, boolean, Object) - Static method in class net.rim.device.api.system.PersistentContent
Encrypts and/or compresses a sub-string.
encodeAndAppend(String, Object) - Static method in class net.rim.device.api.system.PersistentContent
Encodes and compresses a string and appends to provided content.
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.
encodeObject(Object) - Static method in class net.rim.device.api.system.PersistentContent
Encrypts and/or compresses an arbitrary object.
encodeObject(Object, boolean, boolean) - Static method in class net.rim.device.api.system.PersistentContent
Encrypts and compresses an arbitrary object.
ENCRYPT_NONE - Static variable in class net.rim.device.api.servicebook.ServiceRecord
Indicates no encryption mode.
ENCRYPT_RIM - Static variable in class net.rim.device.api.servicebook.ServiceRecord
Indicates RIM encryption (3DES or AES) Note: This is the default encryption mode.
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, 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, byte[], 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[], int, int, String, KeyStorePasswordTicket) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Deprecated. Use the encrypt method that no longer uses the salt.
encrypt(int, long, byte[], String, KeyStorePasswordTicket) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Deprecated. Use the encrypt method that does not take a salt.
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 instantiating classes.
EncryptorOutputStream(OutputStream) - Constructor for class net.rim.device.api.crypto.EncryptorOutputStream
Creates an EncryptorOutputStream object based upon a given output stream.
ENCTYPE_MULTIPART_FORMDATA - Static variable in class net.rim.blackberry.api.browser.PostData
Constant for the form encoding type "multipart/form-data".
ENCTYPE_URLENCODED - Static variable in class net.rim.blackberry.api.browser.PostData
Constant for the form encoding type "application/x-www-form-urlencoded".
END - Static variable in class javax.microedition.pim.RepeatRule
Represents the end date of an event.
END - Static variable in interface javax.microedition.pim.Event
Represents the end date of an event.
END - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Represents the end date of an event.
END - Static variable in interface net.rim.blackberry.api.pim.Event
Deprecated. Represents the end date of an event.
END - Static variable in interface net.rim.device.api.xml.WBXMLConstants
 
END_OF_MEDIA - Static variable in interface javax.microedition.media.PlayerListener
Posted when a Player has reached the end of the media.
endBulkUpdate(Collection) - Method in interface net.rim.device.api.collection.BulkUpdateCollectionListener
Monitored collection has completed a bulk update.
endDocument() - Method in class net.rim.device.api.xml.jaxp.XMLWriter
 
endDocument() - Method in class net.rim.device.api.xml.jaxp.WBXMLWriter
 
endDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of the document.
endDTD(String, String, String, String) - Method in class net.rim.device.api.xml.jaxp.XMLWriter
 
endDTD(String, String, String, String) - Method in class net.rim.device.api.xml.jaxp.WBXMLWriter
 
endDTD(String, String, String, String) - Method in interface net.rim.device.api.xml.jaxp.RIMExtendedHandler
Receive notification of the end of the document type definition
endElement(int, String, String, String) - Method in class net.rim.device.api.xml.jaxp.WBXMLCodeBookCreationHandler
 
endElement(int, String, String, String) - Method in interface net.rim.device.api.xml.jaxp.RIMWBXMLHandler
Receive notification of the end of an element.
endElement(String, String, String) - Method in class net.rim.device.api.xml.jaxp.XMLWriter
 
endElement(String, String, String) - Method in class net.rim.device.api.xml.jaxp.WBXMLWriter
 
endElement(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of an element.
endEntityReference(String) - Method in class net.rim.device.api.xml.jaxp.XMLWriter
 
endEntityReference(String) - Method in class net.rim.device.api.xml.jaxp.WBXMLWriter
 
endEntityReference(String) - Method in interface net.rim.device.api.xml.jaxp.RIMExtendedHandler
Receive notification of the end of an entity reference
endIndex - Variable in class net.rim.device.api.util.StringPattern.Match
One character past the last character of the matched sub-string within the string examined.
ENDING - Static variable in interface javax.microedition.pim.EventList
Represents a search type for Events based on the occurrence's specific end date/time.
ENDING - Static variable in interface net.rim.blackberry.api.pim.EventList
Deprecated. Represents a search type for Events based on the occurrence's specific end date/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.
endPrefixMapping(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of a Namespace mapping.
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
Represents the Enter key.
enterEventDispatcher() - Method in class net.rim.device.api.system.Application
Enters the event dispatcher.
Entity - interface org.w3c.dom.Entity.
This interface represents an entity, either parsed or unparsed, in an XML document.
ENTITY - Static variable in interface net.rim.device.api.xml.WBXMLConstants
 
ENTITY_NODE - Static variable in interface org.w3c.dom.Node
The node is an Entity.
ENTITY_REFERENCE_NODE - Static variable in interface org.w3c.dom.Node
The node is an EntityReference.
entityDecl(String, String) - Method in class net.rim.device.api.xml.jaxp.XMLWriter
 
entityDecl(String, String) - Method in class net.rim.device.api.xml.jaxp.WBXMLWriter
 
entityDecl(String, String) - Method in interface net.rim.device.api.xml.jaxp.RIMExtendedHandler
Receive notification of a general entity declaration
EntityReference - interface org.w3c.dom.EntityReference.
EntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference.
EntityResolver - interface org.xml.sax.EntityResolver.
Basic interface for resolving entities.
entryReady(LDAPQuery, int) - Method in interface net.rim.device.api.ldap.LDAPListener
Indicates that there has been an update to the LDAP query status.
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
ENVELOPED_DATA - Static variable in interface net.rim.device.api.crypto.cms.CMSContentTypes
Specifies a CMS content type of enveloped data.
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_SIGN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
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.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.Short
Compares this object to 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.Double
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Float
Compares this object against some other object.
equals(Object) - Method in class java.lang.Character
Compares this object against 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.lang.String
Compares this string 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.util.Calendar
Compares this Calendar to an object reference.
equals(Object) - Method in class java.util.Date
Compares two dates for equality.
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.io.SmsAddress
Checks whether another DatagramAddressBase object is equal to this SmsAddress.
equals(Object) - Method in class net.rim.device.api.io.MobitexAddress
Compares this address object with provided address base.
equals(Object) - Method in class net.rim.device.api.io.DatagramAddressBase
Compares this object with provided address base.
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 class net.rim.device.api.ui.XYRect
Determines if provided object has the same dimensions as this rectangle.
equals(Object) - Method in class net.rim.device.api.ui.FontFamily
 
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.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.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.HMACKey
 
equals(Object) - Method in class net.rim.device.api.crypto.asn1.ASN1BitSet
 
equals(Object) - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Returns true if this object exactly equals the object passed into this method.
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.certificate.status.CertificateStatusRequest
 
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.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.cms.CMSReceiptData
 
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 javax.microedition.pim.RepeatRule
 
equals(Object) - Method in class net.rim.blackberry.api.mail.Store
Compares another store object to this instance.
equals(Object) - Method in class net.rim.blackberry.api.mail.ServiceConfiguration
Determines if another object is identical to this service configuration.
equals(Object) - Method in class net.rim.blackberry.api.mail.Message
Determines if two object instances are the same.
equals(Object) - Method in class net.rim.blackberry.api.mail.Folder
Determines if an object refers to the same physical folder as this folder.
equals(Object) - Method in class net.rim.blackberry.api.mail.Address
Compares this address with provided object.
equals(Object) - Method in class net.rim.blackberry.api.menuitem.ApplicationMenuItem
Determines if this menu item is equal to the provided object.
equals(Object) - Method in class net.rim.blackberry.api.pim.RepeatRule
Deprecated.  
equals(Object) - Method in class net.rim.device.api.ldap.LDAPComparator
Returns a boolean denoting whether the object passed into this method is equal to the current object.
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.
equalsIgnoreCase(String) - Method in class java.lang.String
Compares this String to another String, ignoring case considerations.
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 interface javax.microedition.media.PlayerListener
Posted when an error had occurred.
ERROR - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Generic error.
ERROR - Static variable in class net.rim.device.api.system.EventLogger
Error level event.
ERROR_APN - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Access point name error.
ERROR_FDN_FAILURE - Static variable in interface net.rim.device.api.io.DatagramStatusListener
SMS sending error: FDN vailure.
ERROR_FLAG - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Some kind of error has occured.
ERROR_FRAMING - Static variable in interface net.rim.device.api.system.IOPortListener
Port framing error.
ERROR_GENERAL - Static variable in interface net.rim.device.api.io.DatagramStatusListener
SMS delivery error: general.
ERROR_INVALID_SC_ADDR - Static variable in interface net.rim.device.api.io.DatagramStatusListener
SMS sending error: datagram has invalid SC address.
ERROR_MAX_ATTEMPTS - Static variable in interface net.rim.device.api.io.DatagramStatusListener
MDP error: maximum number of attempts reached.
ERROR_NETWORK - Static variable in interface net.rim.device.api.io.DatagramStatusListener
SMS delivery error: network failure.
ERROR_ORIG_DENIED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
SMS delivery error: originator denied.
ERROR_OVERRUN - Static variable in interface net.rim.device.api.system.IOPortListener
Port overrun error.
ERROR_PACKET_ADDRESS - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Packet addressing error.
ERROR_PACKET_CONGESTED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Congested packet error.
ERROR_PACKET_EXPIRED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Expired packet error.
ERROR_PACKET_FAILURE - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Failed packet error.
ERROR_PACKET_FATAL - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Fatal packet error.
ERROR_PACKET_FORMAT - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Packet formatting error.
ERROR_PACKET_RESEND_LATER - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Resend packet later error.
ERROR_PACKET_RETURNED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Packet returned error.
ERROR_PARITY - Static variable in interface net.rim.device.api.system.IOPortListener
Port parity error.
ERROR_PORT_REG - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Port registration error.
ERROR_RADIO_SEND - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Radio sending error.
ERROR_REFUSED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
MDP error: datagram refused.
ERROR_SERVICE_NOT_AVAILABLE - Static variable in interface net.rim.device.api.io.DatagramStatusListener
SMS delivery error: Service not available.
ERROR_TERM_DENIED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
SMS delivery error: terminator denied.
ERROR_TOO_LONG - Static variable in interface net.rim.device.api.io.DatagramStatusListener
SMS delivery error: datagram too long.
ERROR_TRANSMITTER - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Transmitter error.
ERROR_UNKNOWN_DEST - Static variable in interface net.rim.device.api.io.DatagramStatusListener
SMS delivery error: datagram has unkown destination.
ERROR_UNSUPPORTED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
SMS delivery error: service not supported.
ERROR_VERSION - Static variable in interface net.rim.device.api.io.DatagramStatusListener
MDP error: bad version.
Error() - Constructor for class java.lang.Error
Constructs an Error with no specified detail message.
error(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a recoverable error.
error(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a recoverable parser error.
Error(String) - Constructor for class java.lang.Error
Constructs an Error with the specified detail message.
ErrorHandler - interface org.xml.sax.ErrorHandler.
Basic interface for SAX error handlers.
ESCAPE - Static variable in interface net.rim.device.api.system.Characters
Represents the Escape key character.
EURO_SIGN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
Event - interface javax.microedition.pim.Event.
Represents an Event entry in a PIM Event database.
Event - interface net.rim.blackberry.api.pim.Event.
Deprecated. In favour of Event.
Event - class net.rim.device.api.browser.field.Event.
Defines general functionality for all browser events.
EVENT_BROWSER_CONTENT_CHANGED - Static variable in class net.rim.device.api.browser.field.Event
Field values changed due to refresh.
EVENT_CLOSE - Static variable in class net.rim.device.api.browser.field.Event
Close browser event.
EVENT_DEVICE_LOCK - Static variable in interface net.rim.device.api.memorycleaner.MemoryCleanerListener
Indicates the device has been locked (either by the user or through the password timeout).
EVENT_EXECUTING_SCRIPT - Static variable in class net.rim.device.api.browser.field.Event
Notifies rendering application that script is being executed.
EVENT_FULL_WINDOW - Static variable in class net.rim.device.api.browser.field.Event
Show in full window.
EVENT_HISTORY - Static variable in class net.rim.device.api.browser.field.Event
Navigation back in history is requested.
EVENT_IDLE_TIMEOUT - Static variable in interface net.rim.device.api.memorycleaner.MemoryCleanerListener
Indicates the device has been idle for some set time (as configured by the user.
EVENT_IN_HOLSTER - Static variable in interface net.rim.device.api.memorycleaner.MemoryCleanerListener
Indicates the user has placed the device in its holster.
EVENT_LIST - Static variable in class javax.microedition.pim.PIM
Represents the Event list type.
EVENT_LIST - Static variable in class net.rim.blackberry.api.pim.PIM
Deprecated. Represents the Event list type.
EVENT_MEMORY_CLEANER - Static variable in interface net.rim.device.api.memorycleaner.MemoryCleanerListener
Indicates the MemoryCleaner application is initiating this clean event.
EVENT_OTA_SYNC_TRANSACTION_STOPPED - Static variable in interface net.rim.device.api.memorycleaner.MemoryCleanerListener
Indicates an OTA sync transaction operation has stopped within the last minute while the device was locked.
EVENT_POWER_DOWN - Static variable in interface net.rim.device.api.memorycleaner.MemoryCleanerListener
Indicates a system power down is about to occur.
EVENT_PROGRAMMATIC_CLEAN - Static variable in interface net.rim.device.api.memorycleaner.MemoryCleanerListener
Indicates a programmatic clean has been initiated.
EVENT_REDIRECT - Static variable in class net.rim.device.api.browser.field.Event
Redirect event.
EVENT_SET_HEADER - Static variable in class net.rim.device.api.browser.field.Event
Set header event.
EVENT_SET_HTTP_COOKIE - Static variable in class net.rim.device.api.browser.field.Event
Set HTTP cookie event.
EVENT_STOP - Static variable in class net.rim.device.api.browser.field.Event
Stop event.
EVENT_SYNC_START - Static variable in interface net.rim.device.api.memorycleaner.MemoryCleanerListener
Indicates a synchronize operation between the desktop and device has begun.
EVENT_SYNC_STOPPED - Static variable in interface net.rim.device.api.memorycleaner.MemoryCleanerListener
Indicates a synchronize operation between the desktop and device has ended.
EVENT_TIME_CHANGED - Static variable in interface net.rim.device.api.memorycleaner.MemoryCleanerListener
Indicates the user has changed either the timezone or the time.
EVENT_URL_REQUESTED - Static variable in class net.rim.device.api.browser.field.Event
URL requested.
Event(int, Object) - Constructor for class net.rim.device.api.browser.field.Event
Creates a new Event instance.
EventInjector - class net.rim.device.api.system.EventInjector.
This class and it's inner classes (EventInjector.Event, EventInjector.KeyEvent, EventInjector.TrackwheelEvent ) are used 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 Trackwheel event.
EventInjector.TrackwheelEvent(int, int, int) - Constructor for class net.rim.device.api.system.EventInjector.TrackwheelEvent
Constructs a new TrackwheelEvent instance.
EventList - interface javax.microedition.pim.EventList.
Represents an EventList.
EventList - interface net.rim.blackberry.api.pim.EventList.
Deprecated. In favour of 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(Event) - Method in interface net.rim.device.api.browser.field.RenderingApplication
Invoked when an event occurs.
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.
EXCLAMATION_MARK - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
EXCLUSIVE - Static variable in interface javax.microedition.lcdui.Choice
EXCLUSIVE is a choice having exactly one element selected at time.
executeBackgroundScan() - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Executes the string pattern scan on a background thread
ExecutingScriptEvent - class net.rim.device.api.browser.field.ExecutingScriptEvent.
Event indicating browser field is executing a script.
ExecutingScriptEvent(Object, int) - Constructor for class net.rim.device.api.browser.field.ExecutingScriptEvent
Creates a new ExecutingScriptEvent handler.
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) - Method in class java.lang.Runtime
Terminates the currently running Java application.
exit(int) - Static method in class java.lang.System
Terminates the currently running Java application.
expandGroup(Object) - Static method in class net.rim.device.api.system.ObjectGroup
 
EXPIRED - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate is expired.
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.ssl30.SSLCipherSuites
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.tls10.TLSCipherSuites
This method checks to see if the cipher suite passed into this method is considered to be of export strength.
EXT_0 - Static variable in interface net.rim.device.api.xml.WBXMLConstants
 
EXT_1 - Static variable in interface net.rim.device.api.xml.WBXMLConstants
 
EXT_2 - Static variable in interface net.rim.device.api.xml.WBXMLConstants
 
EXT_I_0 - Static variable in interface net.rim.device.api.xml.WBXMLConstants
 
EXT_I_1 - Static variable in interface net.rim.device.api.xml.WBXMLConstants
 
EXT_I_2 - Static variable in interface net.rim.device.api.xml.WBXMLConstants
 
EXT_T_0 - Static variable in interface net.rim.device.api.xml.WBXMLConstants
 
EXT_T_1 - Static variable in interface net.rim.device.api.xml.WBXMLConstants
 
EXT_T_2 - Static variable in interface net.rim.device.api.xml.WBXMLConstants
 
EXTENDED_ATTRIBUTE_MIN_VALUE - Static variable in interface javax.microedition.pim.PIMItem
Represents the minimum value for an extended attribute constant.
EXTENDED_ATTRIBUTE_MIN_VALUE - Static variable in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Represents the minimum value for an extended attribute constant.
EXTENDED_FIELD_MIN_VALUE - Static variable in interface javax.microedition.pim.PIMItem
Represents the minimum value for an extended field constant.
EXTENDED_FIELD_MIN_VALUE - Static variable in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. 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.
Factory - interface net.rim.device.api.util.Factory.
Provides basic definition of a factory, and classes registered with the factory registration system must implement this interface.
FactoryUtil - class net.rim.device.api.util.FactoryUtil.
A convenience class for creating objects via factories
FALSE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
FAMILY_SYSTEM - Static variable in class net.rim.device.api.ui.FontFamily
 
fastAddListener(Object[], Object) - Static method in class net.rim.device.api.util.ListenerUtilities
Adds a listener to the list of listeners.
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.
FATAL_INTERNAL_ERROR - Static variable in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
 
fatalError(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a non-recoverable error.
fatalError(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Report a fatal XML parsing error.
FB_BUSY - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryEvent
Constant indicating this event's duration is shown as busy.
FB_BUSY - Static variable in interface net.rim.blackberry.api.pim.BlackBerryEvent
Deprecated. Constant indicating this event's duration is shown as busy.
FB_FREE - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryEvent
Constant indicating this event's duration is shown as free.
FB_FREE - Static variable in interface net.rim.blackberry.api.pim.BlackBerryEvent
Deprecated. Constant indicating this event's duration is shown as free.
FB_OUT_OF_OFFICE - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryEvent
Constant indicating this event's duration is shown as out of the office.
FB_OUT_OF_OFFICE - Static variable in interface net.rim.blackberry.api.pim.BlackBerryEvent
Deprecated. Constant indicating this event's duration is shown as out of the office.
FB_TENTATIVE - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryEvent
Constant indicating this event's duration is shown as tentative.
FB_TENTATIVE - Static variable in interface net.rim.blackberry.api.pim.BlackBerryEvent
Deprecated. Constant indicating this event's duration is shown as tentative.
FEATURE_NOT_SUPPORTED - Static variable in class javax.microedition.pim.PIMException
Represents the constant indicating that the specified feature is not yet supported.
FEATURE_NOT_SUPPORTED - Static variable in class net.rim.blackberry.api.pim.PIMException
Deprecated. 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 javax.microedition.pim.RepeatRule
Represents the constant for the month: February.
FEBRUARY - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Represents the constant for the month: February.
FEMININE_ORDINAL_INDICATOR - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
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.
FETCHING_KEY - Static variable in interface net.rim.device.api.io.DatagramStatusListener
Compressor/encryptor is currently fetching key.
Field - class net.rim.device.api.ui.Field.
Provides fundamental functionality for all field components.
FIELD_BITMAP_1_DATA - Static variable in class net.rim.device.api.system.Branding
 
FIELD_BITMAP_1_TIMEOUT - Static variable in class net.rim.device.api.system.Branding
 
FIELD_BOTTOM - Static variable in class net.rim.device.api.ui.Field
Field is aligned to the bottom (style bit).
FIELD_BRANDING_BROWSER_ICON_0 - Static variable in class net.rim.device.api.system.Branding
 
FIELD_BRANDING_BROWSER_ICON_1 - Static variable in class net.rim.device.api.system.Branding
 
FIELD_BRANDING_BROWSER_ICON_2 - Static variable in class net.rim.device.api.system.Branding
 
FIELD_BRANDING_BROWSER_ICON_3 - Static variable in class net.rim.device.api.system.Branding
 
FIELD_BRANDING_BROWSER_ICON_4 - Static variable in class net.rim.device.api.system.Branding
 
FIELD_BRANDING_BROWSER_ICON_5 - Static variable in class net.rim.device.api.system.Branding
 
FIELD_BRANDING_BROWSER_ICON_6 - Static variable in class net.rim.device.api.system.Branding
 
FIELD_BRANDING_BROWSER_ICON_7 - Static variable in class net.rim.device.api.system.Branding
 
FIELD_BRANDING_BROWSER_ICON_8 - Static variable in class net.rim.device.api.system.Branding
 
FIELD_BRANDING_BROWSER_ICON_9 - Static variable in class net.rim.device.api.system.Branding
 
FIELD_BRANDING_KEY - Static variable in class net.rim.device.api.system.Branding
 
FIELD_BRANDING_TUNE - Static variable in class net.rim.device.api.system.Branding
 
FIELD_BRANDING_TUNE_MIDI - Static variable in class net.rim.device.api.system.Branding
 
FIELD_BRANDING_TUNE_NAME - Static variable in class net.rim.device.api.system.Branding
 
FIELD_BRANDING_WAP_ICON - Static variable in class net.rim.device.api.system.Branding
 
FIELD_BRANDING_WAP_SPLASH - Static variable in class net.rim.device.api.system.Branding
 
FIELD_DEVICE_MESSAGE_BODY - Static variable in class net.rim.device.api.system.Branding
 
FIELD_DEVICE_MESSAGE_FROM - Static variable in class net.rim.device.api.system.Branding
 
FIELD_DEVICE_MESSAGE_SUBJECT - Static variable in class net.rim.device.api.system.Branding
 
FIELD_ENGINEERING_UNIT - Static variable in class net.rim.device.api.system.Branding
 
FIELD_ESCREEN_HELP_MSG - Static variable in class net.rim.device.api.system.Branding
 
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_HELP_WMLC - Static variable in class net.rim.device.api.system.Branding
 
FIELD_IDLESCREEN_CONTENT_DATA - Static variable in class net.rim.device.api.system.Branding
 
FIELD_IDLESCREEN_CONTENT_TYPE - Static variable in class net.rim.device.api.system.Branding
 
FIELD_LEFT - Static variable in class net.rim.device.api.ui.Field
Field is aligned to the left (style bit).
FIELD_PREFERRED_PLMN_FEATURE - Static variable in class net.rim.device.api.system.Branding
 
FIELD_PROVISIONING_APN - Static variable in class net.rim.device.api.system.Branding
 
FIELD_PROVISIONING_APN_PASSWORD - Static variable in class net.rim.device.api.system.Branding
 
FIELD_PROVISIONING_APN_USERNAME - Static variable in class net.rim.device.api.system.Branding
 
FIELD_PROVISIONING_DEST_PORT - Static variable in class net.rim.device.api.system.Branding
 
FIELD_PROVISIONING_DEVICE_CLASS - Static variable in class net.rim.device.api.system.Branding
 
FIELD_PROVISIONING_FLAGS - Static variable in class net.rim.device.api.system.Branding
 
FIELD_PROVISIONING_IP - Static variable in class net.rim.device.api.system.Branding
 
FIELD_PROVISIONING_LOCK - Static variable in class net.rim.device.api.system.Branding
 
FIELD_PROVISIONING_SRC_PORT - Static variable in class net.rim.device.api.system.Branding
 
FIELD_RIGHT - Static variable in class net.rim.device.api.ui.Field
Field is aligned to the right (style bit).
FIELD_SUPPRESS_SOS - Static variable in class net.rim.device.api.system.Branding
 
FIELD_TOP - Static variable in class net.rim.device.api.ui.Field
Field is aligned to the top (style bit).
FIELD_TOP_TIPS_MESSAGE_BODY - Static variable in class net.rim.device.api.system.Branding
 
FIELD_TOP_TIPS_MESSAGE_FROM - Static variable in class net.rim.device.api.system.Branding
 
FIELD_TOP_TIPS_MESSAGE_SUBJECT - Static variable in class net.rim.device.api.system.Branding
 
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_WELCOME_MESSAGE_BODY - Static variable in class net.rim.device.api.system.Branding
 
FIELD_WELCOME_MESSAGE_BODY_ISO8859 - Static variable in class net.rim.device.api.system.Branding
 
FIELD_WELCOME_MESSAGE_FROM - Static variable in class net.rim.device.api.system.Branding
 
FIELD_WELCOME_MESSAGE_FROM_ISO8859 - Static variable in class net.rim.device.api.system.Branding
 
FIELD_WELCOME_MESSAGE_SUBJECT - Static variable in class net.rim.device.api.system.Branding
 
FIELD_WELCOME_MESSAGE_SUBJECT_ISO8859 - Static variable in class net.rim.device.api.system.Branding
 
Field() - Constructor for class net.rim.device.api.ui.Field
Constructs a new Field instance with no style attributes.
Field(long) - Constructor for class net.rim.device.api.ui.Field
Constructs a new Field instance 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 javax.microedition.pim.FieldEmptyException.
Represents an exception thrown when a field is referenced that has no values assigned to it.
FieldEmptyException - exception net.rim.blackberry.api.pim.FieldEmptyException.
Deprecated. In favour of FieldEmptyException.
FieldEmptyException() - Constructor for class javax.microedition.pim.FieldEmptyException
Creates a new FieldEmptyException instance.
FieldEmptyException() - Constructor for class net.rim.blackberry.api.pim.FieldEmptyException
Deprecated. Creates a new FieldEmptyException instance.
FieldEmptyException(String) - Constructor for class javax.microedition.pim.FieldEmptyException
Creates a new FieldEmptyException instance given a detailed message about the error that caused the exception to be thrown.
FieldEmptyException(String) - Constructor for class net.rim.blackberry.api.pim.FieldEmptyException
Deprecated. 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 javax.microedition.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.
FieldEmptyException(String, int) - Constructor for class net.rim.blackberry.api.pim.FieldEmptyException
Deprecated. 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 javax.microedition.pim.FieldFullException.
Represents an exception thrown when attempting to add a value to a field which already contains the maximum number of values.
FieldFullException - exception net.rim.blackberry.api.pim.FieldFullException.
Deprecated. In favour of FieldFullException.
FieldFullException() - Constructor for class javax.microedition.pim.FieldFullException
Creates a new FieldFullException instance.
FieldFullException() - Constructor for class net.rim.blackberry.api.pim.FieldFullException
Deprecated. Creates a new FieldFullException instance.
FieldFullException(String) - Constructor for class javax.microedition.pim.FieldFullException
Creates a new FieldFullException instance given a detailed message about the cause of the exception.
FieldFullException(String) - Constructor for class net.rim.blackberry.api.pim.FieldFullException
Deprecated. Creates a new FieldFullException instance given a detailed message about the cause of the exception.
FieldFullException(String, int) - Constructor for class javax.microedition.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.
FieldFullException(String, int) - Constructor for class net.rim.blackberry.api.pim.FieldFullException
Deprecated. 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.
fields - Variable in class java.util.Calendar
The field values for the currently set time for this calendar.
FIFTH - Static variable in class javax.microedition.pim.RepeatRule
Represents the fifth week of the month.
FIFTH - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Represents the fifth week of the month.
FIFTHLAST - Static variable in class javax.microedition.pim.RepeatRule
Represents the fifth last week of the month.
FIFTHLAST - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Represents the fifth last week of the month.
FILED - Static variable in interface net.rim.blackberry.api.mail.Message.Flag
Flag indicates 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).
FILETYPE_EXIF - Static variable in class net.rim.device.api.system.JPEGEncodedImage
Constant indicating the EXIF file type.
FILETYPE_JFIF - Static variable in class net.rim.device.api.system.JPEGEncodedImage
Constant indicating the JFIF file type.
FILETYPE_SPIFF - Static variable in class net.rim.device.api.system.JPEGEncodedImage
Constant indicating the SPIFF file type.
FILETYPE_UNKNOWN - Static variable in class net.rim.device.api.system.JPEGEncodedImage
Constant indicating an unknown file 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.
fillCells(int, int, int, int, int) - Method in class javax.microedition.lcdui.game.TiledLayer
Fills a region cells with the specific tile.
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.
fillTriangle(int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Fills the specified triangle will the current color.
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_PIN_ADDRESS - Static variable in class net.rim.device.api.ui.component.BasicEditField
PIN address 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.
FilterBaseInterface - interface net.rim.device.api.io.FilterBaseInterface.
Base class for Connection protocols.
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.
findDuplicateRecords(ServiceRecord, int, String, String, String, String, int) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves any and all duplicates of the specified record.
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 store that match the provided 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.
findMatch(AbstractString, int, int, StringPattern.Match) - Method in class net.rim.device.api.util.StringPattern
Find next sub-string (within sub-string) that matches pattern stored in this string-pattern.
findMatch(AbstractString, int, StringPattern.Match) - Method in class net.rim.device.api.util.StringPattern
Find next sub-string that matches pattern stored in this string-pattern.
findRecordsByName(String) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves all service records with specified name.
findRecordsByType(int) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves all service records of specified type.
findRecordsByUid(String) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves all service records with specified UID.
findType(DataBuffer, int) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Finds the next field in the data buffer of the specified type.
findType(DataBuffer, int) - Static method in class net.rim.device.api.util.TLEUtilities
Determines if a specific type is contained in the encoding from the current position to the end of the buffer.
finishLoading() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Complete loading by rendering content.
finishLoading() - Method in interface net.rim.device.api.browser.field.BrowserContent
Complete loading by rendering content.
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.
FIRE_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the FIRE key.
FIREBRICK - Static variable in class net.rim.device.api.ui.Color
 
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.
fireSyncItemUpdated() - Method in class net.rim.device.api.synchronization.OTASyncCapableSyncItem
Notify any listeners on this SyncItem that the contents of the SyncItem has changed.
FIRST - Static variable in class javax.microedition.pim.RepeatRule
Represents the first week of the month.
FIRST - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. 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.ContentProtectedVector
Retrieves first element in 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.
Fixed32 - class net.rim.device.api.math.Fixed32.
The class Fixed32 is a collection of fixed-point math routines.
FLAG_AUTO_RESTART - Static variable in class net.rim.device.api.system.ApplicationDescriptor
Automatically restart this application if it exits.
FLAG_INVALID - Static variable in interface net.rim.device.api.io.IOProperties
Flag is invalid.
FLAG_MAILBOX - Static variable in class net.rim.device.api.system.MobitexPacketHeader
Mailbox flag.
FLAG_POSACK - Static variable in class net.rim.device.api.system.MobitexPacketHeader
POSACK flag.
FLAG_PROVISIONING_DONT_SEND_ICCID - Static variable in class net.rim.device.api.system.Branding
 
FLAG_PROVISIONING_DONT_SEND_MSISDN - Static variable in class net.rim.device.api.system.Branding
 
FLAG_PROVISIONING_SEND_SPN - Static variable in class net.rim.device.api.system.Branding
 
FLAG_RUN_ON_STARTUP - Static variable in class net.rim.device.api.system.ApplicationDescriptor
Run this application on device startup.
FLAG_SENDLIST - Static variable in class net.rim.device.api.system.MobitexPacketHeader
SENDLIST flag.
FLAG_SET - Static variable in interface net.rim.device.api.io.IOProperties
Flag is set.
FLAG_SYSTEM - Static variable in class net.rim.device.api.system.ApplicationDescriptor
System application.
FLAG_UNKNOWN - Static variable in class net.rim.device.api.system.MobitexPacketHeader
UNKNOWN flag.
FLAG_UNSET - Static variable in interface net.rim.device.api.io.IOProperties
Flag is unset.
flashBacklight(int) - Method in class javax.microedition.lcdui.Display
Requests a flashing effect for the device's backlight.
Float - class java.lang.Float.
The Float class wraps a value of primitive type float in an object.
Float(double) - Constructor for class java.lang.Float
Constructs a newly allocated Floatobject that represents the argument converted to type float.
Float(float) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the primitive float argument.
floatToIntBits(float) - Static method in class java.lang.Float
Returns the bit representation of a single-float value.
floatValue() - Method in class java.lang.Long
Returns the value of this Long as a float.
floatValue() - Method in class java.lang.Integer
Returns the value of this Integer as a float.
floatValue() - Method in class java.lang.Double
Returns the float value of this Double.
floatValue() - Method in class java.lang.Float
Returns the float value of this Float object.
floor(double) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer.
FLORALWHITE - Static variable in class net.rim.device.api.ui.Color
 
FLOW_CONTROL_DTR_DSR - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
Connection supports DTR/DSR flow control.
FLOW_CONTROL_NONE - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
Connection supports no flow control.
FLOW_CONTROL_RTC_CTS - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
Connection supports RTC/CTS flow control.
FLOW_CONTROL_XON_XOFF - Static variable in class net.rim.device.api.bluetooth.BluetoothSerialPort
Connection supports XON/XOFF flow control.
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.OutputStreamWriter
Flush the stream.
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.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.crypto.CryptoOutputStream
Flushes out the remainder of the data in the output stream.
flush() - Method in class net.rim.device.api.crypto.BlockEncryptor
 
flush() - Method in class net.rim.device.api.crypto.cms.CMSOutputStream
 
flush() - Method in class net.rim.device.api.mime.MIMEOutputStream
Fluses this stream, writing out any remaining buffered data.
flush(boolean) - Method in class net.rim.device.api.crypto.StreamEncryptor
Flushes any pending data to the stream and, optionally, does any necessary padding correctly.
flush(boolean) - Method in class net.rim.device.api.crypto.EncryptorOutputStream
Flushes any pending data to the stream and, optionally, does any necessary padding correctly.
flush(boolean) - Method in class net.rim.device.api.crypto.BlockEncryptor
Flushes any pending data to the stream and, optionally, does any necessary padding correctly.
flushGraphics() - Method in class javax.microedition.lcdui.game.GameCanvas
Flushes the off-screen buffer to the display.
flushGraphics(int, int, int, int) - Method in class javax.microedition.lcdui.game.GameCanvas
Flushes the specified region of the off-screen buffer to the display.
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.
FOLDER_CREATED - Static variable in class net.rim.blackberry.api.mail.event.FolderEvent
A folder was added to the service.
FOLDER_DELETED - Static variable in class net.rim.blackberry.api.mail.event.FolderEvent
A folder was removed from the service.
FOLDER_MISSED_CALLS - Static variable in class net.rim.blackberry.api.phone.phonelogs.PhoneLogs
Folder ID for the missed call folder.
FOLDER_NORMAL_CALLS - Static variable in class net.rim.blackberry.api.phone.phonelogs.PhoneLogs
Folder ID for other calls.
FOLDER_UPDATED - Static variable in class net.rim.blackberry.api.mail.event.FolderEvent
A folder was updated from the service.
folderCreated(FolderEvent) - Method in interface net.rim.blackberry.api.mail.event.ServiceListener
Invoked when a folder is added to the service hierarchy.
folderDeleted(FolderEvent) - Method in interface net.rim.blackberry.api.mail.event.ServiceListener
Invoked when a folder is removed from the service hierarchy.
FolderEvent - class net.rim.blackberry.api.mail.event.FolderEvent.
Encapsulates folder events.
FolderEvent(Folder, int, Message) - Constructor for class net.rim.blackberry.api.mail.event.FolderEvent
Creates a new FolderEvent instance.
FolderListener - interface net.rim.blackberry.api.mail.event.FolderListener.
Listener interface for folder events where messages are added or removed from a folder.
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 new FolderNotFoundException instance with provided folder name.
FolderNotFoundException(String, String) - Constructor for class net.rim.blackberry.api.mail.FolderNotFoundException
Constructs a new FolderNotFoundException instance with provided folder name and detail message.
folderUpdated(FolderEvent) - Method in interface net.rim.blackberry.api.mail.event.ServiceListener
Invoked when a folder is updated from the service hierarchy.
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.
FONT_INPUT_TEXT - Static variable in class javax.microedition.lcdui.Font
Font specifier used by the implementation to draw text input by a user.
FONT_STATIC_TEXT - Static variable in class javax.microedition.lcdui.Font
Default font specifier used to draw Item and Screen contents.
FontFamily - class net.rim.device.api.ui.FontFamily.
Represents a font typeface.
fonts - Variable in class net.rim.device.api.ui.component.ActiveRichTextField.RegionQueue
Text font faces for regions.
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.
FORCED - Static variable in interface net.rim.device.api.notification.NotificationsConstants
Forced Notification
forEachListener(Collection, CollectionListenerAction) - Method in class net.rim.device.api.collection.util.CollectionListenerManager
Performs a callback for each registered listener.
foregroundColors - Variable in class net.rim.device.api.ui.component.ActiveRichTextField.RegionQueue
Foreground colours for regions.
FORESTGREEN - Static variable in class net.rim.device.api.ui.Color
 
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.
formatDistinguishedName(DistinguishedName, char) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Replaces all spaces in provided name with provided separator characters.
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 javax.microedition.pim.Contact
Represents the contact's formatted address.
FORMATTED_ADDR - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. Contact's formatted address.
FORMATTED_NAME - Static variable in interface javax.microedition.pim.Contact
Represents the contact's formatted name.
FORMATTED_NAME - Static variable in interface net.rim.blackberry.api.pim.Contact
Deprecated. 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 object suitable for forwarding this message.
forwardDgslEvent(int, int, Object) - Method in class net.rim.device.api.io.DatagramTransportBase
Forwards a datagram status event to a listener in the mapping table identified by index.
FOURTH - Static variable in class javax.microedition.pim.RepeatRule
Represents the fourth week of the month.
FOURTH - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Represents the fourth week of the month.
FOURTHLAST - Static variable in class javax.microedition.pim.RepeatRule
Represents the fourth last week of the month.
FOURTHLAST - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Represents the fourth last week of the month.
FP090 - Static variable in class net.rim.device.api.math.Fixed32
Fixed-point representation of 90.
FP180 - Static variable in class net.rim.device.api.math.Fixed32
Fixed-point representation of 180.
FP270 - Static variable in class net.rim.device.api.math.Fixed32
Fixed-point representation of 270.
FP360 - Static variable in class net.rim.device.api.math.Fixed32
Fixed-point representation of 360.
FramePositioningControl - interface javax.microedition.media.control.FramePositioningControl.
The FramePositionControl is the interface to control precise positioning to a video frame for Players.
FRAMETYPE_BASELINE - Static variable in class net.rim.device.api.system.JPEGEncodedImage
Constant indicating the baseline jpeg mode.
FRAMETYPE_PROGRESSIVE - Static variable in class net.rim.device.api.system.JPEGEncodedImage
Constant indicating the progressive jpg mode.
FRAMETYPE_SEQUENTIAL - Static variable in class net.rim.device.api.system.JPEGEncodedImage
Constnat indicating the sequential jpeg mode .
FREE_BUSY - Static variable in interface net.rim.blackberry.api.pdap.BlackBerryEvent
Indicates whether to show an event as Free, Tentative, Busy or Out Of The Office.
FREE_BUSY - Static variable in interface net.rim.blackberry.api.pim.BlackBerryEvent
Deprecated. Indicates whether to show an event as Free, Tentative, Busy or Out Of The Office.
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 javax.microedition.pim.RepeatRule
Represents the frequency of the event.
FREQUENCY - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. 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 javax.microedition.pim.RepeatRule
Represents the constant for the day: Friday.
FRIDAY - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. 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.
fromHashtable(Hashtable) - Method in class net.rim.device.api.io.http.HttpHeaders
Reads header data from provided hashtable.
fromSerialFormat(InputStream, String) - Method in class javax.microedition.pim.PIM
Creates a PIMItem instance given a valid data InputStream.
fromSerialFormat(InputStream, String) - Method in class net.rim.blackberry.api.pim.PIM
Deprecated. 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.
FUCHSIA - Static variable in class net.rim.device.api.ui.Color
 
FULL_BLACK - Static variable in class net.rim.device.api.ui.Graphics
Full black (0x00000000).
FULL_STOP - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
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.
FullWindowEvent - class net.rim.device.api.browser.field.FullWindowEvent.
Event to show field in full window.
FullWindowEvent(Object) - Constructor for class net.rim.device.api.browser.field.FullWindowEvent
Constructs a new FullWindowEvent instance.

G

GAINSBORO - Static variable in class net.rim.device.api.ui.Color
 
GAME_A - Static variable in class javax.microedition.lcdui.Canvas
Constant for the general purpose "A" game action.
GAME_A_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the GAME_A key (may not be supported on all devices).
GAME_B - Static variable in class javax.microedition.lcdui.Canvas
Constant for the general purpose "B" game action.
GAME_B_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the GAME_B key (may not be supported on all devices).
GAME_C - Static variable in class javax.microedition.lcdui.Canvas
Constant for the general purpose "C" game action.
GAME_C_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the GAME_C key (may not be supported on all devices).
GAME_D - Static variable in class javax.microedition.lcdui.Canvas
Constant for the general purpose "D" game action.
GAME_D_PRESSED - Static variable in class javax.microedition.lcdui.game.GameCanvas
The bit representing the GAME_D key (may not be supported on all devices).
GameCanvas - class javax.microedition.lcdui.game.GameCanvas.
The GameCanvas class provides the basis for a game user interface.
GameCanvas(boolean) - Constructor for class javax.microedition.lcdui.game.GameCanvas
Creates a new instance of a GameCanvas.
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() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
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 javax.microedition.pim.PIMException
Indicates that a general error has occured.
GENERAL_ERROR - Static variable in class net.rim.blackberry.api.pim.PIMException
Deprecated. 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 this address's type.
get() - Method in class java.lang.ref.Reference
Returns this reference object's referent.
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.IntLongHashtable
Retrieves value by key.
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(Object) - Method in class net.rim.device.api.util.ContentProtectedHashtable
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.
getA() - Method in class net.rim.device.api.crypto.ECCryptoSystem
This functions returns the "a" coefficient of this elliptic curve, defined by the equation y^2 = x^3 + ax + b ( in the F_p case ) or y^2 + xy = x^3 + ax^2 + b ( in the F_2^m case ).
getAbsoluteClippingRect(XYRect) - Method in class net.rim.device.api.ui.Graphics
Retreives the absolute coordinates of current clipping region.
getAccept(RenderingOptions) - Method in class net.rim.device.api.browser.plugin.BrowserContentProvider
Retrieves list of mime types this provider can accept given a set of rendering options.
getAcceptCharsetValues() - Method in class net.rim.device.api.browser.field.RenderingSession
Retrieves supported character set values.
getAcceptTypes() - Method in class net.rim.device.api.browser.field.RenderingSession
Retrieves accept string for this session.
getActiveCall() - Static method in class net.rim.blackberry.api.phone.Phone
Retrieves the active phone call.
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 this address's fully qualified address string.
getAddress() - Method in interface javax.microedition.io.SocketConnection
Gets the remote address to which the socket is bound.
getAddress() - Method in interface javax.microedition.io.Datagram
Get the address in the datagram
getAddress() - Method in interface javax.wireless.messaging.Message
Returns the address associated with this message.
getAddress() - Method in class net.rim.device.api.io.SmsAddress
Get a string representing the SMS address information.
getAddress() - Method in class net.rim.device.api.io.MobitexAddress
Retrieves this object's address.
getAddress() - Method in class net.rim.device.api.io.DatagramBase
Retrieves the target address for this datagram.
getAddress() - Method in class net.rim.device.api.io.DatagramAddressBase
Retrieves this object's address.
getAddress() - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Gets the remote address to which the socket is bound.
getAddress() - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
Gets the remote address to which the socket is bound.
getAddressBase() - Method in class net.rim.device.api.io.DatagramBase
Retrieves the address base for this datagram.
getAddressBookFormattedNumber() - Method in class net.rim.blackberry.api.phone.phonelogs.PhoneCallLogID
Retrieves the formatted (address book) phone number for this caller ID.
getAdvance(char) - Method in class net.rim.device.api.ui.Font
Determines particular glyph width.
getAdvance(char[], int, int) - Method in class net.rim.device.api.ui.Font
Determines advance 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 advance of a string buffer's substring.
getAdvance(String, int, int) - Method in class net.rim.device.api.ui.Font
Determines advance 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.SPKMKDFPseudoRandomSource
Returns the name of this PseaudoRandomSource "SPKMKDF".
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.SHA384Digest
Returns the name of the algorithm ("SHA384").
getAlgorithm() - Method in class net.rim.device.api.crypto.SHA224Digest
Returns the name of the algorithm ("SHA224").
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 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.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 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.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 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 class net.rim.device.api.crypto.CTRPseudoRandomSource
Returns the name of this PseudoRandomSource.
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.SHA512Digest
Returns the name of the algorithm ("SHA512").
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 interface net.rim.device.api.crypto.PseudoRandomSource
Returns the name of the algorithm, eg "X963KDF".
getAlgorithm() - Method in class net.rim.device.api.crypto.MD5Digest
Returns the name of this digest ("MD5").
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.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 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.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.InitializationVectorFactory
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.DecryptorFactory
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.
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 for 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 associated with this body part.
getAllKeys() - Method in class net.rim.device.api.ui.autotext.AutoText
Get all autotext keys that corresponds to the current locale.
getAllocated() - Method in class net.rim.device.api.system.MemoryStats
Returns the amount of memory/storage already allocated.
getAllowUndefinedNamespaces() - Method in class net.rim.device.api.xml.parsers.SAXParserFactory
 
getAllowUndefinedNamespaces() - Method in class net.rim.device.api.xml.parsers.SAXParser
 
getAllowUndefinedNamespaces() - Method in class net.rim.device.api.xml.parsers.DocumentBuilderFactory
 
getAllowUndefinedNamespaces() - Method in class net.rim.device.api.xml.parsers.DocumentBuilder
 
getAllowUndefinedNamespaces() - Method in class net.rim.device.api.xml.jaxp.XMLParser
 
getAllowUndefinedNamespaces() - Method in class net.rim.device.api.xml.jaxp.SAXParserImpl
 
getAlphaBitDepth() - Method in class net.rim.device.api.system.PNGEncodedImage
Queries the bit depth of the alpha channel.
getAlphaType(int) - Method in class net.rim.device.api.system.WBMPEncodedImage
 
getAlphaType(int) - Method in class net.rim.device.api.system.PNGEncodedImage
Returns the alpha channel type.
getAlphaType(int) - Method in class net.rim.device.api.system.JPEGEncodedImage
Returns the Alpha type.
getAlphaType(int) - Method in class net.rim.device.api.system.EncodedImage
Gets the bitmap type for the given frame's 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
Returns the number of lines to roll before the event will occur.
getAnimatedTile(int) - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the tile referenced by an animated tile.
getAPN() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrievs this record's associated access point name.
getAppearanceMode() - Method in class javax.microedition.lcdui.StringItem
Returns the appearance mode of the StringItem.
getAppearanceMode() - Method in class javax.microedition.lcdui.ImageItem
Returns the appearance mode of the ImageItem.
getAppEventLock() - Method in class net.rim.device.api.system.Application
Retrieves the application event lock for this application.
getApplication() - Static method in class net.rim.device.api.system.Application
Retrieves the current application instance.
getApplication() - Method in class net.rim.device.api.ui.Screen
Retrieves this screen's application.
getApplicationData() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this service record's application-specific data.
getApplicationDescriptors(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Returns 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.
getArea() - Method in class net.rim.device.api.system.MobitexInfo.MobitexCellInfo
Retrieves the network area ID.
getARFCN() - Method in class net.rim.device.api.system.GPRSInfo.GPRSCellInfo
Retrieves the Absolute Radio Frequency Channel Number.
getARGB(int[], int, int, int, int, int, int) - Method in class net.rim.device.api.system.Bitmap
Gets raw ARGB data from region of this Bitmap and stores it in the provided array.
getArgs() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the argument array from this descriptor.
getArgs() - Method in class net.rim.blackberry.api.invoke.ApplicationArguments
Retrieves the system arguments for the ApplicationArguments object.
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 javax.microedition.pim.PIMList
Returns the label associated with an element of a String array field.
getArrayElementLabel(int, int) - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. 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.
getAttribute(OID) - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns the cms attribute identified by oid.
getAttribute(String) - Method in interface net.rim.device.api.ldap.LDAPEntry
Returns a copy of an attribute given the attribute's name.
getAttribute(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by name.
getAttributeLabel(int) - Method in interface javax.microedition.pim.PIMList
Returns the label associated with an attribute.
getAttributeLabel(int) - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. Returns the label associated with an attribute.
getAttributeNode(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute node by name.
getAttributeNodeNS(String, String) - Method in interface org.w3c.dom.Element
Retrieves an Attr node by local name and namespace URI.
getAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by local name and namespace URI.
getAttributes() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves this field's attributes list.
getAttributes() - Method in class net.rim.device.api.crypto.cms.CMSSigner
Returns an Enumeration of the attributes associated with this signer.
getAttributes() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns an enumeration of all of the attributes found in this cms message ( ie. an enumeration of CMSAttributes ).
getAttributes() - Method in interface net.rim.device.api.ldap.LDAPEntry
Returns an Enumeration of all attributes.
getAttributes() - Method in interface org.w3c.dom.Node
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getAttributes(int, int) - Method in interface javax.microedition.pim.PIMItem
Returns the attributes associated with a specified data value.
getAttributes(int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Returns the attributes associated with a specified data value.
getAttrStartTable() - Method in class net.rim.device.api.xml.jaxp.WBXMLCodeBookCreationHandler
 
getAttrValueTable() - Method in class net.rim.device.api.xml.jaxp.WBXMLCodeBookCreationHandler
 
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.
getAuthType() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
Returns an integer representing the type of authentication that should be used for this connection.
getAutoText() - Static method in class net.rim.device.api.ui.autotext.AutoText
Retrieve the AutoText instance.
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.SPKMKDFPseudoRandomSource
 
getAvailable() - Method in class net.rim.device.api.crypto.RFC2631KDFPseudoRandomSource
 
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.CTRPseudoRandomSource
 
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()).
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.FIPS186PseudoRandomSource
Returns the number of pseudo random bytes currently available (this value is reset to the value returned by getMaxAvailable() with calls to reset()).
getAvailableHeight(BrowserContent) - Method in interface net.rim.device.api.browser.field.RenderingApplication
Retrieves the pixels of height available for provided browser content.
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAvailableInputLocales() - Static method in class net.rim.device.api.i18n.Locale
Retrieves list of known input locales.
getAvailableLocales() - Static method in class net.rim.device.api.i18n.Locale
Retrieves list of known locales.
getAvailableWidth(BrowserContent) - Method in interface net.rim.device.api.browser.field.RenderingApplication
Retrieves the pixels of width available for provided browser content.
getB() - Method in class net.rim.device.api.crypto.ECCryptoSystem
This functions returns the "b" coefficient of this elliptic curve, defined by the equation y^2 = x^3 + ax + b ( in the F_p case ) or y^2 + xy = x^3 + ax^2 + b ( in the F_2^m case ).
getBackgroundColor() - Method in class net.rim.device.api.ui.Graphics
Retrieves the current background color.
getBackgroundColors() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves this field's background color list.
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.
getBankList(boolean) - Method in interface javax.microedition.media.control.MIDIControl
Returns list of installed banks.
getBase() - Method in class net.rim.device.api.system.MobitexInfo.MobitexCellInfo
Retrieves the network base ID.
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.
getBasePoint() - Method in class net.rim.device.api.crypto.ECCryptoSystem
This function returns the base point of this elliptic curve.
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
Retrieves the current battery level.
getBatteryStatus() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves the battery status.
getBatteryTemperature() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves battery's current temperature.
getBatteryVoltage() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves battery's current voltage.
getBaudRate() - Method in interface javax.microedition.io.CommConnection
Gets the baudrate for the serial port connection.
getBBRHosts() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves list of BBR hosts for this record.
getBBRPorts() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves list of BBR ports for this record.
getBeginIndex() - Method in class net.rim.device.api.i18n.FieldPosition
Retrieves position of first character in underlying field.
getBestImageHeight(int) - Method in class javax.microedition.lcdui.Display
Returns the best image height for a given image type.
getBestImageWidth(int) - Method in class javax.microedition.lcdui.Display
Returns the best image width for a given image type.
getBID() - Method in class net.rim.device.api.system.CDMAInfo.CDMACellInfo
Returns the BID.
getBinary(int, int) - Method in interface javax.microedition.pim.PIMItem
Returns a byte array containing a binary representation of the data within the given field.
getBinary(int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. 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 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.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
 
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.HMACKey
 
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.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.
getBitmapType(int) - Method in class net.rim.device.api.system.WBMPEncodedImage
 
getBitmapType(int) - Method in class net.rim.device.api.system.PNGEncodedImage
Returns the bitmap type.
getBitmapType(int) - Method in class net.rim.device.api.system.JPEGEncodedImage
Returns the default bitmap type of the given frame.
getBitmapType(int) - Method in class net.rim.device.api.system.EncodedImage
Gets the bitmap type for the given frame.
getBitmapWidth() - Method in class net.rim.device.api.ui.component.BitmapField
Retrieves the width of this bitmap.
getBitsPerCharacter(int) - Static method in class net.rim.device.api.system.SMSPacketHeader
Returns the number of bits required per character for the specified encoding type.
getBitsPerPixel() - Method in class net.rim.device.api.system.Bitmap
Get the bits per pixel of the bitmap.
getBitsPerSegment(int) - Static method in class net.rim.device.api.system.SMSPacketHeader
Get the number of bits which can fit into a segment.
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.SHA384Digest
 
getBlockLength() - Method in class net.rim.device.api.crypto.SHA224Digest
 
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.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 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.
getBlockLength() - Method in class net.rim.device.api.crypto.SHA512Digest
 
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.MD5Digest
 
getBlockLength() - Method in interface net.rim.device.api.crypto.Digest
Returns the block length of the digest in bytes.
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 body part by index.
getBodyText() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the body text for this message.
getBoolean(int, boolean) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Returns a boolean value from the IT policy database.
getBoolean(int, int) - Method in interface javax.microedition.pim.PIMItem
Returns the boolean value contained in the field.
getBoolean(int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Returns the boolean value contained in the field.
getBoolean(int, int, boolean) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Returns a boolean value from the IT policy database given the group key, the ID and a boolean representing the default value.
getBoolean(String, boolean) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Returns a boolean value from the IT policy database given the name of the parameter and its default value.
getBorderStyle(boolean) - Method in class javax.microedition.lcdui.Display
Returns the stroke style used for border drawing depending on the state of the component (highlighted/non-highlighted).
getBrightness() - Static method in class net.rim.device.api.system.Backlight
Gets the brightness of the backlight.
getBrightnessIncrement() - Static method in class net.rim.device.api.system.Backlight
Retrieves the recommended percentage increment for backlight brightness.
getBrowserContent(BrowserContentProviderContext) - Method in class net.rim.device.api.browser.plugin.BrowserContentProvider
Retrieves a browser content capable of rendering the mime content this provider can handle.
getBrowserContent(HttpConnection, RenderingApplication, Event) - Method in class net.rim.device.api.browser.field.RenderingSession
Retrieves browser content for rendering.
getBrowserContent(HttpConnection, RenderingApplication, int) - Method in class net.rim.device.api.browser.field.RenderingSession
Retrieves browser content for rendering.
getBrowserPageContext() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Retrieves page context for this browser content.
getBrowserPageContext() - Method in interface net.rim.device.api.browser.field.BrowserContent
Retrieves page context for this browser content.
getBSIC() - Method in class net.rim.device.api.system.GPRSInfo.GPRSCellInfo
Retrieves the Base Station Identity Code.
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() - Method in class net.rim.device.api.ui.MenuItem
Retrieves resource bundle of this menu item.
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(long, String, CodeSigningKey) - 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
Returns a byte value from the IT policy database.
getByte(int, int, byte) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Returns a byte value from the IT policy database.
getByte(String) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Returns a byte value from the IT policy database given the name of the parameter.
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
Returns a byte array from the IT policy database.
getByteArray(int, int) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Returns a byte array from the IT policy database given the group key and ID.
getByteArray(String) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Returns a byte array from the IT policy database given the name of the byte array.
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() - Method in class net.rim.blackberry.api.browser.URLEncodedPostData
Retrieves the form data as a byte array suitable for use as an HTTP request body.
getBytes() - Method in class net.rim.blackberry.api.browser.PostData
Retrieves the form data as a byte array suitable for use as an HTTP request body.
getBytes() - Method in class net.rim.blackberry.api.browser.MultipartPostData
Retrieves the form data as a byte array suitable for use as an HTTP request body.
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.
getBytesPerCharacter(int) - Static method in class net.rim.device.api.system.SMSPacketHeader
Returns the number of bytes consumed per character for the specified encoding type.
getByteStream() - Method in class org.xml.sax.InputSource
Get the byte stream for this input source.
getCAAddress() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves the address for this record's associated certificate authority.
getCalendarFields(Calendar, int[]) - Static method in class net.rim.device.api.util.DateTimeUtilities
Extracts fields from a calendar object.
getCall(int) - Static method in class net.rim.blackberry.api.phone.Phone
Retrieves call by ID.
getCallback() - Method in class net.rim.device.api.ui.component.ListField
Retrieves registered drawing callback object.
getCallbackAddress() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the callback address.
getCallbackPlan() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the callback numbering plan.
getCallbackType() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the callback type of number.
getCallId() - Method in class net.rim.blackberry.api.phone.PhoneCall
Retrieves this call's ID.
getCapabilities() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the radio capabilities.
getCAPort() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves the port for this record's associated certificate authority.
getCARealm() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this record's associated certificate authority.
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 javax.microedition.pim.PIMList
Returns a string array containing the names of all categories that are currently supported by this PIMList.
getCategories() - Method in interface javax.microedition.pim.PIMItem
Returns the names of all categories associated with this item.
getCategories() - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. 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
Deprecated. Returns the names of all categories associated with this item.
getCell(int, int) - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the contents of a cell.
getCellHeight() - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the height of a single cell, in pixels.
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
Retrieves the current cell ID.
getCellInfo() - Static method in class net.rim.device.api.system.MobitexInfo
Retrieves information on the current cell.
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
Retrieves information on the current cell.
getCellInfo() - Static method in class net.rim.device.api.system.CDMAInfo
Returns information on the current cell.
getCellWidth() - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the width of a single cell, in pixels.
getCertChain() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns the certificate chain associated with this request.
getCertificate() - Method in class javax.microedition.pki.CertificateException
Get the Certificate that caused the exception.
getCertificate() - Method in class net.rim.device.api.crypto.cms.CMSSigner
Returns the end-entity certificate from the certificate chain, if present.
getCertificate() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the certificate that is stored in the key store data object.
getCertificate(CMSEntityIdentifier) - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns the certificate associated with the specified recipient.
getCertificateChain() - Method in class net.rim.device.api.crypto.cms.CMSSigner
Returns the certificate chain, if present.
getCertificateChain(CMSEntityIdentifier) - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns the certificate chain associated with the specified recipient.
getCertificateChainProperties(Certificate[][], KeyStore, long) - Static method in class net.rim.device.api.crypto.certificate.CertificateChainProperties
Returns the properties of the given certificate chains.
getCertificateChainProperties(Certificate[][], KeyStore, long, CryptoSystemProperties) - Static method in class net.rim.device.api.crypto.certificate.CertificateChainProperties
Returns the properties of the given certificate chains.
getCertificateChainProperties(Certificate[], KeyStore, long) - Static method in class net.rim.device.api.crypto.certificate.CertificateChainProperties
Returns the properties of the given certificate chain.
getCertificateChainProperties(Certificate[], KeyStore, long, CryptoSystemProperties) - Static method in class net.rim.device.api.crypto.certificate.CertificateChainProperties
Returns the properties of the given certificate chain.
getCertificates() - Method in class net.rim.device.api.crypto.cms.EMSAcceptRequestInputStream
Retrieves the certificates found in the Accept Request
getCertificates() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns an array of the certificates found in this message, or null if none are present.
getCertificates() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns an array of the certificates found in this message, or null if none are present.
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 for which 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.
getChannelVolume(int) - Method in interface javax.microedition.media.control.MIDIControl
Get volume for the given channel.
getChar() - Method in class net.rim.device.api.system.EventInjector.KeyEvent
Returns the character of the event.
getCharacters(int, int) - Static method in class net.rim.device.api.system.SMSPacketHeader
Returns the number of characters which can fit into the specified number of segments using the specified encoding type.
getCharacterStream() - Method in class org.xml.sax.InputSource
Get the character stream for this input source.
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.
getCharset() - Method in class net.rim.blackberry.api.browser.URLEncodedPostData
Retrieves the character-encoding for the form data.
getCharset() - Method in class net.rim.device.api.xml.jaxp.WBXMLParser
 
getChecked() - Method in class net.rim.device.api.ui.component.CheckboxField
Retrieves this field's state.
getChildNodes() - Method in interface org.w3c.dom.Node
A NodeList that contains all children of this node.
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.device.api.servicebook.ServiceRecord
Retrieves this service record's CID.
getCID() - Method in class net.rim.blackberry.api.mail.ServiceConfiguration
Retrieves the CID of this service.
getCidHash() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieve's this service record's hashed CID (SHA-1 hash).
getCipherSuite() - Method in interface javax.microedition.io.SecurityInfo
Returns the name of the cipher suite in use for the connection.
getClass() - Method in class java.lang.Object
Returns the runtime class of an object.
getClauseSeparatorString() - Method in class net.rim.device.api.ui.autotext.AutoText
Return a string containing all of the available clause separators.
getClientID() - Method in class net.rim.device.api.crypto.cms.EMSAcceptRequestInputStream
Retrieves the client identifier from the Accept Request
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.
getCMSContext(InputStream) - Static method in class net.rim.device.api.crypto.cms.CMSInputStream
Completes the first stage of a two stage processing of a cms message.
getCMSInputStream() - Method in class net.rim.device.api.crypto.cms.CMSInputStream
Returns the CMSInputStream of the inner message, if the inner message is signed or enveloped.
getCMSInputStream(CMSContext, KeyStore) - Static method in class net.rim.device.api.crypto.cms.CMSInputStream
Finishes the second stage of the two stage processing of a cms message.
getCMSInputStream(CMSContext, KeyStore, SymmetricKey) - Static method in class net.rim.device.api.crypto.cms.CMSInputStream
Finishes the second stage of the two stage processing of a CMS message.
getCMSInputStream(CMSContext, KeyStore, SymmetricKey, boolean) - Static method in class net.rim.device.api.crypto.cms.CMSInputStream
Finishes the second stage of the two stage processing of a CMS message.
getCMSInputStream(InputStream, KeyStore) - Static method in class net.rim.device.api.crypto.cms.CMSInputStream
Parses the beginning of the passed in input stream to determine what kind of CMS message it is.
getCMSInputStream(InputStream, KeyStore, SymmetricKey) - Static method in class net.rim.device.api.crypto.cms.CMSInputStream
Parses the beginning of the passed in input stream to determine what kind of CMS message it is.
getCMSInputStream(InputStream, KeyStore, SymmetricKey, boolean) - Static method in class net.rim.device.api.crypto.cms.CMSInputStream
Parses the beginning of the passed in input stream to determine what kind of CMS message it is.
getCoalescing() - Method in class net.rim.device.api.xml.jaxp.DOMInternalRepresentation
Does this DOM coalesce whitespace?
getCode() - Method in class net.rim.device.api.i18n.Locale
Retrieves integer code for this locale.
getCode() - Method in class net.rim.plazmic.mediaengine.MediaException
Returns the current error code.
getCode() - Method in class net.rim.plazmic.mediaengine.io.LoadingStatus
Returns the media code.
getCodeBookHash() - Method in class net.rim.device.api.xml.jaxp.WBXMLCodeBookCreationHandler
 
getCodeBookID() - Method in class net.rim.device.api.xml.jaxp.WBXMLCodeBookCreationHandler
 
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
Returns a statistics object for code modules.
getCofactor() - Method in class net.rim.device.api.crypto.ECCryptoSystem
This functions returns the cofactor of this elliptic curve.
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.
getColor(int) - Method in class javax.microedition.lcdui.Display
Returns one of the colors from the high level user interface color scheme, in the form 0x00RRGGBB based on the colorSpecifier passed in.
getColorType() - Method in class net.rim.device.api.system.PNGEncodedImage
Queries the PNG color type.
getColumnNumber() - Method in class net.rim.device.api.xml.jaxp.XMLParser
 
getColumnNumber() - Method in class net.rim.device.api.xml.jaxp.WBXMLParser
 
getColumnNumber() - Method in class org.xml.sax.SAXParseException
The column number of the end of the text where the exception occurred.
getColumnNumber() - Method in interface org.xml.sax.Locator
Return the column number where the current document event ends.
getColumns() - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the number of columns in the TiledLayer grid.
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.wtls.WTLSDistinguishedName
Returns a String containing the commmon name.
getCommonName() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the common name attribute associated with this distinguished 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.
getCompressionMode() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves server's available compression mode.
getConnection() - Method in class net.rim.plazmic.mediaengine.io.ConnectionInfo
Returns the connection representation as an object.
getConnectionType() - Method in class net.rim.device.api.io.http.PushInputStream
Retrieves the connection type for this push.
getConnectionType() - Method in class net.rim.device.api.io.http.MDSPushInputStream
Retrieves the connection type for this push.
getConnector() - Method in class net.rim.plazmic.mediaengine.MediaManager
Returns the connector for this MediaManager.
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
Retrieves this attachment part's content.
getContent() - Method in class net.rim.blackberry.api.mail.TextBodyPart
Retrieves this body part's contents.
getContent() - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Retrieves the raw data contained in this attachment part.
getContent() - Method in interface net.rim.blackberry.api.mail.Part
Retrieves this part's contents.
getContent() - Method in class net.rim.blackberry.api.mail.Message
Retrieves this message's body content.
getContent() - Method in class net.rim.blackberry.api.mail.ContactAttachmentPart
Retrieves the content in this contact attachment part.
getContentCipherConstant() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns the constant representing which symmetric algorithm that was used to encrypt the data.
getContentDescription() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves content description for this part.
getContentDescriptor() - Method in interface javax.microedition.media.protocol.SourceStream
Get the current type for this stream.
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.
getContentLength() - Method in interface javax.microedition.media.protocol.SourceStream
Get the size in bytes of the content on this stream.
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 interface javax.microedition.media.Player
Get the content type of the media that's being played back by this Player.
getContentType() - Method in interface javax.microedition.media.control.RecordControl
Return the content type of the recorded media.
getContentType() - Method in class javax.microedition.media.protocol.DataSource
Get a sting that describes the content-type of the media that the source is providing.
getContentType() - Method in class javax.microedition.media.protocol.ContentDescriptor
Obtain a string that represents the content type for this descriptor.
getContentType() - Method in class net.rim.device.api.crypto.cms.CMSInputStream
Returns the content type of the inner message, either CMSContentTypes.DATA, SIGNED_DATA, ENVELOPED_DATA or COMPRESSED_DATA.
getContentType() - Method in class net.rim.blackberry.api.browser.URLEncodedPostData
Retrieves the content type of the form data, including parameters.
getContentType() - Method in class net.rim.blackberry.api.browser.PostData
Retrieves the content type of the form data, including parameters.
getContentType() - Method in class net.rim.blackberry.api.browser.MultipartPostData
Retrieves the content type of the form data, including parameters.
getContentType() - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Retrieves the content-type for this attachment part.
getContentType() - Method in interface net.rim.blackberry.api.mail.Part
Retrieves the content-type set for this part's contents.
getContentType() - Method in class net.rim.blackberry.api.mail.Multipart
Retrieves this multipart's content-type.
getContentType() - Method in class net.rim.blackberry.api.mail.Message
Retrieves this message's content-type.
getContentType() - Method in class net.rim.blackberry.api.mail.BodyPart
Retrieves this body part's content type.
getContentType() - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves this part's content type.
getContentType() - Method in class net.rim.plazmic.mediaengine.io.LoadingStatus
Returns the media content type.
getContentType() - Method in class net.rim.plazmic.mediaengine.io.ConnectionInfo
Returns the content type of the media.
getContentTypeParameter(String) - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieves content type pararmeter by attribute.
getContext() - Method in class net.rim.device.api.browser.field.RenderingSession
Retrieves context object for this session.
getContextMenu() - Method in class net.rim.device.api.ui.Field
Gets the current context menu for this field.
getContextMenuContext() - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Retrieves the context object to be passed to CookieProviderUtilities.getFocusVerbs(net.rim.device.api.ui.component.CookieProvider, java.lang.Object, net.rim.device.apps.api.framework.verb.Verb[]) to fetch the context menu verbs.
getContiguousArray() - Method in class net.rim.device.api.collection.util.BigLongVector
Returns a contiguous array representation of this vector.
getContiguousArray() - Method in class net.rim.device.api.collection.util.BigIntVector
Returns a contiguous array representation of this vector.
getContrast() - Static method in class net.rim.device.api.system.Display
Retrieves the screen's current contrast setting.
getContrastIncrement() - Static method in class net.rim.device.api.system.Display
Retrieves the recommended percentage increment for display contrast.
getControl(String) - Method in interface javax.microedition.media.Controllable
Obtain the object that implements the specified Control interface.
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.
getControls() - Method in interface javax.microedition.media.Controllable
Obtain the collection of Controls from the object that implements this interface.
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() - Method in class net.rim.device.api.browser.field.SetHttpCookieEvent
Retrieves cookie in this event.
getCookie(int) - Method in class net.rim.device.api.ui.component.TreeField
Retrieves the user-supplied cookie object for the given node.
getCookieWithFocus() - Method in interface net.rim.device.api.ui.component.CookieProvider
Returns the object's cookie that has the focus.
getCookieWithFocus() - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Retrieves the cookie for the region currently with the focus.
getCookieWithFocus() - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Generates a cookie for the current region with focus.
getCount() - Method in class net.rim.blackberry.api.mail.Multipart
Retrieves the number of body parts contained in this multipart.
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.wtls.WTLSDistinguishedName
Returns a String containing the country name.
getCountry() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the country attribute associated with this distinguished 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.
getCRL() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns the CRL found in this message.
getCRL() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns the CRL found in the message, if present, otherwise null.
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.
getCSRFormat() - Method in class net.rim.device.api.crypto.certificate.x509.PKCS10CertificateRequest
Encodes the certificate request and returns the encoded result in the format of a csr file.
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.wtls.WTLSCertificate
For a WTLS certificate, the default information provided by the displayCertificateDetails method in CertificateUtilities is sufficient.
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.
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.io.DatagramBase
Retrieves this datagram's data.
getData() - Method in class net.rim.device.api.system.EncodedImage
Returns the encoded data of this image.
getData() - Method in class net.rim.device.api.ui.component.ActiveFieldContext
Retrieve this context object's context data.
getData() - Method in class net.rim.device.api.crypto.TripleDESKey
 
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.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 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.HMACKey
 
getData() - Method in class net.rim.device.api.crypto.keystore.AssociatedData
Returns a copy of the data for this association.
getData() - Method in interface org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
getData() - Method in interface org.w3c.dom.CharacterData
The character data of the node that implements this interface.
getData(int) - Static method in class net.rim.device.api.system.Branding
Retrives data from the branding NV sector.
getDatabaseName() - Method in interface net.rim.device.api.synchronization.OTASyncParametersProvider
Get the name of the database to use.
getDatagramId() - Method in class net.rim.device.api.io.DatagramBase
Retrieves this datagram's datagram ID.
getDatagramStatusListener() - Method in class net.rim.device.api.io.DatagramConnectionBase
Retrieves the status listener for this connection.
getDatagramStatusListener() - Method in class net.rim.device.api.io.DatagramBase
Retrieves current status listener object.
getDataSourceId() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this record's data source ID.
getDataSourceName() - Method in interface net.rim.device.api.synchronization.OTASyncParametersProvider
Get the name of the data source to use.
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() - Method in class net.rim.blackberry.api.phone.phonelogs.CallLog
Retrieves this call log's date. .
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 javax.microedition.pim.RepeatRule
Returns the date of the specified field.
getDate(int) - Method in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Returns the date of the specified field.
getDate(int, int) - Method in interface javax.microedition.pim.PIMItem
Returns the date value contained in the field.
getDate(int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Returns the date value contained in the field.
getDecodeMode() - Method in class net.rim.device.api.system.EncodedImage
Gets the decoding mode for the image.
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.
getDefault() - Method in class net.rim.device.api.ui.ContextMenu
Retrieves the position in this menu of the default menu item.
getDefault() - Method in class net.rim.device.api.ui.component.Menu
Retrieves this menu's default item.
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.
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.
getDefaultConnector() - Method in class net.rim.plazmic.mediaengine.MediaManager
Returns the default connector associated with this MediaManager.
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.
getDefaultInputForSystem() - Static method in class net.rim.device.api.i18n.Locale
Retrieves system's current default input locale.
getDefaultInstance() - Static method in class net.rim.blackberry.api.mail.Session
Retrieves this device's default session.
getDefaultInstance(ServiceConfiguration) - Static method in class net.rim.blackberry.api.mail.Session
Retrieves default session based on provided service configruation.
getDefaultItem() - Method in class net.rim.device.api.ui.ContextMenu
Retrieves the default item in this menu.
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.
getDefaultMenuItem(int) - Method in class net.rim.device.api.ui.Screen
Retrieves the default menu item.
getDefaultRecordType() - Method in class net.rim.device.api.synchronization.SyncCollectionSchema
Return the default record type.
getDefaultSession() - Static method in class net.rim.blackberry.api.browser.Browser
Retrieves the default session based on the default connection settings.
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.
getDeliveryPeriod() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the delivery period.
getDescent() - Method in class net.rim.device.api.ui.Font
Retrieves this font's descender height.
getDescription() - Method in interface net.rim.device.api.memorycleaner.MemoryCleanerListener
Invoked when the memory cleaner application must display a string about the type of listener being cleaned.
getDescription() - Method in class net.rim.device.api.system.CodeSigningKey
Retrieves description of Signing Authority.
getDescription() - Method in class net.rim.device.api.ldap.LDAPPasswordCache
 
getDescription() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves the textual description of this record.
getDestinationAddress() - Method in class net.rim.device.api.system.MobitexPacketHeader
Retrieves the packet destination address.
getDeviceAddress() - Method in class net.rim.device.api.bluetooth.BluetoothSerialPortInfo
Retrieves this connection's device address in raw form.
getDeviceId() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves the PIN number for this device.
getDeviceName() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves this device's product name.
getDgramIdByIndex(int) - Method in class net.rim.device.api.io.DatagramTransportBase
Retrieves ID of datagram from provided datagram index.
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.SHA384Digest
 
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.SHA224Digest
 
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.MD4Digest
 
getDigest(byte[], int, boolean) - Method in class net.rim.device.api.crypto.MD2Digest
 
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.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.MD5Digest
 
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.SHA384Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.SHA224Digest
 
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.MD4Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.MD2Digest
 
getDigestLength() - Method in class net.rim.device.api.crypto.SHA512Digest
 
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.MD5Digest
 
getDigestLength() - Method in interface net.rim.device.api.crypto.Digest
Returns the length of the digest in bytes.
getDisabledState() - Method in class net.rim.device.api.servicebook.ServiceRecord
Determines this record's disabled state.
getDisplay(MIDlet) - Static method in class javax.microedition.lcdui.Display
Gets the Display object that is unique to this MIDlet.
getDisplayableContent() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
 
getDisplayableContent() - Method in interface net.rim.device.api.browser.field.BrowserContent
 
getDisplayColor(int) - Method in class javax.microedition.lcdui.Graphics
Gets the color that will be displayed if the specified color is requested.
getDisplayCountry() - Method in class net.rim.device.api.i18n.Locale
Retrieves displayable name for this locale's country.
getDisplayHeight() - Method in interface javax.microedition.media.control.VideoControl
Return the actual height of the current render video.
getDisplayLanguage() - Method in class net.rim.device.api.i18n.Locale
Retrieves displayable name for this locale's language.
getDisplayName() - Method in class net.rim.device.api.crypto.cms.EMSAcceptRequestInputStream
Retrieves the display name which is a user friendly name for person in the Accept Request.
getDisplayPhoneNumber() - Method in class net.rim.blackberry.api.phone.PhoneCall
Retrieves this call's number string for display in a UI.
getDisplayVariant() - Method in class net.rim.device.api.i18n.Locale
Retrieves displayable name for this locale's variant.
getDisplayWidth() - Method in interface javax.microedition.media.control.VideoControl
Return the actual width of the current render video.
getDisplayX() - Method in interface javax.microedition.media.control.VideoControl
Return the X-coordinate of the video with respect to the GUI object where the video is displayed.
getDisplayY() - Method in interface javax.microedition.media.control.VideoControl
Return the Y-coordinate of the video with respect to the GUI object where the video is displayed.
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.
getDoctype() - Method in interface org.w3c.dom.Document
The Document Type Declaration (see DocumentType) associated with this document.
getDocumentElement() - Method in interface org.w3c.dom.Document
This is a convenience attribute that allows direct access to the child node that is the root element of the document.
getDOMImplementation() - Method in class net.rim.device.api.xml.parsers.DocumentBuilder
 
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.
getDTMFTones() - Method in class net.rim.blackberry.api.phone.PhoneCall
Retrieves this call's current send queue of DTMF tones.
getDtr() - Method in class net.rim.device.api.bluetooth.BluetoothSerialPort
Retrieves state of the DTR line.
getDtr() - Method in class net.rim.device.api.system.SerialPort
Retrieves state of the DTR line.
getDuration() - Method in interface javax.microedition.media.Player
Get the duration of the media.
getDuration() - Method in class net.rim.blackberry.api.phone.phonelogs.CallLog
Retrieves logged call's duration.
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.
getElapsedTime() - Method in class net.rim.blackberry.api.phone.PhoneCall
Retrieve this call's current elapsed time.
getElementById(String) - Method in interface org.w3c.dom.Document
Returns the Element whose ID is given by elementId.
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.
getElementsByTagName(String) - Method in interface org.w3c.dom.Element
Returns a NodeList of all descendant Elements with a given tag name, in the order in which they are encountered in a preorder traversal of this Element tree.
getElementsByTagName(String) - Method in interface org.w3c.dom.Document
Returns a NodeList of all the Elements with a given tag name in the order in which they are encountered in a preorder traversal of the Document tree.
getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Element
Returns a NodeList of all the descendant Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of this Element tree.
getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Document
Returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the Document tree.
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.wtls.WTLSDistinguishedName
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.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.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() - 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 org.xml.sax.InputSource
Get the character encoding for a byte stream or URI.
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.wtls.WTLSCertificate
Returns the encoding of the field from the certificate.
getEncoding(int) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
 
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".
getEncryptionMode() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves server's available encryption mode.
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).
getEncryptionRecipients() - Method in class net.rim.device.api.crypto.cms.CMSContext
Returns an array of the recipients found in the upper most encryption layer in this message.
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.
getEntities() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
getEntry(int) - Method in class net.rim.device.api.ldap.LDAPQuery
Returns the indexed LDAPEntry.
getEphemeralKey() - Method in class net.rim.device.api.crypto.ElGamalEncryptorEngine
Returns the ephemeral key used to encrypt the data.
getError() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Retrieves error (if any) received when requesting content URL.
getError() - Method in interface net.rim.device.api.browser.field.BrowserContent
Retrieves error (if any) received when requesting content URL.
getErrorCode() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns a code that describes the overall outcome of the request.
getErrorCode() - Method in class net.rim.device.api.ldap.LDAPQuery
Returns the error code describing any error that might have occurred during processing of the query.
getErrorMessage() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
Returns a textual error message describing the current error condition, if any.
getErrorMsg() - Method in class net.rim.device.api.ldap.LDAPQuery
Returns a string describing any error that might have occurred during processing of the query.
getESN() - Static method in class net.rim.device.api.system.MobitexInfo
Retrieves this device's electronic serial number (ESN).
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
Returns the event.
getEvent() - Method in class net.rim.device.api.browser.plugin.BrowserContentProviderContext
Retrieves event that initiated this rendering.
getEventLock() - Static method in class net.rim.device.api.system.Application
Retrieves the application user interface event lock.
getExceptDates() - Method in class javax.microedition.pim.RepeatRule
Returns an array containing the dates on which the RepeatRule will not occur.
getExceptDates() - Method in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Returns an array containing the dates on which the RepeatRule will not occur.
getException() - Method in class net.rim.device.api.crypto.keystore.KeyStoreRegisterException
This method returns the underlying exception.
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.
getExpanded(int) - Method in class net.rim.device.api.ui.component.TreeField
Determines if node is expanded or collapsed.
getExpandingEntities() - Method in class net.rim.device.api.xml.jaxp.DOMInternalRepresentation
Does this DOM expand entities?
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.wtls.WTLSCertificate
Returns an extension with the given OID associated with this certificate.
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.
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.wtls.WTLSCertificate
Returns all the extensions associated with this certificate.
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(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.wtls.WTLSCertificate
Returns all the extensions associated with this certificate that have their critical bit set to the value of criticalBit.
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.
getExtent() - Method in class net.rim.device.api.ui.Field
Retrieves this field's extent (region occupied in its manager's child region).
getExtent(XYRect) - 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.
getFaultBits() - Static method in class net.rim.device.api.system.MobitexInfo
Retrieves the fault bits.
getField() - Method in class net.rim.device.api.i18n.FieldPosition
Retrieves underlying field's ID.
getField() - Method in class net.rim.device.api.crypto.certificate.CertificateDisplayField
Returns the field associated with this object if one exists.
getField() - Method in class javax.microedition.pim.UnsupportedFieldException
Returns an integer representing the field that caused the exception.
getField() - Method in class javax.microedition.pim.FieldFullException
Returns an integer representing the field that caused the exception.
getField() - Method in class javax.microedition.pim.FieldEmptyException
Returns an integer representing the field that caused the exception.
getField() - Method in class net.rim.blackberry.api.pim.UnsupportedFieldException
Deprecated. Returns an integer representing the field that caused the exception.
getField() - Method in class net.rim.blackberry.api.pim.FieldFullException
Deprecated. Returns an integer representing the field that caused the exception.
getField() - Method in class net.rim.blackberry.api.pim.FieldEmptyException
Deprecated. 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 javax.microedition.pim.PIMList
Returns an integer representing the data type associated with this field.
getFieldDataType(int) - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. 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 javax.microedition.pim.PIMList
Returns the label associated with this field.
getFieldLabel(int) - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. 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.
getFieldReductor() - Method in class net.rim.device.api.crypto.ECCryptoSystem
This functions returns the field reductor of this elliptic 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 javax.microedition.pim.RepeatRule
Returns an array of integers representing the fields in the RepeatRule.
getFields() - Method in interface javax.microedition.pim.PIMItem
Returns an integer array containing all fields for which data is associated.
getFields() - Method in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Returns an array of integers representing the fields in the RepeatRule.
getFields() - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. 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 byte field.
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 part.
getFileType() - Method in class net.rim.device.api.system.JPEGEncodedImage
Returns an integer representing the file type.
getFilter() - Method in class net.rim.device.api.ui.component.BasicEditField
Gets the text filter set for this field.
getFilter(String) - Static method in class javax.microedition.io.PushRegistry
Retrieve the registered filter for a requested connection.
getFilter(String) - Static method in class net.rim.device.api.io.http.HttpFilterRegistry
Retrieves a previously registered package by fully qualified domain name.
getFirmwareVersion() - Static method in class net.rim.device.api.system.CDMAInfo
Returns the firmware version reported OTA.
getFirstChild() - Method in interface org.w3c.dom.Node
The first child of this node.
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.
getFitPolicy() - Method in class javax.microedition.lcdui.List
Gets the application's preferred policy for fitting Choice element contents to the available screen space.
getFitPolicy() - Method in class javax.microedition.lcdui.ChoiceGroup
Gets the application's preferred policy for fitting Choice element contents to the available screen space.
getFitPolicy() - Method in interface javax.microedition.lcdui.Choice
Gets the application's preferred policy for fitting Choice element contents to the available screen space.
getFlag(int) - Method in interface net.rim.device.api.io.IOProperties
Retrieves the value for the indicated flag.
getFlag(int) - Method in class net.rim.device.api.io.DatagramConnectionBase
Retrieves state of flag for this connection.
getFlag(int) - Method in class net.rim.device.api.io.DatagramBase
Retrieves state of named flag.
getFlags() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the flags from this descriptor.
getFlags() - Method in class net.rim.device.api.crypto.cms.EMSAcceptRequestInputStream
Retrieves the flags contained in this Accept Request
getFlags() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the flags for this message.
getFlags() - Method in class net.rim.device.api.browser.field.UrlRequestedEvent
Retrieves the flags of this event.
getFlags() - Method in class net.rim.device.api.browser.field.RequestedResource
Retrieves the flags associated with this request.
getFlags() - Method in class net.rim.device.api.browser.plugin.BrowserContentProviderContext
Retrieves rendering flags.
getFlashFree() - Static method in class net.rim.device.api.system.Memory
Returns the amount of free flash.
getFlashStats() - Static method in class net.rim.device.api.system.Memory
Returns a statistics object for flash memory.
getFlashTotal() - Static method in class net.rim.device.api.system.Memory
Returns 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.
getFocusVerbs(CookieProvider, Object, Vector) - Method in interface net.rim.device.api.ui.component.ActiveFieldCookie
Retrieves set of menu items appropriate for this cookie, given context.
getFolder() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the folder containing this message.
getFolder(long) - Method in class net.rim.blackberry.api.mail.Store
Retrieves a folder by ID.
getFolder(String) - Method in class net.rim.blackberry.api.mail.Store
Retrieves a folder by 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.StringItem
Gets the application's preferred font for rendering this StringItem.
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) - Method in class javax.microedition.lcdui.List
Gets the application's preferred font for rendering the specified element of this Choice.
getFont(int) - Static method in class javax.microedition.lcdui.Font
Gets the Font used by the high level user interface for the fontSpecifier passed in.
getFont(int) - Method in class javax.microedition.lcdui.ChoiceGroup
Gets the application's preferred font for rendering the specified element of this Choice.
getFont(int) - Method in interface javax.microedition.lcdui.Choice
Gets the application's preferred font for rendering the specified element of this Choice.
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.
getFont(int, int, int) - Method in class net.rim.device.api.ui.FontFamily
Retrieves a font specified by style and size.
getFontFamilies() - Static method in class net.rim.device.api.ui.FontFamily
Retrieves the 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
Deprecated. Use FontFamily.getFont(int, int)
getFonts() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves this field's font list.
getForegroundColors() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves this field's foreground color 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.
getFrame() - Method in class javax.microedition.lcdui.game.Sprite
Gets the current index in the frame sequence.
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 specified frame is monochrome.
getFrameSequenceLength() - Method in class javax.microedition.lcdui.game.Sprite
Gets the number of elements in the frame sequence.
getFrameTransparency(int) - Method in class net.rim.device.api.system.EncodedImage
Returns true if the specified frame has transparency information.
getFrameType() - Method in class net.rim.device.api.system.JPEGEncodedImage
Returns an integer representing the frame type.
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
Returns 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.
getFriendlyName(DistinguishedName) - Static method in class net.rim.device.api.crypto.certificate.CertificateUtilities
Returns a string that contains a "friendly" name for the distinguished name of a certificate.
getFrom() - Method in class net.rim.blackberry.api.mail.Message
Retrieves this message's "From" attribute.
getFullName() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves this folder's full name.
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.CustomItem
Gets the game action associated with the given key code of the device.
getGameAction(int) - Method in class javax.microedition.lcdui.Canvas
Gets the game action associated with the given key code of the device.
getGlobalAlpha() - Method in class net.rim.device.api.ui.Graphics
Retrieves the current global alpha value.
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
Retrieves the current GPRS state.
getGraphics() - Method in class javax.microedition.lcdui.Image
Creates a new Graphics object that renders to this image.
getGraphics() - Method in class javax.microedition.lcdui.game.GameCanvas
Obtains the Graphics object for rendering a GameCanvas.
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.
getGroupOrder() - Method in class net.rim.device.api.crypto.ECCryptoSystem
This functions returns the number of points in the group generated by the base point of this elliptic curve.
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.certificate.CertificateKeyStoreIndex
Returns a hash representing the target object passed in.
getHash(Object) - Method in class net.rim.device.api.crypto.certificate.CertificateHashKeyStoreIndex
Returns a hash representing the target object passed in.
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.
getHash(Object) - Method in class net.rim.device.api.crypto.keystore.PublicKeyKeyStoreIndex
 
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.
getHeader() - Method in class net.rim.device.api.io.SmsAddress
Gets the SMS packet header.
getHeader(String) - Method in interface net.rim.blackberry.api.mail.Part
Retrieves header fields by name.
getHeader(String) - Method in class net.rim.blackberry.api.mail.Message
Retrieves all headers by name.
getHeader(String) - Method in class net.rim.blackberry.api.mail.BodyPart
Retrieves all headers of a specific name.
getHeader(String) - Method in class net.rim.device.api.mime.MIMEInputStream
Retrieve header content for named header.
getHeaderField(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field value by index.
getHeaderField(int) - Method in interface net.rim.device.api.io.http.HttpServerConnection
 
getHeaderField(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named header field.
getHeaderField(String) - Method in interface net.rim.device.api.io.http.HttpServerConnection
 
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.
getHeaderFieldInt(String, int) - Method in interface net.rim.device.api.io.http.HttpServerConnection
 
getHeaderFieldKey(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field key by index.
getHeaderFieldKey(int) - Method in interface net.rim.device.api.io.http.HttpServerConnection
 
getHeaders() - Method in class net.rim.device.api.browser.field.UrlRequestedEvent
Retrieves the HTTP headers from this event.
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.Form
Returns the height in pixels of the displayable area available for items.
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.Displayable
Gets the height in pixels of the displayable area available to the application.
getHeight() - Method in class javax.microedition.lcdui.Canvas
Gets height of the displayable area in pixels.
getHeight() - Method in class javax.microedition.lcdui.game.Layer
Gets the current height of this layer, in pixels.
getHeight() - Method in class net.rim.device.api.system.EncodedImage
Returns the (unscaled) height of this image in pixels.
getHeight() - Static method in class net.rim.device.api.system.Display
Retrieves total drawing height of the display.
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.
getHeightOfChoices() - Method in class net.rim.device.api.ui.component.ChoiceField
Retrieves the maximum height required by any one of the choices in the field.
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.
getHistoryPosition(BrowserContent) - Method in interface net.rim.device.api.browser.field.RenderingApplication
Retrieves the history position for provided browser content.
getHomeAddress() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this record's home address.
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.
getHorizontalResolution() - Static method in class net.rim.device.api.system.Display
Retrieve display's horizontal resolution in pixels per meter (PPM).
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. e.g. host name or IPv4 address
getHpid() - Method in class net.rim.device.api.io.MobitexAddress
Retrieves this address object's high protocol ID.
getHPID() - Method in class net.rim.device.api.system.MobitexPacketHeader
Retrieves the higher protocol ID.
getHttpConnection() - Method in class net.rim.device.api.browser.field.RequestedResource
Retrieves the HTTP connection object for this request.
getHttpConnection() - Method in class net.rim.device.api.browser.plugin.BrowserContentProviderContext
Retrieves connection containing data to render.
getHTTPCookie(String) - Method in interface net.rim.device.api.browser.field.RenderingApplication
Retrieves cookies associated with a provided URL.
getIcon() - Method in class net.rim.device.api.system.ApplicationDescriptor
Retrieves the icon from this descriptor.
getIcon() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Retrieves the title icon for this content.
getIcon() - Method in interface net.rim.device.api.browser.field.BrowserContent
Retrieves the title icon for this content.
getId() - Method in class net.rim.device.api.i18n.ResourceBundleFamily
Retrieves this bundle family's ID.
getId() - Method in class net.rim.device.api.ui.MenuItem
Retrieves ID of this menu item.
getId() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves this folder's internal ID.
getId() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this service record's ID.
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getID() - Method in class net.rim.device.api.system.SMSPacketHeader
Returns the SIM ID for this message.
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.certificate.CertificateKeyStoreIndex
Returns a unique ID that represents this index within the key store.
getID() - Method in class net.rim.device.api.crypto.certificate.CertificateHashKeyStoreIndex
Returns a unique ID that represents this index within the key store.
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.
getID() - Method in class net.rim.device.api.crypto.keystore.PublicKeyKeyStoreIndex
 
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.
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
Retrieves the International Mobile Equipment Identity (IMEI) of the device.
getImplementation() - Method in interface org.w3c.dom.Document
The DOMImplementation object that handles this document.
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 within its manager.
getIndex() - Method in class net.rim.device.api.browser.field.HistoryEvent
Retrieves offset for history navigation.
getIndex(byte[], byte) - Static method in class net.rim.device.api.util.Arrays
Locates a specified element in provided byte array.
getIndex(char[], char) - Static method in class net.rim.device.api.util.Arrays
Locates a specified element in provided character array.
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(int[], int) - Static method in class net.rim.device.api.util.Arrays
Locates a specified element in provided integer array.
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(long[], long) - Static method in class net.rim.device.api.util.Arrays
Locates a specified element in provided long integer array.
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
Retrieves the index of the specified element.
getIndex(Object, ReadableList) - Static method in class net.rim.device.api.collection.util.ReadableListUtil
Retrieves index by element.
getIndex(String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by XML 1.0 qualified name.
getIndex(String, String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by Namespace name.
getIndicator() - Method in class javax.microedition.lcdui.Alert
Gets the activity indicator for this Alert.
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.wtls.WTLSCertificate
 
getInformation(long, Object, Object) - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Retrieves generic information about the certificate
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
Retrieves an input stream containing this attachment part's data.
getInputStream() - Method in class net.rim.blackberry.api.mail.TextBodyPart
Retrieves a stream representation of this body part's contents.
getInputStream() - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Retrieves an input stream for this attachment part.
getInputStream() - Method in interface net.rim.blackberry.api.mail.Part
Retrieves an input stream for this part's contents.
getInputStream() - Method in class net.rim.blackberry.api.mail.Message
Retrieves an input stream for this message's contents.
getInputStream() - Method in class net.rim.blackberry.api.mail.ContactAttachmentPart
Retrieves this contact in serial form in an input stream
getInputStream(String, ConnectionInfo) - Method in interface net.rim.plazmic.mediaengine.io.Connector
Returns an input stream for reading the content from the specified uniform Resource Identifier(URI).
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.SyncManager
Get the system-wide SyncManager instance.
getInstance() - Static method in class net.rim.device.api.synchronization.SerialSyncManager
Deprecated. 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
Returns an instance of the 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 javax.microedition.pim.PIM
Returns a PIM instance.
getInstance() - Static method in class net.rim.blackberry.api.mail.AttachmentHandlerManager
Retrieves the singleton instance for this manager.
getInstance() - Static method in class net.rim.blackberry.api.menuitem.ApplicationMenuItemRepository
Retrieves a handle to the systems application menu item repository.
getInstance() - Static method in class net.rim.blackberry.api.phone.phonelogs.PhoneLogs
Retrieves an instance of the phone log.
getInstance() - Static method in class net.rim.blackberry.api.pim.PIM
Deprecated. Returns a PIM instance.
getInstance() - Static method in class net.rim.device.api.browser.plugin.BrowserContentProviderRegistry
Retrieves handle to the system's instance for this registry.
getInstance() - Static method in class net.rim.device.api.ldap.LDAPPasswordCache
Returns the instance of the LDAPPasswordCache.
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(ServiceConfiguration) - Static method in class net.rim.blackberry.api.mail.Session
Retrieves session by provided service configuration.
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.InitializationVectorFactory
Constructs and returns a new random InitializationVector 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 javax.microedition.pim.RepeatRule
Returns an integer representing a RepeatRule field value.
getInt(int) - Method in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. Returns an integer representing a RepeatRule field value.
getInt(int, int) - Method in interface javax.microedition.pim.PIMItem
Returns the integer value contained in the field.
getInt(int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. 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
Returns an integer value from the IT policy database given the ID and default value.
getInteger(int, int, int) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Returns an integer value from the IT policy database.
getInteger(String, int) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Returns an integer value from the IT policy database given the name of the parameter and its default value.
getIntegerFieldSize(int) - Static method in class net.rim.device.api.util.TLEUtilities
Determines the number of bytes required to write an integer type field.
getInteractionModes() - Method in class javax.microedition.lcdui.CustomItem
Gets the available interaction modes.
getInternalSubset() - Method in interface org.w3c.dom.DocumentType
The internal subset as a string, or null if there is none.
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.
getIR(Node) - Static method in class net.rim.device.api.xml.jaxp.DOMInternalRepresentation
Given any DOM node, return its associated DOMInternalRepresentation
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 javax.microedition.pki.Certificate
Gets the name of this certificate's issuer.
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.wtls.WTLSCertificate
Returns a DistinguishedName (WTLSDistinguishedName) 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.cms.CMSEntityIdentifier
Returns the issuer, or null if not present.
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() - Method in class net.rim.device.api.io.DatagramAddressBase
Retrieves this object's key.
getKey() - Method in class net.rim.device.api.browser.field.SetHeaderEvent
Retrieves header key.
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).
getKeyFieldIds(int) - Method in class net.rim.device.api.synchronization.SyncCollectionSchema
Get the key field IDs for the given record type.
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.
getKeyName(int, int, int) - Method in interface javax.microedition.media.control.MIDIControl
Given bank, program and key, get name of key.
getKeys() - Method in interface javax.microedition.media.control.MetaDataControl
Return the list of keys for the available metadata values.
getKeys() - Method in class net.rim.device.api.collection.util.LongHashtableCollection
Retrieves an enumeration of this collection's keys.
getKeyStates() - Method in class javax.microedition.lcdui.game.GameCanvas
Gets the states of the physical game keys.
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.
getKeyValue(String) - Method in interface javax.microedition.media.control.MetaDataControl
Retrieve the value found int the metadata associated with the given key.
getLabel() - Method in class javax.microedition.lcdui.TextField
 
getLabel() - Method in class javax.microedition.lcdui.StringItem
 
getLabel() - Method in class javax.microedition.lcdui.Spacer
 
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.CustomItem
 
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
Retrieves the Location Area Code.
getLanguage() - Method in class net.rim.device.api.i18n.Locale
Retrieves this locale's ISO language code.
getLanguage() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the language used.
getLastChild() - Method in interface org.w3c.dom.Node
The last child of this node.
getLastEventDate() - Static method in class net.rim.device.api.notification.NotificationsManager
Method returns time stamp when the latest even either immediate or deferred happened
getLastMatchedPattern() - Method in class net.rim.device.api.util.StringMatch
Retrieves number of substring patterns used in matching.
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
Retrieves the last node in a prefix depth first traversal of the subtree rooted at the given node.
getLastPIN() - Method in class net.rim.device.api.servicebook.ServiceBook.ServiceStatus
 
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.
getLayerAt(int) - Method in class javax.microedition.lcdui.game.LayerManager
Gets the Layer with the specified index.
getLayout() - Method in class javax.microedition.lcdui.Item
Gets the layout directives used for placing the item.
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.io.DatagramBase
Retrieves this datagram's data length.
getLength() - Method in class net.rim.device.api.system.EncodedImage
Returns the length of the encoded image data.
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.X931SignatureSigner
Returns the length of the signature.
getLength() - Method in class net.rim.device.api.crypto.TripleDESKey
 
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 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.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.
getLength() - Method in interface net.rim.device.api.crypto.SymmetricKey
Returns the length of the key in bytes.
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.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.asn1.ASN1BitSet
Returns the number of bits represented by this bit set.
getLength() - Method in class net.rim.device.api.crypto.cms.CMSAttribute
Returns the length of the OID and value contained in this attribute.
getLength() - Method in class net.rim.plazmic.mediaengine.io.ConnectionInfo
Returns the length of the media in bytes.
getLength() - Method in interface org.w3c.dom.NodeList
The number of nodes in the list.
getLength() - Method in interface org.w3c.dom.NamedNodeMap
The number of nodes in this map.
getLength() - Method in interface org.w3c.dom.CharacterData
The number of 16-bit units that are available through data and the substringData method below.
getLength() - Method in interface org.xml.sax.Attributes
Return the number of attributes in the list.
getLength(Object) - Static method in class net.rim.device.api.system.PersistentContent
Retrieves the length of the decoded encoding.
getLevel() - Method in interface javax.microedition.media.control.VolumeControl
Get the current volume level set.
getLineNumber() - Method in class net.rim.device.api.xml.jaxp.XMLParser
 
getLineNumber() - Method in class net.rim.device.api.xml.jaxp.WBXMLParser
 
getLineNumber() - Method in class org.xml.sax.SAXParseException
The line number of the end of the text where the exception occurred.
getLineNumber() - Method in interface org.xml.sax.Locator
Return the line number where the current document event ends.
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.
getLocalAddress() - Method in interface javax.microedition.io.UDPDatagramConnection
Gets the local address to which the datagram connection is bound.
getLocalAddress() - Method in interface javax.microedition.io.SocketConnection
Gets the local address to which the socket is bound.
getLocalAddress() - Method in interface javax.microedition.io.ServerSocketConnection
Gets the local address to which the socket is bound.
getLocalAddress() - Method in class net.rim.device.api.io.DatagramConnectionBase
Retrieves local address.
getLocalAddress() - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Gets the local address to which the socket is bound.
getLocalAddress() - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
Gets the local address to which the socket is bound.
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.
getLocaleCode(Object) - Method in class net.rim.device.api.ui.autotext.AutoText
Get the locale code for the given entry.
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.wtls.WTLSDistinguishedName
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.
getLocalName() - Method in interface org.w3c.dom.Node
Returns the local part of the qualified name of this node.
getLocalName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's local name by index.
getLocalPort() - Method in interface javax.microedition.io.UDPDatagramConnection
Returns the local port to which this datagram connection is bound.
getLocalPort() - Method in interface javax.microedition.io.SocketConnection
Returns the local port to which this socket is bound.
getLocalPort() - Method in interface javax.microedition.io.ServerSocketConnection
Returns the local port to which this socket is bound.
getLocalPort() - Method in class net.rim.device.api.io.DatagramConnectionBase
Retrieves local port.
getLocalPort() - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Returns the local port to which this socket is bound.
getLocalPort() - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
Returns the local port to which this socket is bound.
getLocation() - Method in class net.rim.device.api.browser.field.RedirectEvent
Retrieves location for redirection.
getLocator() - Method in class javax.microedition.media.protocol.DataSource
Get the locator that describes this source.
getLockGeneration() - Static method in class net.rim.device.api.system.PersistentContent
Retrieves a counter that changes every time the user locks or unlocks their device.
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.RandomSource
Returns a random non-negative long integer modulo.
getLong(long) - Static method in class net.rim.device.api.crypto.certificate.KeyUsage
Returns an interned object the represents the specified KeyUsage.
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.
getLongLabel() - Method in class javax.microedition.lcdui.Command
Gets the long label of the command.
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 class net.rim.device.api.crypto.CBCMAC
 
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, 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).
getMacroChoices() - Method in class net.rim.device.api.ui.autotext.AutoText
Get the choices for macro substitution.
getMacroText(int) - Method in class net.rim.device.api.ui.autotext.AutoText
Get the actual macro text for the given macro index.
getMainManager() - Method in class net.rim.device.api.ui.container.MainScreen
Retrieves this screen's subordinate, vertical field manager.
getMainScreenManager() - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Retrieves the current manager for the active screen.
getMan() - Method in class net.rim.device.api.io.MobitexAddress
Retrieves this address object's MAN.
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.SPKMKDFPseudoRandomSource
 
getMaxAvailable() - Method in class net.rim.device.api.crypto.RFC2631KDFPseudoRandomSource
 
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.CTRPseudoRandomSource
 
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().
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.FIPS186PseudoRandomSource
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.io.DatagramTransportBase
Retrieves the maximum length for a datagram.
getMaximumLength() - Method in class net.rim.device.api.io.DatagramConnectionBase
Retrieves a datagram's maximum length.
getMaximumLength() - Method in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
getMaxPacketSize() - Static method in class net.rim.device.api.system.MobitexPacketHeader
Retrieves the maximum packet size.
getMaxPitch() - Method in interface javax.microedition.media.control.PitchControl
Gets the maximum playback pitch raise supported by the Player
getMaxRate() - Method in interface javax.microedition.media.control.RateControl
Gets the maximum playback rate supported by the Player.
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).
getMedia() - Method in class net.rim.plazmic.mediaengine.MediaPlayer
Returns current media object.
getMediaTime() - Method in interface javax.microedition.media.Player
Gets this Player's current media time.
getMediaTime() - Method in class net.rim.plazmic.mediaengine.MediaPlayer
Returns the current media time.
getMemoryNeeded() - Static method in class net.rim.device.api.system.Memory
Returns the amount of flash the VM wants to recover.
getMenu(int) - Method in class net.rim.device.api.ui.Screen
Retrieves the menu.
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.
getMessage() - Method in class net.rim.plazmic.mediaengine.io.LoadingStatus
Returns the message.
getMessage(int) - Static method in class net.rim.blackberry.api.mail.Store
Retrieves a message by ID from all the stores in the system.
getMessageChangeType() - Method in class net.rim.blackberry.api.mail.event.MessageEvent
Retrieves this event's type.
getMessageClass() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the message class.
getMessageCoding() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the message coding.
getMessageId() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the integer ID of this message.
getMessages() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves the messages contained in this folder.
getMessageType() - Method in class net.rim.blackberry.api.mail.Message
Returns the type of message
getMessageWaitingType() - Method in class net.rim.device.api.system.SMSPacketHeader
Returns this message's MWI Group type.
getMIDlet(String) - Static method in class javax.microedition.io.PushRegistry
Retrieve the registered MIDlet for a requested connection.
getMinContentHeight() - Method in class javax.microedition.lcdui.CustomItem
Implemented by the subclass to return the minimum height of the content area, in pixels.
getMinContentWidth() - Method in class javax.microedition.lcdui.CustomItem
Implemented by the subclass to return the minimum width of the content area, in pixels.
getMinimumHeight() - Method in class javax.microedition.lcdui.Item
Gets the minimum height for this Item.
getMinimumLevel() - Static method in class net.rim.device.api.system.EventLogger
Retrieves the current minimum logging level.
getMinimumWidth() - Method in class javax.microedition.lcdui.Item
Gets the minimum width for this Item.
getMinPitch() - Method in interface javax.microedition.media.control.PitchControl
Gets the minimum playback pitch raise supported by the Player
getMinRate() - Method in interface javax.microedition.media.control.RateControl
Gets the minimum playback rate supported by the Player.
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.
getModeGeneration() - Static method in class net.rim.device.api.system.PersistentContent
Retrieves a counter that changes every time the user has changed their Content Protection settings.
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
Returns 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.
getModuleDownloadTimestamp(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Returns the download time of a module.
getModuleFlags(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Returns 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(byte[]) - Static method in class net.rim.device.api.system.CodeModuleManager
Returns the handle for the module with the specified SHA hash.
getModuleHandle(String) - Static method in class net.rim.device.api.system.CodeModuleManager
Returns the handle for the module with the specified name.
getModuleHandleForObject(Object) - Static method in class net.rim.device.api.system.CodeModuleManager
Returns the handle of the module which defines an object's class.
getModuleHandles() - Static method in class net.rim.device.api.system.CodeModuleManager
Returns handles for all existing modules.
getModuleHash(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Returns 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
Returns the name of a module.
getModuleName(int, int) - Static method in class net.rim.device.api.system.CodeModuleManager
Returns the name of a base module.
getModuleSignature(int, int) - Static method in class net.rim.device.api.system.CodeModuleManager
Returns the signature on a module from the given signerId.
getModuleSignerId(int, int) - Static method in class net.rim.device.api.system.CodeModuleManager
Returns the signerId of a signature on a module.
getModuleTimestamp(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Returns a module's creation time.
getModuleURL(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Returns the URL from which a module can be loaded.
getModuleVendor(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Returns the vendor information for a module.
getModuleVersion(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Returns 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.Thread
Returns this thread's name.
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.i18n.ResourceBundleFamily
Retrieves this bundle family's name.
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.TrustedKeyStore
Returns the localised string representing this key store name for the Trusted Key Store.
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.DeviceKeyStore
Returns the localised string representing this key store name for the Device Key Store.
getName() - Method in class net.rim.device.api.crypto.keystore.CombinedKeyStore
Returns the name of the preferred key store.
getName() - Method in interface javax.microedition.pim.PIMList
Returns the name of the list.
getName() - Method in class net.rim.blackberry.api.mail.UnsupportedAttachmentPart
Retrieves this attachment part's filename.
getName() - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Retrieves the filename for this attachment part.
getName() - Method in class net.rim.blackberry.api.mail.ServiceConfiguration
Retrieves name of the service record held in this configuration.
getName() - Method in class net.rim.blackberry.api.mail.Header
Retrieves this header's current name.
getName() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves this folder's friendly name.
getName() - Method in class net.rim.blackberry.api.mail.Address
Retrieves this address's display name.
getName() - Method in class net.rim.blackberry.api.phone.phonelogs.PhoneCallLogID
Retrieves the name associated with this caller ID.
getName() - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. Returns the name of the list.
getName() - Method in interface net.rim.device.api.ldap.LDAPAttribute
Returns the name of this attribute.
getName() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this serivce record's name.
getName() - Method in interface org.w3c.dom.DocumentType
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
getName() - Method in interface org.w3c.dom.Attr
Returns the name of this attribute.
getNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by name.
getNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by local name and namespace URI.
getNameHash() - Method in class net.rim.device.api.servicebook.ServiceRecord
Returns this service record's hashed name (SHA-1 hash).
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.
getNames() - Method in class net.rim.device.api.crypto.cms.EMSAcceptRequestInputStream
Retrieves the names associated with this recipient name structure.
getNamespaceURI() - Method in interface org.w3c.dom.Node
The namespace URI of this node, or null if it is unspecified.
getNDC() - Method in class net.rim.device.api.system.IDENInfo.IDENCellInfo
Returns the National Describer Code (NDC).
getNetworkAddress() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this record's associated network address.
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.
getNetworkType() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this record's associated network type.
getNewInstance() - Static method in class net.rim.device.api.browser.field.RenderingSession
Retrieves a rendering session handle.
getNextDatagramId(DatagramBase) - Method in class net.rim.device.api.io.DatagramTransportBase
Retrieves next valid datagram ID for provided datagram.
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() - Method in interface org.w3c.dom.Node
The node immediately following this node.
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).
getNoAutoPeriodCharacterString() - Method in class net.rim.device.api.ui.autotext.AutoText
Return a string containing all of the available "no auto period" characters.
getNodeCount() - Method in class net.rim.device.api.ui.component.TreeField
Retrieves total number of nodes in this tree.
getNodeName() - Method in interface org.w3c.dom.Node
The name of this node, depending on its type; see the table above.
getNodeType() - Method in interface org.w3c.dom.Node
A code representing the type of the underlying object, as defined above.
getNodeValue() - Method in interface org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
getNominalLength() - Method in interface javax.microedition.io.DatagramConnection
Get the nominal length of a datagram.
getNominalLength() - Method in class net.rim.device.api.io.DatagramTransportBase
Retrieves the nominal length of a datagram.
getNominalLength() - Method in class net.rim.device.api.io.DatagramConnectionBase
Retrieves a datagram's nominal length.
getNominalLength() - Method in class net.rim.device.api.crypto.tls.wtls20.WTLS20Connection
 
getNotAfter() - Method in interface javax.microedition.pki.Certificate
Gets the time after which this Certificate may not be used from the validity period.
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.wtls.WTLSCertificate
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.
getNotationName() - Method in interface org.w3c.dom.Entity
For unparsed entities, the name of the notation for the entity.
getNotations() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the notations declared in the DTD.
getNotBefore() - Method in interface javax.microedition.pki.Certificate
Gets the time before which this Certificate may not be used from the validity period.
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.wtls.WTLSCertificate
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.
getNotes() - Method in class net.rim.blackberry.api.phone.phonelogs.CallLog
Retrieves logged call's notes.
getNotifyReselected() - Method in class net.rim.device.api.ui.component.RadioButtonGroup
Determines state of reselection notification.
getNumber() - Method in class net.rim.blackberry.api.phone.phonelogs.PhoneCallLogID
Retrieves the original number for this caller ID.
getNumberOfPacketsReceived() - Static method in class net.rim.device.api.system.RadioInfo
Retrieves the number of IP packets received by the radio.
getNumberOfPacketsSent() - Static method in class net.rim.device.api.system.RadioInfo
Retrieves the number of IP packets sent by the radio.
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
getNumColors() - Static method in class net.rim.device.api.system.Display
Retrieve the number of colors that the device's screen can display.
getNumColors() - Static method in class net.rim.device.api.ui.Graphics
Retrieve the number of colors that the device's screen can display.
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.
getNumMessages() - Method in class net.rim.device.api.system.SMSPacketHeader
Returns the number of messages waiting.
getNumMidlets() - Static method in class net.rim.device.api.system.CodeModuleManager
Returns the number of midlets installed.
getNumRecords() - Method in class javax.microedition.rms.RecordStore
Returns the number of records currently in the record store.
getNumRecords(int) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves the number of records with the specified type in the service book.
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
Returns the object that caused the exception.
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
Returns the number of objects occupying memory/storage type.
getObjectId() - Method in class net.rim.device.api.system.PersistentContentException
Retrieves an ID for the object that caused the exception.
getObjectSize() - Method in class net.rim.device.api.system.MemoryStats
Returns the total size of objects occupying memory/storage type.
getObjectStats() - Static method in class net.rim.device.api.system.Memory
Returns a statistics object for object handles.
getOffset() - Method in interface javax.microedition.io.Datagram
Get the offset
getOffset() - Method in class net.rim.device.api.io.DatagramBase
Retrieves the offset into this datagram's data.
getOffset() - Method in class net.rim.device.api.system.EncodedImage
Returns the offset into the data where the encoded image begins.
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() - Method in class net.rim.device.api.crypto.cms.CMSAttribute
Returns the identifying oid.
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.wtls.WTLSDistinguishedName
Returns an Enumeration of all the OIDs present in the identifier attributes.
getOIDs() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Returns an enumeration of all the OIDs for the names.
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.wtls.WTLSDistinguishedName
Returns a String containing the organization name.
getOrganization() - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the organization attribute associated with this distinguished 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.wtls.WTLSDistinguishedName
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.
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.
getOriginalEvent() - Method in class net.rim.device.api.browser.field.RedirectEvent
Originally generated event.
getOSVersion() - Static method in class net.rim.device.api.system.DeviceInfo
Deprecated. This function attempts to pack the String returned by DeviceInfo.getPlatformVersion() into the format specified above. If it is unsuccessful, it will return 0. Please use DeviceInfo.getPlatformVersion() instead.
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.
getOwnerDocument() - Method in interface org.w3c.dom.Node
The Document object associated with this node.
getOwnerElement() - Method in interface org.w3c.dom.Attr
The Element node this attribute is attached to or null if this attribute is not in use.
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.
getPacketFlags() - Method in class net.rim.device.api.system.MobitexPacketHeader
Retrieves the set of packet flags.
getPacketHeader() - Method in class net.rim.device.api.io.MobitexAddress
Retrieves packet header associated with this address object.
getPacketType() - Method in class net.rim.device.api.system.MobitexPacketHeader
Retrieves the packet type.
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 parent part containing this multipart.
getParent() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves this foler's parent folder.
getParent() - Method in class net.rim.blackberry.api.mail.BodyPart
Retrieves the multi-part object containing this body part.
getParent(int) - Method in class net.rim.device.api.ui.component.TreeField
Retrieves ID of specified node's parent.
getParentNode() - Method in interface org.w3c.dom.Node
The parent of this node.
getParticipant() - Method in class net.rim.blackberry.api.phone.phonelogs.PhoneCallLog
Retrieves the participant for this call.
getParticipantAt(int) - Method in class net.rim.blackberry.api.phone.phonelogs.ConferencePhoneCallLog
Retrieves participant in call by index.
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.
getPassword(String, String) - Method in class net.rim.device.api.ldap.LDAPPasswordCache
Returns the password associated with the server and base query.
getPasswordVersion() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the current password version of this KeyStoreData object.
getPayloadData() - Method in interface javax.wireless.messaging.BinaryMessage
Returns the message payload data as an array of bytes.
getPayloadText() - Method in interface javax.wireless.messaging.TextMessage
Returns the message payload data as a String
getPeerAddress() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the peer user's address.
getPeerPlan() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the peer user's plan type.
getPeerType() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the peer user's type.
getPersistentObject(long) - Static method in class net.rim.device.api.system.PersistentStore
Retrieves persistent object from store by key.
getPersistentStats() - Static method in class net.rim.device.api.system.Memory
Returns a statistics object for persistent objects in flash.
getPIMList() - Method in interface javax.microedition.pim.PIMItem
Returns the PIMList that contains this item.
getPIMList() - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Returns the PIMList that contains this item.
getPitch() - Method in interface javax.microedition.media.control.PitchControl
Gets the current playback pitch raise.
getPlatformVersion() - Static method in class net.rim.device.api.system.DeviceInfo
Retrieves the platform version.
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.SocketConnection
Returns the remote port to which this socket is bound.
getPort() - Method in interface javax.microedition.io.HttpsConnection
Returns the network port number of the URL for this HttpsConnection.
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.
getPort() - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Returns the remote port to which this socket is bound.
getPort() - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
Returns the remote port to which this socket is bound.
getPorts() - Method in class net.rim.device.api.io.SmsAddress
Get the socket port(s).
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.
getPostData() - Method in class net.rim.device.api.browser.field.UrlRequestedEvent
Retrieves the post data from this event.
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.
getPowerSaveMode() - Static method in class net.rim.device.api.system.MobitexInfo
Retrieves the current power save mode.
getPredefinedBitmap(int) - Static method in class net.rim.device.api.system.Bitmap
Retrieves one of the predefined system bitmaps.
getPrefab(int) - Static method in class net.rim.device.api.ui.MenuItem
Retrieves a prefabricated menu item.
getPrefContentHeight(int) - Method in class javax.microedition.lcdui.CustomItem
Implemented by the subclass to return the preferred height of the content area, in pixels.
getPrefContentWidth(int) - Method in class javax.microedition.lcdui.CustomItem
Implemented by the subclass to return the preferred width of the content area, in pixels.
getPreferredHeight() - Method in class javax.microedition.lcdui.Item
Gets the preferred height of this Item.
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.RadioButtonField
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.DateField
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.component.ChoiceField
Retrieves this field's preferred height.
getPreferredHeight() - Method in class net.rim.device.api.ui.component.CheckboxField
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 javax.microedition.pim.Contact
Returns the index number of the preferred field.
getPreferredIndex(int) - Method in interface net.rim.blackberry.api.pim.Contact
Deprecated. Retrieves the index number for this contact's preferred attribute.
getPreferredWidth() - Method in class javax.microedition.lcdui.Item
Gets the preferred width of this Item.
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.RadioButtonField
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.CheckboxField
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.
getPrefix() - Method in interface org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
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() - Method in interface org.w3c.dom.Node
The node immediately preceding this node.
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.system.SMSParameters
Retrieves the priority of the message.
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.ssl30.SSLCipherSuites
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.tls10.TLSCipherSuites
This method returns the array of ciphersuites currently stored with their appropriate priority (first in the array has most priority).
getPriority() - Method in class net.rim.blackberry.api.mail.Message
Returns the priority of the Message.
getPrivacy() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the privacy setting.
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.
getProgram(int) - Method in interface javax.microedition.media.control.MIDIControl
Returns program assigned to channel.
getProgramList(int) - Method in interface javax.microedition.media.control.MIDIControl
Given bank, get list of program numbers.
getProgramName(int, int) - Method in interface javax.microedition.media.control.MIDIControl
Given bank and program, get name of program.
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.
getProperty(String) - Method in interface net.rim.device.api.io.IOProperties
Retrieves a property by name.
getProperty(String) - Method in class net.rim.device.api.io.DatagramConnectionBase
Retrieves a property associated with the connection.
getProperty(String) - Method in class net.rim.device.api.io.DatagramBase
Retrieves property by name.
getPropertyKey(int) - Method in class net.rim.device.api.io.http.HttpHeaders
Retrieves the key of the header at the provided position.
getPropertyValue(int) - Method in class net.rim.device.api.io.http.HttpHeaders
Retrieves the value of the header at the provided position.
getPropertyValue(String) - Method in class net.rim.device.api.io.http.HttpHeaders
Retrieves first header property value for provided key.
getPropertyValues(String) - Method in class net.rim.device.api.io.http.HttpHeaders
Retrieves all property values for provided key.
getPropertyWithBooleanValue(int, boolean) - Method in interface net.rim.device.api.browser.plugin.BrowserPageContext
Retrieves value of specified property as a boolean value.
getPropertyWithBooleanValue(long, int, boolean) - Method in class net.rim.device.api.browser.field.RenderingOptions
Retrieves property with boolean value.
getPropertyWithIntValue(int, int) - Method in interface net.rim.device.api.browser.plugin.BrowserPageContext
Retrieves value of specified property as a integer value.
getPropertyWithIntValue(long, int, int) - Method in class net.rim.device.api.browser.field.RenderingOptions
Retrieves property with integer value.
getPropertyWithObjectValue(int, Object) - Method in interface net.rim.device.api.browser.plugin.BrowserPageContext
Retrieves value of specified property as an object.
getPropertyWithObjectValue(long, int, Object) - Method in class net.rim.device.api.browser.field.RenderingOptions
Retrieves property with Object value.
getPropertyWithStringValue(int, String) - Method in interface net.rim.device.api.browser.plugin.BrowserPageContext
Retrieves value of specified property as a string value.
getPropertyWithStringValue(long, int, String) - Method in class net.rim.device.api.browser.field.RenderingOptions
Retrieves property with String value.
getProtocol() - Method in interface javax.microedition.io.HttpConnection
Returns the protocol name of the URL of this HttpConnection. e.g., http or https
getProtocolId() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the protocol ID for these parameters.
getProtocolMeaning() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the protocol meaning for these parameters.
getProtocolName() - Method in interface javax.microedition.io.SecurityInfo
Returns the secure protocol name.
getProtocolVersion() - Method in interface javax.microedition.io.SecurityInfo
Returns the protocol version.
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.
getPublicId() - Method in class net.rim.device.api.xml.jaxp.XMLParser
 
getPublicId() - Method in class net.rim.device.api.xml.jaxp.WBXMLParser
 
getPublicId() - Method in interface org.w3c.dom.Notation
The public identifier of this notation.
getPublicId() - Method in interface org.w3c.dom.Entity
The public identifier associated with the entity, if specified.
getPublicId() - Method in interface org.w3c.dom.DocumentType
The public identifier of the external subset.
getPublicId() - Method in class org.xml.sax.SAXParseException
Get the public identifier of the entity where the exception occurred.
getPublicId() - Method in interface org.xml.sax.Locator
Return the public identifier for the current document event.
getPublicId() - Method in class org.xml.sax.InputSource
Get the public identifier for this input source.
getPublicKey() - Method in class net.rim.device.api.system.CodeSigningKey
Retrieves 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.certificate.Certificate
Extracts the subject's public key.
getPublicKey() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSCertificate
Extracts the subject's public key.
getPublicKey() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
Extracts the subject's public key.
getPublicKey() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the public key that is stored within the key store data object.
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.wtls.WTLSCertificate
 
getPublicKeyAlgorithm() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
 
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.
getQName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's XML 1.0 qualified name by index.
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
Retrieves the Routing Area Code.
getRAMStats() - Static method in class net.rim.device.api.system.Memory
Returns a statistics object for RAM.
getRate() - Method in interface javax.microedition.media.control.RateControl
Gets the current playback rate.
getRawFrameCount() - Method in class javax.microedition.lcdui.game.Sprite
Gets the number of raw frames for this Sprite.
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.
getReadBytes() - Method in class net.rim.plazmic.mediaengine.io.LoadingStatus
Returns the number of bytes read.
getReason() - Method in class javax.microedition.pki.CertificateException
Get the reason code.
getReason() - Method in class javax.microedition.pim.PIMException
Returns an integer indicating the reason that the exception was thrown.
getReason() - Method in class net.rim.blackberry.api.pim.PIMException
Deprecated. Returns an integer indicating the reason that the exception was thrown.
getReceiptContentType() - Method in class net.rim.device.api.crypto.cms.CMSSignedReceiptInputStream
Returns the content type of the original email this receipt covers.
getReceiptInformation() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataOutputStream
Returns the CMSReceiptData necessary to verify the signed receipts you receive as a result of requesting them.
getReceiptInformation() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns the CMSReceiptData necessary to verify the signed receipts you may make as a result of this message.
getReceiptsFrom() - Method in class net.rim.device.api.crypto.cms.CMSReceiptRequest
Returns an array of who should send signed receipts.
getReceiptsTo() - Method in class net.rim.device.api.crypto.cms.CMSReceiptRequest
Returns an array of who will receive the signed receipts.
getReceivedDate() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the received-date for this message.
getRecipient() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
This function returns the CMSEntityIdentifier associated with the private key used to decrypt this message.
getRecipientPublicKeyAlgorithm() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns the name of the public key algorithm used to encrypt this message.
getRecipientPublicKeyBitLength() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns the bit length of the public key used to encrypt this message.
getRecipients() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns a list of all of the recipients found in this message.
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.
getRecordByCidAndDataSourceId(String, String) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves service record by CID and data source ID.
getRecordByCidAndHash(String, int, int) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves service record by CID and either name hash or UID hash.
getRecordByCidAndUserId(String, int) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves service record user ID
getRecordById(int) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves a service record by ID.
getRecordByUidAndCid(String, String) - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves service record by UID and CID.
getRecords() - Method in class net.rim.device.api.servicebook.ServiceBook
Retrieves all records.
getRecordSize(int) - Method in class javax.microedition.rms.RecordStore
Returns the size (in bytes) of the MIDlet data available in the given record.
getRecordStatus() - Method in class net.rim.device.api.system.SMSPacketHeader
Returns the record status for this message.
getRecordTypes() - Method in class net.rim.device.api.synchronization.SyncCollectionSchema
Return an array containing the record types that have key fields registered.
getRecordTypeTag() - Method in class net.rim.device.api.synchronization.SyncCollectionSchema
Return the tag value that indicates that a field contains the record type. 0 is returned if the sync collection does not contain multiple types of records.
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.
getRefPixelX() - Method in class javax.microedition.lcdui.game.Sprite
Gets the horizontal position of this Sprite's reference pixel in the painter's coordinate system.
getRefPixelY() - Method in class javax.microedition.lcdui.game.Sprite
Gets the vertical position of this Sprite's reference pixel in the painter's coordinate system.
getRegion() - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Searches for region containing the current cursor position.
getRegion(int) - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves the formatting region index containing specified character position.
getRegion(int) - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Searches for region containing the specified cursor position.
getRegionCookie() - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves the cookie for the formatting region containing the current offset.
getRegionCookie() - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Retrieves the cookie for the region under the current cursor position.
getRegionCookie(int) - Method in class net.rim.device.api.ui.component.RichTextField
Retrieves the cookie for a specified formatting region.
getRegionCookie(int) - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Generates a cookie for the specified 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.
getRegionText(int) - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Retrieves the text under the specified hyperlink 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
Deprecated. This function always returns null.
getRegistrationAddress() - Static method in class net.rim.device.api.system.GPRSInfo
Deprecated. This method always returns null.
getRegistrationAddress() - Static method in class net.rim.device.api.system.CDMAInfo
Deprecated. This function always returns null.
getRegistrationHostId() - Static method in class net.rim.device.api.system.MobitexInfo
Retrieves the registration host ID.
getRenderingApplication() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Retrieves handle to this content's rendering application.
getRenderingApplication() - Method in interface net.rim.device.api.browser.field.BrowserContent
Retrieves handle to this content's rendering application.
getRenderingApplication() - Method in class net.rim.device.api.browser.plugin.BrowserContentProviderContext
Retrieves rendering application to handle "off-page" resource requests.
getRenderingFlags() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
 
getRenderingFlags() - Method in interface net.rim.device.api.browser.field.BrowserContent
 
getRenderingOptions() - Method in class net.rim.device.api.browser.field.RenderingSession
Retrieves this session's rendering options.
getRenderingOptions() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Retrieves handle to this content's rendering options.
getRenderingOptions() - Method in interface net.rim.device.api.browser.field.BrowserContent
Retrieves handle to this content's rendering options.
getRenderingSession() - Method in class net.rim.device.api.browser.plugin.BrowserContentProviderContext
Retrieves the rendering session for this field.
getRepeat() - Method in interface javax.microedition.pim.Event
Returns a RepeatRule object specifying how often and when this event occurs.
getRepeat() - Method in interface net.rim.blackberry.api.pim.Event
Deprecated. Returns a RepeatRule object specifying how often and when this event occurs.
getReplacedString(Object) - Method in class net.rim.device.api.ui.autotext.AutoText
Get the replaced string for the given autotext entry.
getReplacementCase(Object) - Method in class net.rim.device.api.ui.autotext.AutoText
Get the replacement case for the given autotext entry.
getReplacementStringPattern(Object) - Method in class net.rim.device.api.ui.autotext.AutoText
Get the replacement string pattern for the given autotext entry.
getReplyTo() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the addresses to which replies should be directed.
getRequestHeaders() - Method in class net.rim.device.api.browser.field.RequestedResource
Retrieves the request headers for this request.
getRequestMethod() - Method in interface javax.microedition.io.HttpConnection
Get the current request method. e.g.
getRequestMethod() - Method in interface net.rim.device.api.io.http.HttpServerConnection
 
getRequestProperty(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named general request property for this connection.
getRequestURI() - Method in interface net.rim.device.api.io.http.HttpServerConnection
 
getResource(RequestedResource, BrowserContent) - Method in interface net.rim.device.api.browser.field.RenderingApplication
Retrieves specified resource.
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name.
getResourceChoices(int) - Static method in class net.rim.device.api.ui.component.Dialog
 
getResourceDefaultValue(int) - Static method in class net.rim.device.api.ui.component.Dialog
 
getResourceMessage(int) - Static method in class net.rim.device.api.ui.component.Dialog
 
getResourceSoftkeyMap(int) - Static method in class net.rim.device.api.ui.component.Dialog
 
getResourceValues(int) - Static method in class net.rim.device.api.ui.component.Dialog
 
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.
getResponseProperty(String) - Method in interface net.rim.device.api.io.http.HttpServerConnection
 
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).
getResults() - Method in class net.rim.device.api.ldap.LDAPQuery
Performs a blocking fetch to retrieve all of the results from the constructed LDAPQuery.
getResultSize() - Method in class net.rim.device.api.ldap.LDAPQuery
Returns the number of results recieved from the query.
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.
getRGB(int[], int, int, int, int, int, int) - Method in class javax.microedition.lcdui.Image
Obtains ARGB pixel data from the specified region of this image and stores it in the provided array of integers.
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.
getRows() - Method in class javax.microedition.lcdui.game.TiledLayer
Gets the number of rows in the TiledLayer grid.
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.
getSB() - Static method in class net.rim.device.api.servicebook.ServiceBook
Retrieves the service book from the Factory.
getSCAddress() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the service centre address.
getScale() - Method in class net.rim.device.api.system.EncodedImage
Gets the scale that is to be used when decoding this image.
getScaledFrameHeight(int) - Method in class net.rim.device.api.system.EncodedImage
Returns the scaled height in pixels of the specified frame.
getScaledFrameWidth(int) - Method in class net.rim.device.api.system.EncodedImage
Returns the scaled width in pixels of the specified frame.
getScaledHeight() - Method in class net.rim.device.api.system.EncodedImage
Returns the scaled height of this image in pixels.
getScaledWidth() - Method in class net.rim.device.api.system.EncodedImage
Returns the scaled width of this image in pixels.
getScanFlags() - Static method in class net.rim.device.api.ui.component.ActiveRichTextField
Retrieves flags that govern scanning functionality.
getSchema() - Method in interface net.rim.device.api.synchronization.SyncCollectionSchemaProvider
Get the schema for the SyncCollection.
getSchema() - Method in class net.rim.device.api.synchronization.OTASyncCapableSyncItem
 
getSCPlan() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the service centre number plan.
getScreen() - Method in class net.rim.device.api.ui.Field
Retrieves the screen that currently owns this field.
getScreenAbove() - Method in class net.rim.device.api.ui.Screen
Retrieves handle for screen above this one.
getScreenBelow() - Method in class net.rim.device.api.ui.Screen
Retrieves handle for screen below this one.
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.
getSCType() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the service centre number type.
getSecurityInfo() - Method in interface javax.microedition.io.SecureConnection
Return the security information associated with this connection when it was opened.
getSecurityInfo() - Method in interface javax.microedition.io.HttpsConnection
Return the security information associated with this successfully opened connection.
getSecurityInfo() - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Return the security information associated with this connection.
getSecurityInfo() - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
Return the security information associated with this connection.
getSecurityLevel() - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the security level of the key store data.
getSeekType() - Method in interface javax.microedition.media.protocol.SourceStream
Find out if the stream is seekable.
getSegments(int, int) - Static method in class net.rim.device.api.system.SMSPacketHeader
Returns the number of segments required for the specified number of characters and encoding type.
getSegments(int, int, int) - Static method in class net.rim.device.api.system.SMSPacketHeader
Returns the number of segments required for the specified number of characters and encoding type.
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.
getSelectedItem() - Method in class net.rim.device.api.ui.component.Menu
Retrieves currently selected item.
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 sent-date for this message.
getSeparator() - Static method in class net.rim.blackberry.api.mail.Folder
Retrieves the delimiter character that separates sub-folders.
getSerialInjectionInProgress() - Method in class net.rim.device.api.servicebook.ServiceBook
Gets the current state of serial service record injection
getSerialNumber() - Method in interface javax.microedition.pki.Certificate
Gets the printable form of the serial number of this Certificate.
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.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.
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.cms.CMSEntityIdentifier
Returns the serial number, or null if not present.
getSerialPortInfo() - Static method in class net.rim.device.api.bluetooth.BluetoothSerialPort
Reads connection information for this port connection.
getServer() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
Returns a String containing the URL of the server.
getServerCertificate() - Method in interface javax.microedition.io.SecurityInfo
Returns the Certificate used to establish the secure connection with the server.
getServerID() - Method in class net.rim.device.api.bluetooth.BluetoothSerialPortInfo
Retrieves this connection's server ID.
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 service configuration for the current email service.
getServiceName() - Method in class net.rim.device.api.bluetooth.BluetoothSerialPortInfo
Retrieves this connection's service name.
getServiceName() - Method in class net.rim.device.api.crypto.certificate.wtls.WTLSDistinguishedName
Returns a string containing the service name (organizational unit).
getSession(String) - Static method in class net.rim.blackberry.api.browser.Browser
Retrieves a session based on one of the defined connection types.
getSessionKey() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataOutputStream
Returns the session key used to encrypt the message.
getSessionKey() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns the session key used to encrypt the message.
getSharedFlags() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
 
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).
getSigAlgName() - Method in interface javax.microedition.pki.Certificate
Gets the name of the algorithm used to sign the Certificate.
getSignalLevel() - Static method in class net.rim.device.api.system.RadioInfo
Retrieves current signal strength.
getSignature() - Method in class net.rim.device.api.crypto.cms.CMSSignedReceiptInputStream
Returns the encoding of the signature from the original message this receipt covers.
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.wtls.WTLSCertificate
 
getSignatureAlgorithm() - Method in class net.rim.device.api.crypto.certificate.x509.X509Certificate
 
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.
getSignedAttributes() - Method in class net.rim.device.api.crypto.cms.CMSSigner
Returns an Enumeration of the signed attributes associated with this signer.
getSignedContentIdentifier() - Method in class net.rim.device.api.crypto.cms.CMSSignedReceiptInputStream
Returns the signed content identifier of this receipt.
getSignedContentIdentifier() - Method in class net.rim.device.api.crypto.cms.CMSReceiptRequest
Returns the signed content identifier used to identify this receipt request.
getSignedReceiptRequestors(CMSEntityIdentifier) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns all of the strings representing the entities to send the signed receipts to.
getSigner() - Method in class net.rim.device.api.crypto.cms.CMSSigner
Returns the signature signer.
getSignerAttribute(OID, CMSEntityIdentifier) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Return the attribute, associated with the signer of this message, specified by this OID.
getSignerAttributes(CMSEntityIdentifier) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns the attributes associated with the signer.
getSignerCertificate(CMSEntityIdentifier) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns the certificate of the first verified signer.
getSignerCertificateChain(CMSEntityIdentifier) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns the certificate chain of the first verified signer.
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.
getSigners() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns a list of all of the signers found in this message.
getSigners() - Method in class net.rim.device.api.crypto.cms.CMSContext
Returns an array of the signers found in the upper most signed layer in this message.
getSize() - Method in class javax.microedition.lcdui.Font
Gets the size of the font.
getSize() - Method in class javax.microedition.lcdui.game.LayerManager
Gets the number of Layers in this LayerManager.
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
Retrieves the number of items in this 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
Retrieves the size of this attachment part's content.
getSize() - Method in class net.rim.blackberry.api.mail.TextBodyPart
Retrieves the length of this body part's contents.
getSize() - Method in class net.rim.blackberry.api.mail.SupportedAttachmentPart
Retrieves the size of this attachment part's data.
getSize() - Method in interface net.rim.blackberry.api.mail.Part
Retrieves the size of this part's contents.
getSize() - Method in class net.rim.blackberry.api.mail.Message
Retrieves the size for this message's content.
getSize() - Method in class net.rim.blackberry.api.mail.ContactAttachmentPart
Retrieves the size of this attachment part's contained content.
getSize() - Method in interface net.rim.device.api.ldap.LDAPEntry
Returns the number of attributes in the entry.
getSize() - Method in interface net.rim.device.api.ldap.LDAPAttribute
Returns the number of values that this attribute has.
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.
getSnapshot(String) - Method in interface javax.microedition.media.control.VideoControl
Get a snapshot of the displayed content.
getSocketOption(byte) - Method in interface javax.microedition.io.SocketConnection
Get a socket option for the connection.
getSocketOption(byte) - Method in class net.rim.device.api.crypto.tls.ssl30.SSL30Connection
Get a socket option for the connection.
getSocketOption(byte) - Method in class net.rim.device.api.crypto.tls.tls10.TLS10Connection
Get a socket option for the connection.
getSortFields() - Method in class net.rim.device.api.ldap.LDAPComparator
Returns the attributes used to compare objects.
getSource() - Method in class net.rim.device.api.io.http.PushInputStream
Retrieves the source for this push stream.
getSource() - Method in class net.rim.device.api.io.http.MDSPushInputStream
Retrieves the source for this push stream.
getSource() - Method in class net.rim.blackberry.api.mail.event.MailEvent
Retrieves the source for this mail event.
getSource() - Method in class net.rim.device.api.browser.field.Event
Retrieves the object that triggered this event.
getSource() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this record's source type.
getSource() - Method in class net.rim.plazmic.mediaengine.io.LoadingStatus
Returns the URI location of the content.
getSource() - Method in class net.rim.plazmic.mediaengine.io.ConnectionInfo
Returns the source url of the media model file The MediaManager uses this info to get the document base and handle redirections and relative links
getSourceAddress() - Method in class net.rim.device.api.system.MobitexPacketHeader
Retrieves the packet source address.
getSourceHeight() - Method in interface javax.microedition.media.control.VideoControl
Return the height of the source video.
getSources() - Method in class net.rim.device.api.collection.util.ReadableListCombiner
Retrieves the current list of collections being combined.
getSourceURL() - Method in class net.rim.device.api.browser.field.Event
Extracts URL from the source object.
getSourceWidth() - Method in interface javax.microedition.media.control.VideoControl
Return the width of the source video.
getSpecified() - Method in interface org.w3c.dom.Attr
If this attribute was explicitly given a value in the original document, this is true; otherwise, it is false.
getSQELevel() - Static method in class net.rim.device.api.system.IDENInfo
Returns the current Signal Quality Estimate (SQE) level.
getStaleTime() - Static method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
Returns the current stale time for the handheld.
getStartPosition() - Method in class net.rim.device.api.crypto.asn1.ASN1InputByteArray
Returns the current position inside of the ASN.1 field being read.
getState() - Method in interface javax.microedition.media.Player
Gets the current state of this Player.
getState() - Static method in class net.rim.device.api.system.RadioInfo
Checks the radio state.
getState() - Static method in class net.rim.device.api.system.PersistentContent
Retrieves the state of the device.
getState() - Method in class net.rim.plazmic.mediaengine.MediaPlayer
Returns the current 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.wtls.WTLSDistinguishedName
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.
getStatus() - Method in class net.rim.device.api.system.EventInjector.Event
Returns the status.
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.wtls.WTLSCertificate
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.blackberry.api.mail.Message
Retrieves the status of this message.
getStatus() - Method in class net.rim.blackberry.api.phone.PhoneCall
Retrieves this call's current status.
getStatus() - Method in class net.rim.blackberry.api.phone.phonelogs.CallLog
Retrieves logged call's status.
getStatus() - Method in class net.rim.plazmic.mediaengine.io.LoadingStatus
Returns the loading status code.
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.
getStatusForUid(String) - Method in class net.rim.device.api.servicebook.ServiceBook
 
getStatusMessage(int) - Static method in class net.rim.device.api.io.DatagramStatusListenerUtil
Retrieves a string corresponding to the provided status code.
getStatusMessage(int, int, int) - Static method in class net.rim.device.api.io.DatagramStatusListenerUtil
Retrieves a string corresponding to the provided status code.
getStatusReportRequest() - Method in class net.rim.device.api.system.SMSPacketHeader
Returns the status report request.
getStatusString() - Method in class net.rim.blackberry.api.phone.PhoneCall
Retrieves this call's current status as a string for display in a UI.
getStipple() - Method in class net.rim.device.api.ui.Graphics
Retrieves the current line stippling value.
getStopTime() - Method in interface javax.microedition.media.control.StopTimeControl
Gets the last value successfully set by setStopTime.
getStore() - Method in class net.rim.blackberry.api.mail.Session
Retrieves a Store instance to access message storage on this device.
getStore() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves the store containing this folder.
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.
getStreams() - Method in class javax.microedition.media.protocol.DataSource
Get the collection of streams that this source manages.
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.io.DatagramStatusListenerUtil
Retrieves a string by ID.
getString(int) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Returns a string value from the IT policy database.
getString(int, int) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Returns a string value from the IT policy database given the group key and ID.
getString(int, int) - Method in interface javax.microedition.pim.PIMItem
Returns the string value contained in the field.
getString(int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. 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.wtls.WTLSDistinguishedName
Returns the string attribute value associated with the given OID as specified in oid.
getString(OID) - Method in class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Retrieve the string associated with this oid.
getString(String) - Static method in class net.rim.device.api.itpolicy.ITPolicy
Returns a string value from the IT policy database given the name of the string.
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 javax.microedition.pim.PIMItem
Returns the string array value contained in the field.
getStringArray(int, int) - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Returns the string array value contained in the field.
getStringFromBuffer(DataBuffer, int) - Static method in class net.rim.device.api.util.TLEUtilities
Retrieves string from provided buffer.
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.
getSubAddress() - Method in class net.rim.device.api.io.DatagramAddressBase
Retrieves this object's sub-address.
getSubAddressBase() - Method in class net.rim.device.api.io.DatagramAddressBase
Retrieves this object's sub-address base.
getSubject() - Method in interface javax.microedition.pki.Certificate
Gets the name of this certificate's subject.
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.wtls.WTLSCertificate
Returns a DistinguishedName (WTLSDistinguishedName) object, representing the subject name this certificate (in different representations).
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.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.wtls.WTLSCertificate
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(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.
getSubjectKeyIdentifier() - Method in class net.rim.device.api.crypto.cms.CMSEntityIdentifier
Returns the subject key identifier, or null if not present.
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 javax.microedition.pim.PIMList
Returns an array of integers representing all supported elements of a string array for a given field.
getSupportedArrayElements(int) - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. Returns an array of integers representing all supported elements of a string array for a given field.
getSupportedAttributes(int) - Method in interface javax.microedition.pim.PIMList
Returns an array containing the integer representations of all supported attributes for the specified field.
getSupportedAttributes(int) - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. 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
Retrieves the network bands which are supported by the 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.
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.
getSupportedContentTypes(String) - Static method in class javax.microedition.media.Manager
Return the list of supported content types for the given protocol.
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.ssl30.SSLCipherSuites
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.tls10.TLSCipherSuites
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 javax.microedition.pim.PIMList
Returns an array of integers representing all fields that are supported in this list.
getSupportedFields() - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. 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.ssl30.SSLCipherSuites
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.tls10.TLSCipherSuites
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.ssl30.SSLCipherSuites
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.tls10.TLSCipherSuites
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.
getSupportedMimeType() - Method in class net.rim.device.api.browser.field.RenderingSession
Retrieves list of supported mime types.
getSupportedMimeTypes() - Method in class net.rim.device.api.browser.plugin.BrowserContentProvider
Retrieves all the mime content types supported by this provider.
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.ssl30.SSLCipherSuites
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.tls10.TLSCipherSuites
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.
getSupportedProtocols(String) - Static method in class javax.microedition.media.Manager
Return the list of supported protocols given the content type.
getSupportedRepeatRuleFields(int) - Method in interface javax.microedition.pim.EventList
 
getSupportedRepeatRuleFields(int) - Method in interface net.rim.blackberry.api.pim.EventList
Deprecated.  
getSupportedRepeatRuleFrequencies() - Method in interface net.rim.blackberry.api.pim.EventList
Deprecated.  
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.wtls.WTLSDistinguishedName
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.
getSymmetricKey(KeyStoreDataTicket) - Method in interface net.rim.device.api.crypto.keystore.KeyStoreData
Returns the symmetric key contained within the key store data.
getSyncCollectionSize() - Method in interface net.rim.device.api.synchronization.SyncCollectionStatistics
Obtain the flash size of a SyncCollection by summing the flash sizes of its SyncObjects.
getSyncCollectionSize(SyncCollection) - Static method in class net.rim.device.api.synchronization.SyncCollectionStatisticsManager
Obtain the flash size of a SyncCollection.
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.SyncCollectionStatistics
Returns the name of this SyncCollection.
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.SyncCollectionStatistics
Returns the number of SyncObjects in this SyncCollection.
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.
getSyncPriority() - Method in interface net.rim.device.api.synchronization.OTASyncPriorityProvider
Returns the sync priority assigned to a database.
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.
getSystemId() - Method in class net.rim.device.api.xml.jaxp.XMLParser
 
getSystemId() - Method in class net.rim.device.api.xml.jaxp.WBXMLParser
 
getSystemId() - Method in interface org.w3c.dom.Notation
The system identifier of this notation.
getSystemId() - Method in interface org.w3c.dom.Entity
The system identifier associated with the entity, if specified.
getSystemId() - Method in interface org.w3c.dom.DocumentType
The system identifier of the external subset.
getSystemId() - Method in class org.xml.sax.SAXParseException
Get the system identifier of the entity where the exception occurred.
getSystemId() - Method in interface org.xml.sax.Locator
Return the system identifier for the current document event.
getSystemId() - Method in class org.xml.sax.InputSource
Get the system identifier for this input source.
getSystemTimeBase() - Static method in class javax.microedition.media.Manager
Get the time-base object for the system.
getTagName() - Method in interface org.w3c.dom.Element
The name of the element.
getTagTable() - Method in class net.rim.device.api.xml.jaxp.WBXMLCodeBookCreationHandler
 
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
Retrieves the target field for this context menu.
getTarget() - Method in interface org.w3c.dom.ProcessingInstruction
The target of this processing instruction.
getTempo() - Method in interface javax.microedition.media.control.TempoControl
Gets the current playback tempo.
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() - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
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.
getText(int, int) - Method in class net.rim.device.api.ui.component.ActiveRichTextField
Retrieves text string from this field.
getText(int, int) - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Retrieves a portion of this field's text.
getText(int, int, char[], int) - Method in class net.rim.device.api.ui.component.BasicEditField
Retrieves this field's text.
getTextAbstractString() - Method in class net.rim.device.api.ui.component.BasicEditField
Retrieves read-only handle to the underlying buffer.
getTextAbstractString() - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Retrieves this field's text "as is" including embedded graphics characters.
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.
getTextPlainContentType() - Static method in class net.rim.blackberry.api.mail.TextBodyPart
Retrieves the text/plain content-type name as a string.
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.
getTicker() - Method in class javax.microedition.lcdui.Displayable
Gets the ticker used by this Displayable.
getTicket() - Static method in class net.rim.device.api.system.PersistentContent
Retrieves decryption ticket.
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.SyncableRIMKeyStore
 
getTicket(String) - Method in class net.rim.device.api.crypto.keystore.RIMKeyStore
 
getTicket(String) - Method in class net.rim.device.api.crypto.keystore.KeyStorePasswordManager
Returns a ticket if the operation to retrieve one was successful.
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.Calendar
Gets this Calendar's current time.
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 interface javax.microedition.media.TimeBase
Get the current time of this TimeBase.
getTime() - Method in class net.rim.device.api.system.EventInjector.KeyEvent
Returns the time of the event.
getTimeBase() - Method in interface javax.microedition.media.Player
Gets the TimeBase that this Player is using.
getTimeInMillis() - Method in class java.util.Calendar
Gets this Calendar's current time as a long expressed in milliseconds after January 1, 1970, 0:00:00 GMT (the epoch).
getTimeout() - Method in class javax.microedition.lcdui.Alert
Gets the time this Alert will be shown.
getTimestamp() - Method in interface javax.wireless.messaging.Message
Returns the timestamp indicating when this message has been sent.
getTimestamp() - Method in class net.rim.device.api.system.SMSPacketHeader
Returns the timestamp for this message.
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.Displayable
Gets the title of the Displayable.
getTitle() - Method in class javax.microedition.lcdui.Alert
 
getTitle() - Method in interface net.rim.blackberry.api.options.OptionsProvider
Retrieves the title to place in the Options screen.
getTitle() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Retrieves this content's title.
getTitle() - Method in interface net.rim.device.api.browser.field.BrowserContent
Retrieves this content's title.
getTop() - Method in class net.rim.device.api.ui.Field
Retrieves this field's top-offset position.
getTotalBytes() - Method in class net.rim.plazmic.mediaengine.io.LoadingStatus
Returns the total number of bytes in the content.
getTrafficState() - Method in class net.rim.device.api.system.MobitexPacketHeader
Retrieves the traffic state.
getTransferSize() - Method in interface javax.microedition.media.protocol.SourceStream
Get the size of a "logical" chunk of media data from the source.
getTransientStats() - Static method in class net.rim.device.api.system.Memory
Returns 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 error code for this message.
getTransport() - Method in class net.rim.blackberry.api.mail.Session
Retrieves a Transport instanace to access the email transport protocol on the handheld.
getTransport() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this record's associated transport ID.
getTransportUid(ServiceRecord) - Static method in class net.rim.blackberry.api.browser.Browser
Retrieves the UID for the underlying transport associated with a given service record.
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 interface javax.microedition.pki.Certificate
Get the type of the Certificate.
getType() - Method in class net.rim.device.api.io.MobitexAddress
Retrieves this address object's packet type.
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.wtls.WTLSCertificate
Returns the type of this certificate - "WTLS".
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.blackberry.api.mail.Folder
Retrieves this folder's type.
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() - Method in class net.rim.blackberry.api.phone.phonelogs.PhoneCallLog
Retrieves this call's type.
getType() - Method in class net.rim.device.api.browser.field.RedirectEvent
Retrieves redirection type.
getType() - Method in class net.rim.device.api.browser.field.HistoryEvent
Retrieves event type.
getType() - Method in class net.rim.device.api.browser.field.ExecutingScriptEvent
Retrieves language type of script for this event.
getType() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this service record's type.
getType(DataBuffer) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Extracts the type of the next field in the data buffer.
getType(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by index.
getType(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by XML 1.0 qualified name.
getType(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by Namespace name.
getUI() - Method in class net.rim.plazmic.mediaengine.MediaPlayer
Returns platform specific UI component into which the media will be loaded.
getUiApplication() - Static method in class net.rim.device.api.ui.UiApplication
Retrieves this UI application object.
getUid() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this service record's UID.
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 for this service.
getUID() - Method in class net.rim.device.api.browser.field.Event
Retrieves the UID for this event.
getUID(int) - Static method in class net.rim.device.api.synchronization.UIDGenerator
Gets a unique ID for a given scope.
getUidHash() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this service record's hashed UID (SHA-1 hash).
getUiEngine() - Static method in class net.rim.device.api.ui.Ui
Retrieves 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
Retrieves the un-alted version of a character.
getUniqueScopingValue() - Static method in class net.rim.device.api.synchronization.UIDGenerator
Generates a unique scoping value.
getUnsignedAttributes() - Method in class net.rim.device.api.crypto.cms.CMSSigner
Returns an Enumeration of the unsigned attributes associated with this signer.
getURI(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's Namespace URI by index.
getUrl() - Method in class net.rim.device.api.browser.field.RequestedResource
Retrieves the URL for this request.
getURL() - Method in interface javax.microedition.io.HttpConnection
Return a string representation of the URL for this connection.
getURL() - Method in class net.rim.device.api.browser.field.UrlRequestedEvent
Retrieves the URL from this event.
getURL() - Method in class net.rim.device.api.browser.field.SetHttpCookieEvent
Retrieves URL in this event.
getURL() - Method in class net.rim.device.api.browser.field.HistoryEvent
Retrieves URL for event.
getURL() - Method in class net.rim.device.api.browser.field.BrowserContentBaseImpl
Retrieves the URL for this content.
getURL() - Method in interface net.rim.device.api.browser.field.BrowserContent
Retrieves the URL for this content.
getUserData() - Method in class net.rim.device.api.crypto.cms.CMSReceiptData
Gets the additional user data previously stored about the signed receipt.
getUserDN(String, String) - Method in class net.rim.device.api.ldap.LDAPPasswordCache
Returns the userDN associated with the server and base query.
getUserId() - Method in class net.rim.device.api.servicebook.ServiceRecord
Retrieves this record's user ID.
getUserSystemId() - Method in interface net.rim.device.api.synchronization.OTASyncParametersProvider
Get the User System Id to use.
getValidityPeriod() - Method in class net.rim.device.api.system.SMSParameters
Retrieves the validity period.
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.device.api.crypto.cms.CMSAttribute
Returns the encoding of the SET OF AttributeValue.
getValue() - Method in class net.rim.blackberry.api.mail.Header
Retrieves this header's current value.
getValue() - Method in class net.rim.device.api.browser.field.SetHeaderEvent
Retrieves value in header setting event.
getValue() - Method in interface org.w3c.dom.Attr
On retrieval, the value of the attribute is returned as a string.
getValue(int) - Method in interface net.rim.device.api.ldap.LDAPAttribute
Returns a single value for this attribute.
getValue(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by index.
getValue(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by XML 1.0 qualified name.
getValue(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by Namespace name.
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.
getValues() - Method in interface net.rim.device.api.ldap.LDAPAttribute
Returns all the values for this attribute as an enumeration.
getVariant() - Method in class net.rim.device.api.i18n.Locale
Retrieves this locale's variant name.
getVCardForm() - Method in class net.rim.blackberry.api.mail.PDAPContactAttachmentPart
 
getVector() - Method in class net.rim.device.api.util.SimpleSortingVector
Retrieves this sorting vector's contents.
getVendorId() - Static method in class net.rim.device.api.system.Branding
Retrieves the vendor ID from the branding NV sector.
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 interface javax.microedition.pki.Certificate
Gets the version number of this Certificate.
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 interface net.rim.device.api.io.http.HttpServerConnection
 
getVersion() - Static method in class net.rim.device.api.system.Branding
Retrieves the version number of the branding data.
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.wtls.WTLSCertificate
Returns the version of the certificate we have parsed.
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.cms.EMSAcceptRequestInputStream
Retrieves the version of the protocol from the Accept Request
getVersion() - Method in class net.rim.device.api.xml.jaxp.WBXMLParser
 
getVerticalResolution() - Static method in class net.rim.device.api.system.Display
Retrieve display's vertical resolution in pixels per meter (PPM).
getVerticalScroll() - Method in class net.rim.device.api.ui.Manager
Retrieves current vertical offset of scrolling region.
getVirtualHeight() - Method in class net.rim.device.api.ui.Manager
Retrieves this manager's virtual height.
getVirtualWidth() - Method in class net.rim.device.api.ui.Manager
Retrieves 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.
getWeekOfYear(Calendar, long, int) - Static method in class net.rim.device.api.util.DateTimeUtilities
 
getWidth() - Method in class javax.microedition.lcdui.Image
Gets the width of the image in pixels.
getWidth() - Method in class javax.microedition.lcdui.Form
Returns the width in pixels of the displayable area available for items.
getWidth() - Method in class javax.microedition.lcdui.Displayable
Gets the width in pixels of the displayable area available to the application.
getWidth() - Method in class javax.microedition.lcdui.Canvas
Gets width of the displayable area in pixels.
getWidth() - Method in class javax.microedition.lcdui.game.Layer
Gets the current width of this layer, in pixels.
getWidth() - Method in class net.rim.device.api.system.EncodedImage
Returns the (unscaled) width of this image in pixels.
getWidth() - Static method in class net.rim.device.api.system.Display
Retrieves total drawing width of the display.
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.
getWidthOfChoice(int) - Method in class net.rim.device.api.ui.component.ChoiceField
Retrieves the width of a particular choice.
getWordCount() - Method in class net.rim.device.api.ui.autotext.AutoText
Get number of words stored for the current locale.
getX() - Method in class javax.microedition.lcdui.game.Layer
Gets the horizontal position of this Layer's upper-left corner in the painter's coordinate system.
getY() - Method in class javax.microedition.lcdui.game.Layer
Gets the vertical position of this Layer's upper-left corner in the painter's coordinate system.
getZoneName() - Static method in class net.rim.device.api.system.GPRSInfo
Retrieves the zone name.
GHOSTWHITE - Static variable in class net.rim.device.api.ui.Color
 
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.
GM_GA_MALFORMED_REDIRECT - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_GP_OPEN_CONNECTION - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_GS_START - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_GT_SEND_ACK - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_GT_SEND_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_GT_SEND_SYS_CHECK - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_GT_SEND_SYS_OK - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_GT_SEND_TRANS_ERROR - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_GUID - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_MISSING_ROUTING_INFO - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RA_ACK_FROM_LIST - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RA_ACK_FROM_SOURCE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RA_DST_LIST_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RA_NO_TRANS_ID - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RA_UNKNOWN_SRC - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_ACK_REQUESTED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_CRYPTO_DECODE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_CRYPTO_DISABLED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_CRYPTO_ENABLED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_CRYPTO_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_CRYPTO_NEEDED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_NOT_ENCRYPTED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_PACKET_DROPPED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_PASSING_UP - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RD_SEND_ACK_FAILED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_ERROR_CODE_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_NO_TRANS_ID - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_TERROR_BAD_FORMAT - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_TERROR_DECRYPT_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_TERROR_FAILURE_AT_SERVICE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_TERROR_GENERAL_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_TERROR_INVALID_UID - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_TERROR_RESERVED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_TERROR_TIMEOUT - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RE_TERROR_UNKNOWN_CMD - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RH_FROM_PEER - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RH_FROM_SERVICE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RH_FROM_UNKNOWN - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RH_MULTIPLE_SOURCES - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RH_NO_CID - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RH_NO_SOURCE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RH_REDIRECT_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RH_VERSION_MISMATCH - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_CMD_ACK - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_CMD_DATA - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_CMD_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_CMD_SYS_CHECK - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_CMD_SYS_OK - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_CMD_TRANS_ERROR - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_DATA_BAD_LENGTH - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_DATA_ERROR - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_PARSE_HEADER - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_RX_START - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_STR - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TC_COMP_DISABLED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TC_COMP_ENABLED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TC_CRYPTO_ENCODE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TC_CRYPTO_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TC_CRYPTO_UNUSED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TC_ENCRYPT_DISABLED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TC_ENCRYPT_ENABLED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TH_WRITING_DST - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TH_WRITING_REDIRECT - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_ACK_REQUESTED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_DEFAULT_HRI - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_MISMATCHED_DACS - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_NO_COMP_FOUND - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_NO_DAC_FOUND - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_NO_ENC_FOUND - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_NO_HRI - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_NO_SERVICE_FOR_UID - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_PIN_DST - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_SERVICE_DISABLED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_SERVICE_HRI - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_SOURCE_INCLUDED - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_UID_OR_UNKNOWN_DST - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_UNKNOWN_AS_PIN - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_UNKNOWN_AS_UID - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TI_UNKNOWN_DST_FAILURE - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TX_CE_STEP - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TX_COPY_STEP - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TX_GET_DG_INFO - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TX_MAKE_HEADER - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TX_NO_MORE_DACS - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TX_START - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TX_SUB_FAIL - Static variable in interface net.rim.device.api.io.ConnEvent
 
GM_TX_SUB_SEND - Static variable in interface net.rim.device.api.io.ConnEvent
 
GME_ADD_SRC_FIELD_FLAG - Static variable in interface net.rim.device.api.io.IOProperties
Add the GME source field to outgoing packets (GME-specific).
GME_COMP_ALG_UNDECIDED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: compression algorithm undecided.
GME_DELAYED_ACK_FLAG - Static variable in interface net.rim.device.api.io.IOProperties
Indicates whether any acknowledgements for this datagram are in a delayed state pending "processing" of the datagram (GME-specific).
GME_ENCRYPT_ALG_UNDECIDED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: encryption algorithm undecided.
GME_ENCRYPT_COMP_FAILURE - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: encryption/compression failure.
GME_FAIL_ON_MISSING_ROUTING_INFO_FLAG - Static variable in interface net.rim.device.api.io.IOProperties
Indicates that GME should fail when fetchable routing information is not present, instead of waiting for that information to be acquired (GME-specific).
GME_MALFORMED_ADDRESS - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: malformed address.
GME_MISMATCHED_DACS - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: mismatched DACs.
GME_NO_COMP_MODE_AVAILABLE - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: no compression mode available.
GME_NO_CRYPTO_MODE_AVAILABLE - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: no cryptography mode available.
GME_NO_DAC_FOUND - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: no DAC found.
GME_NO_ROUTING_INFORMATION - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: no routing information.
GME_NO_SERVICE_DEFINED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: no service defined.
GME_REQUEST_CONFIRMATION_FLAG - Static variable in interface net.rim.device.api.io.IOProperties
Request a delivery confirmation to be sent (GME-specific).
GME_SERVICE_DISABLED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: service disabled.
GME_TERROR_BAD_GME_FORMAT - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME transaction error: bad GME format.
GME_TERROR_DECRYPTION_ERROR - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME transaction error: decryption error.
GME_TERROR_FAILURE_AT_SERVICE - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME transaction error: failure at service.
GME_TERROR_GENERAL_FAILURE - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME transaction error: general failure.
GME_TERROR_INVALID_SERVICE_IDENTIFIER - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME transaction error: invalid service identifier.
GME_TERROR_RESERVED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME transaction error: reserved.
GME_TERROR_TIMEOUT - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME transaction error: timeout.
GME_TERROR_UNHANDLED_GME_CMD - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME transaction error: unhandled GME command.
GME_UNKNOWN_DESTINATION - Static variable in interface net.rim.device.api.io.DatagramStatusListener
GME error: unknown desintation.
GMM_ATTACH_ACCEPT - Static variable in interface net.rim.device.api.system.RadioStatusListener
Indicates a GMM attach acceptance.
GMM_ATTACH_REJECT - Static variable in interface net.rim.device.api.system.RadioStatusListener
Indicates a GMM attach rejection.
GMM_AUTH_CIPHER_REJECT - Static variable in interface net.rim.device.api.system.RadioStatusListener
Indicates a GMM authorization cipher rejection.
GMM_AUTH_CIPHER_REQUEST - Static variable in interface net.rim.device.api.system.RadioStatusListener
Indicates a GMM authorization cipher request.
GMM_GMM_INFORMATION - Static variable in interface net.rim.device.api.system.RadioStatusListener
Indicates a GMM information request.
GMM_IDENTITY_REQUEST - Static variable in interface net.rim.device.api.system.RadioStatusListener
Indicates a GMM identity request.
GMM_MO_DETACH_ACCEPT - Static variable in interface net.rim.device.api.system.RadioStatusListener
Indicates a GMM MO detach acceptance.
GMM_MT_DETACH_REQUEST - Static variable in interface net.rim.device.api.system.RadioStatusListener
Indicates a GMM MT detach request.
GMM_PTMSI_REALLOC_CMD - Static variable in interface net.rim.device.api.system.RadioStatusListener
Indicates a PTMSI reallocation command .
GMM_RA_UPDATE_ACCEPT - Static variable in interface net.rim.device.api.system.RadioStatusListener
Indicates a GMM routing area update acceptance.
GMM_RA_UPDATE_REJECT - Static variable in interface net.rim.device.api.system.RadioStatusListener
Indicates a GMM routing area update rejection.
GMT - Static variable in class net.rim.device.api.util.DateTimeUtilities
String used for obtaining the base GMT timezone via TimeZone.getTimeZone().
GOLD - Static variable in class net.rim.device.api.ui.Color
 
GOLDENROD - Static variable in class net.rim.device.api.ui.Color
 
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.
GPRS_WIRELESS_NET_TYPE - Static variable in class net.rim.device.api.servicebook.ServiceRecord
GPRS Network.
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.
Encapsulates information for a General Packet Radio Service (GPRS) cell.
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.
GRAVE_ACCENT - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
GRAY - Static variable in class net.rim.device.api.ui.Color
 
GREATER_THAN_SIGN - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
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
GREEN - Static variable in class net.rim.device.api.ui.Color
 
GREENYELLOW - Static variable in class net.rim.device.api.ui.Color
 
GUIControl - interface javax.microedition.media.control.GUIControl.
GUIControl extends Control and is defined for controls that provide GUI functionalities.
GUID - Variable in class net.rim.device.api.io.DatagramTransportBase
GUID for this object.
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_GME_CRYPTO_FAILURE - Static variable in interface net.rim.device.api.io.DatagramStatusListener
The GUID for the global event sent when the date changes.
GUID_INPUT_LOCALE_CHANGED - Static variable in class net.rim.device.api.i18n.Locale
GUID for global event sent when the current input locale 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_IT_POLICY_CHANGED_LOCKED_HANDHELD - Static variable in class net.rim.device.api.itpolicy.ITPolicy
The GUID for the global event sent when the IT Policy changes and handheld locking is required
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_SB_ADDED - Static variable in class net.rim.device.api.servicebook.ServiceBook
The GUID for the global event sent when a service book is added.
GUID_SB_BR_END - Static variable in class net.rim.device.api.servicebook.ServiceBook
The GUID for the global event sent when service book backup-restore ends.
GUID_SB_BR_START - Static variable in class net.rim.device.api.servicebook.ServiceBook
The GUID for the global event sent when service book backup-restore starts.
GUID_SB_CHANGED - Static variable in class net.rim.device.api.servicebook.ServiceBook
The GUID for the global event sent when a service book is changed.
GUID_SB_OTA_SWITCH - Static variable in class net.rim.device.api.servicebook.ServiceBook
The GUID for the global event sent when all service records are inserted due to a move BES command OTA.
GUID_SB_OTA_UPDATE - Static variable in class net.rim.device.api.servicebook.ServiceBook
The GUID for the global event sent when all service records are updated for a UID OTA.
GUID_SB_REMOVED - Static variable in class net.rim.device.api.servicebook.ServiceBook
The GUID for the global event sent when a service book is removed.
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
HALF - Static variable in class net.rim.device.api.math.Fixed32
 
HALIGN_MASK - Static variable in interface net.rim.device.api.ui.DrawStyle
Specifies the horizontial alignment.
handleDatagramStatus(int, int, Object) - Method in class net.rim.device.api.io.DatagramConnectionBase
Handles a status change event for a datagram.
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.
hasAttribute(String) - Method in interface org.w3c.dom.Element
Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
hasAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
hasAttributes() - Method in interface org.w3c.dom.Node
Returns whether this node (if it is an element) has any attributes.
hasChildNodes() - Method in interface org.w3c.dom.Node
Returns whether this node has any children.
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.
hasFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
Test if the DOM implementation implements a specific feature.
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.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.Short
Returns a hashcode for this Short.
hashCode() - Method in class java.lang.Byte
Returns a hashcode for this Byte.
hashCode() - Method in class java.lang.Double
Returns a hashcode for this Double object.
hashCode() - Method in class java.lang.Float
Returns a hashcode for this Float object.
hashCode() - Method in class java.lang.Character
Returns a hash code for this Character.
hashCode() - Method in class java.lang.Boolean
Returns a hash code for this Boolean object.
hashCode() - Method in class java.lang.String
Returns a hashcode for this string.
hashCode() - Method in class java.lang.Object
Returns a hash code value for the object.
hashCode() - Method in class java.util.Calendar
Override hashCode.
hashCode() - Method in class java.util.Date
Returns a hash code value for this object.
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.io.SmsAddress
 
hashCode() - Method in class net.rim.device.api.io.MobitexAddress
Retrieves hash of this address object.
hashCode() - Method in class net.rim.device.api.io.DatagramAddressBase
Retrieves has of this object's address.
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.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.HMACKey
 
hashCode() - Method in class net.rim.device.api.crypto.certificate.CertificateServerInfo
 
hashCode() - Method in class net.rim.device.api.crypto.certificate.status.CertificateStatusRequest
 
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.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.oid.OID
Returns the hashCode of this OID object.
hashCode() - Method in class net.rim.blackberry.api.mail.ServiceConfiguration
Retrieves this service configuration's IDs as a hash.
hashCode() - Method in class net.rim.blackberry.api.mail.Message
Retrieves a hash code value for this message.
hashCode() - Method in class net.rim.blackberry.api.mail.Folder
Retrieves a hash of this folder's ID.
hashCode() - Method in class net.rim.blackberry.api.mail.Address
Retrieves a hash for this address.
hashCode() - Method in class net.rim.blackberry.api.menuitem.ApplicationMenuItem
Retrieves a hash code value for this menu item.
hashCodeIgnoreCase(String) - Static method in class net.rim.device.api.util.StringUtilities
Retrieves case-insensitive hashcode of provided string.
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.
hasSendEndKeys() - Static method in class net.rim.device.api.ui.Keypad
Determines if the device has dedicated SEND/END keys.
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_ACCEPT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_ACCEPT_CHARSET - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_ACCEPT_ENCODING - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_ACCEPT_LANGUAGE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_ACCEPT_RANGES - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_AGE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_ALLOW - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_AUTHENTICATE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_AUTHORIZATION - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_CACHE_CONTROL - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_CONNECTION - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_CONTENT_ENCODING - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_CONTENT_ID - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_CONTENT_LANGUAGE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_CONTENT_LENGTH - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_CONTENT_LOCATION - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_CONTENT_MD5 - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_CONTENT_RANGE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_CONTENT_TYPE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_COOKIE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_DATE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_ETAG - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_EXPECT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_EXPIRES - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_FROM - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_HOST - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_IF_MATCH - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_IF_MODIFIED_SINCE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_IF_NONE_MATCH - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_IF_RANGE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_IF_UNMODIFIED_SINCE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_LAST_MODIFIED - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_LOCATION - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_MAX_FORWARDS - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_PRAGMA - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_PROXY_AUTHENTICATE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_PROXY_AUTHORIZATION - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_RANGE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_REFERER - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_RETRY_AFTER - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_SERVER - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_TE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_TRAILER - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_TRANSFER_ENCODING - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_UPGRADE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_USER_AGENT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_VARY - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_VIA - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_WARNING - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HEADER_X_WAP_CONTENT_URI - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
Header(String, String) - Constructor for class net.rim.blackberry.api.mail.Header
Creates a new Header instance with name and value.
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
Height of rect.
height - Variable in class net.rim.device.api.ui.XYDimension
Distance of point along vertical axis.
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.CustomItem
Called by the system to notify the item that it is now completely invisible, when it previously had been at least partially visible.
hideNotify() - Method in class javax.microedition.lcdui.Canvas
The implementation calls hideNotify() shortly after the Canvas has been removed from the display.
HIERARCHY_REQUEST_ERR - Static variable in class org.w3c.dom.DOMException
If any node is inserted somewhere it doesn't belong
HIGH - Static variable in interface net.rim.blackberry.api.mail.Message.Priority
High priority.
HIGH_PRIORITY - Static variable in interface net.rim.device.api.lowmemory.LowMemoryListener
High priority low-memory requests.
HIGHLIGHT_FOCUS - Static variable in class net.rim.device.api.ui.Field
Highlight bit to indicate focus highlighting.
HIGHLIGHT_SELECT - Static variable in class net.rim.device.api.ui.Field
Highlight bit to indicate select highlighting.
HistoryEvent - class net.rim.device.api.browser.field.HistoryEvent.
Event to interact with the browser field's history.
HistoryEvent(Object, int, boolean, int) - Constructor for class net.rim.device.api.browser.field.HistoryEvent
Constructs a new HistoryEvent instance for navigation.
HistoryEvent(Object, String, int) - Constructor for class net.rim.device.api.browser.field.HistoryEvent
Constructs a new HistoryEvent instance for adding/removing URLs.
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.
HOME_PAGE_URL - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Home page URL.
HOME_PAGE_URL_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default homepage URL (null).
HONEYDEW - Static variable in class net.rim.device.api.ui.Color
 
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.
HOTPINK - Static variable in class net.rim.device.api.ui.Color
 
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_HEADER_DOUBLE_CRLF - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HTTP_HEADER_FIELD_SEPARATOR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HTTP_HEADER_SINGLE_CRLF - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HTTP_HEADER_SINGLE_LF - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HTTP_HEADER_SINGLE_SPACE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HTTP_HEADER_VALUE_SEPARATOR - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
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_METHOD_CONNECT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HTTP_METHOD_DELETE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HTTP_METHOD_GET - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HTTP_METHOD_HEAD - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HTTP_METHOD_OPTIONS - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HTTP_METHOD_POST - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HTTP_METHOD_PUT - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HTTP_METHOD_TRACE - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HTTP_MINIMUM_FILE_REQUEST - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
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.
HTTP_VERSION - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HTTP_VERSION_1_0 - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HTTP_VERSION_1_PREFIX - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HTTP_VERSION_10 - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HTTP_VERSION_11 - Static variable in interface net.rim.device.api.io.http.HttpProtocolConstants
 
HttpConnection - interface javax.microedition.io.HttpConnection.
This interface defines the necessary methods and constants for an HTTP connection.
HttpDateParser - class net.rim.device.api.io.http.HttpDateParser.
A little utility class designed to parse dates in one of the three formats supported by HTTP 1.1.
HttpFilterRegistry - class net.rim.device.api.io.http.HttpFilterRegistry.
Houses protocol filters associated with fully qualified domain names.
HttpHeaders - class net.rim.device.api.io.http.HttpHeaders.
Stores header properties for HTTP connections sent or received from an HTTP server.
HttpHeaders() - Constructor for class net.rim.device.api.io.http.HttpHeaders
Creates a new, empty, HttpHeaders instance.
HttpHeaders(DataInputStream) - Constructor for class net.rim.device.api.io.http.HttpHeaders
Creates a new HttpHeaders instance parsed from a provided data input stream.
HttpHeaders(Hashtable) - Constructor for class net.rim.device.api.io.http.HttpHeaders
Creates a new HttpHeaders instance from the contents of a provided hashtable.
HttpProtocolConstants - interface net.rim.device.api.io.http.HttpProtocolConstants.
 
HttpsConnection - interface javax.microedition.io.HttpsConnection.
This interface defines the necessary methods and constants to establish a secure network connection.
HttpServerConnection - interface net.rim.device.api.io.http.HttpServerConnection.
This class is a mirror image of the HttpConnection but defines some additional functionality for server side.
HYPERLINK - Static variable in class javax.microedition.lcdui.Item
An appearance mode value indicating that the Item is to appear as a hyperlink.
HYPHEN_MINUS - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name

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 - Variable in class net.rim.device.api.util.StringPattern.Match
Type identifier for this sub-string match.
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.certificate.CertificateKeyStoreIndex
The long representing this index.
ID - Static variable in class net.rim.device.api.crypto.certificate.CertificateHashKeyStoreIndex
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 - Static variable in class net.rim.device.api.crypto.keystore.PublicKeyKeyStoreIndex
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_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.
id_SPKM_KDF_with_SHA1 - Static variable in class net.rim.device.api.crypto.oid.OIDs
id_SPKM_KDF_with_SHA1 = 1.3.6.1.5.5.1.30 Represents the SPKM KDF with SHA-1 from RFC 2025.
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.
idAtDomainComponent - Static variable in class net.rim.device.api.crypto.oid.OIDs
idAtDomainComponent = 0.9.2342.19200300.100.1.25 Represents the Domain Component 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.
idCeBasicConstraintsDeprecated - Static variable in class net.rim.device.api.crypto.oid.OIDs
idCeBasicConstraintsDeprecated = 2.5.29.10 Represents the deprecated 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.
IDEN_WIRELESS_NET_TYPE - Static variable in class net.rim.device.api.servicebook.ServiceRecord
IDEN Network
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.
IDENTITY_3X3 - Static variable in class net.rim.device.api.math.VecMath
3 x 3 identity matrix.
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.
ignorableWhitespace(char[], int, int) - Method in class net.rim.device.api.xml.jaxp.XMLWriter
 
ignorableWhitespace(char[], int, int) - Method in class net.rim.device.api.xml.jaxp.WBXMLWriter
 
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of ignorable whitespace in element content.
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.
ImageItem(String, Image, int, String, int) - Constructor for class javax.microedition.lcdui.ImageItem
Creates a new ImageItem object with the given label, image, layout directive, alternate text string, and appearance mode.
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 javax.microedition.pim.ContactList
Imports a Contact into the list using a given, predefined Contact object.
importContact(Contact) - Method in interface net.rim.blackberry.api.pim.ContactList
Deprecated. Imports a provided contact into this list.
importEvent(Event) - Method in interface javax.microedition.pim.EventList
Imports an Event into the list using a given, predefined Event object.
importEvent(Event) - Method in interface net.rim.blackberry.api.pim.EventList
Deprecated. Imports an Event into the list using a given, predefined Event object.
importNode(Node, boolean) - Method in interface org.w3c.dom.Document
Imports a node from another document to this document.
importToDo(ToDo) - Method in interface javax.microedition.pim.ToDoList
Imports a ToDo into the list using a given, predefined ToDo object.
importToDo(ToDo) - Method in interface net.rim.blackberry.api.pim.ToDoList
Deprecated. Imports a ToDo into the list using a given, predefined ToDo object.
IMPROPER_CERTIFICATE_CHAIN - Static variable in class net.rim.device.api.crypto.certificate.CertificateChainProperties
A certificate chain property that indicates that there is a problem with the chain (eg the chain violates some path constraints).
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.
INAPPROPRIATE_KEY_USAGE - Static variable in class javax.microedition.pki.CertificateException
Indicates a certificate public key has been used in way deemed inappropriate by the issuer.
INBOX - Static variable in class net.rim.blackberry.api.mail.Folder
Folder type, used in Folder.getType() and Folder.list(int).
INCOMPLETE_CERTIFICATE_CHAIN - Static variable in class net.rim.device.api.crypto.certificate.CertificateChainProperties
A certificate chain property that indicates that the chain does not terminate with a self signed root certificate.
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.
INCREMENTAL_IDLE - Static variable in class javax.microedition.lcdui.Gauge
The value representing the incremental-idle state of a non-interactive Gauge with indefinite range.
INCREMENTAL_UPDATING - Static variable in class javax.microedition.lcdui.Gauge
The value representing the incremental-updating state of a non-interactive Gauge with indefinite range.
INDEFINITE - Static variable in class javax.microedition.lcdui.Gauge
A special value used for the maximum value in order to indicate that the Gauge has indefinite range.
INDEX_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
If index or size is negative, or greater than the allowed value
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(Object, int) - Method in class net.rim.device.api.util.ContentProtectedVector
Retrieves first matching element after provided index position.
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(StringBuffer, int) - Method in class net.rim.device.api.util.StringMatch
Retrieves position of first match in section of target StringBuffer.
indexOf(String, char, int, int) - Static method in class net.rim.device.api.util.StringUtilities
Retrieves first occurrence 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.
indexOf(String, int, int, int) - Static method in class net.rim.device.api.util.StringUtilities
Retrieves first occurrence of character in section of provided 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.
indexOfNextDelim(String, int) - Static method in class net.rim.device.api.io.DatagramAddressBase
Retrieves index of next delimiter in provided string.
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.
INDIANRED - Static variable in class net.rim.device.api.ui.Color
 
INDICATOR_TYPE_NAMES - Static variable in class net.rim.device.api.system.SMSPacketHeader
 
INDIGO - Static variable in class net.rim.device.api.ui.Color
 
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 notification 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.
inHolster() - Method in class net.rim.device.api.ui.component.Dialog
Invoked when the device is put in the holster.
INIT_CONNECTION - Static variable in interface net.rim.device.api.io.ConnEvent
 
INIT_TRANSPORT - Static variable in interface net.rim.device.api.io.ConnEvent
 
init() - Method in class net.rim.device.api.io.DatagramTransportBase
Initializes this transport base.
init(DatagramConnection) - Method in class net.rim.device.api.io.DatagramTransportBase
Initializes this transport base with provided sub-connection.
initDisplayMode(int, Object) - Method in interface javax.microedition.media.control.VideoControl
Initialize the mode on how the video is displayed.
initDisplayMode(int, Object) - Method in interface javax.microedition.media.control.GUIControl
Initialize the mode on how the GUI is displayed.
INITIAL_CAPS_SENTENCE - Static variable in class javax.microedition.lcdui.TextField
This flag is a hint to the implementation that during text editing, the initial letter of each sentence should be capitalized.
INITIAL_CAPS_WORD - Static variable in class javax.microedition.lcdui.TextField
This flag is a hint to the implementation that during text editing, the initial letter of each word should be capitalized.
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
Present this part inline.
InputConnection - interface javax.microedition.io.InputConnection.
This interface defines the capabilities that an input stream connection must have.
InputSource - class org.xml.sax.InputSource.
A single input source for an XML entity.
InputSource() - Constructor for class org.xml.sax.InputSource
Zero-argument default constructor.
InputSource(InputStream) - Constructor for class org.xml.sax.InputSource
Create a new input source with a byte stream.
InputSource(Reader) - Constructor for class org.xml.sax.InputSource
Create a new input source with a character stream.
InputSource(String) - Constructor for class org.xml.sax.InputSource
Create a new input source with a system identifier.
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.EmailAddressEditField
Inserts a character into this field.
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, double) - Method in class java.lang.StringBuffer
Inserts the string representation of the double argument into this string buffer.
insert(int, float) - Method in class java.lang.StringBuffer
Inserts the string representation of the float 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(Layer, int) - Method in class javax.microedition.lcdui.game.LayerManager
Inserts a new Layer in this LayerManager at the specified index.
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.EmailAddressEditField
Inserts string into this field.
insert(String, int) - Method in class net.rim.device.api.ui.component.BasicEditField
Inserts string into this field.
insert(String, int, boolean, boolean) - Method in class net.rim.device.api.ui.component.AutoTextEditField
Inserts string into this field, potentially stripping new lines and/or validating entered value.
insert(String, int, boolean, boolean) - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Inserts a string into this field, potentially stripping new lines and/or validating entered value.
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.
insertBefore(Node, Node) - Method in interface org.w3c.dom.Node
Inserts the node newChild before the existing child node refChild.
insertData(int, String) - Method in interface org.w3c.dom.CharacterData
Insert a string at the specified 16-bit unit offset.
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.
insertElementAt(Object, int) - Method in class net.rim.device.api.util.ContentProtectedVector
Inserts provided element at provided 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.
inStartup() - Method in class net.rim.device.api.system.ApplicationManager
Determines if the device is in the process of starting up.
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 javax.microedition.pim.PIMItem
Indicates that the data type is an integer.
INT - Static variable in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. Indicates that the data type is an integer.
intBitsToFloat(int) - Static method in class java.lang.Float
Returns the single-float corresponding to a given bit representation.
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.
intern() - Method in class java.lang.String
Returns a canonical representation for the string object.
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.
interrupt() - Method in class java.lang.Thread
Interrupts this thread.
INTERRUPTED_DOWNLOAD - Static variable in class net.rim.plazmic.mediaengine.MediaException
Represents an error that occurs when the requested download operation was cancelled.
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.
intersects(int, int, int, int, int, int, int, int) - Static method in class net.rim.device.api.math.VecMath
Does line segment A intersection line segment B?
intersects(XYRect) - Method in class net.rim.device.api.ui.XYRect
Determines if this rectangle intersects another rectangle.
INTERVAL - Static variable in class javax.microedition.pim.RepeatRule
The interval represents the amount of time between events, or the number of times the frequency repeats between events.
INTERVAL - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. The interval represents the amount of time between events, or the number of times the frequency repeats between events.
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.
IntLongHashtable - class net.rim.device.api.util.IntLongHashtable.
This class implements a hashtable, which maps keys to values.
IntLongHashtable() - Constructor for class net.rim.device.api.util.IntLongHashtable
Construct a new, empty hashtable with a default capacity and load factor.
IntLongHashtable(int) - Constructor for class net.rim.device.api.util.IntLongHashtable
Construct a new, empty hashtable with the specified capacity.
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.
intValue() - Method in class java.lang.Double
Returns the integer value of this Double (by casting to an int).
intValue() - Method in class java.lang.Float
Returns the integer value of this Float (by casting to 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.
INUSE_ATTRIBUTE_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to add an attribute that is already in use elsewhere
INVALID - Static variable in class net.rim.blackberry.api.mail.Folder
Folder type, used in Folder.getType() and Folder.list(int).
INVALID_ACCESS_ERR - Static variable in class org.w3c.dom.DOMException
If a parameter or an operation is not supported by the underlying object.
INVALID_CERTIFICATE_PRESENT - Static variable in class net.rim.device.api.crypto.certificate.CertificateChainProperties
A certificate chain property that indicates that at least one certificate in the chain is either not yet valid, or has expired.
INVALID_CHARACTER_ERR - Static variable in class org.w3c.dom.DOMException
If an invalid or illegal character is specified, such as in a name.
INVALID_COMPRESSION_MODES - Static variable in class net.rim.device.api.servicebook.ServiceRecord
Indicates an invalid compression mode.
INVALID_COOKIE_ID - Static variable in class net.rim.device.api.ui.component.ActiveRichTextField
Placeholder to flag invalid cookie regions.
INVALID_ENCRYPTION_MODES - Static variable in class net.rim.device.api.servicebook.ServiceRecord
Indicates an invalid encyrption mode.
INVALID_FOLDER_ID - Static variable in class net.rim.blackberry.api.mail.Folder
Indicates an invalid folder ID.
INVALID_HEADER - Static variable in class net.rim.plazmic.mediaengine.MediaException
Represents an error that occurs when the requested media format is supported but the header is corrupted or invalid
INVALID_MODIFICATION_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to modify the type of the underlying object.
INVALID_RECORD_ID - Static variable in class net.rim.device.api.servicebook.ServiceRecord
Indicates an invalid record ID.
INVALID_STATE_ERR - Static variable in class org.w3c.dom.DOMException
If an attempt is made to use an object that is not, or is no longer, usable.
INVALID_USER_ID - Static variable in class net.rim.device.api.servicebook.ServiceRecord
Indicates an invalid user ID.
invalidate() - Method in class javax.microedition.lcdui.CustomItem
Signals that the CustomItem's size and traversal location need to be updated.
invalidate() - Method in class net.rim.device.api.ui.Screen
Invalidates a region of this screen.
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).
invalidateAll(int, int, int, int) - Method in class net.rim.device.api.ui.Screen
Invalidates a region of this screen.
invalidateAll(int, int, int, int) - Method in class net.rim.device.api.ui.Field
Marks a region of this field as invalid (requiring repainting).
invalidateFieldRange(int, int) - Method in class net.rim.device.api.ui.Manager
Invalidates this manager's controlled fieldsfrom lower to upper, inclusive.
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.
INVERTED_EXCLAMATION_MARK - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
INVERTED_QUESTION_MARK - Static variable in interface net.rim.device.api.system.Characters
Constant for the character of the same name
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 - class net.rim.blackberry.api.invoke.Invoke.
Used to invoke internal applications with optional parameters.
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.
invokeApplication(int, ApplicationArguments) - Static method in class net.rim.blackberry.api.invoke.Invoke
Invokes an internal application.
invokeApplicationKeyVerb() - Method in interface net.rim.device.api.ui.component.ActiveFieldCookie
Invoked when an application key-press event is invoked on an active field with this cookie in focus.
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.
invokeRunnable(Runnable) - Method in interface net.rim.device.api.browser.field.RenderingApplication
Invokes provided runnable object.
IOCancelledException - exception net.rim.device.api.io.IOCancelledException.
Thrown if a send or receive is cancelled for some reason.
IOCancelledException() - Constructor for class net.rim.device.api.io.IOCancelledException
Creates a new IOCancelledException instance.
IOCancelledException(String) - Constructor for class net.rim.device.api.io.IOCancelledException
Creates a new IOCancelledException instance with detailed message.
IODatagramLengthException - exception net.rim.device.api.io.IODatagramLengthException.
Thrown if the datagram length is invalid (usually because it is too big).
IODatagramLengthException() - Constructor for class net.rim.device.api.io.IODatagramLengthException
Creates a new IODatagramLengthException instance.
IODatagramLengthException(String) - Constructor for class net.rim.device.api.io.IODatagramLengthException
Creates a new IODatagramLengthException instance with detailed message.
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.
IOFormatException - exception net.rim.device.api.io.IOFormatException.
Thrown if something is wrong with the format of the datagram's header or address string.
IOFormatException() - Constructor for class net.rim.device.api.io.IOFormatException
Creates a new IOFormatException instance.
IOFormatException(String) - Constructor for class net.rim.device.api.io.IOFormatException
Creates a new IOFormatException instance with detailed message.
IONotRoutableException - exception net.rim.device.api.io.IONotRoutableException.
Thrown if a send is not routable for some reason.
IONotRoutableException() - Constructor for class net.rim.device.api.io.IONotRoutableException
Creates a new IONotRoutableException instance.
IONotRoutableException(String) - Constructor for class net.rim.device.api.io.IONotRoutableException
Creates a new IONotRoutableException instance with detailed 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.
IOProperties - interface net.rim.device.api.io.IOProperties.
Defines an interface for manipulating properties and flags.
IORefusedException - exception net.rim.device.api.io.IORefusedException.
Thrown if the connection refuses the datagram for some reason.
IORefusedException() - Constructor for class net.rim.device.api.io.IORefusedException
Creates a new IORefusedException instance.
IORefusedException(String) - Constructor for class net.rim.device.api.io.IORefusedException
Creates a new IORefusedException instance with detailed message.
IOTransmitterException - exception net.rim.device.api.io.IOTransmitterException.
Thrown if the connection is unable to transmit a datagram for some reason
IOTransmitterException() - Constructor for class net.rim.device.api.io.IOTransmitterException
Creates a new IOTransmitterException instance.
IOTransmitterException(String) - Constructor for class net.rim.device.api.io.IOTransmitterException
Creates a new IOTransmitterException instance with detailed message.
IPPP_RECEIVED_CLOSED - Static variable in interface net.rim.device.api.io.DatagramStatusListener
IPPP event: received and closed.
IPPP_RECEIVED_CLOSING - Static variable in interface net.rim.device.api.io.DatagramStatusListener
IPPP event: received and closing.
IPPP_RECEIVED_DATA - Static variable in interface net.rim.device.api.io.DatagramStatusListener
IPPP event: received data.
IPPP_RECEIVED_ERROR - Static variable in interface net.rim.device.api.io.DatagramStatusListener
IPPP event: reception error.
IPTextFilter - class net.rim.device.api.ui.text.IPTextFilter.
Filters out characters not used in IP\Port text strings
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.
isActive() - Static method in class net.rim.device.api.system.MobitexInfo
Determines if the radio is active.
isAddressed(DatagramAddressBase) - Method in class net.rim.device.api.io.DatagramConnectionBase
 
isAddressed(String) - Method in class net.rim.device.api.io.DatagramConnectionBase
This function is called by the underlying protocol when a datagram event is received.
isADPCMSupported() - Static method in class net.rim.device.api.system.Alert
Determines if this device provides ADPCM support.
isAlive() - Method in class java.lang.Thread
Tests if this thread is alive.
isAlive() - Method in class net.rim.device.api.system.Application
Determines if this application's process is still alive.
isAllowed(Certificate) - Method in class net.rim.device.api.crypto.keystore.TrustedKeyStore
This method determines if the certificate passed into the method is allowed to be added to the trusted key store in the presence of IT policy.
isAllowedRecord(ServiceRecord, int, String, String, String) - Method in class net.rim.device.api.servicebook.ServiceBook
Verifies that a record is allowed in the current book, according to IT policy settings.
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.
isAudioSupported() - Static method in class net.rim.device.api.system.Alert
Determines if this device provides audio support.
isBankQuerySupported() - Method in interface javax.microedition.media.control.MIDIControl
Returns whether banks of the synthesizer can be queried.
isBatteryRemovable() - Static method in class net.rim.device.api.system.DeviceInfo
Determines if this 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
Determines if this font is bold.
isBrightnessConfigurable() - Static method in class net.rim.device.api.system.Backlight
Determines if the brightness of the backlight is configurable.
isBuzzerSupported() - Static method in class net.rim.device.api.system.Alert
Determines if this device provides buzzer support.
isByteArray(Object) - Static method in class net.rim.device.api.system.PersistentContent
Determines if the encoding represents a byte array.
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.wtls.WTLSCertificate
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.
isCacheOnly() - Method in class net.rim.device.api.browser.field.RequestedResource
 
isCategory(String) - Method in interface javax.microedition.pim.PIMList
Returns a boolean indicating whether or not the specified category name is valid for this list.
isCategory(String) - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. 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.
isCertificatePresent() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns true if there are certificates in the message, else returns false.
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.
isChannelEncrypted() - Method in class net.rim.device.api.io.http.PushInputStream
Determines if the channel is encrypted.
isChannelEncrypted() - Method in class net.rim.device.api.io.http.MDSPushInputStream
Determines if this channel is encrypted.
isClauseSeparator(char) - Method in class net.rim.device.api.ui.autotext.AutoText
Determine if the given character is a clause separator.
isCoalescing() - Method in class net.rim.device.api.xml.parsers.DocumentBuilderFactory
 
isColor() - Method in class javax.microedition.lcdui.Display
Gets information about color support of the device.
isColor() - Method in class net.rim.device.api.system.JPEGEncodedImage
Returns a boolean indicating whether or not the jpeg is color.
isColor() - Static method in class net.rim.device.api.system.Display
Determines if the device has a color display.
isColor() - Static method in class net.rim.device.api.ui.Graphics
Determines if the device has a color display.
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.
isCompressionEnabled() - Static method in class net.rim.device.api.system.PersistentContent
Determines if Content Compression is enabled by the user.
isConnected() - Method in class net.rim.blackberry.api.mail.Service
Determines whether this service is connected.
isContentComplete() - Method in class net.rim.device.api.crypto.cms.EMSAcceptRequestInputStream
Determines whether the entire content part ( ie. the inner CMS message ) of this stream was in this stream.
isContentComplete() - Method in class net.rim.device.api.crypto.cms.CMSSignedReceiptInputStream
Determines whether the entire content part ( ie. the inner CMS message ) of this stream was in this stream.
isContentComplete() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
 
isContentComplete() - Method in class net.rim.device.api.crypto.cms.CMSInputStream
Determines whether the entire content part ( ie. the inner CMS message ) of this stream was in this stream.
isContentComplete() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
 
isContentComplete() - Method in class net.rim.device.api.crypto.cms.CMSDataInputStream
Determines whether the entire content part ( ie. the inner CMS message ) of this stream was in this stream.
isContentComplete() - Method in class net.rim.device.api.crypto.cms.CMSCompressedDataInputStream
 
isContentProtectionSupported() - Static method in class net.rim.device.api.system.PersistentContent
Determines whether or not Content Protection is supported by this device.
isContrastConfigurable() - Static method in class net.rim.device.api.system.Display
Retrieves whether or not the screen's contrast is configurable.
isCryptoSystemStrong(CryptoSystem) - Method in class net.rim.device.api.crypto.CryptoSystemProperties
Determines whether the provided CryptoSystem is strong.
isDataPresent() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns true if the data has been set, either by being present in the message or else from a setData call.
isDataSigned() - Static method in class net.rim.device.api.system.Branding
Determines if the branding NV data is signed by RIM.
isDefault(int) - Method in interface net.rim.device.api.xml.jaxp.RIMExtendedAttributes
 
isDefaultSet() - Method in class net.rim.device.api.ui.ContextMenu
Determines if a default item is set for this menu.
isDeliveryPeriodDefault() - Method in class net.rim.device.api.system.SMSPacketHeader
Returns a boolean indicating whether or not the delivery period is set to the default amount of time.
isDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a digit.
isDigit(char) - Static method in class net.rim.device.api.util.CharacterUtilities
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
Determines if this field is dirty.
isDirty() - Method in class net.rim.device.api.servicebook.ServiceRecord
Determines if this record has unsaved changes.
isDisabled() - Method in class net.rim.device.api.servicebook.ServiceRecord
Determines if this record is disabled.
isDisplayed() - Method in class net.rim.device.api.ui.Screen
Determines 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.
isDrawingStyleSet(int) - Method in class net.rim.device.api.ui.Graphics
Determines whether the specified drawing style is turned on.
isDuplicate(ServiceRecord, int, String, String, String, String, int) - Method in class net.rim.device.api.servicebook.ServiceRecord
Determines if the specified record is a duplicate of this record.
isEditable() - Method in class net.rim.device.api.ui.Field
Determines if 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.XYEdges
Determins whether or not the entire edge region is zero width.
isEmpty() - Method in class net.rim.device.api.ui.ContextMenu
Determines if this 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.IntLongHashtable
Determines if this hashtable maps no keys to values.
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.
isEnabled() - Static method in class net.rim.device.api.system.Backlight
Determines if the backlight is currently enabled.
isEncrypted() - Method in class net.rim.device.api.crypto.cms.EMSAcceptRequestInputStream
 
isEncrypted() - Method in class net.rim.device.api.crypto.cms.CMSSignedReceiptInputStream
 
isEncrypted() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
 
isEncrypted() - Method in class net.rim.device.api.crypto.cms.CMSInputStream
Determines if this part, or any nested part, of this CMS message is encrypted.
isEncrypted() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
Returns true since this message isencrypted.
isEncrypted() - Method in class net.rim.device.api.crypto.cms.CMSDataInputStream
 
isEncrypted() - Method in class net.rim.device.api.crypto.cms.CMSContext
Determines if this part, or any nested part, of this CMS message is encrypted.
isEncrypted() - Method in class net.rim.device.api.crypto.cms.CMSCompressedDataInputStream
 
isEncryptionEnabled() - Static method in class net.rim.device.api.system.PersistentContent
Determines if Content Encryption is enabled by the user.
isEncryptKeyUsage(long) - Static method in class net.rim.device.api.crypto.certificate.KeyUsage
Returns true if this keyUsage contains elements which relate to encryption.
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.
isExpandEntityReferences() - Method in class net.rim.device.api.xml.parsers.DocumentBuilderFactory
 
isFieldLabelSettable(int) - Method in interface net.rim.blackberry.api.pdap.BlackBerryPIMList
Determines whether or not a field label can be set.
isFieldLabelSettable(int) - Method in interface net.rim.blackberry.api.pim.BlackBerryPIMList
Deprecated. Determines whether or not a field label can be set.
isFieldPresent() - Method in class net.rim.device.api.crypto.certificate.CertificateDisplayField
Returns a boolean denoting whether or not a field was used to create this object or whether the label/value pair was used.
isFlagSet(int) - Method in interface net.rim.device.api.io.IOProperties
Determines if flag is set.
isFlagSet(int) - Method in class net.rim.device.api.io.DatagramConnectionBase
Determines if provided flag is set.
isFlagSet(int) - Method in class net.rim.device.api.io.DatagramBase
Determines if named flag is set.
isFocusable() - Method in class net.rim.device.api.ui.Screen
Verifies 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.
isFromSIMCard() - Method in class net.rim.device.api.system.SMSPacketHeader
Determines if this message originated from the device SIM card.
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.
isIdentity(int[], int) - Static method in class net.rim.device.api.math.VecMath
Is this matrix, represented by this array, the indentity matrix?
isIgnoringComments() - Method in class net.rim.device.api.xml.parsers.DocumentBuilderFactory
 
isIgnoringElementContentWhitespace() - Method in class net.rim.device.api.xml.parsers.DocumentBuilderFactory
 
isInbound() - Method in class net.rim.blackberry.api.mail.Message
Determines if this message is an inbound (received) message.
isInfinite() - Method in class java.lang.Double
Returns true if this Double value is infinitely large in magnitude.
isInfinite() - Method in class java.lang.Float
Returns true if this Float value is infinitely large in magnitude.
isInfinite(double) - Static method in class java.lang.Double
Returns true if the specified number is infinitely large in magnitude.
isInfinite(float) - Static method in class java.lang.Float
Returns true if the specified number is infinitely large in magnitude.
isInGroup(Object) - Static method in class net.rim.device.api.system.ObjectGroup
 
isInHolster() - Static method in class net.rim.device.api.system.DeviceInfo
Determines if this device is in the holster.
isInLiveState() - Static method in class net.rim.device.api.system.MobitexInfo
Determines if the radio is in live state.
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.
isISOControl(char) - Static method in class net.rim.device.api.util.CharacterUtilities
Determines if the specified character is a control character.
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
Determines 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.
isLetter(char) - Static method in class net.rim.device.api.util.CharacterUtilities
Determines if the specified character is a letter.
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.
isLowerCase(char) - Static method in class net.rim.device.api.util.CharacterUtilities
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.
isMessageWaitingActive() - Method in class net.rim.device.api.system.SMSPacketHeader
Determines if this message's MWI Group is "Active".
isMessageWaitingGroup() - Method in class net.rim.device.api.system.SMSPacketHeader
Determines if this message is part of the Message Waiting Indication Group.
isMessageWaitingStore() - Method in class net.rim.device.api.system.SMSPacketHeader
Determines if this message's MWI Group is "Store Message".
isMIDISupported() - Static method in class net.rim.device.api.system.Alert
Determines if this device provides MIDI support.
isMidlet() - Static method in class net.rim.device.api.system.CodeModuleManager
Determines if the current process is a midlet.
isMidlet(int) - Static method in class net.rim.device.api.system.CodeModuleManager
Determines if a module is a midlet.
isMimeType(String) - Method in interface net.rim.blackberry.api.mail.Part
Determines if this part's contents are of the provided MIME content type.
isMimeType(String) - Method in class net.rim.blackberry.api.mail.Message
Determines if this message's content-type matches provided type.
isMimeType(String) - Method in class net.rim.blackberry.api.mail.BodyPart
Determines if this body part is of the specified MIME content type.
isModified() - Method in interface javax.microedition.pim.PIMItem
Returns a boolean that indicates whether or not this PIMItem has been modified since the last commit or retrieval.
isModified() - Method in interface net.rim.blackberry.api.pim.PIMItem
Deprecated. 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 if 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.
isMuted() - Method in interface javax.microedition.media.control.VolumeControl
Get the mute state of the signal associated with this VolumeControl.
isNamespaceAware() - Method in class net.rim.device.api.xml.parsers.SAXParserFactory
 
isNamespaceAware() - Method in class net.rim.device.api.xml.parsers.SAXParser
 
isNamespaceAware() - Method in class net.rim.device.api.xml.parsers.DocumentBuilderFactory
 
isNamespaceAware() - Method in class net.rim.device.api.xml.parsers.DocumentBuilder
 
isNamespaceAware() - Method in class net.rim.device.api.xml.jaxp.XMLParser
 
isNamespaceAware() - Method in class net.rim.device.api.xml.jaxp.SAXParserImpl
Indicates whether or not this parser is configured to understand namespaces.
isNaN() - Method in class java.lang.Double
Returns true if this Double value is the special Not-a-Number (NaN) value.
isNaN() - Method in class java.lang.Float
Returns true if this Float value is Not-a-Number (NaN).
isNaN(double) - Static method in class java.lang.Double
Returns true if the specified number is the special Not-a-Number (NaN) value.
isNaN(float) - Static method in class java.lang.Float
Returns true if the specified number is the special Not-a-Number (NaN) value.
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.
isNoAutoPeriodCharacter(char) - Method in class net.rim.device.api.ui.autotext.AutoText
Determine if the given character is a character after which auto period should not be triggered.
ISO_8859_1 - Static variable in interface net.rim.device.api.xml.WBXMLConstants
 
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.
isOTASyncAvailable(SyncCollection, boolean) - Method in class net.rim.device.api.synchronization.SyncManager
Determine if OTA sync is available for a SyncCollection based on all the applicable criteria including IT policy, whether or not OTA sync has been disallowed, and server configuration.
isOutgoing() - Method in class net.rim.blackberry.api.phone.PhoneCall
Determines if the current call is an outgoing call.
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.
isPartComplete() - Method in class net.rim.device.api.mime.MIMEInputStream
Determines whether the entire contents of this MIME Part was read in or whether it was cutoff early.
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
Determines if this font is plain.
isPolychromatic() - Static method in class net.rim.device.api.system.LED
Returns true if the LED is capable of displaying multiple colors.
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.
isProgrammatic() - Method in class net.rim.device.api.browser.field.UrlRequestedEvent
Determines if this event was programmatic in origin.
isProgrammatic() - Method in class net.rim.device.api.browser.field.HistoryEvent
Determines if event is programmatic.
isProtected() - Method in class net.rim.device.api.io.http.HttpHeaders
Determines if the headers have been encrypted via content-protection.
isProtected() - Method in class net.rim.device.api.util.ContentProtectedVector
Determines if this vector's contents are currently protected.
isProtected() - Method in class net.rim.device.api.util.ContentProtectedHashtable
This method will return a boolean indicating if the values in this hashtable are currently being protected by content protection.
isPunctuation(char) - Static method in class net.rim.device.api.util.CharacterUtilities
Determines if the specified character is a punctuation.
isRecordProtected() - Method in class net.rim.device.api.servicebook.ServiceRecord
Determines if this record is protected.
isReplyPath() - Method in class net.rim.device.api.system.SMSPacketHeader
Determines if this message specifies the reply path to use.
isRestoredFromBackup() - Method in class net.rim.device.api.servicebook.ServiceRecord
Determines if this record was restored from a backup
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.wtls.WTLSCertificate
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.
isRopSupported(int) - Method in class net.rim.device.api.ui.Graphics
Determines if a raster operation is supported.
isRunning() - Method in class net.rim.device.api.ldap.LDAPQuery
Checks to see if the query has been started.
isSameDate(long, long) - Static method in class net.rim.device.api.util.DateTimeUtilities
Determine if two dates fall on the same calendar date using default TimeZone
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
isSecure() - Static method in class net.rim.device.api.system.PersistentContent
Determines whether or not the device is secure.
isSecureService() - Method in class net.rim.device.api.servicebook.ServiceRecord
Determines if this record's associated service is secure.
isSegmentationSupported() - Static method in class net.rim.device.api.system.SMSPacketHeader
Returns true if SMS fragmentation/reassembly is supported.
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.
isSentenceTerminator(char) - Method in class net.rim.device.api.ui.autotext.AutoText
Determine if the given character is a sentence terminator.
isSeparator() - Method in class net.rim.device.api.ui.MenuItem
Determines if this is a separator.
isSerialSyncInProgress() - Method in class net.rim.device.api.synchronization.SyncManager
Return whether or not a serial sync or backup/restore is in progress.
isSet - Variable in class java.util.Calendar
The flags which tell if a specified time field for the calendar is set.
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.
isSigned() - Method in class net.rim.device.api.crypto.cms.EMSAcceptRequestInputStream
 
isSigned() - Method in class net.rim.device.api.crypto.cms.CMSSignedReceiptInputStream
 
isSigned() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns true since this message is signed.
isSigned() - Method in class net.rim.device.api.crypto.cms.CMSInputStream
Determines if this part, or any nested part, of this CMS message is signed.
isSigned() - Method in class net.rim.device.api.crypto.cms.CMSEnvelopedDataInputStream
 
isSigned() - Method in class net.rim.device.api.crypto.cms.CMSDataInputStream
 
isSigned() - Method in class net.rim.device.api.crypto.cms.CMSContext
Determines if this part, or any nested part, of this CMS message is signed.
isSigned() - Method in class net.rim.device.api.crypto.cms.CMSCompressedDataInputStream
 
isSigned() - Method in class net.rim.device.api.crypto.cms.CMSAttribute
Returns true if this is a signed attribute.
isSignedReceipt() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns true if the this signed data input stream contains a signed receipt.
isSignedReceiptRequested() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
A method to determine if any of the signers of this method are requesting a signed receipt for this message.
isSignedReceiptRequested(CMSEntityIdentifier, String) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
A method to determine if recipient is required to send a signed receipt or not.
isSignerCertificatePresent(CMSEntityIdentifier) - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns true if the signer's certificate is present in the message.
isSignKeyUsage(long) - Static method in class net.rim.device.api.crypto.certificate.KeyUsage
Returns true if this keyUsage contains elements which relate to signing.
isSimulator() - Static method in class net.rim.device.api.system.DeviceInfo
Determines if this device is really a simulator.
isSpaceChar(char) - Static method in class net.rim.device.api.util.CharacterUtilities
Determines if the specified character is a separator.
isStale() - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Returns a boolean denoting whether the status is stale according to the current stale time on the device.
isStale(long) - Method in class net.rim.device.api.crypto.certificate.CertificateStatus
Returns a boolean denoting whether the status is stale according to the current stale time on the device and the maxAge variable passed into this method.
isString(Object) - Static method in class net.rim.device.api.system.PersistentContent
Determines if the encoding represents a String.
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.
isStyle(long) - Method in class net.rim.device.api.ui.Field
Determines if this field has all the provided styles.
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.bluetooth.BluetoothSerialPort
Determines if this device supports Bluetooth serial ports.
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
Returns a boolean indicating whether or not the device supports peripherals.
isSupported(String, String) - Method in interface org.w3c.dom.Node
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
isSupportedArrayElement(int, int) - Method in interface javax.microedition.pim.PIMList
Returns a boolean that indicates whether or not a given array element is supported by the specified field.
isSupportedArrayElement(int, int) - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. Returns a boolean that indicates whether or not a given array element is supported by the specified field.
isSupportedAttribute(int, int) - Method in interface javax.microedition.pim.PIMList
Returns a boolean indicating whether or not the specified attribute is supported in a given field within the list.
isSupportedAttribute(int, int) - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. Returns a boolean indicating whether or not the specified attribute is supported in a given field within the list.
isSupportedField(int) - Method in interface javax.microedition.pim.PIMList
Returns a boolean indicating whether or not the specified field is supported.
isSupportedField(int) - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. Returns a boolean indicating whether or not the specified field is supported.
isSymbol(char) - Static method in class net.rim.device.api.util.CharacterUtilities
Determines if the specified character is a symbol.
isSymbolScreenAllowed() - Method in class net.rim.device.api.ui.component.BasicEditField
Determines if this field supports use of the symbol screen.
isSymbolScreenAllowed() - Method in class net.rim.device.api.ui.component.ActiveAutoTextEditField
Determines 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
Deprecated. 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.
isTicketRequired(Certificate, CertificateStatus) - Method in class net.rim.device.api.crypto.keystore.CertificateStatusManager
This method will determine whether a setStatus call using the certificate and status passed into this method will require a password prompt on the part of the user.
isTransmitterEnabled() - Static method in class net.rim.device.api.system.MobitexInfo
Determines if the transmitter is enabled.
isType(DataBuffer, int) - Static method in class net.rim.device.api.synchronization.ConverterUtilities
Determines whether the next field in the data buffer 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
Determines 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.
isUpperCase(char) - Static method in class net.rim.device.api.util.CharacterUtilities
Determines if the specified character is a uppercase character.
isUserDataHeaderPresent() - Method in class net.rim.device.api.system.SMSPacketHeader
Returns a boolean indicating whether or not a user data header is present.
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.wtls.WTLSCertificate
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.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.servicebook.ServiceRecord
Determines if this record is valid.
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.wtls.WTLSCertificate
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.
isValidating() - Method in class net.rim.device.api.xml.parsers.SAXParserFactory
 
isValidating() - Method in class net.rim.device.api.xml.parsers.SAXParser
 
isValidating() - Method in class net.rim.device.api.xml.parsers.DocumentBuilderFactory
 
isValidating() - Method in class net.rim.device.api.xml.parsers.DocumentBuilder
 
isValidating() - Method in class net.rim.device.api.xml.jaxp.XMLParser
 
isValidating() - Method in class net.rim.device.api.xml.jaxp.SAXParserImpl
Indicates whether or not this parser is configured to validate XML documents.
isValidityPeriodDefault() - Method in class net.rim.device.api.system.SMSPacketHeader
 
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.
isVerificationPossible() - Method in class net.rim.device.api.crypto.cms.CMSSignedDataInputStream
Returns a boolean to indicate whether or not enough data has been recieved to verify the signature on this message ( ie. all the signed data and the signatures ).
isVersion20Supported() - Static method in class net.rim.device.api.crypto.PKCS1SignatureSigner
Returns true if PKCS1 version 2.0 is supported.
isVibrateSupported() - Static method in class net.rim.device.api.system.Alert
Determines if this device provides vibration support.
isVisible() - Method in class javax.microedition.lcdui.game.Layer
Gets the visibility of this Layer.
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
Determines if the specified long integer date falls on a weekend.
isWhitespace(char) - Static method in class net.rim.device.api.util.StringPattern
Determines if the supplied character should be considered white space.
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.
item(int) - Method in interface org.w3c.dom.NodeList
Returns the indexth item in the collection.
item(int) - Method in interface org.w3c.dom.NamedNodeMap
Returns the indexth item in the map.
itemAdded(PIMItem) - Method in interface net.rim.blackberry.api.pdap.PIMListListener
Occurs when an item is added to the PIM list.
itemAdded(PIMItem) - Method in interface net.rim.blackberry.api.pim.PIMListListener
Deprecated. Occurs when an item is added to the PIM list.
ItemCommandListener - interface javax.microedition.lcdui.ItemCommandListener.
A listener type for receiving notification of commands that have been invoked on Item objects.
itemRemoved(PIMItem) - Method in interface net.rim.blackberry.api.pdap.PIMListListener
Occurs when an item is removed from the PIM list.
itemRemoved(PIMItem) - Method in interface net.rim.blackberry.api.pim.PIMListListener
Deprecated. Occurs when an item is removed from the PIM list.
items() - Method in interface javax.microedition.pim.PIMList
Returns an enumeration of all items in the list.
items() - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. Returns an enumeration of all items in the list.
items(Enumeration) - Method in interface net.rim.blackberry.api.pdap.RemoteLookupListener
Called when the results of a remote lookup are returned.
items(Enumeration) - Method in interface net.rim.blackberry.api.pim.RemoteLookupListener
Deprecated. Called when the results of a remote lookup are returned.
items(int, long, long) - Method in interface javax.microedition.pim.ToDoList
Returns an enumeration containing all ToDo instances where the specified date field falls between the start date and end date inclusive.
items(int, long, long, boolean) - Method in interface javax.microedition.pim.EventList
Returns an enumeration of all events in the EventList ordered by start date inclusive.
items(int, long, long, boolean) - Method in interface net.rim.blackberry.api.pim.EventList
Deprecated. 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
Deprecated. Returns an enumeration containing all ToDo instances between the specified start date and end date inclusive.
items(PIMItem) - Method in interface javax.microedition.pim.PIMList
Returns an enumeration of all items that match the fields contained within a specified PIMItem.
items(PIMItem) - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. Returns an enumeration of all items that match the fields contained within a specified PIMItem.
items(String) - Method in interface javax.microedition.pim.PIMList
Returns an enumeration of all items that match the fields contained within a specified string.
items(String) - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. Returns an enumeration of all items that match the fields contained within a specified string.
itemsByCategory(String) - Method in interface javax.microedition.pim.PIMList
Returns an enumeration of all items in the list that match the specified category.
itemsByCategory(String) - Method in interface net.rim.blackberry.api.pim.PIMList
Deprecated. 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.pdap.PIMListListener
Occurs when an item is updated within the PIM list.
itemUpdated(PIMItem, PIMItem) - Method in interface net.rim.blackberry.api.pim.PIMListListener
Deprecated. Occurs when an item is updated within the PIM list.
ITPolicy - class net.rim.device.api.itpolicy.ITPolicy.
Provides access to the IT policy database.
IVORY - Static variable in class net.rim.device.api.ui.Color
 

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 javax.microedition.pim.RepeatRule
Represents the constant for the month: January.
JANUARY - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. 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.lang.ref - package java.lang.ref
 
java.util - package java.util
Contains the collection classes, date and time facilities and miscellaneous utility classes.
JAVASCRIPT_ENABLED - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Disables/enables javascript support.
JAVASCRIPT_ENABLED_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default javascript support mode (false).
JAVASCRIPT_LOCATION_ENABLED - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Javascript location.
JAVASCRIPT_LOCATION_ENABLED_DEFAULT - Static variable in class net.rim.device.api.browser.field.RenderingOptions
Starting default javascript location mode (false).
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.lcdui.game - package javax.microedition.lcdui.game
 
javax.microedition.media - package javax.microedition.media
The MIDP 2.0 Media API is a directly compatible building block of the Mobile Media API (JSR-135) specification.
javax.microedition.media.control - package javax.microedition.media.control
This package defines the specific Control types that can be used with a Player.
javax.microedition.media.protocol - package javax.microedition.media.protocol
 
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.pim - package javax.microedition.pim
Provides a standard mechanism for accessing PIM information on a device
javax.microedition.pki - package javax.microedition.pki
 
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.
javax.wireless.messaging - package javax.wireless.messaging
 
join() - Method in class java.lang.Thread
Waits for this thread to die.
JPEGEncodedImage - class net.rim.device.api.system.JPEGEncodedImage.
Represents an image encoded in the JPEG format.
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 javax.microedition.pim.RepeatRule
Represents the constant for the month: July.
JULY - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. 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 javax.microedition.pim.RepeatRule
Represents the constant for the month: June.
JUNE - Static variable in class net.rim.blackberry.api.pim.RepeatRule
Deprecated. 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.
KEEPALIVE - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the keep alive feature (2).
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
Represents a constant indicating that the key is in the down position.
KEY_ENCIPHERMENT - Static variable in class net.rim.device.api.crypto.certificate.KeyUsage
The subject public key is used for key transport.
KEY_END - Static variable in class net.rim.device.api.ui.Keypad
End key constant.
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_NAME - Static variable in class net.rim.device.api.ui.autotext.AutoText
 
KEY_NEXT - Static variable in class net.rim.device.api.ui.Keypad
Next key constant.
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_PRESS - Static variable in class javax.microedition.lcdui.CustomItem
Interaction mode bit indicating support for key pressed events.
KEY_RELEASE - Static variable in class javax.microedition.lcdui.CustomItem
Interaction mode bit indicating support for key released events.
KEY_REPEAT - Static variable in class javax.microedition.lcdui.CustomItem
Interaction mode bit indicating support for key repeated events.
KEY_REPEAT - Static variable in class net.rim.device.api.system.EventInjector.KeyEvent
Represents a constant indicating that the key is in the down position, repeating the character.
KEY_SEND - Static variable in class net.rim.device.api.ui.Keypad
Send key constant..
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
Represents a constant indicating that the key is in the up position.
key(int) - Static method in class net.rim.device.api.ui.Keypad
Retrieves the key portion of the specified keycode.
KEYBO