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 _ 

A

abs(int) - Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(long) - Static method in class java.lang.Math
Returns the absolute value of a long value.
abs(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double value.
AbstractTlsAgreementCredentials - Class in org.bouncycastle.crypto.tls
 
AbstractTlsAgreementCredentials() - Constructor for class org.bouncycastle.crypto.tls.AbstractTlsAgreementCredentials
 
AbstractTlsCipherFactory - Class in org.bouncycastle.crypto.tls
 
AbstractTlsCipherFactory() - Constructor for class org.bouncycastle.crypto.tls.AbstractTlsCipherFactory
 
AbstractTlsClient - Class in org.bouncycastle.crypto.tls
 
AbstractTlsClient() - Constructor for class org.bouncycastle.crypto.tls.AbstractTlsClient
 
AbstractTlsClient(TlsCipherFactory) - Constructor for class org.bouncycastle.crypto.tls.AbstractTlsClient
 
AbstractTlsCredentials - Class in org.bouncycastle.crypto.tls
 
AbstractTlsCredentials() - Constructor for class org.bouncycastle.crypto.tls.AbstractTlsCredentials
 
AbstractTlsEncryptionCredentials - Class in org.bouncycastle.crypto.tls
 
AbstractTlsEncryptionCredentials() - Constructor for class org.bouncycastle.crypto.tls.AbstractTlsEncryptionCredentials
 
AbstractTlsKeyExchange - Class in org.bouncycastle.crypto.tls
 
AbstractTlsKeyExchange(int, Vector) - Constructor for class org.bouncycastle.crypto.tls.AbstractTlsKeyExchange
 
AbstractTlsPeer - Class in org.bouncycastle.crypto.tls
 
AbstractTlsPeer() - Constructor for class org.bouncycastle.crypto.tls.AbstractTlsPeer
 
AbstractTlsSigner - Class in org.bouncycastle.crypto.tls
 
AbstractTlsSigner() - Constructor for class org.bouncycastle.crypto.tls.AbstractTlsSigner
 
AbstractTlsSignerCredentials - Class in org.bouncycastle.crypto.tls
 
AbstractTlsSignerCredentials() - Constructor for class org.bouncycastle.crypto.tls.AbstractTlsSignerCredentials
 
AbstractUIObject - Class in org.joshvm.ui
Abstract UI object with more properties
AbstractUIObject(UIObjectImpl) - Constructor for class org.joshvm.ui.AbstractUIObject
 
AbstractView - Interface in org.w3c.dom.views
A base interface that all views shall derive from.
accept(XMLStreamReader) - Method in interface javax.xml.stream.StreamFilter
Tests whether the current state is part of this stream.
acceptAndOpen() - Method in interface javax.microedition.io.StreamConnectionNotifier
Returns a StreamConnection object that represents a server side socket connection.
access_denied - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
A valid certificate was received, but when access control was applied, the sender decided not to proceed with negotiation.
AccessControlContext - Interface in java.security
The AccessControlContext interface is used in the case where the permission of an application not running in the current isolate needs to be checked, for example the when an installer has to register connection for a MIDlet with the push registry.
AccessControlException - Exception in java.security
This exception is thrown by the AccessController to indicate that a requested access (to a critical system resource such as the file system or the network) is denied.
AccessControlException(String) - Constructor for exception java.security.AccessControlException
Constructs an AccessControlException with the specified, detailed message.
AccessControlException(String, Permission) - Constructor for exception java.security.AccessControlException
Constructs an AccessControlException with the specified, detailed message, and the requested permission that caused the exception.
AccessController - Class in java.security
The AccessController class is used for access control operations and decisions.
AccessPoint - Class in org.joshvm.j2me.cellular
 
AccessPoint(String) - Constructor for class org.joshvm.j2me.cellular.AccessPoint
 
AccessPoint(String, String, String) - Constructor for class org.joshvm.j2me.cellular.AccessPoint
 
accumulate(String, Object) - Method in class org.json.me.JSONObject
Accumulate values under a key.
aClient - Variable in class org.eclipse.paho.client.mqttv3.MqttClient
 
acos(double) - Static method in class java.lang.Math
Returns the arc cosine of an angle, in the range of 0.0 through pi.
activeCount() - Static method in class java.lang.Thread
Returns the current number of active threads in the virtual machine.
add(Permission) - Method in class java.security.PermissionCollection
Adds a permission object to the current collection of permission objects.
add(String) - Method in interface org.bouncycastle.util.StringList
 
add(Object) - Method in class org.joshvm.util.ArrayList
Stores the given element in this list.
add(int, Object) - Method in class org.joshvm.util.ArrayList
Inserts the given element at the defined position.
addBytes(byte[]) - Method in class org.bouncycastle.crypto.tls.ByteQueueInputStream
 
addCertificate(String) - Method in class org.joshvm.crypto.keystore.UserKeyStoreParam
Add base64-encoded X509 certificate into the KeyStoreParam to setup KeyStore
addCertificate(byte[]) - Method in class org.joshvm.crypto.keystore.UserKeyStoreParam
Add base64-encoded X509 certificate into the KeyStoreParam to setup KeyStore
addContainer(Container) - Method in class org.joshvm.ui.Container
Adds a sub container.
addData(byte[], int, int) - Method in class org.bouncycastle.crypto.tls.ByteQueue
Add some data to our buffer.
addElement(Object) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addEncryptThenMACExtension(Hashtable) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
addEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
This method allows the registration of event listeners on the event target.
addEventListenerNS(String, String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
This method allows the registration of an event listener in a specified group or the default group and, depending on the useCapture parameter, on the capture phase of the DOM event flow or its target and bubbling phases.
addExtendedMasterSecretExtension(Hashtable) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
addFileSystemListener(FileSystemListener) - Static method in class javax.microedition.io.file.FileSystemRegistry
 
addHeartbeatExtension(Hashtable, HeartbeatExtension) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
ADDITION - Static variable in interface org.w3c.dom.events.MutationEvent
The Attr was just added.
addMaxFragmentLengthExtension(Hashtable, short) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
addObject(UIObject) - Method in class org.joshvm.ui.Container
Adds a child UIObject
addOption(String) - Method in class org.joshvm.ui.widget.DropdownList
Adds an option to the end of the list
addOption(String) - Method in class org.joshvm.ui.widget.Roller
Adds an option to the end of the roller
addPadding(byte[], int) - Method in interface org.bouncycastle.crypto.paddings.BlockCipherPadding
add the pad bytes to the passed in block, returning the number of bytes added.
addPadding(byte[], int) - Method in class org.bouncycastle.crypto.paddings.PKCS7Padding
add the pad bytes to the passed in block, returning the number of bytes added.
addPaddingExtension(Hashtable, int) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
addPoint(Point) - Method in class org.joshvm.ui.PointGroup
Adds a point into the point group
addPoint(int, int) - Method in class org.joshvm.ui.PointGroup
Adds a point into the point group
addProximityListener(ProximityListener, Coordinates, float) - Static method in class javax.microedition.location.LocationProvider
 
ADDR_SIZE_10 - Static variable in class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig
10 bit slave address.
ADDR_SIZE_7 - Static variable in class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig
7 bit slave address.
AddressInfo - Class in javax.microedition.location
 
AddressInfo() - Constructor for class javax.microedition.location.AddressInfo
 
addSeedMaterial(byte[]) - Method in class org.bouncycastle.crypto.prng.DigestRandomGenerator
 
addSeedMaterial(long) - Method in class org.bouncycastle.crypto.prng.DigestRandomGenerator
 
addSeedMaterial(byte[]) - Method in interface org.bouncycastle.crypto.prng.RandomGenerator
Add more seed material to the generator.
addSeedMaterial(long) - Method in interface org.bouncycastle.crypto.prng.RandomGenerator
Add more seed material to the generator.
addServerNameExtension(Hashtable, ServerNameList) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
addSignatureAlgorithmsExtension(Hashtable, Vector) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
Add a 'signature_algorithms' extension to existing extensions.
addSupportedEllipticCurvesExtension(Hashtable, int[]) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
addSupportedPointFormatsExtension(Hashtable, short[]) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
addText(String) - Method in class org.joshvm.ui.widget.Textarea
Inserts a text to the current cursor position of the textarea
addTruncatedHMacExtension(Hashtable) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
addWebExtraCertificate(String) - Static method in class org.joshvm.crypto.keystore.KeyStore
Add extra certificate which works the same way as certificates in WebPublicKeyStore
addWidget(Widget) - Method in class org.joshvm.ui.Container
Adds a widget.
adoptNode(Node) - Method in interface org.w3c.dom.Document
Attempts to adopt a node from another document to this document.
ADS_MODE_0_N - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
ADS_MODE_0_N_FIRSTONLY - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
ADS_MODE_1_Nsub1 - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
aead - Static variable in class org.bouncycastle.crypto.tls.CipherType
 
AEADBlockCipher - Interface in org.bouncycastle.crypto.modes
A block cipher mode that includes authenticated encryption with a streaming mode and optional associated data.
AEADParameters - Class in org.bouncycastle.crypto.params
 
AEADParameters(KeyParameter, int, byte[]) - Constructor for class org.bouncycastle.crypto.params.AEADParameters
Base constructor.
AEADParameters(KeyParameter, int, byte[], byte[]) - Constructor for class org.bouncycastle.crypto.params.AEADParameters
Base constructor.
aes - Static variable in class org.bouncycastle.crypto.tls.BulkCipherAlgorithm
 
AES_128_CBC - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
AES_128_CCM - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
AES_128_CCM_8 - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
AES_128_GCM - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
AES_128_OCB_TAGLEN96 - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
AES_256_CBC - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
AES_256_CCM - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
AES_256_CCM_8 - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
AES_256_GCM - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
AES_256_OCB_TAGLEN96 - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
AESEngine - Class in org.bouncycastle.crypto.engines
an implementation of the AES (Rijndael), from FIPS-197.
AESEngine() - Constructor for class org.bouncycastle.crypto.engines.AESEngine
default constructor - 128 bit block size.
AESFastEngine - Class in org.bouncycastle.crypto.engines
Deprecated.
unfortunately this class is has a few side channel issues. In an environment where encryption/decryption may be closely observed it should not be used.
AESFastEngine() - Constructor for class org.bouncycastle.crypto.engines.AESFastEngine
Deprecated.
default constructor - 128 bit block size.
AESLightEngine - Class in org.bouncycastle.crypto.engines
an implementation of the AES (Rijndael), from FIPS-197.
AESLightEngine() - Constructor for class org.bouncycastle.crypto.engines.AESLightEngine
default constructor - 128 bit block size.
after(Object) - Method in class java.util.Calendar
Compares the time field records.
agreementCredentials - Variable in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
alert - Static variable in class org.bouncycastle.crypto.tls.ContentType
 
AlertDescription - Class in org.bouncycastle.crypto.tls
RFC 5246 7.2.
AlertDescription() - Constructor for class org.bouncycastle.crypto.tls.AlertDescription
 
alertDescription - Variable in exception org.bouncycastle.crypto.tls.TlsFatalAlert
 
alertDescription - Variable in exception org.bouncycastle.crypto.tls.TlsFatalAlertReceived
 
AlertLevel - Class in org.bouncycastle.crypto.tls
RFC 5246 7.2
AlertLevel() - Constructor for class org.bouncycastle.crypto.tls.AlertLevel
 
algorithm - Variable in class org.bouncycastle.crypto.tls.DigitallySigned
 
ALIGN_BOTTOM - Static variable in class org.joshvm.ui.UIObject
bottom align
ALIGN_CENTER - Static variable in class org.joshvm.ui.UIObject
center align (used in both horizontal and vertical direction)
ALIGN_DEFAULT - Static variable in class org.joshvm.ui.UIObject
default align
ALIGN_LEFT - Static variable in class org.joshvm.ui.UIObject
left align
ALIGN_RIGHT - Static variable in class org.joshvm.ui.UIObject
right align
ALIGN_TOP - Static variable in class org.joshvm.ui.UIObject
top align
allocate(int) - Static method in class org.joshvm.util.ByteBuffer
 
allocateDirect(int) - Static method in class org.joshvm.util.ByteBuffer
 
allowCertificateStatus - Variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
allowUnexpectedServerExtension(Integer, byte[]) - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
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.
AMP - Static variable in class org.json.me.util.XML
The Character '&'.
anonymous - Static variable in class org.bouncycastle.crypto.tls.ClientAuthenticationType
 
anonymous - Static variable in class org.bouncycastle.crypto.tls.SignatureAlgorithm
 
ansiX962_compressed_char2 - Static variable in class org.bouncycastle.crypto.tls.ECPointFormat
 
ansiX962_compressed_prime - Static variable in class org.bouncycastle.crypto.tls.ECPointFormat
 
APOS - Static variable in class org.json.me.util.XML
The Character '''.
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(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(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(int) - Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this string buffer.
append(long) - Method in class java.lang.StringBuffer
Appends the string representation of the long 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(double) - Method in class java.lang.StringBuffer
Appends the string representation of the double argument to this string buffer.
append(byte[], byte) - Static method in class org.bouncycastle.util.Arrays
 
append(short[], short) - Static method in class org.bouncycastle.util.Arrays
 
append(int[], int) - Static method in class org.bouncycastle.util.Arrays
 
append(String, Object) - Method in class org.json.me.JSONObject
Append values to the array under a key.
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.
appendDelay(int) - Method in interface org.joshvm.j2me.dio.spibus.SPICompositeMessage
Appends a delay (in microseconds).
appendRead(I2CDevice, ByteBuffer) - Method in interface org.joshvm.j2me.dio.i2cbus.I2CCombinedMessage
Appends a read message/operation from the provided I2C slave device.
appendRead(I2CDevice, int, ByteBuffer) - Method in interface org.joshvm.j2me.dio.i2cbus.I2CCombinedMessage
Appends a read message/operation from the provided I2C slave device.
appendRead(ByteBuffer) - Method in interface org.joshvm.j2me.dio.spibus.SPICompositeMessage
Appends a read message/operation from the targeted SPI slave device.
appendRead(int, ByteBuffer) - Method in interface org.joshvm.j2me.dio.spibus.SPICompositeMessage
Appends a read message/operation from the targeted SPI slave device.
appendWrite(I2CDevice, ByteBuffer) - Method in interface org.joshvm.j2me.dio.i2cbus.I2CCombinedMessage
Appends a write message/operation from the provided I2C slave device.
appendWrite(ByteBuffer) - Method in interface org.joshvm.j2me.dio.spibus.SPICompositeMessage
Appends a write message/operation from the targeted SPI slave device.
appendWriteAndRead(ByteBuffer, ByteBuffer) - Method in interface org.joshvm.j2me.dio.spibus.SPICompositeMessage
Appends an exchange message/operation from the targeted SPI slave device.
appendWriteAndRead(ByteBuffer, int, ByteBuffer) - Method in interface org.joshvm.j2me.dio.spibus.SPICompositeMessage
Appends an exchange message/operation with the targeted SPI slave device.
Application - Class in org.joshvm.application
 
Application() - Constructor for class org.joshvm.application.Application
 
application_data - Static variable in class org.bouncycastle.crypto.tls.ContentType
 
application_layer_protocol_negotiation - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
applicationDataAvailable() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
applyMaxFragmentLengthExtension() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
APRIL - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fourth month of the year.
arbitrary_explicit_char2_curves - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
arbitrary_explicit_prime_curves - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
Area - Class in org.joshvm.ui
Represents an rectangular area of the screen
Area(int, int, int, int) - Constructor for class org.joshvm.ui.Area
Constructs an area object
areEqual(boolean[], boolean[]) - Static method in class org.bouncycastle.util.Arrays
 
areEqual(char[], char[]) - Static method in class org.bouncycastle.util.Arrays
 
areEqual(byte[], byte[]) - Static method in class org.bouncycastle.util.Arrays
 
areEqual(int[], int[]) - Static method in class org.bouncycastle.util.Arrays
 
areEqual(long[], long[]) - Static method in class org.bouncycastle.util.Arrays
 
areEqual(Object[], Object[]) - Static method in class org.bouncycastle.util.Arrays
 
areOnSameCurve(ECDomainParameters, ECDomainParameters) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
ArithmeticException - Exception in java.lang
Thrown when an exceptional arithmetic condition has occurred.
ArithmeticException() - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String) - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
array() - Method in class org.joshvm.util.ByteBuffer
 
array() - Method in class org.json.me.JSONWriter
Begin appending a new array.
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 in java.lang
Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException() - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayList - Class in org.joshvm.util
Provides an flexible list for storing objects.
ArrayList() - Constructor for class org.joshvm.util.ArrayList
Creates an ArrayList with the initial capacity of 10 and a growth factor of 75%
ArrayList(int) - Constructor for class org.joshvm.util.ArrayList
creates an ArrayList with the given initial capacity and a growth factor of 75%
ArrayList(int, int) - Constructor for class org.joshvm.util.ArrayList
Creates a new ArrayList
arrayOffset() - Method in class org.joshvm.util.ByteBuffer
 
Arrays - Class in org.bouncycastle.util
General array utilities.
Arrays.Iterator - Class in org.bouncycastle.util
Iterator backed by a specific array.
Arrays.Iterator(Object[]) - Constructor for class org.bouncycastle.util.Arrays.Iterator
Base constructor.
ArrayStoreException - Exception in java.lang
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException() - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String) - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
asCharArray(byte[]) - Static method in class org.bouncycastle.util.Strings
Do a simple conversion of an array of 8 bit characters into a string.
ASCII - Static variable in class org.bouncycastle.crypto.PasswordConverter
Do a straight char[] to 8 bit conversion.
asin(double) - Static method in class java.lang.Math
Returns the arc sine of an angle, in the range of -pi/2 through pi/2.
assertEmpty(ByteArrayInputStream) - Static method in class org.bouncycastle.crypto.tls.TlsProtocol
Make sure the InputStream 'buf' now empty.
asUnsignedByteArray(BigInteger) - Static method in class org.bouncycastle.util.BigIntegers
Return the passed in value as an unsigned byte array.
asUnsignedByteArray(int, BigInteger) - Static method in class org.bouncycastle.util.BigIntegers
Return the passed in value as an unsigned byte array.
AsymmetricBlockCipher - Interface in org.bouncycastle.crypto
base interface that a public/private key block cipher needs to conform to.
AsymmetricCipherKeyPair - Class in org.bouncycastle.crypto
a holding class for public/private parameter pairs.
AsymmetricCipherKeyPair(AsymmetricKeyParameter, AsymmetricKeyParameter) - Constructor for class org.bouncycastle.crypto.AsymmetricCipherKeyPair
basic constructor.
AsymmetricCipherKeyPair(CipherParameters, CipherParameters) - Constructor for class org.bouncycastle.crypto.AsymmetricCipherKeyPair
Deprecated.
use AsymmetricKeyParameter
AsymmetricCipherKeyPairGenerator - Interface in org.bouncycastle.crypto
interface that a public/private key pair generator should conform to.
AsymmetricKeyParameter - Class in org.bouncycastle.crypto.params
 
AsymmetricKeyParameter(boolean) - Constructor for class org.bouncycastle.crypto.params.AsymmetricKeyParameter
 
AT_TARGET - Static variable in interface org.w3c.dom.events.Event
The event is currently being evaluated at the target EventTarget.
atan(double) - Static method in class java.lang.Math
Returns the arc tangent of an angle, in the range of -pi/2 through pi/2.
atan2(double, double) - Static method in class java.lang.Math
Converts rectangular coordinates (xy) to polar (r, theta).
Attr - Interface in org.w3c.dom
The Attr interface represents an attribute in an Element object.
ATTRIBUTE - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is an attribute
ATTRIBUTE_NODE - Static variable in interface org.w3c.dom.Node
The node is an Attr.
AudioFormat - Class in org.joshvm.media
AudioFormat contains a number of audio configuration constants.
AudioFormat() - Constructor for class org.joshvm.media.AudioFormat
 
AudioManager - Class in org.joshvm.media
AudioManager provides access to volume control.
AudioManager() - Constructor for class org.joshvm.media.AudioManager
 
AudioRecorder - Class in org.joshvm.media
AudioRecorder is used to record audio from the audio input hardware of the platform.
AudioRecorder() - Constructor for class org.joshvm.media.AudioRecorder
Creates an AudioRecorder.
Call AudioRecorder.release() to release native resources after using the recorder.
AudioTrack - Class in org.joshvm.media
AudioTrack is used to play a single audio resource.
AudioTrack() - Constructor for class org.joshvm.media.AudioTrack
Creates an AudioTrack.
Call AudioTrack.release() to release native resources after using it.
AUGUST - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eighth month of the year.
authentication - Variable in class org.bouncycastle.crypto.tls.TlsClientProtocol
 
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 - Static variable in class javax.microedition.location.LocationProvider
Availability status code: the location provider is available.
available() - Method in class org.bouncycastle.crypto.io.CipherInputStream
 
available() - Method in class org.bouncycastle.crypto.tls.ByteQueue
 
available() - Method in class org.bouncycastle.crypto.tls.ByteQueueInputStream
 
availableSize() - Method in interface javax.microedition.io.file.FileConnection
 
azimuthTo(Coordinates) - Method in class javax.microedition.location.Coordinates
Calculates the azimuth between the two points according to the ellipsoid model of WGS84.

B

back() - Method in class org.json.me.JSONTokener
Back up one character.
bad_certificate - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
A certificate was corrupt, contained signatures that did not verify correctly, etc.
bad_certificate_hash_value - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
This alert is sent by servers when a certificate hash does not match a client provided certificate_hash.
bad_certificate_status_response - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
This alert is sent by clients that receive an invalid certificate status response (see Section 3.6).
BAD_EXTENSIONS - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate has unrecognized critical extensions.
bad_record_mac - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
This alert is returned if a record is received with an incorrect MAC.
BANG - Static variable in class org.json.me.util.XML
The Character '!'.
Base64 - Class in org.bouncycastle.util.encoders
Utility class for converting Base64 data to bytes and back again.
Base64() - Constructor for class org.bouncycastle.util.encoders.Base64
 
Base64Encoder - Class in org.bouncycastle.util.encoders
A streaming Base64 encoder.
Base64Encoder() - Constructor for class org.bouncycastle.util.encoders.Base64Encoder
 
BasicAgreement - Interface in org.bouncycastle.crypto
The basic interface that basic Diffie-Hellman implementations conforms to.
BasicPermission - Class in java.security
The BasicPermission class extends the Permission class, and can be used as the base class for permissions that want to follow the same naming convention as BasicPermission.
BasicPermission(String) - Constructor for class java.security.BasicPermission
Creates a new BasicPermission with the specified name.
BasicPermission(String, String) - Constructor for class java.security.BasicPermission
Creates a new BasicPermission object with the specified name.
BCIllegalStateException - Exception in org.bouncycastle.util
 
BCIllegalStateException() - Constructor for exception org.bouncycastle.util.BCIllegalStateException
 
BCIllegalStateException(String) - Constructor for exception org.bouncycastle.util.BCIllegalStateException
 
BCIllegalStateException(IllegalStateException) - Constructor for exception org.bouncycastle.util.BCIllegalStateException
 
before(Object) - Method in class java.util.Calendar
Compares the time field records.
BIG_ENDIAN - Static variable in interface org.joshvm.j2me.dio.Device
 
bigEndianToInt(byte[], int) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
bigEndianToInt(byte[], int, int[]) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
bigEndianToInt(byte[], int) - Static method in class org.bouncycastle.util.Pack
 
bigEndianToInt(byte[], int, int[]) - Static method in class org.bouncycastle.util.Pack
 
bigEndianToLong(byte[], int) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
bigEndianToLong(byte[], int, long[]) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
bigEndianToLong(byte[], int) - Static method in class org.bouncycastle.util.Pack
 
bigEndianToLong(byte[], int, long[]) - Static method in class org.bouncycastle.util.Pack
 
bigEndianToShort(byte[], int) - Static method in class org.bouncycastle.util.Pack
 
BigIntegers - Class in org.bouncycastle.util
BigInteger utilities.
BigIntegers() - Constructor for class org.bouncycastle.util.BigIntegers
 
BILATERALU - Static variable in class org.bouncycastle.crypto.util.DERMacData.Type
 
BILATERALV - Static variable in class org.bouncycastle.crypto.util.DERMacData.Type
 
BINARY_MESSAGE - Static variable in interface javax.wireless.messaging.MessageConnection
Constant for a message type for binary messages (value = "binary").
BinaryMessage - Interface in javax.wireless.messaging
An interface representing a binary message.
BLACK - Static variable in class org.joshvm.ui.Color
Predefined Color : Black
block - Static variable in class org.bouncycastle.crypto.tls.CipherType
 
BlockCipher - Interface in org.bouncycastle.crypto
Block cipher engines are expected to conform to this interface.
BlockCipherMac - Class in org.bouncycastle.crypto.macs
 
BlockCipherMac(BlockCipher) - Constructor for class org.bouncycastle.crypto.macs.BlockCipherMac
Deprecated.
use CBCBlockCipherMac
BlockCipherMac(BlockCipher, int) - Constructor for class org.bouncycastle.crypto.macs.BlockCipherMac
Deprecated.
use CBCBlockCipherMac
BlockCipherPadding - Interface in org.bouncycastle.crypto.paddings
Block cipher padders are expected to conform to this interface
blockForHandshake() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
blocking - Variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
BLUE - Static variable in class org.joshvm.ui.Color
Predefined Color : Blue
Boolean - Class in java.lang
The Boolean class wraps a value of the primitive type boolean in an object.
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.
brainpoolP256r1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
brainpoolP384r1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
brainpoolP512r1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
BROKEN_CHAIN - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate in a chain was not issued by the next authority in the chain.
BUBBLING_PHASE - Static variable in interface org.w3c.dom.events.Event
The current event phase is the bubbling phase.
buf - Variable in class java.io.ByteArrayInputStream
An array of bytes that was provided by the creator of the stream.
buf - Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
buf - Variable in class org.bouncycastle.crypto.BufferedAsymmetricBlockCipher
 
buf - Variable in class org.bouncycastle.crypto.BufferedBlockCipher
 
buf - Variable in class org.bouncycastle.util.encoders.BufferedDecoder
 
buf - Variable in class org.bouncycastle.util.encoders.BufferedEncoder
 
BufferedAsymmetricBlockCipher - Class in org.bouncycastle.crypto
a buffer wrapper for an asymmetric block cipher, allowing input to be accumulated in a piecemeal fashion until final processing.
BufferedAsymmetricBlockCipher(AsymmetricBlockCipher) - Constructor for class org.bouncycastle.crypto.BufferedAsymmetricBlockCipher
base constructor.
BufferedBlockCipher - Class in org.bouncycastle.crypto
A wrapper class that allows block ciphers to be used to process data in a piecemeal fashion.
BufferedBlockCipher() - Constructor for class org.bouncycastle.crypto.BufferedBlockCipher
constructor for subclasses
BufferedBlockCipher(BlockCipher) - Constructor for class org.bouncycastle.crypto.BufferedBlockCipher
Create a buffered block cipher without padding.
BufferedDecoder - Class in org.bouncycastle.util.encoders
A buffering class to allow translation from one format to another to be done in discrete chunks.
BufferedDecoder(Translator, int) - Constructor for class org.bouncycastle.util.encoders.BufferedDecoder
 
BufferedEncoder - Class in org.bouncycastle.util.encoders
A buffering class to allow translation from one format to another to be done in discrete chunks.
BufferedEncoder(Translator, int) - Constructor for class org.bouncycastle.util.encoders.BufferedEncoder
 
bufOff - Variable in class org.bouncycastle.crypto.BufferedAsymmetricBlockCipher
 
bufOff - Variable in class org.bouncycastle.crypto.BufferedBlockCipher
 
bufOff - Variable in class org.bouncycastle.util.encoders.BufferedDecoder
 
bufOff - Variable in class org.bouncycastle.util.encoders.BufferedEncoder
 
build() - Method in class org.bouncycastle.crypto.tls.SessionParameters.Builder
 
build() - Method in class org.bouncycastle.crypto.util.DERMacData.Builder
 
build() - Method in class org.bouncycastle.crypto.util.DEROtherInfo.Builder
Build the KTSOtherInfo.
Build() - Static method in class org.joshvm.crypto.keystore.UserKeyStoreParam
 
build() - Method in class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig.Builder
Creates a new I2CDeviceConfig instance initialized with the values set for each configuration parameters.
build() - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig.Builder
Creates a new SPIDeviceConfig instance initialized with the values set for each configuration parameters.
build() - Method in class org.joshvm.remote.CameraController.Request.Builder
Build a request.
BUILDING_FLOOR - Static variable in class javax.microedition.location.AddressInfo
 
BUILDING_NAME - Static variable in class javax.microedition.location.AddressInfo
 
BUILDING_ROOM - Static variable in class javax.microedition.location.AddressInfo
 
BUILDING_ZONE - Static variable in class javax.microedition.location.AddressInfo
 
BulkCipherAlgorithm - Class in org.bouncycastle.crypto.tls
RFC 2246
BulkCipherAlgorithm() - Constructor for class org.bouncycastle.crypto.tls.BulkCipherAlgorithm
 
Button - Class in org.joshvm.ui.widget
A simple button
Button() - Constructor for class org.joshvm.ui.widget.Button
Constructs a button with empty text
Button(String) - Constructor for class org.joshvm.ui.widget.Button
Constructs a button with specified text
Byte - Class in java.lang
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 in java.io
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 in java.io
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.
ByteBuffer - Class in org.joshvm.util
A byte-array backed ByteBuffer
ByteBuffer(byte[]) - Constructor for class org.joshvm.util.ByteBuffer
Create a new ByteBuffer from an existing array
ByteBuffer(byte[], int, int, int) - Constructor for class org.joshvm.util.ByteBuffer
Create a new ByteBuffer from an existing array
ByteQueue - Class in org.bouncycastle.crypto.tls
A queue for bytes.
ByteQueue() - Constructor for class org.bouncycastle.crypto.tls.ByteQueue
 
ByteQueue(int) - Constructor for class org.bouncycastle.crypto.tls.ByteQueue
 
ByteQueue(byte[], int, int) - Constructor for class org.bouncycastle.crypto.tls.ByteQueue
 
ByteQueueInputStream - Class in org.bouncycastle.crypto.tls
 
ByteQueueInputStream() - Constructor for class org.bouncycastle.crypto.tls.ByteQueueInputStream
 
ByteQueueOutputStream - Class in org.bouncycastle.crypto.tls
 
ByteQueueOutputStream() - Constructor for class org.bouncycastle.crypto.tls.ByteQueueOutputStream
 
bytesTransferred - Variable in exception 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.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).
byteValue() - Method in class java.lang.Integer
Returns the value of this Integer as a byte.

C

cached_info - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
calculateAgreement(CipherParameters) - Method in interface org.bouncycastle.crypto.BasicAgreement
given a public key from a given party calculate the next message in the agreement sequence.
calculateByte(byte) - Method in class org.bouncycastle.crypto.StreamBlockCipher
 
calculateECDHBasicAgreement(ECPublicKeyParameters, ECPrivateKeyParameters) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
calculateFingerprint(byte[]) - Static method in class org.bouncycastle.util.Fingerprint
 
calculateMac(long, short, byte[], int, int) - Method in class org.bouncycastle.crypto.tls.TlsMac
Calculate the MAC for some given data.
calculateMacConstantTime(long, short, byte[], int, int, int, byte[]) - Method in class org.bouncycastle.crypto.tls.TlsMac
 
Calendar - Class in java.util
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.
CAMELLIA_128_CBC - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
CAMELLIA_128_GCM - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
CAMELLIA_256_CBC - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
CAMELLIA_256_GCM - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
CameraController - Class in org.joshvm.remote
CameraController provides access to remote camera.
CameraController.Request - Class in org.joshvm.remote
Contains the configuration for camera operation.
CameraController.Request.Builder - Class in org.joshvm.remote
A builder for camera request.
CameraController.Request.Builder(int) - Constructor for class org.joshvm.remote.CameraController.Request.Builder
Obtains a builder instance
cancel() - Method in class java.util.Timer
Terminates this timer, discarding any currently scheduled tasks.
cancel() - Method in class java.util.TimerTask
Cancels this timer task.
CancelListener - Interface in org.joshvm.ui.listener
Listener to receive Cancel notification of UIObject.
cancelRequest(CameraController.Request) - Method in class org.joshvm.remote.CameraController
Cancel executing the request.
canDispatch(String, String) - Method in interface org.w3c.dom.events.DocumentEvent
Test if the implementation can generate events of a specified type.
canRead() - Method in interface javax.microedition.io.file.FileConnection
 
Canvas - Class in org.joshvm.ui.widget
Canvas can be used to draw Lines, Rectangles, Texts, Images, etc.
Canvas(int, int) - Constructor for class org.joshvm.ui.widget.Canvas
Constructs a canvas with the given size
canWrite() - Method in interface javax.microedition.io.file.FileConnection
 
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.
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.
capture(CameraController.Request) - Method in class org.joshvm.remote.CameraController
Start executing the request.
CAPTURING_PHASE - Static variable in interface org.w3c.dom.events.Event
The current event phase is the capturing phase.
cause - Variable in exception org.bouncycastle.crypto.tls.TlsException
 
CBCBlockCipher - Class in org.bouncycastle.crypto.modes
implements Cipher-Block-Chaining (CBC) mode on top of a simple cipher.
CBCBlockCipher(BlockCipher) - Constructor for class org.bouncycastle.crypto.modes.CBCBlockCipher
Basic constructor.
CBCBlockCipherMac - Class in org.bouncycastle.crypto.macs
standard CBC Block Cipher MAC - if no padding is specified the default of pad of zeroes is used.
CBCBlockCipherMac(BlockCipher) - Constructor for class org.bouncycastle.crypto.macs.CBCBlockCipherMac
create a standard MAC based on a CBC block cipher.
CBCBlockCipherMac(BlockCipher, BlockCipherPadding) - Constructor for class org.bouncycastle.crypto.macs.CBCBlockCipherMac
create a standard MAC based on a CBC block cipher.
CBCBlockCipherMac(BlockCipher, int) - Constructor for class org.bouncycastle.crypto.macs.CBCBlockCipherMac
create a standard MAC based on a block cipher with the size of the MAC been given in bits.
CBCBlockCipherMac(BlockCipher, int, BlockCipherPadding) - Constructor for class org.bouncycastle.crypto.macs.CBCBlockCipherMac
create a standard MAC based on a block cipher with the size of the MAC been given in bits.
CDATA - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is a CDATA section
CDATA_SECTION_NODE - Static variable in interface org.w3c.dom.Node
The node is a CDATASection.
CDATASection - Interface in org.w3c.dom
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
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.
cellID - Variable in class org.joshvm.j2me.cellular.CellInfo
 
CellInfo - Class in org.joshvm.j2me.cellular
 
CellInfo(int) - Constructor for class org.joshvm.j2me.cellular.CellInfo
 
CellInfo(int, int) - Constructor for class org.joshvm.j2me.cellular.CellInfo
 
CellularDeviceInfo - Class in org.joshvm.j2me.cellular
CellularDeviceInfo is the main class to get celluar network related information of the device, including APN, IMEI, IMSI, ICCID, simcard and cell station information, etc.
CellularDeviceInfo(int) - Constructor for class org.joshvm.j2me.cellular.CellularDeviceInfo
 
cert_type - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
CertChainType - Class in org.bouncycastle.crypto.tls
 
CertChainType() - Constructor for class org.bouncycastle.crypto.tls.CertChainType
 
Certificate - Interface in javax.microedition.pki
Interface common to certificates.
Certificate - Class in org.bouncycastle.crypto.tls
Parsing and encoding of a Certificate struct from RFC 4346.
Certificate(Certificate[]) - Constructor for class org.bouncycastle.crypto.tls.Certificate
 
certificate - Variable in class org.bouncycastle.crypto.tls.DefaultTlsEncryptionCredentials
 
certificate - Variable in class org.bouncycastle.crypto.tls.DefaultTlsSignerCredentials
 
certificate - Static variable in class org.bouncycastle.crypto.tls.HandshakeType
 
certificate_based - Static variable in class org.bouncycastle.crypto.tls.ClientAuthenticationType
 
CERTIFICATE_CHAIN_TOO_LONG - Static variable in exception javax.microedition.pki.CertificateException
Indicates the server certificate chain exceeds the length allowed by an issuer's policy.
certificate_expired - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
A certificate has expired or is not currently valid.
certificate_request - Static variable in class org.bouncycastle.crypto.tls.HandshakeType
 
certificate_revoked - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
A certificate was revoked by its signer.
certificate_status - Static variable in class org.bouncycastle.crypto.tls.HandshakeType
 
certificate_unknown - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
Some other (unspecified) issue arose in processing the certificate, rendering it unacceptable.
certificate_unobtainable - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
This alert is sent by servers who are unable to retrieve a certificate chain from the URL supplied by the client (see Section 3.3).
certificate_url - Static variable in class org.bouncycastle.crypto.tls.HandshakeType
 
certificate_verify - Static variable in class org.bouncycastle.crypto.tls.HandshakeType
 
certificateAuthorities - Variable in class org.bouncycastle.crypto.tls.CertificateRequest
 
CertificateException - Exception in javax.microedition.pki
The CertificateException encapsulates an error that occurred while a Certificate is being used.
CertificateException(Certificate, byte) - Constructor for exception javax.microedition.pki.CertificateException
Create a new exception with a Certificate and specific error reason.
CertificateException(String, Certificate, byte) - Constructor for exception javax.microedition.pki.CertificateException
Create a new exception with a message, Certificate, and specific error reason.
certificateList - Variable in class org.bouncycastle.crypto.tls.Certificate
 
CertificateRequest - Class in org.bouncycastle.crypto.tls
Parsing and encoding of a CertificateRequest struct from RFC 4346.
CertificateRequest(short[], Vector, Vector) - Constructor for class org.bouncycastle.crypto.tls.CertificateRequest
 
certificateRequest - Variable in class org.bouncycastle.crypto.tls.TlsClientProtocol
 
CertificateType - Class in org.bouncycastle.crypto.tls
RFC 6091
CertificateType() - Constructor for class org.bouncycastle.crypto.tls.CertificateType
 
certificateTypes - Variable in class org.bouncycastle.crypto.tls.CertificateRequest
 
CertificateURL - Class in org.bouncycastle.crypto.tls
 
CertificateURL(short, Vector) - Constructor for class org.bouncycastle.crypto.tls.CertificateURL
 
CHACHA20_POLY1305 - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
change_cipher_spec - Static variable in class org.bouncycastle.crypto.tls.ChangeCipherSpec
 
change_cipher_spec - Static variable in class org.bouncycastle.crypto.tls.ContentType
 
ChangeCipherSpec - Class in org.bouncycastle.crypto.tls
 
ChangeCipherSpec() - Constructor for class org.bouncycastle.crypto.tls.ChangeCipherSpec
 
CHANNEL_MONO - Static variable in class org.joshvm.media.AudioFormat
Mono audio configuration
CHANNEL_STEREO - Static variable in class org.joshvm.media.AudioFormat
Stereo (2 channel) audio configuration
Character - Class in java.lang
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.
Character_isHighSurrogate(char) - Static method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
CharacterData - Interface in org.w3c.dom
The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.
CHARACTERS - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is characters
charAt(int) - Method in class java.lang.String
Returns the character at the specified index.
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.
CharToByteConverter - Interface in org.bouncycastle.crypto
Interface for a converter that produces a byte encoding for a char array.
charValue() - Method in class java.lang.Character
Returns the value of this Character object.
checkAccess() - Method in class java.lang.Thread
Determines if the currently running thread has permission to modify this thread.
CheckBox - Class in org.joshvm.ui.widget
Checkbox has a tick box and a label.
CheckBox() - Constructor for class org.joshvm.ui.widget.CheckBox
 
checkError() - Method in class java.io.PrintStream
Flush the stream and check its error state.
checkForUnexpectedServerExtension(Hashtable, Integer) - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
checkMAC(long, short, byte[], int, int, byte[], int, int) - Method in class org.bouncycastle.crypto.tls.TlsStreamCipher
 
checkMutable() - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
 
checkPaddingConstantTime(byte[], int, int, int, int) - Method in class org.bouncycastle.crypto.tls.TlsBlockCipher
 
checkPermission(String) - Method in interface java.security.AccessControlContext
Determines whether the access request indicated by the specified permission should be allowed or denied, based on the security policy currently in effect.
checkPermission(String, String) - Method in interface java.security.AccessControlContext
Check for permission and throw an exception if not allowed.
checkPermission(String, String, String) - Method in interface java.security.AccessControlContext
Checks for permission and throw an exception if not allowed.
checkPermission(Permission) - Static method in class java.security.AccessController
Determines whether the access request indicated by the specified permission should be allowed or denied, based on the security policy currently in effect.
checkPermission(String) - Static method in class java.security.AccessController
Determines whether the access request indicated by the specified permission should be allowed or denied, based on the security policy currently in effect.
checkPermission(String, String) - Static method in class java.security.AccessController
Check for permission and throw an exception if not allowed.
checkPermission(String, String, String) - Static method in class java.security.AccessController
Checks for permission and throw an exception if not allowed.
checkPing(Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
checkReceivedChangeCipherSpec(boolean) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
checkUint16(int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
checkUint16(long) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
checkUint24(int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
checkUint24(long) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
checkUint32(long) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
checkUint48(long) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
checkUint64(long) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
checkUint8(short) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
checkUint8(int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
checkUint8(long) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
chooseExtraPadBlocks(SecureRandom, int) - Method in class org.bouncycastle.crypto.tls.TlsBlockCipher
 
chooseRandomPrime(int, BigInteger, BigInteger) - Method in class org.bouncycastle.crypto.generators.RSAKeyPairGenerator
Choose a random prime value for use with RSA
cipher - Variable in class org.bouncycastle.crypto.BufferedBlockCipher
 
cipherFactory - Variable in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
CipherInputStream - Class in org.bouncycastle.crypto.io
A CipherInputStream is composed of an InputStream and a cipher so that read() methods return data that are read in from the underlying InputStream but have been additionally processed by the Cipher.
CipherInputStream(InputStream, BufferedBlockCipher) - Constructor for class org.bouncycastle.crypto.io.CipherInputStream
Constructs a CipherInputStream from an InputStream and a BufferedBlockCipher.
CipherInputStream(InputStream, StreamCipher) - Constructor for class org.bouncycastle.crypto.io.CipherInputStream
Constructs a CipherInputStream from an InputStream and a StreamCipher.
CipherInputStream(InputStream, AEADBlockCipher) - Constructor for class org.bouncycastle.crypto.io.CipherInputStream
Constructs a CipherInputStream from an InputStream and an AEADBlockCipher.
CipherInputStream(InputStream, BufferedBlockCipher, int) - Constructor for class org.bouncycastle.crypto.io.CipherInputStream
Constructs a CipherInputStream from an InputStream, a BufferedBlockCipher, and a specified internal buffer size.
CipherInputStream(InputStream, StreamCipher, int) - Constructor for class org.bouncycastle.crypto.io.CipherInputStream
Constructs a CipherInputStream from an InputStream, a StreamCipher, and a specified internal buffer size.
CipherInputStream(InputStream, AEADBlockCipher, int) - Constructor for class org.bouncycastle.crypto.io.CipherInputStream
Constructs a CipherInputStream from an InputStream, an AEADBlockCipher, and a specified internal buffer size.
CipherIOException - Exception in org.bouncycastle.crypto.io
IOException wrapper around an exception indicating a problem with the use of a cipher.
CipherIOException(String, Throwable) - Constructor for exception org.bouncycastle.crypto.io.CipherIOException
 
CipherKeyGenerator - Class in org.bouncycastle.crypto
The base class for symmetric, or secret, cipher key generators.
CipherKeyGenerator() - Constructor for class org.bouncycastle.crypto.CipherKeyGenerator
 
CipherOutputStream - Class in org.bouncycastle.crypto.io
A CipherOutputStream is composed of an OutputStream and a cipher so that write() methods process the written data with the cipher, and the output of the cipher is in turn written to the underlying OutputStream.
CipherOutputStream(OutputStream, BufferedBlockCipher) - Constructor for class org.bouncycastle.crypto.io.CipherOutputStream
Constructs a CipherOutputStream from an OutputStream and a BufferedBlockCipher.
CipherOutputStream(OutputStream, StreamCipher) - Constructor for class org.bouncycastle.crypto.io.CipherOutputStream
Constructs a CipherOutputStream from an OutputStream and a BufferedBlockCipher.
CipherOutputStream(OutputStream, AEADBlockCipher) - Constructor for class org.bouncycastle.crypto.io.CipherOutputStream
Constructs a CipherOutputStream from an OutputStream and a AEADBlockCipher.
CipherParameters - Interface in org.bouncycastle.crypto
all parameter classes implement this.
CipherSuite - Class in org.bouncycastle.crypto.tls
RFC 2246 A.5
CipherSuite() - Constructor for class org.bouncycastle.crypto.tls.CipherSuite
 
CipherType - Class in org.bouncycastle.crypto.tls
RFC 2246
CipherType() - Constructor for class org.bouncycastle.crypto.tls.CipherType
 
CITY - Static variable in class javax.microedition.location.AddressInfo
 
Class - Class in java.lang
Instances of the class Class represent classes and interfaces in a running Java application.
ClassCastException - Exception in java.lang
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 exception java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String) - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassNotFoundException - Exception in java.lang
Thrown when an application tries to load in a class through its string name using the forName method in class Class but no definition for the class with the specified name could be found.
ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
CLEAN_SESSION_DEFAULT - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
The default clean session setting if one is not specified
cleanupHandshake() - Method in class org.bouncycastle.crypto.tls.TlsClientProtocol
 
cleanupHandshake() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
clear() - Method in class java.lang.ref.Reference
Clears this reference object.
clear() - Method in class java.lang.ref.WeakReference
Clears this reference object.
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clear() - Method in class org.bouncycastle.crypto.tls.SessionParameters
 
clear(byte[]) - Static method in class org.bouncycastle.util.Arrays
Fill input array by zeros
clear() - Method in interface org.eclipse.paho.client.mqttv3.MqttClientPersistence
Clears persistence, so that it no longer contains any persisted data.
clear() - Method in class org.eclipse.paho.client.mqttv3.persist.MemoryPersistence
 
clear() - Method in class org.eclipse.paho.client.mqttv3.persist.MqttDefaultMicroFilePersistence
 
clear(int) - Method in class org.joshvm.j2me.directUI.DefaultDisplayDevice
 
clear() - Method in class org.joshvm.j2me.directUI.Display
 
clear(int) - Method in class org.joshvm.j2me.directUI.Display
 
clear(int) - Method in interface org.joshvm.j2me.directUI.DisplayDeviceAdaptor
 
clear() - Method in class org.joshvm.ui.widget.Image
Clears the image data of the object
clear() - Method in class org.joshvm.util.ArrayList
Removes all of the elements from this list.
clearPayload() - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Clears the payload, resetting it to be empty.
ClickedListener - Interface in org.joshvm.ui.listener
Listener to receive Clicked event of UIObject.
client - Static variable in class org.bouncycastle.crypto.tls.ConnectionEnd
 
client_authz - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
client_certificate_type - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
client_certificate_url - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
client_EAP_encryption - Static variable in class org.bouncycastle.crypto.tls.ExporterLabel
 
client_finished - Static variable in class org.bouncycastle.crypto.tls.ExporterLabel
 
client_hello - Static variable in class org.bouncycastle.crypto.tls.HandshakeType
 
client_key_exchange - Static variable in class org.bouncycastle.crypto.tls.HandshakeType
 
ClientAuthenticationType - Class in org.bouncycastle.crypto.tls
 
ClientAuthenticationType() - Constructor for class org.bouncycastle.crypto.tls.ClientAuthenticationType
 
ClientCertificateType - Class in org.bouncycastle.crypto.tls
 
ClientCertificateType() - Constructor for class org.bouncycastle.crypto.tls.ClientCertificateType
 
clientECPointFormats - Variable in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
clientECPointFormats - Variable in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
clientExtensions - Variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
clone(byte[]) - Static method in class org.bouncycastle.util.Arrays
 
clone(char[]) - Static method in class org.bouncycastle.util.Arrays
 
clone(byte[], byte[]) - Static method in class org.bouncycastle.util.Arrays
 
clone(byte[][]) - Static method in class org.bouncycastle.util.Arrays
 
clone(byte[][][]) - Static method in class org.bouncycastle.util.Arrays
 
clone(int[]) - Static method in class org.bouncycastle.util.Arrays
 
clone(long[]) - Static method in class org.bouncycastle.util.Arrays
 
clone(long[], long[]) - Static method in class org.bouncycastle.util.Arrays
 
clone(short[]) - Static method in class org.bouncycastle.util.Arrays
 
clone(BigInteger[]) - Static method in class org.bouncycastle.util.Arrays
 
clone() - Method in interface org.bouncycastle.util.Selector
 
cloneCertificateList() - Method in class org.bouncycastle.crypto.tls.Certificate
 
cloneHash(short, Digest) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
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.
clonePRFHash(int, Digest) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
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.ByteArrayOutputStream
Closes this output stream and releases any system resources associated with this 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.DataOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStreamReader
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.OutputStreamWriter
Close the stream.
close() - Method in class java.io.PrintStream
Close the stream.
close() - Method in class java.io.Reader
Close the stream.
close() - Method in class java.io.Writer
Close the stream, flushing it first.
close() - Method in interface javax.microedition.io.Connection
Close the connection.
close() - Method in interface javax.xml.stream.DTDStreamReader
Terminates DTD processing, skipping all DTD related events up to END_DTD.
close() - Method in interface javax.xml.stream.XMLStreamReader
Frees any resources associated with this Reader.
close() - Method in interface javax.xml.stream.XMLStreamWriter
Close this writer and free any resources associated with the writer.
close() - Method in class org.bouncycastle.crypto.io.CipherInputStream
Closes the underlying input stream and finalises the processing of the data by the cipher.
close() - Method in class org.bouncycastle.crypto.io.CipherOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class org.bouncycastle.crypto.tls.ByteQueueInputStream
 
close() - Method in interface org.bouncycastle.crypto.tls.DatagramTransport
 
close() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
Closes this connection.
close() - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Close the client Releases all resource associated with the client.
close() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Close the client Releases all resource associated with the client.
close() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
close() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
close() - Method in interface org.eclipse.paho.client.mqttv3.MqttClientPersistence
Close the persistent store that was previously opened.
close() - Method in class org.eclipse.paho.client.mqttv3.persist.MemoryPersistence
 
close() - Method in class org.eclipse.paho.client.mqttv3.persist.MqttDefaultMicroFilePersistence
 
close() - Method in interface org.joshvm.j2me.dio.Device
 
close() - Method in class org.json.me.StringWriter
 
close_notify - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
This message notifies the recipient that the sender will not send any more messages on this connection.
ClosedDeviceException - Exception in org.joshvm.j2me.dio
 
ClosedDeviceException() - Constructor for exception org.joshvm.j2me.dio.ClosedDeviceException
Constructs a new ClosedDeviceException instance with null as its detailed reason message.
ClosedDeviceException(String) - Constructor for exception org.joshvm.j2me.dio.ClosedDeviceException
Constructs a new ClosedDeviceException instance with the specified detailed reason message.
closeInput() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
Should be called in non-blocking mode when the input data reaches EOF.
code - Variable in exception org.w3c.dom.DOMException
 
code - Variable in exception org.w3c.dom.events.EventException
 
CODE_ALREADY_REGISTERED - Static variable in exception org.joshvm.event.MessageException
Has already registered.
CODE_BUSY - Static variable in exception org.joshvm.event.MessageException
Target application is busy now.
CODE_EXEC_FAILED - Static variable in exception org.joshvm.event.MessageException
Failed to execute the request
CODE_ILLEGAL_ARGUMENT - Static variable in exception org.joshvm.event.MessageException
Illegal argument
CODE_NAME_INVALID - Static variable in exception org.joshvm.event.MessageException
Registered name is invalid
CODE_NAME_USED - Static variable in exception org.joshvm.event.MessageException
Registered name has been used by others
CODE_NOT_REGISTERED - Static variable in exception org.joshvm.event.MessageException
Has not registered
CODE_OK - Static variable in exception org.joshvm.event.MessageException
Success
CODE_TARGET_NOT_READY - Static variable in exception org.joshvm.event.MessageException
Target application is not ready now.
CODE_UNKNOWN - Static variable in exception org.joshvm.event.MessageException
Unknown error
CODE_UNSUPPORTED - Static variable in exception org.joshvm.event.MessageException
Unsupported request
colIndex - Variable in class org.joshvm.ui.widget.Table.Cell
column index
CollectionStore - Class in org.bouncycastle.util
A simple collection backed store.
CollectionStore(Collection) - Constructor for class org.bouncycastle.util.CollectionStore
Basic constructor.
Color - Class in org.joshvm.ui
ARGB color
Color() - Constructor for class org.joshvm.ui.Color
 
Color(int) - Constructor for class org.joshvm.ui.Color
Constructs an Color object
Color(int, int, int) - Constructor for class org.joshvm.ui.Color
Constructs an Color object with the red, green, and blue values
Color(int, int, int, int) - Constructor for class org.joshvm.ui.Color
Constructs an Color object with the alpha, red, green, and blue values
COLOR_MODE_ARGB8888 - Static variable in class org.joshvm.j2me.directUI.Display
 
COLOR_MODE_ARGB8888 - Static variable in interface org.joshvm.j2me.directUI.DisplayDeviceAdaptor
 
COLOR_MODE_RGB565 - Static variable in class org.joshvm.j2me.directUI.Display
 
COLOR_MODE_RGB565 - Static variable in interface org.joshvm.j2me.directUI.DisplayDeviceAdaptor
 
COLOR_MODE_RGB666 - Static variable in class org.joshvm.j2me.directUI.Display
 
COLOR_MODE_RGB666 - Static variable in interface org.joshvm.j2me.directUI.DisplayDeviceAdaptor
 
COLOR_MODE_RGB888 - Static variable in class org.joshvm.j2me.directUI.Display
 
COLOR_MODE_RGB888 - Static variable in interface org.joshvm.j2me.directUI.DisplayDeviceAdaptor
 
CommConnection - Interface in javax.microedition.io
This interface defines a logical serial port connection.
COMMENT - Static variable in interface javax.xml.stream.DTDStreamReader
Indicates an event is a comment.
COMMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is a comment
Comment - Interface in org.w3c.dom
This interface represents a comment.
COMMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Comment.
commit(byte[]) - Method in interface org.bouncycastle.crypto.Committer
Generate a commitment for the passed in message.
Commitment - Class in org.bouncycastle.crypto
General holding class for a commitment.
Commitment(byte[], byte[]) - Constructor for class org.bouncycastle.crypto.Commitment
Base constructor.
Committer - Interface in org.bouncycastle.crypto
General interface fdr classes that produce and validate commitments.
CommProtocolPermission - Class in javax.microedition.io
This class represents access rights to connections via the "comm" protocol.
CommProtocolPermission(String) - Constructor for class javax.microedition.io.CommProtocolPermission
Creates a new CommProtocolPermission with the specified URI as its name.
comms - Variable in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
Comparable - Interface in java.lang
This interface imposes a total ordering on the objects of each class that implements it.
compareTo(Object) - Method in interface java.lang.Comparable
Compares this object with the specified object for order.
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
completeHandshake() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
compress(OutputStream) - Method in interface org.bouncycastle.crypto.tls.TlsCompression
 
compress(OutputStream) - Method in class org.bouncycastle.crypto.tls.TlsNullCompression
 
CompressionMethod - Class in org.bouncycastle.crypto.tls
RFC 2246 6.1
CompressionMethod() - Constructor for class org.bouncycastle.crypto.tls.CompressionMethod
 
computeFields() - Method in class java.util.Calendar
Converts the current millisecond time value time to field values in fields[].
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
Concatenates the specified string to the end of this string.
concatenate(byte[], byte[]) - Static method in class org.bouncycastle.util.Arrays
 
concatenate(byte[], byte[], byte[]) - Static method in class org.bouncycastle.util.Arrays
 
concatenate(byte[], byte[], byte[], byte[]) - Static method in class org.bouncycastle.util.Arrays
 
concatenate(int[], int[]) - Static method in class org.bouncycastle.util.Arrays
 
concatenate(byte[][]) - Static method in class org.bouncycastle.util.Arrays
 
connect(TlsClient) - Method in class org.bouncycastle.crypto.tls.TlsClientProtocol
Initiates a TLS handshake in the role of client.

In blocking mode, this will not return until the handshake is complete.
connect() - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Connects to an MQTT server using the default options.
connect(MqttConnectOptions) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Connects to an MQTT server using the provided connect options.
connect(Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Connects to an MQTT server using the default options.
connect(MqttConnectOptions, Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Connects to an MQTT server using the specified options.
connect() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Connects to an MQTT server using the default options.
connect(MqttConnectOptions) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Connects to an MQTT server using the specified options.
connect(Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
connect() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
connect(MqttConnectOptions) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
connect(MqttConnectOptions, Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
connect() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
connect(MqttConnectOptions) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
Connection - Interface in javax.microedition.io
This is the most basic type of generic connection.
connection_state - Variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
CONNECTION_TIMEOUT_DEFAULT - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
The default connection timeout in seconds if one is not specified
ConnectionClosedException - Exception in javax.microedition.io.file
This class is defined by the JSR-75 specification PDA Optional Packages for the J2ME™ Platform
ConnectionClosedException() - Constructor for exception javax.microedition.io.file.ConnectionClosedException
 
ConnectionClosedException(String) - Constructor for exception javax.microedition.io.file.ConnectionClosedException
 
ConnectionEnd - Class in org.bouncycastle.crypto.tls
RFC 2246
ConnectionEnd() - Constructor for class org.bouncycastle.crypto.tls.ConnectionEnd
 
connectionLost(Throwable) - Method in interface org.eclipse.paho.client.mqttv3.MqttCallback
This method is called when the connection to the server is lost.
ConnectionNotFoundException - Exception in javax.microedition.io
This class is used to signal that a connection target cannot be found, or the protocol type is not supported.
ConnectionNotFoundException() - Constructor for exception javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with no detail message.
ConnectionNotFoundException(String) - Constructor for exception javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with the specified detail message.
Connector - Class in javax.microedition.io
This class is factory for creating new Connection objects.
connectWithResult(MqttConnectOptions) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Connects to an MQTT server using the specified options.
connectWithResult(MqttConnectOptions) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
constantTimeAreEqual(byte[], byte[]) - Static method in class org.bouncycastle.util.Arrays
A constant time equals comparison - does not terminate early if test will fail.
Container - Class in org.joshvm.ui
A Container is a special UIObject that can contain other UIObjects (called children), include widget, sub container.
Container() - Constructor for class org.joshvm.ui.Container
Constructs a container
Container(boolean) - Constructor for class org.joshvm.ui.Container
 
contains(Object) - Method in class java.util.Hashtable
Tests 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(short[], short) - Static method in class org.bouncycastle.util.Arrays
 
contains(int[], int) - Static method in class org.bouncycastle.util.Arrays
 
contains(Object) - Method in class org.joshvm.util.ArrayList
Determines whether the given element is stored in this list.
containsECCCipherSuites(int[]) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
containsKey(Object) - Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
containsKey(String) - Method in interface org.eclipse.paho.client.mqttv3.MqttClientPersistence
Returns whether or not data is persisted using the specified key.
containsKey(String) - Method in class org.eclipse.paho.client.mqttv3.persist.MemoryPersistence
 
containsKey(String) - Method in class org.eclipse.paho.client.mqttv3.persist.MqttDefaultMicroFilePersistence
 
ContentConnection - Interface in javax.microedition.io
This interface defines the stream connection over which content is passed.
ContentType - Class in org.bouncycastle.crypto.tls
RFC 2246 6.2.1
ContentType() - Constructor for class org.bouncycastle.crypto.tls.ContentType
 
context - Variable in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
context - Variable in class org.bouncycastle.crypto.tls.AbstractTlsKeyExchange
 
context - Variable in class org.bouncycastle.crypto.tls.AbstractTlsSigner
 
context - Variable in class org.bouncycastle.crypto.tls.DefaultTlsEncryptionCredentials
 
context - Variable in class org.bouncycastle.crypto.tls.DefaultTlsSignerCredentials
 
context - Variable in class org.bouncycastle.crypto.tls.TlsAEADCipher
 
context - Variable in class org.bouncycastle.crypto.tls.TlsBlockCipher
 
context - Variable in class org.bouncycastle.crypto.tls.TlsMac
 
context - Variable in class org.bouncycastle.crypto.tls.TlsNullCipher
 
context - Variable in class org.bouncycastle.crypto.tls.TlsStreamCipher
 
convert(String) - Static method in class javax.microedition.location.Coordinates
Converts a String representation of a coordinate into the double representation as used in this API.
convert(double, int) - Static method in class javax.microedition.location.Coordinates
Converts a double representation of a coordinate with decimal degrees into a string representation.
convert(char[]) - Method in interface org.bouncycastle.crypto.CharToByteConverter
Return a byte encoded representation of the passed in password.
Coordinates - Class in javax.microedition.location
The Coordinates class represents coordinates as latitude-longitude-altitude values.
Coordinates(double, double, float) - Constructor for class javax.microedition.location.Coordinates
Constructs a new Coordinates object with the values specified.
copy() - Method in class org.bouncycastle.crypto.digests.MD5Digest
 
copy() - Method in class org.bouncycastle.crypto.digests.SHA1Digest
 
copy() - Method in class org.bouncycastle.crypto.digests.SHA224Digest
 
copy() - Method in class org.bouncycastle.crypto.digests.SHA256Digest
 
copy() - Method in class org.bouncycastle.crypto.digests.SHA384Digest
 
copy() - Method in class org.bouncycastle.crypto.digests.SHA512Digest
 
copy() - Method in class org.bouncycastle.crypto.digests.SHA512tDigest
 
copy() - Method in class org.bouncycastle.crypto.tls.SessionParameters
 
copy() - Method in interface org.bouncycastle.util.Memoable
Produce a copy of this object with its configuration and in its current state.
copyIn(GeneralDigest) - Method in class org.bouncycastle.crypto.digests.GeneralDigest
 
copyIn(LongDigest) - Method in class org.bouncycastle.crypto.digests.LongDigest
 
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
copyOf(byte[], int) - Static method in class org.bouncycastle.util.Arrays
 
copyOf(char[], int) - Static method in class org.bouncycastle.util.Arrays
 
copyOf(int[], int) - Static method in class org.bouncycastle.util.Arrays
 
copyOf(long[], int) - Static method in class org.bouncycastle.util.Arrays
 
copyOf(BigInteger[], int) - Static method in class org.bouncycastle.util.Arrays
 
copyOfRange(byte[], int, int) - Static method in class org.bouncycastle.util.Arrays
Make a copy of a range of bytes from the passed in data array.
copyOfRange(int[], int, int) - Static method in class org.bouncycastle.util.Arrays
 
copyOfRange(long[], int, int) - Static method in class org.bouncycastle.util.Arrays
 
copyOfRange(BigInteger[], int, int) - Static method in class org.bouncycastle.util.Arrays
 
copyTo(OutputStream, int) - Method in class org.bouncycastle.crypto.tls.ByteQueue
Copy some bytes from the beginning of the data to the provided OutputStream.
cos(double) - Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
count - Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
count - Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
count - Variable in class org.joshvm.j2me.dio.DeviceEvent
The number of underlying coalesced hardware interrupts or software signals this event may represent.
COUNTRY - Static variable in class javax.microedition.location.AddressInfo
 
COUNTRY_CODE - Static variable in class javax.microedition.location.AddressInfo
 
COUNTY - Static variable in class javax.microedition.location.AddressInfo
 
create() - Method in interface javax.microedition.io.file.FileConnection
 
createAEADBlockCipher_AES_GCM() - Method in class org.bouncycastle.crypto.tls.DefaultTlsCipherFactory
 
createAESBlockCipher() - Method in class org.bouncycastle.crypto.tls.DefaultTlsCipherFactory
 
createAESCipher(TlsContext, int, int) - Method in class org.bouncycastle.crypto.tls.DefaultTlsCipherFactory
 
createAESEngine() - Method in class org.bouncycastle.crypto.tls.DefaultTlsCipherFactory
 
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.
createBasePointMultiplier() - Method in class org.bouncycastle.crypto.generators.ECKeyPairGenerator
 
createCDATASection(String) - Method in interface org.w3c.dom.Document
Creates a CDATASection node whose value is the specified string.
createCipher(TlsContext, int, int) - Method in class org.bouncycastle.crypto.tls.AbstractTlsCipherFactory
 
createCipher(TlsContext, int, int) - Method in class org.bouncycastle.crypto.tls.DefaultTlsCipherFactory
 
createCipher(TlsContext, int, int) - Method in interface org.bouncycastle.crypto.tls.TlsCipherFactory
See enumeration classes EncryptionAlgorithm, MACAlgorithm for appropriate argument values
createCipher_AES_GCM(TlsContext, int, int) - Method in class org.bouncycastle.crypto.tls.DefaultTlsCipherFactory
 
createCombinedMessage() - Method in interface org.joshvm.j2me.dio.i2cbus.I2CDevice.Bus
Creates a new I2CCombinedMessage instance.
createComment(String) - Method in interface org.w3c.dom.Document
Creates a Comment node given the specified string.
createCompositeMessage() - Method in interface org.joshvm.j2me.dio.spibus.SPIDevice
Creates a new SPICompositeMessage instance targeting this slave device.
createDocument(String, String, DocumentType) - Method in interface org.w3c.dom.DOMImplementation
Creates an XML 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.
createECDHEKeyExchange(int) - Method in class org.bouncycastle.crypto.tls.DefaultTlsClient
 
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.
createEmptyExtensionData() - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
createEncryptThenMACExtension() - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
createEntityReference(String) - Method in interface org.w3c.dom.Document
Creates an EntityReference object.
createEvent(String) - Method in interface org.w3c.dom.events.DocumentEvent
Create an Event.
createExtendedMasterSecretExtension() - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
createFont(String, int) - Static method in class org.joshvm.ui.Font
Create a user font from font file with the specified size
createFont(String, int, int) - Static method in class org.joshvm.ui.Font
Create a user font from font file with the specified size and style
createFont(byte[], int, int, int) - Static method in class org.joshvm.ui.Font
Create a user font from font file data with the specified size
createFont(byte[], int, int, int, int) - Static method in class org.joshvm.ui.Font
Create a user font from font file data with the specified size and style
createHash(short) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
createHash(SignatureAndHashAlgorithm) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
createHeartbeatExtension(HeartbeatExtension) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
createHMACDigest(int) - Method in class org.bouncycastle.crypto.tls.DefaultTlsCipherFactory
 
createKey(byte[]) - Static method in class org.bouncycastle.crypto.util.PrivateKeyFactory
Create a private key parameter from a PKCS8 PrivateKeyInfo encoding.
createKey(InputStream) - Static method in class org.bouncycastle.crypto.util.PrivateKeyFactory
Create a private key parameter from a PKCS8 PrivateKeyInfo encoding read from a stream.
createKey(PrivateKeyInfo) - Static method in class org.bouncycastle.crypto.util.PrivateKeyFactory
Create a private key parameter from the passed in PKCS8 PrivateKeyInfo object.
createKey(byte[]) - Static method in class org.bouncycastle.crypto.util.PublicKeyFactory
Create a public key from a SubjectPublicKeyInfo encoding
createKey(InputStream) - Static method in class org.bouncycastle.crypto.util.PublicKeyFactory
Create a public key from a SubjectPublicKeyInfo encoding read from a stream
createKey(SubjectPublicKeyInfo) - Static method in class org.bouncycastle.crypto.util.PublicKeyFactory
Create a public key from the passed in SubjectPublicKeyInfo
createKey(SubjectPublicKeyInfo, Object) - Static method in class org.bouncycastle.crypto.util.PublicKeyFactory
Create a public key from the passed in SubjectPublicKeyInfo
createMaxFragmentLengthExtension(short) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
createMD5() - Static method in class org.bouncycastle.crypto.util.DigestFactory
 
createNetworkModules(String, MqttConnectOptions) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
Factory method to create an array of network modules, one for each of the supplied URIs
createNullCipher(TlsContext, int) - Method in class org.bouncycastle.crypto.tls.DefaultTlsCipherFactory
 
createPaddingExtension(int) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
createPRFHash(int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
createPrivateKeyInfo(AsymmetricKeyParameter) - Static method in class org.bouncycastle.crypto.util.PrivateKeyInfoFactory
Create a PrivateKeyInfo representation of a private key.
createProcessingInstruction(String, String) - Method in interface org.w3c.dom.Document
Creates a ProcessingInstruction node given the specified name and data strings.
createRandomBlock(boolean, RandomGenerator) - Static method in class org.bouncycastle.crypto.tls.TlsProtocol
 
createRandomInRange(BigInteger, BigInteger, SecureRandom) - Static method in class org.bouncycastle.util.BigIntegers
Return a random BigInteger not less than 'min' and not greater than 'max'
createRenegotiationInfo(byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsProtocol
 
createRSAImpl() - Method in class org.bouncycastle.crypto.tls.TlsRSASigner
 
createRSAKeyExchange() - Method in class org.bouncycastle.crypto.tls.DefaultTlsClient
 
createServerNameExtension(ServerNameList) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
createSHA1() - Static method in class org.bouncycastle.crypto.util.DigestFactory
 
createSHA224() - Static method in class org.bouncycastle.crypto.util.DigestFactory
 
createSHA256() - Static method in class org.bouncycastle.crypto.util.DigestFactory
 
createSHA384() - Static method in class org.bouncycastle.crypto.util.DigestFactory
 
createSHA512() - Static method in class org.bouncycastle.crypto.util.DigestFactory
 
createSHA512_224() - Static method in class org.bouncycastle.crypto.util.DigestFactory
 
createSHA512_256() - Static method in class org.bouncycastle.crypto.util.DigestFactory
 
createSignatureAlgorithmsExtension(Vector) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
Create a 'signature_algorithms' extension value.
createSigner(AsymmetricKeyParameter) - Method in class org.bouncycastle.crypto.tls.AbstractTlsSigner
 
createSigner(SignatureAndHashAlgorithm, AsymmetricKeyParameter) - Method in class org.bouncycastle.crypto.tls.TlsRSASigner
 
createSigner(AsymmetricKeyParameter) - Method in interface org.bouncycastle.crypto.tls.TlsSigner
 
createSigner(SignatureAndHashAlgorithm, AsymmetricKeyParameter) - Method in interface org.bouncycastle.crypto.tls.TlsSigner
 
createSubjectPublicKeyInfo(AsymmetricKeyParameter) - Static method in class org.bouncycastle.crypto.util.SubjectPublicKeyInfoFactory
Create a SubjectPublicKeyInfo public key.
createSupportedEllipticCurvesExtension(int[]) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
createSupportedPointFormatsExtension(short[]) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
createTextNode(String) - Method in interface org.w3c.dom.Document
Creates a Text node given the specified string.
createTlsSigner(short) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
createTruncatedHMacExtension() - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
createVerifyData(boolean) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
createVerifyer(AsymmetricKeyParameter) - Method in class org.bouncycastle.crypto.tls.AbstractTlsSigner
 
createVerifyer(SignatureAndHashAlgorithm, AsymmetricKeyParameter) - Method in class org.bouncycastle.crypto.tls.TlsRSASigner
 
createVerifyer(AsymmetricKeyParameter) - Method in interface org.bouncycastle.crypto.tls.TlsSigner
 
createVerifyer(SignatureAndHashAlgorithm, AsymmetricKeyParameter) - Method in interface org.bouncycastle.crypto.tls.TlsSigner
 
createXMLStreamReader(Reader) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a reader
createXMLStreamReader(InputStream) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a java.io.InputStream
createXMLStreamReader(InputStream, String) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a java.io.InputStream
createXMLStreamWriter(Writer) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLStreamWriter that writes to a writer
createXMLStreamWriter(OutputStream) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLStreamWriter that writes to a stream
createXMLStreamWriter(OutputStream, String) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLStreamWriter that writes to a stream
Criteria - Class in javax.microedition.location
 
Criteria() - Constructor for class javax.microedition.location.Criteria
 
CROSSING1 - Static variable in class javax.microedition.location.AddressInfo
 
CROSSING2 - Static variable in class javax.microedition.location.AddressInfo
 
CryptoException - Exception in org.bouncycastle.crypto
the foundation class for the hard exceptions thrown by the crypto packages.
CryptoException() - Constructor for exception org.bouncycastle.crypto.CryptoException
base constructor.
CryptoException(String) - Constructor for exception org.bouncycastle.crypto.CryptoException
create a CryptoException with the given message.
CryptoException(String, Throwable) - Constructor for exception org.bouncycastle.crypto.CryptoException
Create a CryptoException with the given message and underlying cause.
CryptoServicesRegistrar - Class in org.bouncycastle.crypto
Basic registrar class for providing defaults for cryptography services in this module.
CS_ACTIVE_HIGH - Static variable in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
High Chip Select active level.
CS_ACTIVE_LOW - Static variable in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
Low Chip Select active level.
CS_CERTIFICATE_REQUEST - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
CS_CERTIFICATE_STATUS - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
CS_CERTIFICATE_VERIFY - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
CS_CLIENT_CERTIFICATE - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
CS_CLIENT_FINISHED - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
CS_CLIENT_HELLO - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
CS_CLIENT_KEY_EXCHANGE - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
CS_CLIENT_SUPPLEMENTAL_DATA - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
CS_END - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
CS_NOT_CONTROLLED - Static variable in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
Chip Select not controlled by driver.
CS_SERVER_CERTIFICATE - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
CS_SERVER_FINISHED - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
CS_SERVER_HELLO - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
CS_SERVER_HELLO_DONE - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
CS_SERVER_KEY_EXCHANGE - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
CS_SERVER_SESSION_TICKET - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
CS_SERVER_SUPPLEMENTAL_DATA - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
CS_START - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
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.
CustomEvent - Interface in org.w3c.dom.events
The CustomEvent interface is the recommended interface for application-specific event types.
CYAN - Static variable in class org.joshvm.ui.Color
Predefined Color : Cyan

D

data - Variable in class org.bouncycastle.crypto.tls.SupplementalDataEntry
 
Datagram - Interface in javax.microedition.io
This class defines an abstract interface for datagram packets.
DatagramConnection - Interface in javax.microedition.io
This interface defines the capabilities that a datagram connection must have.
DatagramProtocolPermission - Class in javax.microedition.io
This class represents access rights to connections via the "datagram" protocol.
DatagramProtocolPermission(String) - Constructor for class javax.microedition.io.DatagramProtocolPermission
Creates a new DatagramProtocolPermission with the specified URI as its name.
DatagramTransport - Interface in org.bouncycastle.crypto.tls
Base interface for an object sending and receiving DTLS data.
DataInput - Interface in java.io
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 in java.io
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.
DataLengthException - Exception in org.bouncycastle.crypto
this exception is thrown if a buffer that is meant to have output copied into it turns out to be too short, or if we've been given insufficient input.
DataLengthException() - Constructor for exception org.bouncycastle.crypto.DataLengthException
base constructor.
DataLengthException(String) - Constructor for exception org.bouncycastle.crypto.DataLengthException
create a DataLengthException with the given message.
DataOutput - Interface in java.io
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 in java.io
A data output 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.
dataType - Variable in class org.bouncycastle.crypto.tls.SupplementalDataEntry
 
DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
Date - Class in java.util
The class Date represents a specific instant in time, with millisecond precision.
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.
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.
DD_MM - Static variable in class javax.microedition.location.Coordinates
Identifier for string coordinate representation Degrees, Minutes, decimal fractions of a minute
DD_MM_SS - Static variable in class javax.microedition.location.Coordinates
Identifier for string coordinate representation Degrees, Minutes, Seconds and decimal fractions of a second
DECEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the twelfth month of the year.
decode(byte[]) - Static method in class org.bouncycastle.util.encoders.Base64
decode the base 64 encoded input data.
decode(String) - Static method in class org.bouncycastle.util.encoders.Base64
decode the base 64 encoded String data - whitespace will be ignored.
decode(String, OutputStream) - Static method in class org.bouncycastle.util.encoders.Base64
decode the base 64 encoded String data writing it to the given output stream, whitespace characters will be ignored.
decode(byte[], int, int, OutputStream) - Static method in class org.bouncycastle.util.encoders.Base64
Decode to an output stream;
decode(byte[], int, int, OutputStream) - Method in class org.bouncycastle.util.encoders.Base64Encoder
decode the base 64 encoded byte data writing it to the given output stream, whitespace characters will be ignored.
decode(String, OutputStream) - Method in class org.bouncycastle.util.encoders.Base64Encoder
decode the base 64 encoded String data writing it to the given output stream, whitespace characters will be ignored.
decode(byte[], int, int, OutputStream) - Method in interface org.bouncycastle.util.encoders.Encoder
 
decode(String, OutputStream) - Method in interface org.bouncycastle.util.encoders.Encoder
 
decode(byte[]) - Static method in class org.bouncycastle.util.encoders.Hex
decode the Hex encoded input data.
decode(String) - Static method in class org.bouncycastle.util.encoders.Hex
decode the Hex encoded String data - whitespace will be ignored.
decode(String, OutputStream) - Static method in class org.bouncycastle.util.encoders.Hex
decode the Hex encoded String data writing it to the given output stream, whitespace characters will be ignored.
decode(byte[], int, int, OutputStream) - Method in class org.bouncycastle.util.encoders.HexEncoder
decode the Hex encoded byte data writing it to the given output stream, whitespace characters will be ignored.
decode(String, OutputStream) - Method in class org.bouncycastle.util.encoders.HexEncoder
decode the Hex encoded String data writing it to the given output stream, whitespace characters will be ignored.
decode(byte[], int, int, byte[], int) - Method in class org.bouncycastle.util.encoders.HexTranslator
 
decode(byte[], int, int, byte[], int) - Method in interface org.bouncycastle.util.encoders.Translator
 
decode(byte[]) - Static method in class org.bouncycastle.util.encoders.UrlBase64
Decode the URL safe base 64 encoded input data - white space will be ignored.
decode(byte[], OutputStream) - Static method in class org.bouncycastle.util.encoders.UrlBase64
decode the URL safe base 64 encoded byte data writing it to the given output stream, whitespace characters will be ignored.
decode(String) - Static method in class org.bouncycastle.util.encoders.UrlBase64
decode the URL safe base 64 encoded String data - whitespace will be ignored.
decode(String, OutputStream) - Static method in class org.bouncycastle.util.encoders.UrlBase64
Decode the URL safe base 64 encoded String data writing it to the given output stream, whitespace characters will be ignored.
decode_error - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
A message could not be decoded because some field was out of the specified range or the length of the message was incorrect.
decodeCiphertext(long, short, byte[], int, int) - Method in class org.bouncycastle.crypto.tls.TlsAEADCipher
 
decodeCiphertext(long, short, byte[], int, int) - Method in class org.bouncycastle.crypto.tls.TlsBlockCipher
 
decodeCiphertext(long, short, byte[], int, int) - Method in interface org.bouncycastle.crypto.tls.TlsCipher
 
decodeCiphertext(long, short, byte[], int, int) - Method in class org.bouncycastle.crypto.tls.TlsNullCipher
 
decodeCiphertext(long, short, byte[], int, int) - Method in class org.bouncycastle.crypto.tls.TlsStreamCipher
 
DecoderException - Exception in org.bouncycastle.util.encoders
Exception thrown if an attempt is made to decode invalid data, or some other failure occurs.
decodingTable - Variable in class org.bouncycastle.util.encoders.Base64Encoder
 
decodingTable - Variable in class org.bouncycastle.util.encoders.HexEncoder
 
decompress(OutputStream) - Method in interface org.bouncycastle.crypto.tls.TlsCompression
 
decompress(OutputStream) - Method in class org.bouncycastle.crypto.tls.TlsNullCompression
 
decompression_failure - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
The decompression function received improper input (e.g., data that would expand to excessive length).
decrypt(byte[], int, int, int) - Method in interface org.bouncycastle.crypto.KeyEncapsulation
Decapsulate an encapsulated session key.
decrypt_error - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
A handshake cryptographic operation failed, including being unable to correctly verify a signature or validate a Finished message.
decryptCipher - Variable in class org.bouncycastle.crypto.tls.TlsAEADCipher
 
decryptCipher - Variable in class org.bouncycastle.crypto.tls.TlsBlockCipher
 
decryptCipher - Variable in class org.bouncycastle.crypto.tls.TlsStreamCipher
 
decryptImplicitNonce - Variable in class org.bouncycastle.crypto.tls.TlsAEADCipher
 
decryption_failed - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
This alert was used in some earlier versions of TLS, and may have permitted certain attacks against the CBC mode [CBCATT].
decryptPreMasterSecret(byte[]) - Method in class org.bouncycastle.crypto.tls.DefaultTlsEncryptionCredentials
 
decryptPreMasterSecret(byte[]) - Method in interface org.bouncycastle.crypto.tls.TlsEncryptionCredentials
 
DEFAULT - Static variable in interface org.joshvm.j2me.dio.DeviceConfig
 
DEFAULT_BLOCK_SIZE - Static variable in class org.bouncycastle.crypto.engines.NullEngine
 
DEFAULT_NS_PREFIX - Static variable in class javax.xml.XMLConstants
Prefix to use to represent the default XML Namespace.
DefaultDisplayDevice - Class in org.joshvm.j2me.directUI
 
DefaultDisplayDevice() - Constructor for class org.joshvm.j2me.directUI.DefaultDisplayDevice
 
DefaultTlsCipherFactory - Class in org.bouncycastle.crypto.tls
 
DefaultTlsCipherFactory() - Constructor for class org.bouncycastle.crypto.tls.DefaultTlsCipherFactory
 
DefaultTlsClient - Class in org.bouncycastle.crypto.tls
 
DefaultTlsClient() - Constructor for class org.bouncycastle.crypto.tls.DefaultTlsClient
 
DefaultTlsClient(TlsCipherFactory) - Constructor for class org.bouncycastle.crypto.tls.DefaultTlsClient
 
DefaultTlsEncryptionCredentials - Class in org.bouncycastle.crypto.tls
 
DefaultTlsEncryptionCredentials(TlsContext, Certificate, AsymmetricKeyParameter) - Constructor for class org.bouncycastle.crypto.tls.DefaultTlsEncryptionCredentials
 
DefaultTlsSignerCredentials - Class in org.bouncycastle.crypto.tls
 
DefaultTlsSignerCredentials(TlsContext, Certificate, AsymmetricKeyParameter) - Constructor for class org.bouncycastle.crypto.tls.DefaultTlsSignerCredentials
 
DefaultTlsSignerCredentials(TlsContext, Certificate, AsymmetricKeyParameter, SignatureAndHashAlgorithm) - Constructor for class org.bouncycastle.crypto.tls.DefaultTlsSignerCredentials
 
DEFLATE - Static variable in class org.bouncycastle.crypto.tls.CompressionMethod
 
dehexchar(char) - Static method in class org.json.me.JSONTokener
Get the hex value of a character (base16).
DELAY - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the small buffer writing delay (0).
delete(int, int) - Method in class java.lang.StringBuffer
Removes the characters in a substring of this StringBuffer.
delete() - Method in interface javax.microedition.io.file.FileConnection
 
deleteCharAt(int) - Method in class java.lang.StringBuffer
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character).
deleteData(int, int) - Method in interface org.w3c.dom.CharacterData
Remove a range of 16-bit units from the node.
deliveryComplete(IMqttDeliveryToken) - Method in interface org.eclipse.paho.client.mqttv3.MqttCallback
Called when delivery for a message has been completed, and all acknowledgments have been received.
DerivationFunction - Interface in org.bouncycastle.crypto
base interface for general purpose byte derivation functions.
DerivationParameters - Interface in org.bouncycastle.crypto
Parameters for key/byte stream derivation classes
DERMacData - Class in org.bouncycastle.crypto.util
Builder and holder class for preparing SP 800-56A compliant MacData.
DERMacData.Builder - Class in org.bouncycastle.crypto.util
Builder to create OtherInfo
DERMacData.Builder(DERMacData.Type, byte[], byte[], byte[], byte[]) - Constructor for class org.bouncycastle.crypto.util.DERMacData.Builder
Create a basic builder with just the compulsory fields.
DERMacData.Type - Class in org.bouncycastle.crypto.util
 
DEROtherInfo - Class in org.bouncycastle.crypto.util
Builder and holder class for preparing SP 800-56A compliant OtherInfo.
DEROtherInfo.Builder - Class in org.bouncycastle.crypto.util
Builder to create OtherInfo
DEROtherInfo.Builder(AlgorithmIdentifier, byte[], byte[]) - Constructor for class org.bouncycastle.crypto.util.DEROtherInfo.Builder
Create a basic builder with just the compulsory fields.
des - Static variable in class org.bouncycastle.crypto.tls.BulkCipherAlgorithm
 
des40 - Static variable in class org.bouncycastle.crypto.tls.BulkCipherAlgorithm
 
DES40_CBC - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
DES_CBC - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
description - Variable in class org.joshvm.media.WakeUpManager.WakeUpWord
description
deserializeECFieldElement(int, byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
deserializeECPoint(short[], ECCurve, byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
deserializeECPublicKey(short[], ECDomainParameters, byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
destroyApp() - Method in class org.joshvm.application.Application
 
Device - Interface in org.joshvm.j2me.dio
 
device - Variable in class org.joshvm.j2me.dio.DeviceEvent
The Device instance that fired this event or for which this event was fired.
DeviceConfig - Interface in org.joshvm.j2me.dio
 
DeviceConfig.HardwareAddressing - Interface in org.joshvm.j2me.dio
 
DeviceEvent - Class in org.joshvm.j2me.dio
 
DeviceEvent() - Constructor for class org.joshvm.j2me.dio.DeviceEvent
 
DeviceEventListener - Interface in org.joshvm.j2me.dio
 
DeviceException - Exception in org.joshvm.j2me.dio
 
DeviceException() - Constructor for exception org.joshvm.j2me.dio.DeviceException
 
DeviceException(String) - Constructor for exception org.joshvm.j2me.dio.DeviceException
 
DeviceManager - Class in org.joshvm.j2me.dio
 
DeviceNotFoundException - Exception in org.joshvm.j2me.dio
 
DeviceNotFoundException() - Constructor for exception org.joshvm.j2me.dio.DeviceNotFoundException
Constructs a new DeviceNotFoundException instance with null as its detailed reason message.
DeviceNotFoundException(String) - Constructor for exception org.joshvm.j2me.dio.DeviceNotFoundException
Constructs a new DeviceNotFoundException instance with the specified detailed reason message.
DH_anon - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
DH_anon_EXPORT - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
DH_DSS - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
DH_DSS_EXPORT - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
DH_RSA - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
DH_RSA_EXPORT - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
DHE_DSS - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
DHE_DSS_EXPORT - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
DHE_PSK - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
DHE_RSA - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
DHE_RSA_EXPORT - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
Digest - Interface in org.bouncycastle.crypto
interface that a message digest conforms to.
digest - Variable in class org.bouncycastle.crypto.io.DigestInputStream
 
digest - Variable in class org.bouncycastle.crypto.io.DigestOutputStream
 
digestBlockSize - Variable in class org.bouncycastle.crypto.tls.TlsMac
 
DigestDerivationFunction - Interface in org.bouncycastle.crypto
base interface for general purpose Digest based byte derivation functions.
DigestFactory - Class in org.bouncycastle.crypto.util
Basic factory class for message digests.
DigestFactory() - Constructor for class org.bouncycastle.crypto.util.DigestFactory
 
DigestInputStream - Class in org.bouncycastle.crypto.io
 
DigestInputStream(InputStream, Digest) - Constructor for class org.bouncycastle.crypto.io.DigestInputStream
 
DigestOutputStream - Class in org.bouncycastle.crypto.io
 
DigestOutputStream(Digest) - Constructor for class org.bouncycastle.crypto.io.DigestOutputStream
 
digestOverhead - Variable in class org.bouncycastle.crypto.tls.TlsMac
 
DigestRandomGenerator - Class in org.bouncycastle.crypto.prng
Random generation based on the digest with counter.
DigestRandomGenerator(Digest) - Constructor for class org.bouncycastle.crypto.prng.DigestRandomGenerator
 
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
DigitallySigned - Class in org.bouncycastle.crypto.tls
 
DigitallySigned(SignatureAndHashAlgorithm, byte[]) - Constructor for class org.bouncycastle.crypto.tls.DigitallySigned
 
DIR_BOTH_INIT_INPUT - Static variable in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Bidirectional pin direction with initial input direction.
DIR_BOTH_INIT_OUTPUT - Static variable in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Bidirectional pin direction with initial output direction.
DIR_INPUT_ONLY - Static variable in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Input pin direction.
DIR_OUTPUT_ONLY - Static variable in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Output pin direction.
directorySize(boolean) - Method in interface javax.microedition.io.file.FileConnection
 
disable() - Method in class org.joshvm.media.WakeUpManager
Disable detect wakeup word.
disableMode(int) - Method in class org.joshvm.ui.widget.Textarea
Disables the mode of the textarea
disconnect() - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Disconnects from the server.
disconnect(long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Disconnects from the server.
disconnect(Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Disconnects from the server.
disconnect(long, Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Disconnects from the server.
disconnect() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Disconnects from the server.
disconnect(long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Disconnects from the server.
disconnect(Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
disconnect() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
disconnect(long) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
disconnect(long, Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
disconnect() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
disconnect(long) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
disconnectForcibly() - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Disconnects from the server forcibly to reset all the states.
disconnectForcibly(long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Disconnects from the server forcibly to reset all the states.
disconnectForcibly(long, long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Disconnects from the server forcibly to reset all the states.
disconnectForcibly() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Disconnects from the server forcibly to reset all the states.
disconnectForcibly(long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Disconnects from the server forcibly to reset all the states.
disconnectForcibly(long, long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Disconnects from the server forcibly to reset all the states.
disconnectForcibly() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
disconnectForcibly(long) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
disconnectForcibly(long, long) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
disconnectForcibly() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
disconnectForcibly(long) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
disconnectForcibly(long, long) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
DISPATCH_REQUEST_ERR - Static variable in exception org.w3c.dom.events.EventException
If the Event object is already dispatched in the tree.
dispatchEvent(Event) - Method in interface org.w3c.dom.events.EventTarget
This method allows the dispatch of events into the implementation's event model.
Display - Class in org.joshvm.j2me.directUI
Display represents the primitive display device of the system.
Display - Class in org.joshvm.ui
Display represents a display used to show UIObjects.
Display.StateChangedListener - Interface in org.joshvm.ui
Listener to receive state changed notification.
DisplayDeviceAdaptor - Interface in org.joshvm.j2me.directUI
 
distance(Coordinates) - Method in class javax.microedition.location.Coordinates
Calculates the geodetic distance between the two points according to the ellipsoid model of WGS84.
DISTRICT - Static variable in class javax.microedition.location.AddressInfo
 
Document - Interface in org.w3c.dom
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 in javax.xml.parsers
Defines the API to obtain DOM Document instances from an XML document.
DocumentBuilder() - Constructor for class javax.xml.parsers.DocumentBuilder
Protected constructor
DocumentBuilderFactory - Class in javax.xml.parsers
Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents.
DocumentBuilderFactory() - Constructor for class javax.xml.parsers.DocumentBuilderFactory
 
DocumentEvent - Interface in org.w3c.dom.events
The DocumentEvent interface provides a mechanism by which the user can create an Event object of a type supported by the implementation.
DocumentFragment - Interface in org.w3c.dom
DocumentFragment is a "lightweight" or "minimal" Document object.
DocumentType - Interface in org.w3c.dom
Each Document has a doctype attribute whose value is either null or a DocumentType object.
DocumentView - Interface in org.w3c.dom.views
The DocumentView interface is implemented by Document objects in DOM implementations supporting DOM Views.
doFinal() - Method in class org.bouncycastle.crypto.BufferedAsymmetricBlockCipher
process the contents of the buffer using the underlying cipher.
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.BufferedBlockCipher
Process the last block in the buffer.
doFinal(byte[], int) - Method in interface org.bouncycastle.crypto.Digest
close the digest, producing the final digest value.
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.digests.MD5Digest
 
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.digests.NullDigest
 
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.digests.SHA1Digest
 
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.digests.SHA224Digest
 
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.digests.SHA256Digest
 
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.digests.SHA384Digest
 
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.digests.SHA512Digest
 
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.digests.SHA512tDigest
 
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.digests.ShortenedDigest
 
doFinal(byte[], int) - Method in interface org.bouncycastle.crypto.Mac
Compute the final stage of the MAC writing the output to the out parameter.
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.macs.BlockCipherMac
 
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.macs.CBCBlockCipherMac
 
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.macs.HMac
 
doFinal(byte[], int) - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
Finish the operation either appending or verifying the MAC at the end of the data.
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
 
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.modes.PaddedBlockCipher
Deprecated.
Process the last block in the buffer.
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
Process the last block in the buffer.
DOM_KEY_LOCATION_LEFT - Static variable in interface org.w3c.dom.events.KeyboardEvent
The key activated is in the left key location (there is more than one possible location for this key).
DOM_KEY_LOCATION_NUMPAD - Static variable in interface org.w3c.dom.events.KeyboardEvent
The key activation originated on the numeric keypad or with a virtual key corresponding to the numeric keypad.
DOM_KEY_LOCATION_RIGHT - Static variable in interface org.w3c.dom.events.KeyboardEvent
The key activation is in the right key location (there is more than one possible location for this key).
DOM_KEY_LOCATION_STANDARD - Static variable in interface org.w3c.dom.events.KeyboardEvent
The key activation is not distinguished as the left or right version of the key, and did not originate from the numeric keypad (or did not originate with a virtual key corresponding to the numeric keypad).
DOMException - Exception in org.w3c.dom
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 exception org.w3c.dom.DOMException
Create a DOMException with the specified error code and message.
DOMImplementation - Interface in org.w3c.dom
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
DOMSTRING_SIZE_ERR - Static variable in exception org.w3c.dom.DOMException
If the specified range of text does not fit into a DOMString
Double - Class in java.lang
The Double class wraps a value of the primitive type double in an object.
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.
doubleToString(double) - Static method in class org.json.me.JSONObject
Produce a string from 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.
doubleValue() - Method in class java.lang.Integer
Returns the value of this Integer as a double.
doubleValue() - Method in class java.lang.Long
Returns the value of this Long as a double.
DRAFT_TLS_DHE_PSK_WITH_AES_128_OCB - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
DRAFT_TLS_DHE_PSK_WITH_AES_256_OCB - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
DRAFT_TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
DRAFT_TLS_DHE_RSA_WITH_AES_128_OCB - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
DRAFT_TLS_DHE_RSA_WITH_AES_256_OCB - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
DRAFT_TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
DRAFT_TLS_ECDHE_ECDSA_WITH_AES_128_OCB - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
DRAFT_TLS_ECDHE_ECDSA_WITH_AES_256_OCB - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
DRAFT_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
DRAFT_TLS_ECDHE_PSK_WITH_AES_128_OCB - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
DRAFT_TLS_ECDHE_PSK_WITH_AES_256_OCB - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
DRAFT_TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
DRAFT_TLS_ECDHE_RSA_WITH_AES_128_OCB - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
DRAFT_TLS_ECDHE_RSA_WITH_AES_256_OCB - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
DRAFT_TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
DRAFT_TLS_PSK_WITH_AES_128_OCB - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
DRAFT_TLS_PSK_WITH_AES_256_OCB - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
DRAFT_TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
DRAFT_TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
DRAFT_token_binding - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
drawArc(int, int, int, int, int) - Method in class org.joshvm.ui.widget.Canvas
Draws an arc on the canvas
drawImage(String, int, int) - Method in class org.joshvm.ui.widget.Canvas
Draws an image on the canvas
drawImage(byte[], int, int, int, int) - Method in class org.joshvm.ui.widget.Canvas
Draws an image on the canvas
drawLine(int, int, int, int) - Method in class org.joshvm.ui.widget.Canvas
Draws a simple line which from (x,y) to (x2, y2) on the canvas
drawLine(PointGroup) - Method in class org.joshvm.ui.widget.Canvas
Draws a line on the canvas.
drawPolygon(PointGroup) - Method in class org.joshvm.ui.widget.Canvas
Draws a polygon on the canvas
drawRect(int, int, int, int) - Method in class org.joshvm.ui.widget.Canvas
Draws a rectangle on the canvas
drawText(String, int, int) - Method in class org.joshvm.ui.widget.Canvas
Draws a text on the canvas
drawText(String, int, int, int) - Method in class org.joshvm.ui.widget.Canvas
Draws a text on the canvas
DropdownList - Class in org.joshvm.ui.widget
The DropdownList allows the user to select one value from a list.
DropdownList() - Constructor for class org.joshvm.ui.widget.DropdownList
Constructs a drop-down list
dsa - Static variable in class org.bouncycastle.crypto.tls.SignatureAlgorithm
 
dss_ephemeral_dh_RESERVED - Static variable in class org.bouncycastle.crypto.tls.ClientCertificateType
 
dss_fixed_dh - Static variable in class org.bouncycastle.crypto.tls.ClientCertificateType
 
dss_sign - Static variable in class org.bouncycastle.crypto.tls.ClientCertificateType
 
DTD - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is a DTD
DTDStreamReader - Interface in javax.xml.stream
This interface extends the Streaming API for XML (StAX) Cursor API.
dtls_srtp - Static variable in class org.bouncycastle.crypto.tls.ExporterLabel
 
DTLSv10 - Static variable in class org.bouncycastle.crypto.tls.ProtocolVersion
 
DTLSv12 - Static variable in class org.bouncycastle.crypto.tls.ProtocolVersion
 
duplicate() - Method in class org.joshvm.util.ByteBuffer
 

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.
ec_basis_pentanomial - Static variable in class org.bouncycastle.crypto.tls.ECBasisType
 
ec_basis_trinomial - Static variable in class org.bouncycastle.crypto.tls.ECBasisType
 
ec_point_formats - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
ecAgreePrivateKey - Variable in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
ecAgreePublicKey - Variable in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
ECBasisType - Class in org.bouncycastle.crypto.tls
RFC 4492 5.4.
ECBasisType() - Constructor for class org.bouncycastle.crypto.tls.ECBasisType
 
ECCurveType - Class in org.bouncycastle.crypto.tls
RFC 4492 5.4
ECCurveType() - Constructor for class org.bouncycastle.crypto.tls.ECCurveType
 
ECDH_anon - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
ECDH_ECDSA - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
ECDH_RSA - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
ECDHE_ECDSA - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
ECDHE_PSK - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
ECDHE_RSA - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
ECDomainParameters - Class in org.bouncycastle.crypto.params
 
ECDomainParameters(ECCurve, ECPoint, BigInteger) - Constructor for class org.bouncycastle.crypto.params.ECDomainParameters
 
ECDomainParameters(ECCurve, ECPoint, BigInteger, BigInteger) - Constructor for class org.bouncycastle.crypto.params.ECDomainParameters
 
ECDomainParameters(ECCurve, ECPoint, BigInteger, BigInteger, byte[]) - Constructor for class org.bouncycastle.crypto.params.ECDomainParameters
 
ecdsa - Static variable in class org.bouncycastle.crypto.tls.SignatureAlgorithm
 
ecdsa_fixed_ecdh - Static variable in class org.bouncycastle.crypto.tls.ClientCertificateType
 
ecdsa_sign - Static variable in class org.bouncycastle.crypto.tls.ClientCertificateType
 
ECKeyGenerationParameters - Class in org.bouncycastle.crypto.params
 
ECKeyGenerationParameters(ECDomainParameters, SecureRandom) - Constructor for class org.bouncycastle.crypto.params.ECKeyGenerationParameters
 
ECKeyPairGenerator - Class in org.bouncycastle.crypto.generators
 
ECKeyPairGenerator() - Constructor for class org.bouncycastle.crypto.generators.ECKeyPairGenerator
 
ECKeyParameters - Class in org.bouncycastle.crypto.params
 
ECKeyParameters(boolean, ECDomainParameters) - Constructor for class org.bouncycastle.crypto.params.ECKeyParameters
 
ECPointFormat - Class in org.bouncycastle.crypto.tls
RFC 4492 5.1.2
ECPointFormat() - Constructor for class org.bouncycastle.crypto.tls.ECPointFormat
 
ECPrivateKeyParameters - Class in org.bouncycastle.crypto.params
 
ECPrivateKeyParameters(BigInteger, ECDomainParameters) - Constructor for class org.bouncycastle.crypto.params.ECPrivateKeyParameters
 
ECPublicKeyParameters - Class in org.bouncycastle.crypto.params
 
ECPublicKeyParameters(ECPoint, ECDomainParameters) - Constructor for class org.bouncycastle.crypto.params.ECPublicKeyParameters
 
Element - Interface in org.w3c.dom
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.
elementAt(int) - Method in class java.util.Vector
Returns the component at the specified index.
elementCount - Variable in class java.util.Vector
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.
elements() - Method in class java.security.PermissionCollection
Returns an enumeration of all the Permission objects in the collection.
elements() - Method in class java.util.Hashtable
Returns an enumeration of the values in this hashtable.
elements() - Method in class java.util.Vector
Returns an enumeration of the components of this vector.
ElementTraversal - Interface in org.w3c.dom
The ElementTraversal interface is a set of properties on the Element object, which allow an author to easily navigate between elements.
elliptic_curves - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
Deprecated.
empty() - Method in class java.util.Stack
Tests if this stack is empty.
EMPTY_BYTES - Static variable in class org.bouncycastle.crypto.tls.TlsUtils
 
EMPTY_CHAIN - Static variable in class org.bouncycastle.crypto.tls.Certificate
 
EMPTY_INTS - Static variable in class org.bouncycastle.crypto.tls.TlsUtils
 
EMPTY_LONGS - Static variable in class org.bouncycastle.crypto.tls.TlsUtils
 
EMPTY_SHORTS - Static variable in class org.bouncycastle.crypto.tls.TlsUtils
 
EmptyStackException - Exception in java.util
Thrown by methods in the Stack class to indicate that the stack is empty.
EmptyStackException() - Constructor for exception java.util.EmptyStackException
Constructs a new EmptyStackException with null as its error message string.
enable() - Method in class org.joshvm.media.WakeUpManager
Enable detect wakeup word.
enableClipCorner(boolean) - Method in class org.joshvm.ui.UIObject
Enables to clip the overflowed content on the rounded corner.
enableMode(int) - Method in class org.joshvm.ui.widget.Textarea
Enables the mode of the textarea
Encodable - Interface in org.bouncycastle.util
Interface implemented by objects that can be converted into byte arrays.
EncodableDigest - Interface in org.bouncycastle.crypto.digests
Encodable digests allow you to download an encoded copy of their internal state.
encode(OutputStream) - Method in class org.bouncycastle.crypto.tls.Certificate
Encode this Certificate to an OutputStream.
encode(OutputStream) - Method in class org.bouncycastle.crypto.tls.CertificateRequest
Encode this CertificateRequest to an OutputStream.
encode(OutputStream) - Method in class org.bouncycastle.crypto.tls.CertificateURL
Encode this CertificateURL to an OutputStream.
encode(OutputStream) - Method in class org.bouncycastle.crypto.tls.DigitallySigned
Encode this DigitallySigned to an OutputStream.
encode(OutputStream) - Method in class org.bouncycastle.crypto.tls.HeartbeatExtension
Encode this HeartbeatExtension to an OutputStream.
encode(TlsContext, OutputStream) - Method in class org.bouncycastle.crypto.tls.HeartbeatMessage
Encode this HeartbeatMessage to an OutputStream.
encode(OutputStream) - Method in class org.bouncycastle.crypto.tls.NewSessionTicket
Encode this NewSessionTicket to an OutputStream.
encode(OutputStream) - Method in class org.bouncycastle.crypto.tls.ServerName
Encode this ServerName to an OutputStream.
encode(OutputStream) - Method in class org.bouncycastle.crypto.tls.ServerNameList
Encode this ServerNameList to an OutputStream.
encode(OutputStream) - Method in class org.bouncycastle.crypto.tls.SignatureAndHashAlgorithm
encode(OutputStream) - Method in class org.bouncycastle.crypto.tls.URLAndHash
Encode this URLAndHash to an OutputStream.
encode(byte[]) - Static method in class org.bouncycastle.util.encoders.Base64
encode the input data producing a base 64 encoded byte array.
encode(byte[], int, int) - Static method in class org.bouncycastle.util.encoders.Base64
encode the input data producing a base 64 encoded byte array.
encode(byte[], OutputStream) - Static method in class org.bouncycastle.util.encoders.Base64
Encode the byte data to base 64 writing it to the given output stream.
encode(byte[], int, int, OutputStream) - Static method in class org.bouncycastle.util.encoders.Base64
Encode the byte data to base 64 writing it to the given output stream.
encode(byte[], int, int, OutputStream) - Method in class org.bouncycastle.util.encoders.Base64Encoder
encode the input data producing a base 64 output stream.
encode(byte[], int, int, OutputStream) - Method in interface org.bouncycastle.util.encoders.Encoder
 
encode(byte[]) - Static method in class org.bouncycastle.util.encoders.Hex
encode the input data producing a Hex encoded byte array.
encode(byte[], int, int) - Static method in class org.bouncycastle.util.encoders.Hex
encode the input data producing a Hex encoded byte array.
encode(byte[], OutputStream) - Static method in class org.bouncycastle.util.encoders.Hex
Hex encode the byte data writing it to the given output stream.
encode(byte[], int, int, OutputStream) - Static method in class org.bouncycastle.util.encoders.Hex
Hex encode the byte data writing it to the given output stream.
encode(byte[], int, int, OutputStream) - Method in class org.bouncycastle.util.encoders.HexEncoder
encode the input data producing a Hex output stream.
encode(byte[], int, int, byte[], int) - Method in class org.bouncycastle.util.encoders.HexTranslator
 
encode(byte[], int, int, byte[], int) - Method in interface org.bouncycastle.util.encoders.Translator
 
encode(byte[]) - Static method in class org.bouncycastle.util.encoders.UrlBase64
Encode the input data producing a URL safe base 64 encoded byte array.
encode(byte[], OutputStream) - Static method in class org.bouncycastle.util.encoders.UrlBase64
Encode the byte data writing it to the given output stream.
encodeOpaque8(byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
encodePlaintext(long, short, byte[], int, int) - Method in class org.bouncycastle.crypto.tls.TlsAEADCipher
 
encodePlaintext(long, short, byte[], int, int) - Method in class org.bouncycastle.crypto.tls.TlsBlockCipher
 
encodePlaintext(long, short, byte[], int, int) - Method in interface org.bouncycastle.crypto.tls.TlsCipher
 
encodePlaintext(long, short, byte[], int, int) - Method in class org.bouncycastle.crypto.tls.TlsNullCipher
 
encodePlaintext(long, short, byte[], int, int) - Method in class org.bouncycastle.crypto.tls.TlsStreamCipher
 
Encoder - Interface in org.bouncycastle.util.encoders
Encode and decode byte arrays (typically from binary to 7-bit ASCII encodings).
EncoderException - Exception in org.bouncycastle.util.encoders
Exception thrown if an attempt is made to encode invalid data, or some other failure occurs.
encodeSupportedSignatureAlgorithms(Vector, boolean, OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
encodeUint16ArrayWithUint16Length(int[]) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
encodeUint8ArrayWithUint8Length(short[]) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
encodingTable - Variable in class org.bouncycastle.util.encoders.Base64Encoder
 
encodingTable - Variable in class org.bouncycastle.util.encoders.HexEncoder
 
encrypt(byte[], int, int) - Method in interface org.bouncycastle.crypto.KeyEncapsulation
Encapsulate a randomly generated session key.
encrypt_then_mac - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
encryptCipher - Variable in class org.bouncycastle.crypto.tls.TlsAEADCipher
 
encryptCipher - Variable in class org.bouncycastle.crypto.tls.TlsBlockCipher
 
encryptCipher - Variable in class org.bouncycastle.crypto.tls.TlsStreamCipher
 
encryptImplicitNonce - Variable in class org.bouncycastle.crypto.tls.TlsAEADCipher
 
EncryptionAlgorithm - Class in org.bouncycastle.crypto.tls
RFC 2246
EncryptionAlgorithm() - Constructor for class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
encryptThenMAC - Variable in class org.bouncycastle.crypto.tls.TlsBlockCipher
 
END_DOCUMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is an end document
END_DTD - Static variable in interface javax.xml.stream.DTDStreamReader
Indicates an event is the end of a DTD.
END_ELEMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is an end element
endArray() - Method in class org.json.me.JSONWriter
End an array.
endObject() - Method in class org.json.me.JSONWriter
End an object.
endsWith(String) - Method in class java.lang.String
Tests if this string ends with the specified suffix.
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.
ensureExtensionsInitialised(Hashtable) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
entity - Static variable in class org.json.me.util.XMLTokener
The table of entity values.
Entity - Interface in org.w3c.dom
This interface represents an entity, either parsed or unparsed, in an XML document.
ENTITY_DECLARATION - Static variable in interface javax.xml.stream.DTDStreamReader
Indicates an event is a parsed entity declaration.
ENTITY_DECLARATION - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates a Entity Declaration
ENTITY_NODE - Static variable in interface org.w3c.dom.Node
The node is an Entity.
ENTITY_REFERENCE - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is an entity reference
ENTITY_REFERENCE_NODE - Static variable in interface org.w3c.dom.Node
The node is an EntityReference.
EntityReference - Interface in org.w3c.dom
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.
Enumeration - Interface in java.util
An object that implements the Enumeration interface generates a series of elements, one at a time.
Environment - Class in org.joshvm.media
Provides access to environment variables for media.
Environment() - Constructor for class org.joshvm.media.Environment
 
EOFException - Exception in java.io
Signals that an end of file or end of stream has been reached unexpectedly during input.
EOFException() - Constructor for exception java.io.EOFException
Constructs an EOFException with null as its error detail message.
EOFException(String) - Constructor for exception java.io.EOFException
Constructs an EOFException with the specified detail message.
EQ - Static variable in class org.json.me.util.XML
The Character '='.
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.Byte
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Character
Compares this object against the specified object.
equals(Object) - Method in class java.lang.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.Integer
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Long
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Object
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class java.lang.Short
Compares this object to the specified object.
equals(Object) - Method in class java.lang.String
Compares this string to the specified object.
equals(Object) - Method in class java.security.BasicPermission
Checks two BasicPermission objects for equality.
equals(Object) - Method in class java.security.Permission
Checks two Permission objects for equality.
equals(Object) - Method in class java.util.Calendar
Compares this calendar to the specified object.
equals(Object) - Method in class java.util.Date
Compares two dates for equality.
equals(Object) - Method in class java.util.PropertyPermission
Checks two PropertyPermission objects for equality.
equals(Object) - Method in class javax.microedition.io.CommProtocolPermission
Checks two CommProtocolPermission objects for equality.
equals(Object) - Method in class javax.microedition.io.DatagramProtocolPermission
Checks two DatagramProtocolPermission objects for equality.
equals(Object) - Method in class javax.microedition.io.FileProtocolPermission
Checks two FileProtocolPermission objects for equality.
equals(Object) - Method in class javax.microedition.io.HttpProtocolPermission
Checks two HttpProtocolPermission objects for equality.
equals(Object) - Method in class javax.microedition.io.HttpsProtocolPermission
Checks two HttpsProtocolPermission objects for equality.
equals(Object) - Method in class javax.microedition.io.SocketProtocolPermission
Checks two SocketProtocolPermission objects for equality.
equals(Object) - Method in class javax.microedition.io.SSLProtocolPermission
Checks two SSLProtocolPermission objects for equality.
equals(Object) - Method in class org.bouncycastle.crypto.params.ECDomainParameters
 
equals(Object) - Method in class org.bouncycastle.crypto.tls.ProtocolVersion
 
equals(ProtocolVersion) - Method in class org.bouncycastle.crypto.tls.ProtocolVersion
 
equals(Object) - Method in class org.bouncycastle.crypto.tls.SignatureAndHashAlgorithm
 
equals(Object) - Method in class org.bouncycastle.util.Fingerprint
 
equals(Object) - Method in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Checks two GPIOPinConfig objects for equality.
equalsIgnoreCase(String) - Method in class java.lang.String
Compares this String to another String, ignoring case considerations.
err - Static variable in class java.lang.System
The "standard" error output stream.
Error - Error in java.lang
An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
Error() - Constructor for error java.lang.Error
Constructs an Error with no specified detail message.
Error(String) - Constructor for error java.lang.Error
Constructs an Error with the specified detail message.
escape(String) - Static method in class org.json.me.util.XML
Replace special characters with XML escapes:
establishMasterSecret(TlsContext, TlsKeyExchange) - Static method in class org.bouncycastle.crypto.tls.TlsProtocol
 
Event - Interface in org.w3c.dom.events
The Event interface is used to provide contextual information about an event to the handler processing the event.
EventException - Exception in org.w3c.dom.events
Event operations may throw an EventException as specified in their method descriptions.
EventException(short, String) - Constructor for exception org.w3c.dom.events.EventException
Create an EventException with the specified error code and message.
EventListener - Interface in org.joshvm.event
Listener to receive event from system.
EventListener - Interface in org.w3c.dom.events
The EventListener interface is the primary method for handling events.
EventManager - Class in org.joshvm.event
EventManager is used to handle system event
EventTarget - Interface in org.w3c.dom.events
The EventTarget interface is implemented by all Nodes in an implementation which supports the DOM Event Model.
Exception - Exception in java.lang
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 exception java.lang.Exception
Constructs an Exception with no specified detail message.
Exception(String) - Constructor for exception java.lang.Exception
Constructs an Exception with the specified detail message.
ExceptionInfo - Interface in org.bouncycastle.util
 
EXCLUSIVE - Static variable in class org.joshvm.j2me.dio.DeviceManager
 
exists() - Method in interface javax.microedition.io.file.FileConnection
 
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.
expectSessionTicket - Variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
EXPIRED - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate is expired.
explicit_char2 - Static variable in class org.bouncycastle.crypto.tls.ECCurveType
Indicates the elliptic curve domain parameters are conveyed verbosely, and the underlying finite field is a characteristic-2 field.
explicit_prime - Static variable in class org.bouncycastle.crypto.tls.ECCurveType
Indicates the elliptic curve domain parameters are conveyed verbosely, and the underlying finite field is a prime field.
export_restriction - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
This alert was used in some earlier versions of TLS.
ExporterLabel - Class in org.bouncycastle.crypto.tls
RFC 5705
ExporterLabel() - Constructor for class org.bouncycastle.crypto.tls.ExporterLabel
 
exportKeyingMaterial(String, byte[], int) - Method in interface org.bouncycastle.crypto.tls.TlsContext
Export keying material according to RFC 5705: "Keying Material Exporters for TLS".
exportSessionParameters() - Method in interface org.bouncycastle.crypto.tls.TlsSession
 
EXT_ec_point_formats - Static variable in class org.bouncycastle.crypto.tls.TlsECCUtils
 
EXT_elliptic_curves - Static variable in class org.bouncycastle.crypto.tls.TlsECCUtils
 
EXT_encrypt_then_mac - Static variable in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
EXT_extended_master_secret - Static variable in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
EXT_heartbeat - Static variable in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
EXT_max_fragment_length - Static variable in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
EXT_padding - Static variable in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
EXT_RenegotiationInfo - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
EXT_server_name - Static variable in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
EXT_SessionTicket - Static variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
EXT_signature_algorithms - Static variable in class org.bouncycastle.crypto.tls.TlsUtils
 
EXT_status_request - Static variable in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
EXT_truncated_hmac - Static variable in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
extended_master_secret - Static variable in class org.bouncycastle.crypto.tls.ExporterLabel
 
extended_master_secret - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
ExtendedDigest - Interface in org.bouncycastle.crypto
 
EXTENSION - Static variable in class javax.microedition.location.AddressInfo
 
ExtensionType - Class in org.bouncycastle.crypto.tls
 
ExtensionType() - Constructor for class org.bouncycastle.crypto.tls.ExtensionType
 

F

FactoryConfigurationError - Error in javax.xml.stream
An error class for reporting factory configuration errors.
FactoryConfigurationError() - Constructor for error javax.xml.stream.FactoryConfigurationError
Default constructor
FactoryConfigurationError(Exception) - Constructor for error javax.xml.stream.FactoryConfigurationError
Construct an exception with a nested inner exception
FactoryConfigurationError(Exception, String) - Constructor for error javax.xml.stream.FactoryConfigurationError
Construct an exception with a nested inner exception and a message
FactoryConfigurationError(String, Exception) - Constructor for error javax.xml.stream.FactoryConfigurationError
Construct an exception with a nested inner exception and a message
FactoryConfigurationError(String) - Constructor for error javax.xml.stream.FactoryConfigurationError
Construct an exception with associated message
FAILED - Static variable in interface org.joshvm.remote.RequestListener
result is FAILED
FALSE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
fatal - Static variable in class org.bouncycastle.crypto.tls.AlertLevel
 
FEATURE_SECURE_PROCESSING - Static variable in class javax.xml.XMLConstants
Feature for secure processing.
FEBRUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the second month of the year.
fields - Variable in class java.util.Calendar
The field values for the currently set time for this calendar.
FileConnection - Interface in javax.microedition.io.file
This class is defined by the JSR-75 specification PDA Optional Packages for the J2ME™ Platform
FileProtocolPermission - Class in javax.microedition.io
This class represents access rights to connections via the "file" protocol.
FileProtocolPermission(String, String) - Constructor for class javax.microedition.io.FileProtocolPermission
Creates a new FileProtocolPermission with the specified actions.
fileSize() - Method in interface javax.microedition.io.file.FileConnection
 
FileSystemListener - Interface in javax.microedition.io.file
This class is defined by the JSR-75 specification PDA Optional Packages for the J2ME™ Platform
FileSystemRegistry - Class in javax.microedition.io.file
This class is defined by the JSR-75 specification PDA Optional Packages for the J2ME™ Platform
fill(byte[], byte) - Static method in class org.bouncycastle.util.Arrays
 
fill(char[], char) - Static method in class org.bouncycastle.util.Arrays
 
fill(long[], long) - Static method in class org.bouncycastle.util.Arrays
 
fill(short[], short) - Static method in class org.bouncycastle.util.Arrays
 
fill(int[], int) - Static method in class org.bouncycastle.util.Arrays
 
fill(Color) - Method in class org.joshvm.ui.widget.Canvas
Fills the canvas with color
Fingerprint - Class in org.bouncycastle.util
 
Fingerprint(byte[]) - Constructor for class org.bouncycastle.util.Fingerprint
 
finish() - Method in class org.bouncycastle.crypto.digests.GeneralDigest
 
finish() - Method in class org.bouncycastle.crypto.digests.LongDigest
 
finished - Static variable in class org.bouncycastle.crypto.tls.HandshakeType
 
firstElement() - Method in class java.util.Vector
Returns the first component of this vector.
Flex - Class in org.joshvm.ui.layout
Flex layout can arrange items into rows or columns (tracks), handle wrapping, adjust the spacing between the items and tracks, handle grow to make the item(s) fill the remaining space with respect to min/max width and height.
Flex() - Constructor for class org.joshvm.ui.layout.Flex
 
FLEX_ALIGN_CENTER - Static variable in class org.joshvm.ui.layout.Flex
simply center
FLEX_ALIGN_END - Static variable in class org.joshvm.ui.layout.Flex
means right on a horizontally and bottom vertically
FLEX_ALIGN_SPACE_AROUND - Static variable in class org.joshvm.ui.layout.Flex
items are evenly distributed in the track with equal space around them.
FLEX_ALIGN_SPACE_BETWEEN - Static variable in class org.joshvm.ui.layout.Flex
items are evenly distributed in the track: first item is on the start line, last item on the end line.
FLEX_ALIGN_SPACE_EVENLY - Static variable in class org.joshvm.ui.layout.Flex
items are distributed so that the spacing between any two items (and the space to the edges) is equal.
FLEX_ALIGN_START - Static variable in class org.joshvm.ui.layout.Flex
means left on a horizontally and top vertically
FLEX_FLOW_TYPE_COLUMN - Static variable in class org.joshvm.ui.layout.Flex
Place the children in a column (track) without wrapping
FLEX_FLOW_TYPE_COLUMN_WRAP - Static variable in class org.joshvm.ui.layout.Flex
Place the children in a column (track) with wrapping
FLEX_FLOW_TYPE_ROW - Static variable in class org.joshvm.ui.layout.Flex
Place the children in a row (track) without wrapping
FLEX_FLOW_TYPE_ROW_WRAP - Static variable in class org.joshvm.ui.layout.Flex
Place the children in a row (track) with wrapping
flip() - Method in class org.joshvm.util.ByteBuffer
 
Float - Class in java.lang
The Float class wraps a value of primitive type float in an object.
Float(float) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the primitive float argument.
Float(double) - Constructor for class java.lang.Float
Constructs a newly allocated Floatobject that represents the argument converted to type float.
floatToIntBits(float) - Static method in class java.lang.Float
Returns the bit representation of a single-float value.
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.
floatValue() - Method in class java.lang.Integer
Returns the value of this Integer as a float.
floatValue() - Method in class java.lang.Long
Returns the value of this Long as a float.
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.
flush() - Method in class java.io.DataOutputStream
Flushes this data output 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.OutputStreamWriter
Flush the stream.
flush() - Method in class java.io.PrintStream
Flush the stream.
flush() - Method in class java.io.Writer
Flush the stream.
flush() - Method in interface javax.xml.stream.XMLStreamWriter
Write any cached data to the underlying output mechanism.
flush() - Method in class org.bouncycastle.crypto.io.CipherOutputStream
Flushes this output stream by forcing any buffered output bytes that have already been processed by the encapsulated cipher object to be written out.
flush() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
flush() - Method in class org.joshvm.j2me.directUI.DefaultDisplayDevice
 
flush() - Method in class org.joshvm.j2me.directUI.Display
 
flush() - Method in interface org.joshvm.j2me.directUI.DisplayDeviceAdaptor
 
flush() - Method in class org.joshvm.media.AudioTrack
Flushes the audio data currently queued for playback.
flush() - Method in class org.json.me.StringWriter
 
Font - Class in org.joshvm.ui
The Font class represents a font created from system or from font file.
Font() - Constructor for class org.joshvm.ui.Font
 
FONT_DEFAULT - Static variable in class org.joshvm.j2me.directUI.Text
 
FONT_LARGE - Static variable in class org.joshvm.j2me.directUI.Text
 
FONT_MEDIUM - Static variable in class org.joshvm.j2me.directUI.Text
 
FONT_SMALL - Static variable in class org.joshvm.j2me.directUI.Text
 
forceNewTrack(boolean) - Method in class org.joshvm.ui.UIObject
Sets flex new track property of the object.
forEncryption - Variable in class org.bouncycastle.crypto.BufferedBlockCipher
 
forkPRFHash() - Method in interface org.bouncycastle.crypto.tls.TlsHandshakeHash
 
FORMAT_AMR_NB - Static variable in class org.joshvm.media.MediaFormat
AMR NB format
FORMAT_AMR_WB - Static variable in class org.joshvm.media.MediaFormat
AMR WB format
FORMAT_WAV - Static variable in class org.joshvm.media.MediaFormat
WAV format
forName(String) - Static method in class java.lang.Class
Returns the Class object associated with the class with the given string name.
fortezza_dms_RESERVED - Static variable in class org.bouncycastle.crypto.tls.ClientCertificateType
 
freeMemory() - Method in class java.lang.Runtime
Returns the amount of free memory in the system.
FRIDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Friday.
fromByteArray(byte[]) - Static method in class org.bouncycastle.util.Strings
Convert an array of 8 bit characters into a string.
fromUnsignedByteArray(byte[]) - Static method in class org.bouncycastle.util.BigIntegers
 
fromUnsignedByteArray(byte[], int, int) - Static method in class org.bouncycastle.util.BigIntegers
 
fromUTF8ByteArray(byte[]) - Static method in class org.bouncycastle.util.Strings
 

G

gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
GCFPermission - Class in javax.microedition.io
 
GCFPermission(String) - Constructor for class javax.microedition.io.GCFPermission
Constructs a GCFPermission with the specified URI.
GCMBlockCipher - Class in org.bouncycastle.crypto.modes
Implements the Galois/Counter mode (GCM) detailed in NIST Special Publication 800-38D.
GCMBlockCipher(BlockCipher) - Constructor for class org.bouncycastle.crypto.modes.GCMBlockCipher
 
GCMBlockCipher(BlockCipher, GCMMultiplier) - Constructor for class org.bouncycastle.crypto.modes.GCMBlockCipher
 
GeneralDigest - Class in org.bouncycastle.crypto.digests
base implementation of MD4 family style digest as outlined in "Handbook of Applied Cryptography", pages 344 - 347.
GeneralDigest() - Constructor for class org.bouncycastle.crypto.digests.GeneralDigest
Standard constructor
GeneralDigest(GeneralDigest) - Constructor for class org.bouncycastle.crypto.digests.GeneralDigest
Copy constructor.
GeneralDigest(byte[]) - Constructor for class org.bouncycastle.crypto.digests.GeneralDigest
 
generateAgreement(AsymmetricKeyParameter) - Method in interface org.bouncycastle.crypto.tls.TlsAgreementCredentials
 
generateBlindingFactor() - Method in class org.bouncycastle.crypto.generators.RSABlindingFactorGenerator
Generate a suitable blind factor for the public key the generator was initialised with.
generateBytes(byte[], int, int) - Method in interface org.bouncycastle.crypto.DerivationFunction
 
generateCertificateSignature(byte[]) - Method in class org.bouncycastle.crypto.tls.DefaultTlsSignerCredentials
 
generateCertificateSignature(byte[]) - Method in interface org.bouncycastle.crypto.tls.TlsSignerCredentials
 
generateClientId() - Static method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
Returns a randomly generated client identifier based on the the fixed prefix (paho) and the system time.
generateClientId() - Static method in class org.eclipse.paho.client.mqttv3.MqttClient
Returns a randomly generated client identifier based on the current user's login name and the system time.
generateClientKeyExchange(OutputStream) - Method in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
generateClientKeyExchange(OutputStream) - Method in interface org.bouncycastle.crypto.tls.TlsKeyExchange
 
generateClientKeyExchange(OutputStream) - Method in class org.bouncycastle.crypto.tls.TlsRSAKeyExchange
 
generateDerivedMacParameters(int) - Method in class org.bouncycastle.crypto.PBEParametersGenerator
generate derived parameters for a key of length keySize, specifically for use with a MAC.
generateDerivedParameters(int) - Method in class org.bouncycastle.crypto.PBEParametersGenerator
generate derived parameters for a key of length keySize.
generateDerivedParameters(int, int) - Method in class org.bouncycastle.crypto.PBEParametersGenerator
generate derived parameters for a key of length keySize, and an initialisation vector (IV) of length ivSize.
generateECKeyPair(SecureRandom, ECDomainParameters) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
generateEncryptedPreMasterSecret(TlsContext, RSAKeyParameters, OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsRSAUtils
 
generateEphemeralClientKeyExchange(SecureRandom, short[], ECDomainParameters, OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
generateKey() - Method in class org.bouncycastle.crypto.CipherKeyGenerator
generate a secret key.
generateKeyPair() - Method in interface org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator
return an AsymmetricCipherKeyPair containing the generated keys.
generateKeyPair() - Method in class org.bouncycastle.crypto.generators.ECKeyPairGenerator
Given the domain parameters this routine generates an EC key pair in accordance with X9.62 section 5.2.1 pages 26, 27.
generateKeyPair() - Method in class org.bouncycastle.crypto.generators.RSAKeyPairGenerator
 
generatePremasterSecret() - Method in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
generatePremasterSecret() - Method in interface org.bouncycastle.crypto.tls.TlsKeyExchange
 
generatePremasterSecret() - Method in class org.bouncycastle.crypto.tls.TlsRSAKeyExchange
 
generateRawSignature(AsymmetricKeyParameter, byte[]) - Method in class org.bouncycastle.crypto.tls.AbstractTlsSigner
 
generateRawSignature(SignatureAndHashAlgorithm, AsymmetricKeyParameter, byte[]) - Method in class org.bouncycastle.crypto.tls.TlsRSASigner
 
generateRawSignature(AsymmetricKeyParameter, byte[]) - Method in interface org.bouncycastle.crypto.tls.TlsSigner
 
generateRawSignature(SignatureAndHashAlgorithm, AsymmetricKeyParameter, byte[]) - Method in interface org.bouncycastle.crypto.tls.TlsSigner
 
generateServerKeyExchange() - Method in class org.bouncycastle.crypto.tls.AbstractTlsKeyExchange
 
generateServerKeyExchange() - Method in class org.bouncycastle.crypto.tls.TlsECDHEKeyExchange
 
generateServerKeyExchange() - Method in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
generateServerKeyExchange() - Method in interface org.bouncycastle.crypto.tls.TlsKeyExchange
 
generateSignature() - Method in interface org.bouncycastle.crypto.Signer
generate a signature for the message we've been loaded with using the key we were initialised with.
generateSignature() - Method in class org.bouncycastle.crypto.signers.GenericSigner
Generate a signature for the message we've been loaded with using the key we were initialised with.
generateSignature() - Method in class org.bouncycastle.crypto.signers.RSADigestSigner
Generate a signature for the message we've been loaded with using the key we were initialised with.
GenericSigner - Class in org.bouncycastle.crypto.signers
 
GenericSigner(AsymmetricBlockCipher, Digest) - Constructor for class org.bouncycastle.crypto.signers.GenericSigner
 
get() - Method in class java.lang.ref.Reference
Returns this reference object's referent.
get() - Method in class java.lang.ref.WeakReference
Returns this reference object's referent.
get(int) - Method in class java.util.Calendar
Gets the value for a given time field.
get(Object) - Method in class java.util.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
GET - Static variable in interface javax.microedition.io.HttpConnection
HTTP Get method.
get(int, int) - Static method in class org.bouncycastle.crypto.tls.ProtocolVersion
 
get(int) - Method in interface org.bouncycastle.util.StringList
 
get(String) - Method in interface org.eclipse.paho.client.mqttv3.MqttClientPersistence
Gets the specified data out of the persistent store.
get(String) - Method in class org.eclipse.paho.client.mqttv3.persist.MemoryPersistence
 
get(String) - Method in class org.eclipse.paho.client.mqttv3.persist.MqttDefaultMicroFilePersistence
 
get(int) - Method in class org.joshvm.util.ArrayList
Returns the element at the specified position in this list.
get() - Method in class org.joshvm.util.ByteBuffer
 
get(int) - Method in class org.joshvm.util.ByteBuffer
 
get(byte[]) - Method in class org.joshvm.util.ByteBuffer
 
get(byte[], int, int) - Method in class org.joshvm.util.ByteBuffer
 
get(int) - Method in class org.json.me.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.json.me.JSONObject
Get the value object associated with a key.
getAccessControlContext() - Static method in class java.security.AccessController
Returns the access control context for the running application.
getActionCallback() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Return the async listener for this token.
getActionCallback() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
getActions() - Method in class java.security.BasicPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for a BasicPermission.
getActions() - Method in class java.security.Permission
Returns the actions as a String.
getActions() - Method in class java.util.PropertyPermission
Returns the "canonical string representation" of the actions.
getActions() - Method in class javax.microedition.io.CommProtocolPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions defined for CommProtocolPermission.
getActions() - Method in class javax.microedition.io.DatagramProtocolPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions defined for DatagramProtocolPermission.
getActions() - Method in class javax.microedition.io.FileProtocolPermission
Returns the canonical string representation of the actions.
getActions() - Method in class javax.microedition.io.HttpProtocolPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions defined for HttpProtocolPermission.
getActions() - Method in class javax.microedition.io.HttpsProtocolPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions defined for HttpsProtocolPermission.
getActions() - Method in class javax.microedition.io.SocketProtocolPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions defined for SocketProtocolPermission.
getActions() - Method in class javax.microedition.io.SSLProtocolPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions defined for SSLProtocolPermission.
getAdditionalData(long, short, int) - Method in class org.bouncycastle.crypto.tls.TlsAEADCipher
 
getAddress() - Method in interface javax.microedition.io.Datagram
Get the address of the datagram.
getAddress() - Method in interface javax.microedition.io.SocketConnection
Gets the remote address to which the socket is bound.
getAddress() - Method in interface javax.wireless.messaging.Message
Returns the address associated with this message.
getAddress() - Method in class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig
Gets the configured address of the I2C slave device.
getAddress() - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
Gets the configured address of the SPI slave device.
getAddressInfo() - Method in class javax.microedition.location.Location
Returns the AddressInfo associated with this Location object.
getAddressSize() - Method in class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig
Gets the configured address size of the I2C slave device.
getAlertDescription() - Method in exception org.bouncycastle.crypto.tls.TlsFatalAlert
 
getAlertDescription() - Method in exception org.bouncycastle.crypto.tls.TlsFatalAlertReceived
 
getAlgorithm() - Method in class org.bouncycastle.crypto.tls.DigitallySigned
 
getAlgorithmName() - Method in interface org.bouncycastle.crypto.BlockCipher
Return the name of the algorithm the cipher implements.
getAlgorithmName() - Method in interface org.bouncycastle.crypto.Digest
return the algorithm name
getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.MD5Digest
 
getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.NullDigest
 
getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.SHA1Digest
 
getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.SHA224Digest
 
getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.SHA256Digest
 
getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.SHA384Digest
 
getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.SHA512Digest
 
getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.SHA512tDigest
 
getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.ShortenedDigest
 
getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.AESEngine
 
getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.AESFastEngine
Deprecated.
 
getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.AESLightEngine
 
getAlgorithmName() - Method in class org.bouncycastle.crypto.engines.NullEngine
 
getAlgorithmName() - Method in interface org.bouncycastle.crypto.Mac
Return the name of the algorithm the MAC implements.
getAlgorithmName() - Method in class org.bouncycastle.crypto.macs.BlockCipherMac
 
getAlgorithmName() - Method in class org.bouncycastle.crypto.macs.CBCBlockCipherMac
 
getAlgorithmName() - Method in class org.bouncycastle.crypto.macs.HMac
 
getAlgorithmName() - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
Return the name of the algorithm.
getAlgorithmName() - Method in class org.bouncycastle.crypto.modes.CBCBlockCipher
return the algorithm name and mode.
getAlgorithmName() - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
 
getAlgorithmName() - Method in class org.bouncycastle.crypto.signers.RSADigestSigner
Deprecated. 
getAlgorithmName() - Method in interface org.bouncycastle.crypto.StreamCipher
Return the name of the algorithm the cipher implements.
getAlgorithmName() - Method in interface org.bouncycastle.crypto.Wrapper
Return the name of the algorithm the wrapper implements.
getAllSignatureAlgorithms() - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
getAlpha() - Method in class org.joshvm.ui.Color
Returns alpha component value of the color
getAltitude() - Method in class javax.microedition.location.Coordinates
Returns the altitude component of this coordinate.
getAltKey() - Method in interface org.w3c.dom.events.KeyboardEvent
true if the alternative (Alt) key modifier is activated.
getAltKey() - Method in interface org.w3c.dom.events.MouseEvent
true if the alt (alternative) key modifier is activated.
getAssociatedText() - Method in class org.bouncycastle.crypto.params.AEADParameters
 
getAttrChange() - Method in interface org.w3c.dom.events.MutationEvent
attrChange indicates the type of change which triggered the DOMAttrModified event.
getAttribute(String) - Method in class javax.xml.parsers.DocumentBuilderFactory
Allows the user to retrieve specific attributes on the underlying implementation.
getAttribute(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by name.
getAttributeCount() - Method in interface javax.xml.stream.XMLStreamReader
Returns the count of attributes on this START_ELEMENT, this method is only valid on a START_ELEMENT or ATTRIBUTE.
getAttributeLocalName(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the localName of the attribute at the provided index
getAttributeNamespace(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the namespace of the attribute at the provided index
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.
getAttributePrefix(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the prefix of this attribute at the provided index
getAttributes() - Method in interface org.w3c.dom.Node
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getAttributeType(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the XML type of the attribute at the provided index (see XML 1.0 Specification, section 3.3.1)
getAttributeValue(String, String) - Method in interface javax.xml.stream.XMLStreamReader
Returns the normalized attribute value of the attribute with the namespace and localName.
getAttributeValue(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the value of the attribute at the index
getAttrName() - Method in interface org.w3c.dom.events.MutationEvent
attrName indicates the name of the changed Attr node in a DOMAttrModified event.
getAuthentication() - Method in interface org.bouncycastle.crypto.tls.TlsClient
 
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAvailableInputBytes() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
Gets the amount of received application data.
getAvailableOutputBytes() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
Gets the amount of encrypted data available to be sent.
getBackgroundColor() - Method in class org.joshvm.ui.UIObject
Gets background color of the object
getBaudRate() - Method in interface javax.microedition.io.CommConnection
Gets the baudrate for the serial port connection.
getBitOrdering() - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
Gets the configured bit (shifting) ordering of the SPI slave device.
getBlindingFactor() - Method in class org.bouncycastle.crypto.params.RSABlindingParameters
 
getBlockSize() - Method in interface org.bouncycastle.crypto.BlockCipher
Return the block size for this cipher (in bytes).
getBlockSize() - Method in class org.bouncycastle.crypto.BufferedBlockCipher
return the blocksize for the underlying cipher.
getBlockSize() - Method in class org.bouncycastle.crypto.engines.AESEngine
 
getBlockSize() - Method in class org.bouncycastle.crypto.engines.AESFastEngine
Deprecated.
 
getBlockSize() - Method in class org.bouncycastle.crypto.engines.AESLightEngine
 
getBlockSize() - Method in class org.bouncycastle.crypto.engines.NullEngine
 
getBlockSize() - Method in class org.bouncycastle.crypto.modes.CBCBlockCipher
return the block size of the underlying cipher.
getBlue() - Method in class org.joshvm.ui.Color
Returns blue component value of the color
getBoolean(int) - Method in class org.json.me.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.json.me.JSONObject
Get the boolean value associated with a key.
getBorderColor() - Method in class org.joshvm.ui.UIObject
Gets border color of the object
getBorderWidth() - Method in class org.joshvm.ui.UIObject
Gets border width of the object.
getBubbles() - Method in interface org.w3c.dom.events.Event
Used to indicate whether or not an event is a bubbling event.
getBuffer() - Method in class org.bouncycastle.crypto.tls.ByteQueueOutputStream
 
getBufferPosition() - Method in class org.bouncycastle.crypto.BufferedAsymmetricBlockCipher
return the amount of data sitting in the buffer.
getBufferSize() - Method in class org.joshvm.media.AudioTrack
Returns native buffer size.
getBus() - Method in interface org.joshvm.j2me.dio.i2cbus.I2CDevice
Retrieves the Bus instance representing the I2C bus this device is connected to.
getButton() - Method in interface org.w3c.dom.events.MouseEvent
During mouse events caused by the depression or release of a mouse button, button is used to indicate which mouse button changed state.
getByteLength() - Method in class org.bouncycastle.crypto.digests.GeneralDigest
 
getByteLength() - Method in class org.bouncycastle.crypto.digests.LongDigest
 
getByteLength() - Method in class org.bouncycastle.crypto.digests.ShortenedDigest
 
getByteLength() - Method in interface org.bouncycastle.crypto.ExtendedDigest
Return the size in bytes of the internal buffer the digest applies it's compression function to.
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.
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.
getCancelable() - Method in interface org.w3c.dom.events.Event
Used to indicate whether or not an event can have its default action prevented.
getCause() - Method in exception org.bouncycastle.crypto.CryptoException
 
getCause() - Method in exception org.bouncycastle.crypto.io.CipherIOException
 
getCause() - Method in exception org.bouncycastle.crypto.tls.TlsException
 
getCause() - Method in exception org.bouncycastle.util.BCIllegalStateException
 
getCause() - Method in exception org.bouncycastle.util.encoders.DecoderException
 
getCause() - Method in exception org.bouncycastle.util.encoders.EncoderException
 
getCause() - Method in interface org.bouncycastle.util.ExceptionInfo
 
getCause() - Method in exception org.bouncycastle.util.StoreException
 
getCause() - Method in exception org.eclipse.paho.client.mqttv3.MqttException
Returns the underlying cause of this exception, if available.
getCause() - Method in exception org.json.me.JSONException
 
getCellID() - Method in class org.joshvm.j2me.cellular.CellInfo
 
getCellInfo() - Method in class org.joshvm.j2me.cellular.CellularDeviceInfo
Get current celluar station information
getCertainty() - Method in class org.bouncycastle.crypto.params.RSAKeyGenerationParameters
 
getCertificate() - Method in exception javax.microedition.pki.CertificateException
Get the Certificate that caused the exception.
getCertificate() - Method in class org.bouncycastle.crypto.tls.DefaultTlsEncryptionCredentials
 
getCertificate() - Method in class org.bouncycastle.crypto.tls.DefaultTlsSignerCredentials
 
getCertificate() - Method in interface org.bouncycastle.crypto.tls.TlsCredentials
 
getCertificate() - Method in interface org.joshvm.crypto.keystore.PrivateKeyStore
 
getCertificateAt(int) - Method in class org.bouncycastle.crypto.tls.Certificate
 
getCertificateAuthorities() - Method in class org.bouncycastle.crypto.tls.CertificateRequest
 
getCertificateList() - Method in class org.bouncycastle.crypto.tls.Certificate
 
getCertificateList() - Method in class org.joshvm.crypto.keystore.UserKeyStoreParam
Get the list of base64 encoded certificates for loading UserKeyStore
getCertificateTypes() - Method in class org.bouncycastle.crypto.tls.CertificateRequest
 
getChar(int) - Method in class org.joshvm.util.ByteBuffer
 
getChar() - Method in class org.joshvm.util.ByteBuffer
 
getCharacterEncodingScheme() - Method in interface javax.xml.stream.XMLStreamReader
Returns the character encoding declared on the xml declaration Returns null if none was declared
getCharacterOffset() - Method in interface javax.xml.stream.Location
Return the byte or character offset into the input source this location is pointing to.
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 class java.lang.StringBuffer
Characters are copied from this string buffer into the destination character array dst.
getChildElementCount() - Method in interface org.w3c.dom.ElementTraversal
Retrieves the number of child elements.
getChildNodes() - Method in interface org.w3c.dom.Node
A NodeList that contains all children of this node.
getCipher() - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
getCipher() - Method in interface org.bouncycastle.crypto.tls.TlsPeer
 
getCipherSuite() - Method in interface javax.microedition.io.SecurityInfo
Returns the name of the cipher suite in use for the connection.
getCipherSuite() - Method in class org.bouncycastle.crypto.tls.SecurityParameters
 
getCipherSuite() - Method in class org.bouncycastle.crypto.tls.SessionParameters
 
getCipherSuites() - Method in class org.bouncycastle.crypto.tls.DefaultTlsClient
 
getCipherSuites() - Method in interface org.bouncycastle.crypto.tls.TlsClient
 
getCipherType(int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
getClass() - Method in class java.lang.Object
Returns the runtime class of an object.
getClient() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Returns the MQTT client that is responsible for processing the asynchronous action
getClient() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
getClientCredentials(CertificateRequest) - Method in class org.bouncycastle.crypto.tls.ServerOnlyTlsAuthentication
 
getClientCredentials(CertificateRequest) - Method in interface org.bouncycastle.crypto.tls.TlsAuthentication
Return client credentials in response to server's certificate request
getClientExtensions() - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
getClientExtensions() - Method in interface org.bouncycastle.crypto.tls.TlsClient
 
getClientHelloRecordLayerVersion() - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
getClientHelloRecordLayerVersion() - Method in interface org.bouncycastle.crypto.tls.TlsClient
Return the ProtocolVersion to use for the TLSPlaintext.version field prior to receiving the server version.
getClientId() - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Returns the client ID used by this client.
getClientId() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Returns the client ID used by this client.
getClientId() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
getClientId() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
getClientRandom() - Method in class org.bouncycastle.crypto.tls.SecurityParameters
 
getClientSupplementalData() - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
getClientSupplementalData() - Method in interface org.bouncycastle.crypto.tls.TlsClient
 
getClientVersion() - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
getClientVersion() - Method in interface org.bouncycastle.crypto.tls.TlsClient
 
getClientVersion() - Method in interface org.bouncycastle.crypto.tls.TlsContext
 
getClientX() - Method in interface org.w3c.dom.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the DOM implementation's client area.
getClientY() - Method in interface org.w3c.dom.events.MouseEvent
The vertical coordinate at which the event occurred relative to the DOM implementation's client area.
getClockFrequency() - Method in class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig
Gets the configured clock frequency (in Hz) supported by the I2C slave device.
getClockFrequency() - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
Gets the clock frequency (in Hz) supported by the SPI slave device.
getClockMode() - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
Gets the configured clock mode (combining clock polarity and phase) for communicating with the SPI slave device.
getCode() - Method in exception org.joshvm.event.MessageException
Returns the code for this exception.
getColor() - Method in class org.joshvm.j2me.directUI.Text
 
getColorMode() - Method in class org.joshvm.j2me.directUI.DefaultDisplayDevice
 
getColorMode() - Method in class org.joshvm.j2me.directUI.Display
 
getColorMode() - Method in interface org.joshvm.j2me.directUI.DisplayDeviceAdaptor
 
getColumnNumber() - Method in interface javax.xml.stream.Location
Return the column number where the current event ends, returns -1 if none is available.
getColumnPadding() - Method in class org.joshvm.ui.UIObject
Gets the padding between the columns
getCommitment() - Method in class org.bouncycastle.crypto.Commitment
The sealed commitment.
getCompression() - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
getCompression() - Method in interface org.bouncycastle.crypto.tls.TlsPeer
 
getCompressionAlgorithm() - Method in class org.bouncycastle.crypto.tls.SecurityParameters
 
getCompressionAlgorithm() - Method in class org.bouncycastle.crypto.tls.SessionParameters
 
getCompressionMethods() - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
getCompressionMethods() - Method in interface org.bouncycastle.crypto.tls.TlsClient
 
getConnectionTimeout() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Returns the connection timeout value.
getContainer() - Method in class org.joshvm.ui.Container
Returns parent container
getContainer() - Method in class org.joshvm.ui.Widget
Returns its container object, i.e.
getContentArea() - Method in class org.joshvm.ui.Display
Gets content area of the Display
getContext() - Method in class org.bouncycastle.crypto.tls.TlsClientProtocol
 
getContext() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
getController() - Static method in class org.joshvm.remote.CameraController
Get CameraController instance
getControllerName() - Method in interface org.joshvm.j2me.dio.DeviceConfig.HardwareAddressing
 
getControllerName() - Method in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Gets the configured controller name (such as its device file name on UNIX systems).
getControllerName() - Method in class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig
Gets the configured controller name (such as its device file name on UNIX systems).
getControllerName() - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
Gets the configured controller name (such as its device file name on UNIX systems).
getControllerNumber() - Method in interface org.joshvm.j2me.dio.DeviceConfig.HardwareAddressing
 
getControllerNumber() - Method in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Gets the configured controller number for the pin.
getControllerNumber() - Method in class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig
Gets the configured controller number (the controller number the I2C bus adapter the I2C slave device is connected to).
getControllerNumber() - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
Gets the configured controller number (the controller number of the SPI bus adapter the slave device is connected to).
getCoordinates() - Method in class org.joshvm.ui.UIObject
Gets the coordinates of the object
getCount() - Method in class org.joshvm.j2me.dio.DeviceEvent
Returns the number of underlying coalesced hardware interrupts or software signals this event may represent.
getCourse() - Method in class javax.microedition.location.Location
Returns the terminal's course made good in degrees relative to true north.
getCrossAlign() - Method in class org.joshvm.ui.layout.Flex
Returns Flex align in cross direction
getCSActiveLevel() - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
Gets the configured Chip Select active level for selecting the SPI slave device.
getCtrlKey() - Method in interface org.w3c.dom.events.KeyboardEvent
true if the control (Ctrl) key modifier is activated.
getCtrlKey() - Method in interface org.w3c.dom.events.MouseEvent
true if the control (Ctrl) key modifier is activated.
getCurrentAPNSetting() - Method in class org.joshvm.j2me.cellular.CellularDeviceInfo
Get current APN setting
getCurrentPosition() - Method in class org.joshvm.media.MediaPlayer
Gets the current playback position.
getCurrentPRFHash(TlsContext, TlsHandshakeHash, byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsProtocol
'sender' only relevant to SSLv3
getCurrentTarget() - Method in interface org.w3c.dom.events.Event
Used to indicate the EventTarget whose EventListeners are currently being processed.
getCurrentVolume() - Static method in class org.joshvm.media.AudioManager
Returns the current volume between 0 and maximum volume.
getCursorPos() - Method in class org.joshvm.ui.widget.Textarea
Gets the current cursor position of the textarea
getCurve() - Method in class org.bouncycastle.crypto.params.ECDomainParameters
 
getD() - Method in class org.bouncycastle.crypto.params.ECPrivateKeyParameters
 
getData() - Method in interface javax.microedition.io.Datagram
Get the contents of the data buffer.
getData() - Method in class org.bouncycastle.crypto.tls.SupplementalDataEntry
 
getData() - Method in interface org.w3c.dom.CharacterData
The character data of the node that implements this interface.
getData() - Method in interface org.w3c.dom.events.TextEvent
data holds the value of the characters generated by the character device.
getData() - Method in interface org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
getDataType() - Method in class org.bouncycastle.crypto.tls.SupplementalDataEntry
 
getDate() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the date header field.
getDebug() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
Return a debug object that can be used to help solve problems.
getDebug() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
Return a debug object that can be used to help solve problems.
getDebug() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
 
getDecodedBlockSize() - Method in class org.bouncycastle.util.encoders.HexTranslator
size of the output block on decoding produced by getEncodedBlockSize() bytes.
getDecodedBlockSize() - Method in interface org.bouncycastle.util.encoders.Translator
size of the output block on decoding produced by getEncodedBlockSize() bytes.
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefaultDSSSignatureAlgorithms() - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
getDefaultECDSASignatureAlgorithms() - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
getDefaultFont() - Static method in class org.joshvm.ui.Font
Returns the system default font
getDefaultPrevented() - Method in interface org.w3c.dom.events.Event
Used to indicate whether Event.preventDefault() has been called for this event.
getDefaultRSASignatureAlgorithms() - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
getDefaultSupportedSignatureAlgorithms() - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
getDefaultView() - Method in interface org.w3c.dom.views.DocumentView
The default AbstractView for this Document, or null if none available.
getDetail() - Method in interface org.w3c.dom.events.CustomEvent
Specifies some detail information about the Event.
getDetail() - Method in interface org.w3c.dom.events.UIEvent
Specifies some detail information about the Event, depending on the type of event.
getDevice() - Method in class org.joshvm.j2me.dio.DeviceEvent
Returns the Device instance that fired this event or for which this event was fired.
getDigest() - Method in interface org.bouncycastle.crypto.DigestDerivationFunction
return the message digest used as the basis for the function
getDigest() - Method in class org.bouncycastle.crypto.io.DigestInputStream
 
getDigest() - Method in class org.bouncycastle.crypto.io.DigestOutputStream
 
getDigestBlockCount(int) - Method in class org.bouncycastle.crypto.tls.TlsMac
 
getDigestSize() - Method in interface org.bouncycastle.crypto.Digest
return the size, in bytes, of the digest produced by this message digest.
getDigestSize() - Method in class org.bouncycastle.crypto.digests.MD5Digest
 
getDigestSize() - Method in class org.bouncycastle.crypto.digests.NullDigest
 
getDigestSize() - Method in class org.bouncycastle.crypto.digests.SHA1Digest
 
getDigestSize() - Method in class org.bouncycastle.crypto.digests.SHA224Digest
 
getDigestSize() - Method in class org.bouncycastle.crypto.digests.SHA256Digest
 
getDigestSize() - Method in class org.bouncycastle.crypto.digests.SHA384Digest
 
getDigestSize() - Method in class org.bouncycastle.crypto.digests.SHA512Digest
 
getDigestSize() - Method in class org.bouncycastle.crypto.digests.SHA512tDigest
 
getDigestSize() - Method in class org.bouncycastle.crypto.digests.ShortenedDigest
 
getDirection() - Method in interface org.joshvm.j2me.dio.gpio.GPIOPin
Returns the current direction of this GPIO pin.
getDirection() - Method in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Gets the configured pin direction.
getDisplay() - Static method in class org.joshvm.j2me.directUI.Display
Get the default display device.
getDisplay(DisplayDeviceAdaptor) - Static method in class org.joshvm.j2me.directUI.Display
Get the user defined display device.
getDisplay() - Static method in class org.joshvm.ui.Display
Gets the default Display instance
getDisplayHeight() - Method in class org.joshvm.j2me.directUI.DefaultDisplayDevice
 
getDisplayHeight() - Method in class org.joshvm.j2me.directUI.Display
 
getDisplayHeight() - Method in interface org.joshvm.j2me.directUI.DisplayDeviceAdaptor
 
getDisplayWidth() - Method in class org.joshvm.j2me.directUI.DefaultDisplayDevice
 
getDisplayWidth() - Method in class org.joshvm.j2me.directUI.Display
 
getDisplayWidth() - Method in interface org.joshvm.j2me.directUI.DisplayDeviceAdaptor
 
getDoctype() - Method in interface org.w3c.dom.Document
The Document Type Declaration (see DocumentType) associated with this document.
getDocument() - Method in interface org.w3c.dom.views.AbstractView
The source DocumentView of which this is an AbstractView.
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.
getDomainParameters() - Method in class org.bouncycastle.crypto.params.ECKeyGenerationParameters
 
getDOMImplementation() - Method in class javax.xml.parsers.DocumentBuilder
Obtain an instance of a DOMImplementation object.
getDouble(int) - Method in class org.json.me.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.json.me.JSONObject
Get the double value associated with a key.
getDP() - Method in class org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters
 
getDQ() - Method in class org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters
 
getDriveMode() - Method in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Gets the configured pin drive mode.
getDuration() - Method in class org.joshvm.media.MediaPlayer
Gets the total duration of the media source.
getDuration() - Method in class org.joshvm.remote.CameraController.Request
Returns duration info in request.
getElementById(String) - Method in interface org.w3c.dom.Document
Returns the Elementthat has an ID attribute with the given value.
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.
getElementsByTagName(String) - Method in interface org.w3c.dom.Element
Returns a NodeList of all descendant Elements with a given tag name, in document order.
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 document order.
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 document order.
getElementText() - Method in interface javax.xml.stream.XMLStreamReader
Reads the content of a text-only element, an exception is thrown if this is not a text-only element.
getEncoded(AsymmetricKeyParameter) - Method in interface org.bouncycastle.crypto.KeyEncoder
 
getEncoded() - Method in class org.bouncycastle.crypto.util.DEROtherInfo
 
getEncoded() - Method in interface org.bouncycastle.util.Encodable
Return a byte array representing the implementing object.
getEncodedBlockSize() - Method in class org.bouncycastle.util.encoders.HexTranslator
size of the output block on encoding produced by getDecodedBlockSize() bytes.
getEncodedBlockSize() - Method in interface org.bouncycastle.util.encoders.Translator
size of the output block on encoding produced by getDecodedBlockSize() bytes.
getEncodedState() - Method in interface org.bouncycastle.crypto.digests.EncodableDigest
Return an encoded byte array for the digest's internal state
getEncodedState() - Method in class org.bouncycastle.crypto.digests.MD5Digest
 
getEncodedState() - Method in class org.bouncycastle.crypto.digests.SHA1Digest
 
getEncodedState() - Method in class org.bouncycastle.crypto.digests.SHA224Digest
 
getEncodedState() - Method in class org.bouncycastle.crypto.digests.SHA256Digest
 
getEncodedState() - Method in class org.bouncycastle.crypto.digests.SHA384Digest
 
getEncodedState() - Method in class org.bouncycastle.crypto.digests.SHA512Digest
 
getEncodedState() - Method in class org.bouncycastle.crypto.digests.SHA512tDigest
 
getEncodedStateSize() - Method in class org.bouncycastle.crypto.digests.LongDigest
 
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 javax.xml.stream.XMLStreamReader
Return input encoding if known or null if unknown.
getEncryptionAlgorithm(int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
getEntities() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
getEntity() - Method in class org.bouncycastle.crypto.tls.SecurityParameters
 
getEquivalentTLSVersion() - Method in class org.bouncycastle.crypto.tls.ProtocolVersion
 
getEventPhase() - Method in interface org.w3c.dom.events.Event
Used to indicate which phase of event flow is currently being evaluated.
getEventType() - Method in interface javax.xml.stream.DTDStreamReader
Returns an integer code that indicates the type of the event at the current cursor location.
getEventType() - Method in interface javax.xml.stream.XMLStreamReader
Returns an integer code that indicates the type of the event the cursor is pointing to.
getException() - Method in error javax.xml.stream.FactoryConfigurationError
Return the nested exception (if any)
getException() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Returns an exception providing more detail if an operation failed.
getException() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
getExpiration() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the expires header field.
getExponent() - Method in class org.bouncycastle.crypto.params.RSAKeyParameters
 
getExtensionData(Hashtable, Integer) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
getExternalStorageDirectory() - Static method in class org.joshvm.media.Environment
Returns root path of external storage file system
getExternalStorageState() - Static method in class org.joshvm.media.Environment
Returns external storage state
getExtraInfo(String) - Method in class javax.microedition.location.Location
Returns extra information about the location.
getFeature(String) - Method in class javax.xml.parsers.DocumentBuilderFactory
Get the state of the named feature.
getFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in DOM Features.
getFeature(String, String) - Method in interface org.w3c.dom.Node
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in DOM Features.
getField(int) - Method in class javax.microedition.location.AddressInfo
 
getFieldSize() - Method in interface org.bouncycastle.crypto.BasicAgreement
return the field size for the agreement algorithm in bytes.
getFile() - Method in interface javax.microedition.io.HttpConnection
Returns the file portion of the URL of this HttpConnection.
getFinalHash(short) - Method in interface org.bouncycastle.crypto.tls.TlsHandshakeHash
 
getFingerprint() - Method in class org.bouncycastle.util.Fingerprint
 
getFirstChild() - Method in interface org.w3c.dom.Node
The first child of this node.
getFirstElementChild() - Method in interface org.w3c.dom.ElementTraversal
Retrieves the first child element.
getFlexGrow() - Method in class org.joshvm.ui.UIObject
Gets flex grow value of the object.
getFlowType() - Method in class org.joshvm.ui.layout.Flex
Returns Flex Flow Type of the flex layout.
getFont() - Method in class org.joshvm.j2me.directUI.Text
 
getFont(int) - Static method in class org.joshvm.ui.Font
Gets a system font which is best fit for the specified size
getFont(int, int) - Static method in class org.joshvm.ui.Font
Gets a system font which is best fit for the specified size and style
getFont(String, int) - Static method in class org.joshvm.ui.Font
Gets a system font which is best fit for the specified name and size
getFont(String, int, int) - Static method in class org.joshvm.ui.Font
Gets a system font which is best fit for the specified name, size and style
getFullVersion() - Method in class org.bouncycastle.crypto.tls.ProtocolVersion
 
getG() - Method in class org.bouncycastle.crypto.params.ECDomainParameters
 
getGrantedQos() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Returns the granted QoS list from a suback
getGrantedQos() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
getGreen() - Method in class org.joshvm.ui.Color
Returns green component value of the color
getH() - Method in class org.bouncycastle.crypto.params.ECDomainParameters
 
getHash() - Method in class org.bouncycastle.crypto.tls.SignatureAndHashAlgorithm
 
getHashAlgorithmForPRFAlgorithm(int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
getHeader() - Method in class org.bouncycastle.crypto.util.DERMacData.Type
 
getHeaderBytes() - Method in interface org.eclipse.paho.client.mqttv3.MqttPersistable
Returns the header bytes in an array.
getHeaderField(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named header field.
getHeaderField(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field value by index.
getHeaderFieldDate(String, long) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as date.
getHeaderFieldInt(String, int) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as a number.
getHeaderFieldKey(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field key by index.
getHeaderLength() - Method in interface org.eclipse.paho.client.mqttv3.MqttPersistable
Returns the length of the header.
getHeaderOffset() - Method in interface org.eclipse.paho.client.mqttv3.MqttPersistable
Returns the offset of the header within the byte array returned by MqttPersistable.getHeaderBytes().
getHeartbeatExtension(Hashtable) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
getHeight() - Method in class org.joshvm.j2me.directUI.Image
 
getHeight() - Method in class org.joshvm.j2me.directUI.ImageBuffer
 
getHeight() - Method in class org.joshvm.j2me.directUI.Text
 
getHeight() - Method in class org.joshvm.ui.Area
Returns the height of the area
getHeight() - Method in class org.joshvm.ui.UIObject
Gets the height of the object.
getHInv() - Method in class org.bouncycastle.crypto.params.ECDomainParameters
 
getHorizontalAccuracy() - Method in class javax.microedition.location.Criteria
 
getHorizontalAccuracy() - Method in class javax.microedition.location.QualifiedCoordinates
Returns the horizontal accuracy of the location in meters (1-sigma standard deviation).
getHost() - Method in interface javax.microedition.io.HttpConnection
Returns the host information of the URL of this HttpConnection.
getHostName() - Method in class org.bouncycastle.crypto.tls.ServerName
 
getICCID() - Method in class org.joshvm.j2me.cellular.CellularDeviceInfo
 
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getID() - Method in class org.bouncycastle.crypto.params.ParametersWithID
 
getId() - Method in class org.joshvm.remote.CameraController.Request
Returns unique id of request.
getImage() - Method in class org.joshvm.ui.widget.Canvas
Creates an image from the canvas.
getImageData() - Method in class org.joshvm.j2me.directUI.Image
 
getImageData() - Method in class org.joshvm.j2me.directUI.ImageBuffer
 
getImageType() - Method in class org.joshvm.j2me.directUI.Image
 
getIMEI() - Method in class org.joshvm.j2me.cellular.CellularDeviceInfo
 
getImplementation() - Method in interface org.w3c.dom.Document
The DOMImplementation object that handles this document.
getIMSI() - Method in class org.joshvm.j2me.cellular.CellularDeviceInfo
 
getIndicator() - Method in class org.joshvm.ui.widget.Slider
Gets a virtual ui object which represents the indicator of the object.
getIndicatorOfState(int) - Method in class org.joshvm.ui.widget.Slider
Gets a virtual ui object which represents the indicator of the object in specified state.
getInfo() - Method in exception org.bouncycastle.util.BCIllegalStateException
 
getInfo() - Method in interface org.bouncycastle.util.ExceptionInfo
 
getInitValue() - Method in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Gets the configured initial value of the pin, if configured for output.
getInputBlockSize() - Method in interface org.bouncycastle.crypto.AsymmetricBlockCipher
returns the largest size an input block can be.
getInputBlockSize() - Method in class org.bouncycastle.crypto.BufferedAsymmetricBlockCipher
returns the largest size an input block can be.
getInputBlockSize() - Method in class org.bouncycastle.crypto.encodings.PKCS1Encoding
 
getInputBlockSize() - Method in class org.bouncycastle.crypto.engines.RSABlindedEngine
Return the maximum size for an input block to this engine.
getInputBlockSize() - Method in class org.bouncycastle.crypto.engines.RSABlindingEngine
Return the maximum size for an input block to this engine.
getInputBlockSize() - Method in class org.bouncycastle.crypto.engines.RSAEngine
Return the maximum size for an input block to this engine.
getInputBufferSize() - Method in class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig
Gets the requested input buffer size.
getInputBufferSize() - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
Gets the requested or allocated input buffer size.
getInputStream() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
getInstance() - Static method in class java.util.Calendar
Gets a calendar using the default time zone.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone.
getInstance(Criteria) - Static method in class javax.microedition.location.LocationProvider
This factory method is used to get an actual LocationProvider implementation based on the defined criteria.
getInstance() - Static method in class org.joshvm.event.EventManager
Get EventManager instance
getInstance() - Static method in class org.joshvm.event.MessageHandler
Get MessageHandler instance
getInstance() - Static method in class org.joshvm.media.VADController
Returns VADController instance
getInstance() - Static method in class org.joshvm.media.WakeUpManager
Returns WakeUpManager instance
getInt() - Method in class org.joshvm.util.ByteBuffer
 
getInt(int) - Method in class org.json.me.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.json.me.JSONObject
Get the int value associated with a key.
getInternalArray() - Method in class org.joshvm.util.ArrayList
Retrieves the internal array - use with care! This method allows to access stored objects without creating an intermediate array.
getInternalSubset() - Method in interface org.w3c.dom.DocumentType
The internal subset as a string, or null if there is none.
getIssuer() - Method in interface javax.microedition.pki.Certificate
Gets the name of this certificate's issuer.
getIterationCount() - Method in class org.bouncycastle.crypto.PBEParametersGenerator
return the iteration count.
getIV() - Method in class org.bouncycastle.crypto.params.ParametersWithIV
 
getJSONArray(int) - Method in class org.json.me.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.json.me.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.json.me.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.json.me.JSONObject
Get the JSONObject value associated with a key.
getKeepAliveInterval() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Returns the "keep alive" interval.
getKey() - Method in class org.bouncycastle.crypto.params.AEADParameters
 
getKey() - Method in class org.bouncycastle.crypto.params.KeyParameter
 
getKeyExchange() - Method in class org.bouncycastle.crypto.tls.DefaultTlsClient
 
getKeyExchange() - Method in interface org.bouncycastle.crypto.tls.TlsClient
 
getKeyExchangeAlgorithm(int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
getKeyIdentifier() - Method in interface org.w3c.dom.events.KeyboardEvent
keyIdentifier holds the identifier of the key.
getKeyListener() - Method in class org.joshvm.j2me.directUI.Keypad
Gets the current Keypad Listener
getKeyLocation() - Method in interface org.w3c.dom.events.KeyboardEvent
The keyLocation attribute contains an indication of the location of they key on the device, as described in Keyboard event types.
getKeypad() - Static method in class org.joshvm.j2me.directUI.Keypad
Gets the Keypad of current device
getLAC() - Method in class org.joshvm.j2me.cellular.CellInfo
 
getLastChild() - Method in interface org.w3c.dom.Node
The last child of this node.
getLastElementChild() - Method in interface org.w3c.dom.ElementTraversal
Retrieves the last child element.
getLastKnownLocation() - Static method in class javax.microedition.location.LocationProvider
Returns the last known location that the implementation has.
getLastModified() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the last-modified header field.
getLastTimeStamp() - Method in class org.joshvm.j2me.dio.DeviceEvent
Returns the time (in milliseconds) when the last coalesced event occurred.
getLastTimeStampMicros() - Method in class org.joshvm.j2me.dio.DeviceEvent
Returns the additional microseconds to the timestamp for when the last coalesced event occurred.
getLatitude() - Method in class javax.microedition.location.Coordinates
Returns the latitude component of this coordinate.
getLength() - Method in interface javax.microedition.io.ContentConnection
Returns the length of the content which is being provided.
getLength() - Method in interface javax.microedition.io.Datagram
Get the length of the datagram.
getLength() - Method in class org.bouncycastle.crypto.tls.Certificate
 
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.w3c.dom.NamedNodeMap
The number of nodes in this map.
getLength() - Method in interface org.w3c.dom.NodeList
The number of nodes in the list.
getLengthComputable() - Method in interface org.w3c.dom.events.ProgressEvent
Specifies whether the total size of the transfer is known.
getLineNumber() - Method in interface javax.xml.stream.Location
Return the line number where the current event ends, returns -1 if none is available.
getLoaded() - Method in interface org.w3c.dom.events.ProgressEvent
Specifies the number of bytes downloaded since the beginning of the download.
getLocalAddress() - Method in interface javax.microedition.io.ServerSocketConnection
Gets the local address to which the socket 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.UDPDatagramConnection
Gets the local address to which the datagram connection is bound.
getLocalName() - Method in interface javax.xml.stream.XMLStreamReader
Returns the (local) name of the current event.
getLocalName() - Method in interface org.w3c.dom.Node
Returns the local part of the qualified name of this node.
getLocalPort() - Method in interface javax.microedition.io.ServerSocketConnection
Returns the local port to which this socket 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.UDPDatagramConnection
Returns the local port to which this datagram connection is bound.
getLocation(int) - Method in class javax.microedition.location.LocationProvider
Retrieves a Location with the constraints given by the Criteria associated with this class.
getLocation() - Method in interface javax.xml.stream.DTDStreamReader
Returns the current location of the processor.
getLocation() - Method in exception javax.xml.stream.XMLStreamException
Gets the location of the exception
getLocation() - Method in interface javax.xml.stream.XMLStreamReader
Return the current location of the processor.
getLocationMethod() - Method in class javax.microedition.location.Location
Returns information about the location method used.
getLong() - Method in class org.joshvm.util.ByteBuffer
 
getLong(int) - Method in class org.json.me.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.json.me.JSONObject
Get the long value associated with a key.
getLongitude() - Method in class javax.microedition.location.Coordinates
Returns the longitude component of this coordinate.
getMac() - Method in class org.bouncycastle.crypto.io.MacInputStream
 
getMac() - Method in class org.bouncycastle.crypto.io.MacOutputStream
 
getMac() - Method in interface org.bouncycastle.crypto.MacDerivationFunction
return the MAC used as the basis for the function
getMac() - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
Return the value of the MAC associated with the last stream processed.
getMac() - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
 
getMACAlgorithm(int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
getMacData() - Method in class org.bouncycastle.crypto.util.DERMacData
 
getMACSecret() - Method in class org.bouncycastle.crypto.tls.TlsMac
 
getMacSize() - Method in interface org.bouncycastle.crypto.Mac
Return the block size for this MAC (in bytes).
getMacSize() - Method in class org.bouncycastle.crypto.macs.BlockCipherMac
 
getMacSize() - Method in class org.bouncycastle.crypto.macs.CBCBlockCipherMac
 
getMacSize() - Method in class org.bouncycastle.crypto.macs.HMac
 
getMacSize() - Method in class org.bouncycastle.crypto.params.AEADParameters
 
getMainAlign() - Method in class org.joshvm.ui.layout.Flex
Returns Flex align in main direction
getMajorVersion() - Method in class org.bouncycastle.crypto.tls.ProtocolVersion
 
getMasterSecret() - Method in class org.bouncycastle.crypto.tls.SecurityParameters
 
getMasterSecret() - Method in class org.bouncycastle.crypto.tls.SessionParameters
 
getMatches(Selector) - Method in class org.bouncycastle.util.CollectionStore
Return the matches in the collection for the passed in selector.
getMatches(Selector) - Method in interface org.bouncycastle.util.Store
 
getMaxFragmentLengthExtension(Hashtable) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
getMaxHeight() - Method in class org.joshvm.ui.UIObject
Gets the maximal height of the object.
getMaximumLength() - Method in interface javax.microedition.io.DatagramConnection
Get the maximum length a datagram can be.
getMaxValue() - Method in class org.joshvm.ui.widget.Slider
Gets the maximum value of the slider
getMaxVolume() - Static method in class org.joshvm.media.AudioManager
Returns the maximum volume.
getMaxWidth() - Method in class org.joshvm.ui.UIObject
Gets the maximal width of the object.
getMCC() - Method in class org.joshvm.j2me.cellular.NetworkInfo
 
getMessage() - Method in class java.lang.Throwable
Returns the error message string of this Throwable object.
getMessage() - Method in error javax.xml.stream.FactoryConfigurationError
Report the message associated with this error
getMessage() - Method in interface org.eclipse.paho.client.mqttv3.IMqttDeliveryToken
Returns the message associated with this token.
getMessage() - Method in class org.eclipse.paho.client.mqttv3.MqttDeliveryToken
Returns the message associated with this token.
getMessage() - Method in exception org.eclipse.paho.client.mqttv3.MqttException
Returns the detail message for this exception.
getMessage() - Method in exception org.joshvm.event.MessageException
Returns the detail message for this exception.
getMessageId() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Returns the message ID of the message that is associated with the token.
getMessageId() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
getMetaKey() - Method in interface org.w3c.dom.events.KeyboardEvent
true if the meta (Meta) key modifier is activated.
getMetaKey() - Method in interface org.w3c.dom.events.MouseEvent
true if the meta (Meta) key modifier is activated.
getMinHeight() - Method in class org.joshvm.ui.UIObject
Gets the minimal height of the object.
getMinimumVersion() - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
getMinimumVersion(int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
getMinorVersion() - Method in class org.bouncycastle.crypto.tls.ProtocolVersion
 
getMinValue() - Method in class org.joshvm.ui.widget.Slider
Gets the minimum value of the slider
getMinWidth() - Method in class org.joshvm.ui.UIObject
Gets the minimal width of the object.
getMNC() - Method in class org.joshvm.j2me.cellular.NetworkInfo
 
getMode() - Method in class org.bouncycastle.crypto.tls.HeartbeatExtension
 
getMode() - Method in class org.joshvm.ui.widget.Slider
Gets the mode of the slider.
getModulus() - Method in class org.bouncycastle.crypto.params.RSAKeyParameters
 
getMqttVersion() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Returns the MQTT version.
getN() - Method in class org.bouncycastle.crypto.params.ECDomainParameters
 
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 java.lang.Thread
Returns this thread's name.
getName() - Method in class java.security.Permission
Returns the name of this Permission.
getName() - Method in interface javax.microedition.io.file.FileConnection
 
getName() - Method in interface javax.xml.stream.DTDStreamReader
Returns the name as a String.
getName(short) - Static method in class org.bouncycastle.crypto.tls.AlertDescription
 
getName(short) - Static method in class org.bouncycastle.crypto.tls.AlertLevel
 
getName(short) - Static method in class org.bouncycastle.crypto.tls.HashAlgorithm
 
getName() - Method in class org.bouncycastle.crypto.tls.ServerName
 
getName() - Method in class org.eclipse.paho.client.mqttv3.MqttTopic
Returns the name of the queue or topic.
getName() - Method in class org.joshvm.j2me.cellular.AccessPoint
 
getName() - Method in class org.joshvm.ui.Font
Returns the name of the font
getName() - Method in class org.joshvm.ui.UIObject
Gets the name of the object
getName() - Method in interface org.w3c.dom.Attr
Returns the name of this attribute.
getName() - Method in interface org.w3c.dom.DocumentType
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
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.
getNameOfNamedCurve(int) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
getNamespaceCount() - Method in interface javax.xml.stream.XMLStreamReader
Returns the count of namespaces declared on this START_ELEMENT or END_ELEMENT, this method is only valid on a START_ELEMENT, END_ELEMENT or NAMESPACE.
getNamespacePrefix(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the prefix for the namespace declared at the index.
getNamespaceURI(String) - Method in interface javax.xml.stream.XMLStreamReader
Return the uri for the given prefix.
getNamespaceURI(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the uri for the namespace declared at the index.
getNamespaceURI() - Method in interface javax.xml.stream.XMLStreamReader
If the current event is a START_ELEMENT or END_ELEMENT this method returns the URI of the prefix or the default namespace.
getNamespaceURI() - Method in interface org.w3c.dom.events.Event
The namespace URI associated with this event at creation time, or null if it is unspecified.
getNamespaceURI() - Method in interface org.w3c.dom.Node
The namespace URI of this node, or null if it is unspecified.
getNameType() - Method in class org.bouncycastle.crypto.tls.ServerName
 
getNestedException() - Method in exception javax.xml.stream.XMLStreamException
Gets the nested exception.
getNetworkInfo() - Method in class org.joshvm.j2me.cellular.CellularDeviceInfo
Get current celluar network information
getNetworkSignalLevel() - Method in class org.joshvm.j2me.cellular.CellularDeviceInfo
Get cellular networking signal level
getNetworkType() - Method in class org.joshvm.j2me.cellular.NetworkInfo
 
getNewValue() - Method in interface org.w3c.dom.events.MutationEvent
newValue indicates the new value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharDataModified events.
getNextElementSibling() - Method in interface org.w3c.dom.ElementTraversal
Retrieves the next sibling element.
getNextSibling() - Method in interface org.w3c.dom.Node
The node immediately following this node.
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.
getNonce() - Method in class org.bouncycastle.crypto.params.AEADParameters
 
getNonceRandomGenerator() - Method in interface org.bouncycastle.crypto.tls.TlsContext
 
getNotAfter() - Method in interface javax.microedition.pki.Certificate
Gets the time after which this Certificate may not be used from the validity period.
getNotationName() - Method in interface javax.xml.stream.DTDStreamReader
Returns the notation name.
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.
getObject(int) - Method in class org.joshvm.ui.Container
Returns the child UIObjects with specified index
getObjectCount() - Method in class org.joshvm.ui.Container
Returns the count of child UIObjects
getObjectOfState(int) - Method in class org.joshvm.ui.AbstractUIObject
Gets a virtual ui object which represents the object which is in specified state.
getObjects() - Method in class org.joshvm.ui.Container
Gets all of the UIObjects in the Container, include Containers and Widgets
getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
Gets offset, for current date, modified in case of daylight savings.
getOffset() - Method in interface javax.microedition.io.Datagram
Get the offset.
getOIDForHashAlgorithm(short) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
getOperatorName() - Method in class org.joshvm.j2me.cellular.NetworkInfo
 
getOptions() - Method in class org.joshvm.ui.widget.DropdownList
Returns an array contains all options of the list
getOptions() - Method in class org.joshvm.ui.widget.Roller
Returns an array contains all options of the roller
getOutputBlockSize() - Method in interface org.bouncycastle.crypto.AsymmetricBlockCipher
returns the maximum size of the block produced by this cipher.
getOutputBlockSize() - Method in class org.bouncycastle.crypto.BufferedAsymmetricBlockCipher
returns the maximum size of the block produced by this cipher.
getOutputBlockSize() - Method in class org.bouncycastle.crypto.encodings.PKCS1Encoding
 
getOutputBlockSize() - Method in class org.bouncycastle.crypto.engines.RSABlindedEngine
Return the maximum size for an output block to this engine.
getOutputBlockSize() - Method in class org.bouncycastle.crypto.engines.RSABlindingEngine
Return the maximum size for an output block to this engine.
getOutputBlockSize() - Method in class org.bouncycastle.crypto.engines.RSAEngine
Return the maximum size for an output block to this engine.
getOutputBufferSize() - Method in class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig
Gets the requested or allocated output buffer size.
getOutputBufferSize() - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
Gets the requested or allocated output buffer size.
getOutputFile() - Method in class org.joshvm.remote.CameraController.Request
Returns output file info in request.
getOutputSize(int) - Method in class org.bouncycastle.crypto.BufferedBlockCipher
return the size of the output buffer required for an update plus a doFinal with an input of 'length' bytes.
getOutputSize(int) - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
return the size of the output buffer required for a processBytes plus a doFinal with an input of len bytes.
getOutputSize(int) - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
 
getOutputSize(int) - Method in class org.bouncycastle.crypto.modes.PaddedBlockCipher
Deprecated.
return the size of the output buffer required for an update plus a doFinal with an input of len bytes.
getOutputSize(int) - Method in class org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
return the minimum size of the output buffer required for an update plus a doFinal with an input of len bytes.
getOutputStream() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
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 org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters
 
getPadding(int) - Method in class org.joshvm.ui.UIObject
Gets the padding on specified side.
getPaddingExtension(Hashtable) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
getPaddingName() - Method in interface org.bouncycastle.crypto.paddings.BlockCipherPadding
Return the name of the algorithm the cipher implements.
getPaddingName() - Method in class org.bouncycastle.crypto.paddings.PKCS7Padding
Return the name of the algorithm the padder implements.
getParameters() - Method in class org.bouncycastle.crypto.params.ECKeyParameters
 
getParameters() - Method in class org.bouncycastle.crypto.params.ParametersWithID
 
getParameters() - Method in class org.bouncycastle.crypto.params.ParametersWithIV
 
getParameters() - Method in class org.bouncycastle.crypto.params.ParametersWithRandom
 
getParameters() - Method in class org.bouncycastle.crypto.params.ParametersWithSalt
 
getParameters() - Method in class org.bouncycastle.crypto.params.ParametersWithSBox
 
getParameters() - Method in class org.bouncycastle.crypto.params.ParametersWithUKM
 
getParametersForNamedCurve(int) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
getParent() - Method in class org.joshvm.ui.UIObject
 
getParent() - Method in interface org.xml.sax.XMLFilter
Get the parent reader.
getParentNode() - Method in interface org.w3c.dom.Node
The parent of this node.
getPassword() - Method in class org.bouncycastle.crypto.PBEParametersGenerator
return the password byte array.
getPassword() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Returns the password to use for the connection.
getPassword() - Method in class org.joshvm.j2me.cellular.AccessPoint
 
getPath() - Method in interface javax.microedition.io.file.FileConnection
 
getPayload() - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Returns the payload as a byte array.
getPayloadBytes() - Method in interface org.eclipse.paho.client.mqttv3.MqttPersistable
Returns the payload bytes in an array.
getPayloadData() - Method in interface javax.wireless.messaging.BinaryMessage
Returns the message payload data as an array of bytes.
getPayloadLength() - Method in interface org.eclipse.paho.client.mqttv3.MqttPersistable
Returns the length of the payload.
getPayloadOffset() - Method in interface org.eclipse.paho.client.mqttv3.MqttPersistable
Returns the offset of the payload within the byte array returned by MqttPersistable.getPayloadBytes().
getPayloadText() - Method in interface javax.wireless.messaging.TextMessage
Returns a String representing the message payload data.
getPeer() - Method in class org.bouncycastle.crypto.tls.TlsClientProtocol
 
getPeer() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
getPeerCertificate() - Method in class org.bouncycastle.crypto.tls.SessionParameters
 
getPendingDeliveryTokens() - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Returns the delivery tokens for any outstanding publish operations.
getPendingDeliveryTokens() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Returns the delivery tokens for any outstanding publish operations.
getPendingDeliveryTokens() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
getPendingDeliveryTokens() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
getPermission() - Method in exception java.security.AccessControlException
Gets the Permission object associated with this exeception, or null if there was no corresponding Permission object.
getPIData() - Method in interface javax.xml.stream.DTDStreamReader
Returns the data section of a processing instruction.
getPIData() - Method in interface javax.xml.stream.XMLStreamReader
Get the data section of a processing instruction
getPinNumber() - Method in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Gets the configured pin number.
getPITarget() - Method in interface javax.xml.stream.DTDStreamReader
Returns the target of a processing instruction.
getPITarget() - Method in interface javax.xml.stream.XMLStreamReader
Get the target of a processing instruction
getPlaintextLimit(int) - Method in class org.bouncycastle.crypto.tls.TlsAEADCipher
 
getPlaintextLimit(int) - Method in class org.bouncycastle.crypto.tls.TlsBlockCipher
 
getPlaintextLimit(int) - Method in interface org.bouncycastle.crypto.tls.TlsCipher
 
getPlaintextLimit(int) - Method in class org.bouncycastle.crypto.tls.TlsNullCipher
 
getPlaintextLimit(int) - Method in class org.bouncycastle.crypto.tls.TlsStreamCipher
 
getPlayState() - Method in class org.joshvm.media.AudioTrack
Returns play state.
getPlayState() - Method in class org.joshvm.media.MediaPlayer
Returns play state.
getPort() - Method in interface javax.microedition.io.HttpConnection
Returns the network port number of the URL for this HttpConnection.
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.SocketConnection
Returns the remote port to which this socket is bound.
getPosition() - Method in interface org.bouncycastle.crypto.SkippingCipher
Return the current "position" of the cipher
getPreferredPowerConsumption() - Method in class javax.microedition.location.Criteria
 
getPreferredResponseTime() - Method in class javax.microedition.location.Criteria
 
getPrefix() - Method in interface javax.xml.stream.XMLStreamReader
Returns the prefix of the current event or null if the event does not have a prefix
getPrefix(String) - Method in interface javax.xml.stream.XMLStreamWriter
Gets the prefix the uri is bound to
getPrefix() - Method in interface org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
getPreviousElementSibling() - Method in interface org.w3c.dom.ElementTraversal
Retrieves the previous sibling element.
getPreviousSibling() - Method in interface org.w3c.dom.Node
The node immediately preceding this node.
getPrevValue() - Method in interface org.w3c.dom.events.MutationEvent
prevValue indicates the previous value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharDataModified events.
getPrfAlgorithm() - Method in class org.bouncycastle.crypto.tls.SecurityParameters
 
getPRFAlgorithm(TlsContext, int) - Static method in class org.bouncycastle.crypto.tls.TlsProtocol
 
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
getPrivate() - Method in class org.bouncycastle.crypto.AsymmetricCipherKeyPair
return the private key parameters.
getPrivateKey() - Method in interface org.joshvm.crypto.keystore.PrivateKeyStore
 
getPrivateKey() - Method in class org.joshvm.crypto.keystore.UserKeyStoreParam
Get the base64-encoded private key for loading UserKeyStore
getProperty(String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String) - Method in class javax.xml.stream.XMLInputFactory
Get the value of a feature/property from the underlying implementation
getProperty(String) - Method in class javax.xml.stream.XMLOutputFactory
Get a feature/property on the underlying implementation
getProperty(String) - Method in interface javax.xml.stream.XMLStreamReader
Get the value of a feature/property from the underlying implementation
getProperty(String) - Method in interface javax.xml.stream.XMLStreamWriter
Get the value of a feature/property from the underlying implementation
getPropertyBooleanValue(int) - Method in class org.joshvm.ui.UIObject
 
getPropertyIntValue(int) - Method in class org.joshvm.ui.UIObject
 
getProtocol() - Method in class javax.microedition.io.GCFPermission
Returns the protocol scheme of this GCFPermission.
getProtocol() - Method in interface javax.microedition.io.HttpConnection
Returns the protocol name of the URL of this HttpConnection.
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.
getPskIdentity() - Method in class org.bouncycastle.crypto.tls.SecurityParameters
getPSKIdentity() - Method in class org.bouncycastle.crypto.tls.SecurityParameters
 
getPskIdentity() - Method in class org.bouncycastle.crypto.tls.SessionParameters
getPSKIdentity() - Method in class org.bouncycastle.crypto.tls.SessionParameters
 
getPublic() - Method in class org.bouncycastle.crypto.AsymmetricCipherKeyPair
return the public key parameters.
getPublicExponent() - Method in class org.bouncycastle.crypto.params.RSAKeyGenerationParameters
 
getPublicExponent() - Method in class org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters
 
getPublicId() - Method in interface javax.xml.stream.Location
Returns the public ID of the XML
getPublicId() - Method in interface org.w3c.dom.DocumentType
The public identifier of the external subset.
getPublicId() - Method in interface org.w3c.dom.Entity
The public identifier associated with the entity, if specified.
getPublicId() - Method in interface org.w3c.dom.Notation
The public identifier of this notation.
getPublicIdentifier() - Method in interface javax.xml.stream.DTDStreamReader
Returns the public identifier.
getPublicKey() - Method in class org.bouncycastle.crypto.params.RSABlindingParameters
 
getQ() - Method in class org.bouncycastle.crypto.params.ECPublicKeyParameters
 
getQ() - Method in class org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters
 
getQInv() - Method in class org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters
 
getQos() - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Returns the quality of service for this message.
getQualifiedCoordinates() - Method in class javax.microedition.location.Location
Returns the coordinates of this location and their accuracy.
getQuery() - Method in interface javax.microedition.io.HttpConnection
Returns the query portion of the URL of this HttpConnection.
getRadius() - Method in class org.joshvm.ui.UIObject
Gets the radius on every corner.
getRandom() - Method in class org.bouncycastle.crypto.KeyGenerationParameters
return the random source associated with this generator.
getRandom() - Method in class org.bouncycastle.crypto.params.ParametersWithRandom
 
getRawOffset() - Method in class java.util.TimeZone
Gets the GMT offset for this time zone.
getReadMac() - Method in class org.bouncycastle.crypto.tls.TlsBlockCipher
 
getReason() - Method in exception javax.microedition.pki.CertificateException
Get the reason code.
getReasonCode() - Method in exception org.eclipse.paho.client.mqttv3.MqttException
Returns the reason code for this exception.
getReceiveLimit() - Method in interface org.bouncycastle.crypto.tls.DatagramTransport
 
getRecordingState() - Method in class org.joshvm.media.AudioRecorder
Returns the recording state.
getRecordingState() - Method in class org.joshvm.media.MediaRecorder
Returns the recording state.
getRecoveredMessage() - Method in interface org.bouncycastle.crypto.SignerWithRecovery
Returns a reference to what message was recovered (if any).
getRed() - Method in class org.joshvm.ui.Color
Returns red component value of the color
getRef() - Method in interface javax.microedition.io.HttpConnection
Returns the ref portion of the URL of this HttpConnection.
getRelatedNode() - Method in interface org.w3c.dom.events.MutationEvent
relatedNode is used to identify a secondary node related to a mutation event.
getRelatedTarget() - Method in interface org.w3c.dom.events.MouseEvent
Used to identify a secondary EventTarget related to a UI event, depending on the type of event.
getRequestMethod() - Method in interface javax.microedition.io.HttpConnection
Get the current request method.
getRequestProperty(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named general request property for this connection.
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name in the application's JAR file.
getResponse() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Returns the response wire message
getResponse() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
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.
getResumableSession() - Method in interface org.bouncycastle.crypto.tls.TlsContext
Used to get the resumable session, if any, used by this connection.
getRootDirectory() - Static method in class org.joshvm.media.Environment
Returns root path of internal storage file system used by media
getRowPadding() - Method in class org.joshvm.ui.UIObject
Gets the padding between the rows
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getSalt() - Method in class org.bouncycastle.crypto.params.ParametersWithSalt
 
getSalt() - Method in class org.bouncycastle.crypto.PBEParametersGenerator
return the salt byte array.
getSBox() - Method in class org.bouncycastle.crypto.params.ParametersWithSBox
 
getScreenX() - Method in interface org.w3c.dom.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the origin of the screen coordinate system.
getScreenY() - Method in interface org.w3c.dom.events.MouseEvent
The vertical coordinate at which the event occurred relative to the origin of the screen coordinate system.
getScrollbar() - Method in class org.joshvm.ui.AbstractUIObject
Gets a virtual ui object which represents the scrollbar of the object.
getScrollbarMode() - Method in class org.joshvm.ui.AbstractUIObject
Returns the scrollbar mode of the object.
getScrollbarOfState(int) - Method in class org.joshvm.ui.AbstractUIObject
Gets a virtual ui object which represents the scrollbar of the object in specified state.
getScrollBottom() - Method in class org.joshvm.ui.AbstractUIObject
Return the height of the area below the object.
getScrollDirection() - Method in class org.joshvm.ui.AbstractUIObject
Returns the scroll direction of the object.
getScrollLeft() - Method in class org.joshvm.ui.AbstractUIObject
Return the width of the area on the left of the object.
getScrollRight() - Method in class org.joshvm.ui.AbstractUIObject
Return the width of the area on the right of the object.
getScrollTop() - Method in class org.joshvm.ui.AbstractUIObject
Returns the height of the area above the object.
getScrollX() - Method in class org.joshvm.ui.AbstractUIObject
Gets current X scroll position.
getScrollY() - Method in class org.joshvm.ui.AbstractUIObject
Gets current Y scroll position.
getSecret() - Method in class org.bouncycastle.crypto.Commitment
The secret required to reveal the commitment.
getSecureRandom() - Static method in class org.bouncycastle.crypto.CryptoServicesRegistrar
Return the default source of randomness.
getSecureRandom() - Method in interface org.bouncycastle.crypto.tls.TlsContext
 
getSecurityInfo() - Method in interface javax.microedition.io.HttpsConnection
Return the security information associated with this successfully opened connection.
getSecurityInfo() - Method in interface javax.microedition.io.SecureConnection
Return the security information associated with this connection when it was opened.
getSecurityParameters() - Method in interface org.bouncycastle.crypto.tls.TlsContext
 
getSeed() - Method in class org.bouncycastle.crypto.params.ECDomainParameters
 
getSelected() - Method in class org.joshvm.ui.widget.DropdownList
Gets the index of the selected option
getSelected() - Method in class org.joshvm.ui.widget.Roller
Gets the index of the selected option
getSelectedCell() - Method in class org.joshvm.ui.widget.Table
Returns the selected cell (pressed and/or focused)
getSelectedPrivateKeyStore() - Static method in class org.joshvm.crypto.keystore.KeyStore
 
getSendLimit() - Method in interface org.bouncycastle.crypto.tls.DatagramTransport
 
getSerialNumber() - Method in interface javax.microedition.pki.Certificate
Gets the printable form of the serial number of this Certificate.
getServerCertificate() - Method in interface javax.microedition.io.SecurityInfo
Returns the Certificate used to establish the secure connection with the server.
getServerNameExtension(Hashtable) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
getServerNameList() - Method in class org.bouncycastle.crypto.tls.ServerNameList
 
getServerRandom() - Method in class org.bouncycastle.crypto.tls.SecurityParameters
 
getServerURI() - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Returns the address of the server used by this client.
getServerURI() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Returns the address of the server used by this client, as a URI.
getServerURI() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
getServerURI() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
getServerURIs() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
 
getServerVersion() - Method in interface org.bouncycastle.crypto.tls.TlsContext
 
getSessionHash() - Method in class org.bouncycastle.crypto.tls.SecurityParameters
 
getSessionID() - Method in interface org.bouncycastle.crypto.tls.TlsSession
 
getSessionPresent() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Returns the session present flag from a connack
getSessionPresent() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
getSessionToResume() - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
getSessionToResume() - Method in interface org.bouncycastle.crypto.tls.TlsClient
Return the session this client wants to resume, if any.
getSHA1Hash() - Method in class org.bouncycastle.crypto.tls.URLAndHash
 
getShadowColor() - Method in class org.joshvm.ui.UIObject
Gets shadow color of the object
getShadowOffsetX() - Method in class org.joshvm.ui.UIObject
Gets the offset on the shadow in X direction.
getShadowOffsetY() - Method in class org.joshvm.ui.UIObject
Gets the offset on the shadow in X direction.
getShadowWidth() - Method in class org.joshvm.ui.UIObject
Gets shadow width of the object.
getShiftKey() - Method in interface org.w3c.dom.events.KeyboardEvent
true if the shift (Shift) key modifier is activated.
getShiftKey() - Method in interface org.w3c.dom.events.MouseEvent
true if the shift (Shift) key modifier is activated.
getShort() - Method in class org.joshvm.util.ByteBuffer
 
getSigAlgName() - Method in interface javax.microedition.pki.Certificate
Gets the name of the algorithm used to sign the Certificate.
getSignature() - Method in class org.bouncycastle.crypto.tls.DigitallySigned
 
getSignature() - Method in class org.bouncycastle.crypto.tls.SignatureAndHashAlgorithm
 
getSignatureAlgorithmsExtension(Hashtable) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
Get a 'signature_algorithms' extension from extensions.
getSignatureAndHashAlgorithm() - Method in class org.bouncycastle.crypto.tls.AbstractTlsSignerCredentials
 
getSignatureAndHashAlgorithm() - Method in class org.bouncycastle.crypto.tls.DefaultTlsSignerCredentials
 
getSignatureAndHashAlgorithm() - Method in interface org.bouncycastle.crypto.tls.TlsSignerCredentials
 
getSignatureAndHashAlgorithm(TlsContext, TlsSignerCredentials) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
getSigner() - Method in class org.bouncycastle.crypto.io.SignerInputStream
 
getSigner() - Method in class org.bouncycastle.crypto.io.SignerOutputStream
 
getSIMCardStatus() - Method in class org.joshvm.j2me.cellular.CellularDeviceInfo
Get sim card status
getSize() - Method in class org.bouncycastle.crypto.tls.TlsMac
 
getSize() - Method in class org.joshvm.ui.Font
Returns the size of the font
getSocketOption(byte) - Method in interface javax.microedition.io.SocketConnection
Get a socket option for the connection.
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.
getSpeed() - Method in class javax.microedition.location.Location
Returns the terminal's current ground speed in meters per second (m/s) at the time of measurement.
getSRPIdentity() - Method in class org.bouncycastle.crypto.tls.SecurityParameters
 
getSRPIdentity() - Method in class org.bouncycastle.crypto.tls.SessionParameters
 
getSSLProperties() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Returns the SSL properties for the connection.
getStartValue() - Method in class org.joshvm.ui.widget.Slider
Gets the start value of the slider
getState() - Method in class javax.microedition.location.LocationProvider
Returns the current state of this LocationProvider.
getStrength() - Method in class org.bouncycastle.crypto.KeyGenerationParameters
return the bit strength for keys produced by this generator,
getString() - Method in class org.joshvm.j2me.directUI.Text
 
getString(int) - Method in class org.json.me.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.json.me.JSONObject
Get the string associated with a key.
getStyle() - Method in class org.joshvm.ui.Font
Returns the style of the font
getSubject() - Method in interface javax.microedition.pki.Certificate
Gets the name of this certificate's subject.
getSupportedEllipticCurvesExtension(Hashtable) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
getSupportedPointFormatsExtension(Hashtable) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
getSupportedSignatureAlgorithms() - Method in class org.bouncycastle.crypto.tls.CertificateRequest
 
getSystemId() - Method in interface javax.xml.stream.Location
Returns the system ID of the XML
getSystemId() - Method in interface org.w3c.dom.DocumentType
The system identifier of the external subset.
getSystemId() - Method in interface org.w3c.dom.Entity
The system identifier associated with the entity, if specified.
getSystemId() - Method in interface org.w3c.dom.Notation
The system identifier of this notation.
getSystemIdentifier() - Method in interface javax.xml.stream.DTDStreamReader
Returns the system identifier.
getTagName() - Method in interface org.w3c.dom.Element
The name of the element.
getTarget() - Method in interface org.w3c.dom.events.Event
Used to indicate the EventTarget to which the event was originally dispatched.
getTarget() - Method in interface org.w3c.dom.ProcessingInstruction
The target of this processing instruction.
getTargetedDevice() - Method in interface org.joshvm.j2me.dio.spibus.SPICompositeMessage
Gets the SPIDevice this composite message is targeting.
getText() - Method in interface javax.xml.stream.DTDStreamReader
Returns the current value of the parse event as a string.
getText() - Method in interface javax.xml.stream.XMLStreamReader
Returns the current value of the parse event as a string, this returns the string value of a CHARACTERS event, returns the value of a COMMENT, the replacement value for an ENTITY_REFERENCE, the string value of a CDATA section, the string value for a SPACE event, or the String value of the internal subset of the DTD.
getText(short) - Static method in class org.bouncycastle.crypto.tls.AlertDescription
 
getText(short) - Static method in class org.bouncycastle.crypto.tls.AlertLevel
 
getText(short) - Static method in class org.bouncycastle.crypto.tls.HashAlgorithm
 
getText() - Method in class org.joshvm.ui.widget.Label
Returns the text on the label
getText() - Method in class org.joshvm.ui.widget.Textarea
Gets the text of the textarea
getTextCharacters() - Method in interface javax.xml.stream.DTDStreamReader
Returns an array which contains the characters from this event.
getTextCharacters() - Method in interface javax.xml.stream.XMLStreamReader
Returns an array which contains the characters from this event.
getTextColor() - Method in class org.joshvm.ui.UIObject
Gets the color of text of the object.
getTextContent() - Method in interface org.w3c.dom.Node
This attribute returns the text content of this node and its descendants.
getTextLength() - Method in interface javax.xml.stream.DTDStreamReader
Returns the length of the sequence of characters for the current event within the text character array.
getTextLength() - Method in interface javax.xml.stream.XMLStreamReader
Returns the length of the sequence of characters for this Text event within the text character array.
getTextLetterSpace() - Method in class org.joshvm.ui.UIObject
Gets the letter space of text of the object
getTextLineSpace() - Method in class org.joshvm.ui.UIObject
Gets the line space of text of the object
getTextStart() - Method in interface javax.xml.stream.DTDStreamReader
Returns the offset into the text character array at which the first character of the data for the current event is located.
getTextStart() - Method in interface javax.xml.stream.XMLStreamReader
Returns the offset into the text character array where the first character (of this text event) is stored.
getTicket() - Method in class org.bouncycastle.crypto.tls.NewSessionTicket
 
getTicketLifetimeHint() - Method in class org.bouncycastle.crypto.tls.NewSessionTicket
 
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.
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).
getTimestamp() - Method in class javax.microedition.location.Location
Returns the time stamp at which the data was collected.
getTimestamp() - Method in interface javax.wireless.messaging.Message
Returns the timestamp indicating when this message has been sent.
getTimeStamp() - Method in class org.joshvm.j2me.dio.DeviceEvent
Returns the time (in milliseconds) when this event (first) occurred.
getTimeStamp() - Method in interface org.w3c.dom.events.Event
Used to specify the time (in milliseconds relative to the epoch) at which the event was created.
getTimeStampMicros() - Method in class org.joshvm.j2me.dio.DeviceEvent
Returns the additional microseconds to the timestamp for when this event (first) occurred.
getTimeToWait() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
Return the maximum time to wait for an action to complete.
getTimeZone() - Method in class java.util.Calendar
Gets the time zone.
getTimeZone(String) - Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTopic(String) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Get a topic object which can be used to publish messages.
getTopic(String) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
Get a topic object which can be used to publish messages.
getTopic(String) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
getTopics() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Returns the topic string(s) for the action being tracked by this token.
getTopics() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
getTotal() - Method in interface org.w3c.dom.events.ProgressEvent
Specifies the expected total number of bytes of the content transferred in the operation.
getTrackCrossAlign() - Method in class org.joshvm.ui.layout.Flex
Returns Flex align in cross direction for tracks
getTranslateX() - Method in class org.joshvm.ui.UIObject
Returns translate value in X direction
getTranslateY() - Method in class org.joshvm.ui.UIObject
Returns translate value in Y direction
getTrigger() - Method in interface org.joshvm.j2me.dio.gpio.GPIOPin
Returns the current pin interrupt trigger.
getTrigger() - Method in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Gets the configured initial pin interrupt trigger.
getType() - Method in interface javax.microedition.io.ContentConnection
Returns the type of content that the resource connected to is providing.
getType() - Method in interface javax.microedition.pki.Certificate
Get the type of the Certificate.
getType() - Method in interface org.bouncycastle.crypto.CharToByteConverter
Return the type of the conversion.
getType() - Method in class org.bouncycastle.crypto.tls.CertificateURL
 
getType() - Method in class org.joshvm.remote.CameraController.Request
Returns type of request.
getType() - Method in interface org.w3c.dom.events.Event
The name of the event (case-sensitive).
getUKM() - Method in class org.bouncycastle.crypto.params.ParametersWithUKM
 
getUnderlyingCipher() - Method in class org.bouncycastle.crypto.BufferedAsymmetricBlockCipher
return the underlying cipher for the buffer.
getUnderlyingCipher() - Method in class org.bouncycastle.crypto.BufferedBlockCipher
return the cipher this object wraps.
getUnderlyingCipher() - Method in class org.bouncycastle.crypto.encodings.PKCS1Encoding
 
getUnderlyingCipher() - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
return the cipher this object wraps.
getUnderlyingCipher() - Method in class org.bouncycastle.crypto.modes.CBCBlockCipher
return the underlying block cipher that we are wrapping.
getUnderlyingCipher() - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
 
getUnderlyingCipher() - Method in class org.bouncycastle.crypto.StreamBlockCipher
return the underlying block cipher that we are wrapping.
getUnderlyingDigest() - Method in class org.bouncycastle.crypto.macs.HMac
 
getUpdateOutputSize(int) - Method in class org.bouncycastle.crypto.BufferedBlockCipher
return the size of the output buffer required for an update an input of len bytes.
getUpdateOutputSize(int) - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
return the size of the output buffer required for a processBytes an input of len bytes.
getUpdateOutputSize(int) - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
 
getUpdateOutputSize(int) - Method in class org.bouncycastle.crypto.modes.PaddedBlockCipher
Deprecated.
return the size of the output buffer required for an update an input of len bytes.
getUpdateOutputSize(int) - Method in class org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
return the size of the output buffer required for an update an input of len bytes.
getURI() - Method in class javax.microedition.io.GCFPermission
Returns the URI of this GCFPermission.
getURL() - Method in interface javax.microedition.io.file.FileConnection
 
getURL() - Method in interface javax.microedition.io.HttpConnection
Return a string representation of the URL for this connection.
getURL() - Method in class org.bouncycastle.crypto.tls.URLAndHash
 
getUrl() - Method in class org.joshvm.remote.CameraController.Request
Returns url info in request.
getURLAndHashList() - Method in class org.bouncycastle.crypto.tls.CertificateURL
 
getUsableSignatureAlgorithms(Vector) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
getUserContext() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Retrieve the context associated with an action.
getUserContext() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
getUserData() - Method in class org.joshvm.ui.UIObject
Gets user data
getUserData(String) - Method in interface org.w3c.dom.Node
Retrieves the object associated to a key on a this node.
getUserName() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Returns the user name to use for the connection.
getUserName() - Method in class org.joshvm.j2me.cellular.AccessPoint
 
getUserObject() - Method in interface org.bouncycastle.crypto.tls.TlsContext
 
getValue() - Method in interface org.joshvm.j2me.dio.gpio.GPIOPin
Returns the current value of this GPIO pin.
getValue() - Method in class org.joshvm.j2me.dio.gpio.PinEvent
Returns the new GPIO pin's value.
getValue() - Method in class org.joshvm.ui.widget.Slider
Gets the value of the slider
getValue() - Method in interface org.w3c.dom.Attr
Returns the value of this attribute.
getVerifyDataLength() - Method in class org.bouncycastle.crypto.tls.SecurityParameters
 
getVersion() - Method in interface javax.microedition.pki.Certificate
Gets the version number of this Certificate.
getVersion() - Method in interface javax.xml.stream.XMLStreamReader
Get the xml version declared on the xml declaration.
getVersion() - Static method in class org.joshvm.ui.Version
Returns the version string of this ui module
getVerticalAccuracy() - Method in class javax.microedition.location.Criteria
 
getVerticalAccuracy() - Method in class javax.microedition.location.QualifiedCoordinates
Returns the accuracy of the location in meters in vertical direction (orthogonal to ellipsoid surface, 1-sigma standard deviation).
getView() - Method in interface org.w3c.dom.events.UIEvent
The view attribute identifies the AbstractView from which the event was generated.
getWakeUpWords() - Method in class org.joshvm.media.WakeUpManager
Returns all the supported wakeup words.
getWheelDelta() - Method in interface org.w3c.dom.events.MouseWheelEvent
Indicates the number of "clicks" the wheel has been rotated.
getWidth() - Method in class org.joshvm.j2me.directUI.Image
 
getWidth() - Method in class org.joshvm.j2me.directUI.ImageBuffer
 
getWidth() - Method in class org.joshvm.j2me.directUI.Text
 
getWidth(String) - Method in class org.joshvm.j2me.directUI.Text
 
getWidth() - Method in class org.joshvm.ui.Area
Returns the width of the area
getWidth() - Method in class org.joshvm.ui.UIObject
Gets the width of the object.
getWillDestination() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Returns the topic to be used for last will and testament (LWT).
getWillMessage() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Returns the message to be sent as last will and testament (LWT).
getWordLength() - Method in interface org.joshvm.j2me.dio.spibus.SPIDevice
Gets the transfer word length in bits supported by this slave device.
getWordLength() - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
Gets the configured word length for communicating with the SPI slave device.
getWriteMac() - Method in class org.bouncycastle.crypto.tls.TlsBlockCipher
 
getX() - Method in class org.joshvm.ui.Point
Returns x coordinate of the point
getX() - Method in class org.joshvm.ui.UIObject
Gets the X coordinate of the object.
getX1() - Method in class org.joshvm.ui.Area
Returns x coordinate of left edge of the area
getX2() - Method in class org.joshvm.ui.Area
Returns x coordinate of right edge of the area
getXMLResolver() - Method in class javax.xml.stream.XMLInputFactory
The resolver that will be set on any XMLStreamReader created by this factory instance.
getY() - Method in class org.joshvm.ui.Point
Returns y coordinate of the point
getY() - Method in class org.joshvm.ui.UIObject
Gets the Y coordinate of the object.
getY1() - Method in class org.joshvm.ui.Area
Returns y coordinate of top edge of the area
getY2() - Method in class org.joshvm.ui.Area
Returns y coordinate of bottom edge of the area
GPIOPin - Interface in org.joshvm.j2me.dio.gpio
 
GPIOPinConfig - Class in org.joshvm.j2me.dio.gpio
 
GPIOPinConfig(int, int, int, int, int, boolean) - Constructor for class org.joshvm.j2me.dio.gpio.GPIOPinConfig
 
GPIOPinConfig(String, int, int, int, int, boolean) - Constructor for class org.joshvm.j2me.dio.gpio.GPIOPinConfig
 
GRAY - Static variable in class org.joshvm.ui.Color
Predefined Color : Gray
GREEN - Static variable in class org.joshvm.ui.Color
Predefined Color : Green
GT - Static variable in class org.json.me.util.XML
The Character '>'.

H

H1 - Variable in class org.bouncycastle.crypto.digests.LongDigest
 
H2 - Variable in class org.bouncycastle.crypto.digests.LongDigest
 
H3 - Variable in class org.bouncycastle.crypto.digests.LongDigest
 
H4 - Variable in class org.bouncycastle.crypto.digests.LongDigest
 
H5 - Variable in class org.bouncycastle.crypto.digests.LongDigest
 
H6 - Variable in class org.bouncycastle.crypto.digests.LongDigest
 
H7 - Variable in class org.bouncycastle.crypto.digests.LongDigest
 
H8 - Variable in class org.bouncycastle.crypto.digests.LongDigest
 
handle(short, String, Object, Node, Node) - Method in interface org.w3c.dom.UserDataHandler
This method is called whenever the node for which this handler is registered is imported or cloned.
handleAlertMessage(short, short) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
handleAlertWarningMessage(short) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
handleChangeCipherSpecMessage() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
handleClose(boolean) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
handleEvent(Event) - Method in interface org.w3c.dom.events.EventListener
This method is called whenever an event occurs of the type for which the EventListener interface was registered.
handleException(short, String, Throwable) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
handleFailure() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
handleHandshakeMessage(short, ByteArrayInputStream) - Method in class org.bouncycastle.crypto.tls.TlsClientProtocol
 
handleHandshakeMessage(short, ByteArrayInputStream) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
handleSupplementalData(Vector) - Method in class org.bouncycastle.crypto.tls.TlsClientProtocol
 
handshake - Static variable in class org.bouncycastle.crypto.tls.ContentType
 
handshake_failure - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
Reception of a handshake_failure alert message indicates that the sender was unable to negotiate an acceptable set of security parameters given the options available.
HandshakeType - Class in org.bouncycastle.crypto.tls
 
HandshakeType() - Constructor for class org.bouncycastle.crypto.tls.HandshakeType
 
has(String) - Method in class org.json.me.JSONObject
Determine if the JSONObject contains a specific key.
hasAnySupportedNamedCurves() - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
hasArray() - Method in class org.joshvm.util.ByteBuffer
 
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.
hasEncryptThenMACExtension(Hashtable) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
hasExpectedEmptyExtensionData(Hashtable, Integer, short) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
hasExtendedMasterSecretExtension(Hashtable) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
hasFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
Test if the DOM implementation implements a specific feature.
hasForeground() - Method in class org.joshvm.ui.Display
Returns whether the display is in foreground
hasFullMessage() - Method in interface org.bouncycastle.crypto.SignerWithRecovery
Returns true if the signer has recovered the full message as part of signature verification.
hash - Variable in class org.bouncycastle.crypto.tls.SignatureAndHashAlgorithm
 
HashAlgorithm - Class in org.bouncycastle.crypto.tls
RFC 5246 7.4.1.4.1
HashAlgorithm() - Constructor for class org.bouncycastle.crypto.tls.HashAlgorithm
 
hashCode() - Method in class java.lang.Boolean
Returns a hash code for this Boolean object.
hashCode() - Method in class java.lang.Byte
Returns a hashcode for this Byte.
hashCode() - Method in class java.lang.Character
Returns a hash code for this Character.
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.Integer
Returns a hashcode for this Integer.
hashCode() - Method in class java.lang.Long
Computes a hashcode for this Long.
hashCode() - Method in class java.lang.Object
Returns a hash code value for the object.
hashCode() - Method in class java.lang.Short
Returns a hashcode for this Short.
hashCode() - Method in class java.lang.String
Returns a hashcode for this string.
hashCode() - Method in class java.security.BasicPermission
Returns the hash code value for this object.
hashCode() - Method in class java.security.Permission
Returns the hash code value for this Permission object.
hashCode() - Method in class java.util.Date
Returns a hash code value for this object.
hashCode() - Method in class java.util.PropertyPermission
Returns the hash code value for this object.
hashCode() - Method in class javax.microedition.io.CommProtocolPermission
Returns the hash code value for this object.
hashCode() - Method in class javax.microedition.io.DatagramProtocolPermission
Returns the hash code value for this object.
hashCode() - Method in class javax.microedition.io.FileProtocolPermission
Returns the hash code value for this object.
hashCode() - Method in class javax.microedition.io.HttpProtocolPermission
Returns the hash code value for this object.
hashCode() - Method in class javax.microedition.io.HttpsProtocolPermission
Returns the hash code value for this object.
hashCode() - Method in class javax.microedition.io.SocketProtocolPermission
Returns the hash code value for this object.
hashCode() - Method in class javax.microedition.io.SSLProtocolPermission
Returns the hash code value for this object.
hashCode() - Method in class org.bouncycastle.crypto.params.ECDomainParameters
 
hashCode() - Method in class org.bouncycastle.crypto.tls.ProtocolVersion
 
hashCode() - Method in class org.bouncycastle.crypto.tls.SignatureAndHashAlgorithm
 
hashCode(byte[]) - Static method in class org.bouncycastle.util.Arrays
 
hashCode(byte[], int, int) - Static method in class org.bouncycastle.util.Arrays
 
hashCode(char[]) - Static method in class org.bouncycastle.util.Arrays
 
hashCode(int[][]) - Static method in class org.bouncycastle.util.Arrays
 
hashCode(int[]) - Static method in class org.bouncycastle.util.Arrays
 
hashCode(int[], int, int) - Static method in class org.bouncycastle.util.Arrays
 
hashCode(long[]) - Static method in class org.bouncycastle.util.Arrays
 
hashCode(long[], int, int) - Static method in class org.bouncycastle.util.Arrays
 
hashCode(short[][][]) - Static method in class org.bouncycastle.util.Arrays
 
hashCode(short[][]) - Static method in class org.bouncycastle.util.Arrays
 
hashCode(short[]) - Static method in class org.bouncycastle.util.Arrays
 
hashCode(Object[]) - Static method in class org.bouncycastle.util.Arrays
 
hashCode() - Method in class org.bouncycastle.util.Fingerprint
 
Hashtable - Class in java.util
This class implements a hashtable, which maps keys to values.
Hashtable(int) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity.
Hashtable() - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with a default capacity and load factor.
hasMoreElements() - Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
hasNext() - Method in interface javax.xml.stream.DTDStreamReader
Returns true if there are more parsing events and false if there are no more events.
hasNext() - Method in interface javax.xml.stream.XMLStreamReader
Returns true if there are more parsing events and false if there are no more events.
hasNext() - Method in class org.bouncycastle.util.Arrays.Iterator
 
hasRemaining() - Method in class org.joshvm.util.ByteBuffer
 
hasSigningCapability(short) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
hasTruncatedHMacExtension(Hashtable) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
HEAD - Static variable in interface javax.microedition.io.HttpConnection
HTTP Head method.
heartbeat - Static variable in class org.bouncycastle.crypto.tls.ContentType
 
heartbeat - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
heartbeat_request - Static variable in class org.bouncycastle.crypto.tls.HeartbeatMessageType
 
heartbeat_response - Static variable in class org.bouncycastle.crypto.tls.HeartbeatMessageType
 
HeartbeatExtension - Class in org.bouncycastle.crypto.tls
 
HeartbeatExtension(short) - Constructor for class org.bouncycastle.crypto.tls.HeartbeatExtension
 
HeartbeatMessage - Class in org.bouncycastle.crypto.tls
 
HeartbeatMessage(short, byte[], int) - Constructor for class org.bouncycastle.crypto.tls.HeartbeatMessage
 
HeartbeatMessageType - Class in org.bouncycastle.crypto.tls
 
HeartbeatMessageType() - Constructor for class org.bouncycastle.crypto.tls.HeartbeatMessageType
 
HeartbeatMode - Class in org.bouncycastle.crypto.tls
 
HeartbeatMode() - Constructor for class org.bouncycastle.crypto.tls.HeartbeatMode
 
hello_request - Static variable in class org.bouncycastle.crypto.tls.HandshakeType
 
hello_verify_request - Static variable in class org.bouncycastle.crypto.tls.HandshakeType
 
Hex - Class in org.bouncycastle.util.encoders
Utility class for converting hex data to bytes and back again.
Hex() - Constructor for class org.bouncycastle.util.encoders.Hex
 
HexEncoder - Class in org.bouncycastle.util.encoders
A streaming Hex encoder.
HexEncoder() - Constructor for class org.bouncycastle.util.encoders.HexEncoder
 
HexTranslator - Class in org.bouncycastle.util.encoders
Converters for going from hex to binary and back.
HexTranslator() - Constructor for class org.bouncycastle.util.encoders.HexTranslator
 
HIERARCHY_REQUEST_ERR - Static variable in exception org.w3c.dom.DOMException
If any node is inserted somewhere it doesn't belong
HMac - Class in org.bouncycastle.crypto.macs
HMAC implementation based on RFC2104 H(K XOR opad, H(K XOR ipad, text))
HMac(Digest) - Constructor for class org.bouncycastle.crypto.macs.HMac
Base constructor for one of the standard digest algorithms that the byteLength of the algorithm is know for.
hmac_md5 - Static variable in class org.bouncycastle.crypto.tls.MACAlgorithm
 
hmac_sha1 - Static variable in class org.bouncycastle.crypto.tls.MACAlgorithm
 
hmac_sha256 - Static variable in class org.bouncycastle.crypto.tls.MACAlgorithm
 
hmac_sha384 - Static variable in class org.bouncycastle.crypto.tls.MACAlgorithm
 
hmac_sha512 - Static variable in class org.bouncycastle.crypto.tls.MACAlgorithm
 
host_name - Static variable in class org.bouncycastle.crypto.tls.NameType
 
HOUR - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the morning or afternoon.
HOUR_OF_DAY - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the day.
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_BAD_GATEWAY - Static variable in interface javax.microedition.io.HttpConnection
502: The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
HTTP_BAD_METHOD - Static variable in interface javax.microedition.io.HttpConnection
405: The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
HTTP_BAD_REQUEST - Static variable in interface javax.microedition.io.HttpConnection
400: The request could not be understood by the server due to malformed syntax.
HTTP_CLIENT_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
408: The client did not produce a request within the time that the server was prepared to wait.
HTTP_CONFLICT - Static variable in interface javax.microedition.io.HttpConnection
409: The request could not be completed due to a conflict with the current state of the resource.
HTTP_CREATED - Static variable in interface javax.microedition.io.HttpConnection
201: The request has been fulfilled and resulted in a new resource being created.
HTTP_ENTITY_TOO_LARGE - Static variable in interface javax.microedition.io.HttpConnection
413: The server is refusing to process a request because the request entity is larger than the server is willing or able to process.
HTTP_EXPECT_FAILED - Static variable in interface javax.microedition.io.HttpConnection
417: The expectation given in an Expect request-header field could not be met by this server, or, if the server is a proxy, the server has unambiguous evidence that the request could not be met by the next-hop server.
HTTP_FORBIDDEN - Static variable in interface javax.microedition.io.HttpConnection
403: The server understood the request, but is refusing to fulfill it.
HTTP_GATEWAY_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
504: The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI or some other auxiliary server it needed to access in attempting to complete the request.
HTTP_GONE - Static variable in interface javax.microedition.io.HttpConnection
410: The requested resource is no longer available at the server and no forwarding address is known.
HTTP_INTERNAL_ERROR - Static variable in interface javax.microedition.io.HttpConnection
500: The server encountered an unexpected condition which prevented it from fulfilling the request.
HTTP_LENGTH_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
411: The server refuses to accept the request without a defined Content- Length.
HTTP_MOVED_PERM - Static variable in interface javax.microedition.io.HttpConnection
301: The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs.
HTTP_MOVED_TEMP - Static variable in interface javax.microedition.io.HttpConnection
302: The requested resource resides temporarily under a different URI.
HTTP_MULT_CHOICE - Static variable in interface javax.microedition.io.HttpConnection
300: The requested resource corresponds to any one of a set of representations, each with its own specific location, and agent- driven negotiation information is being provided so that the user (or user agent) can select a preferred representation and redirect its request to that location.
HTTP_NO_CONTENT - Static variable in interface javax.microedition.io.HttpConnection
204: The server has fulfilled the request but does not need to return an entity-body, and might want to return updated meta-information.
HTTP_NOT_ACCEPTABLE - Static variable in interface javax.microedition.io.HttpConnection
406: The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
HTTP_NOT_AUTHORITATIVE - Static variable in interface javax.microedition.io.HttpConnection
203: The returned meta-information in the entity-header is not the definitive set as available from the origin server.
HTTP_NOT_FOUND - Static variable in interface javax.microedition.io.HttpConnection
404: The server has not found anything matching the Request-URI.
HTTP_NOT_IMPLEMENTED - Static variable in interface javax.microedition.io.HttpConnection
501: The server does not support the functionality required to fulfill the request.
HTTP_NOT_MODIFIED - Static variable in interface javax.microedition.io.HttpConnection
304: If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code.
HTTP_OK - Static variable in interface javax.microedition.io.HttpConnection
200: The request has succeeded.
HTTP_PARTIAL - Static variable in interface javax.microedition.io.HttpConnection
206: The server has fulfilled the partial GET request for the resource.
HTTP_PAYMENT_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
402: This code is reserved for future use.
HTTP_PRECON_FAILED - Static variable in interface javax.microedition.io.HttpConnection
412: The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
HTTP_PROXY_AUTH - Static variable in interface javax.microedition.io.HttpConnection
407: This code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy.
HTTP_REQ_TOO_LONG - Static variable in interface javax.microedition.io.HttpConnection
414: The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
HTTP_RESET - Static variable in interface javax.microedition.io.HttpConnection
205: The server has fulfilled the request and the user agent SHOULD reset the document view which caused the request to be sent.
HTTP_SEE_OTHER - Static variable in interface javax.microedition.io.HttpConnection
303: The response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource.
HTTP_TEMP_REDIRECT - Static variable in interface javax.microedition.io.HttpConnection
307: The requested resource resides temporarily under a different URI.
HTTP_UNAUTHORIZED - Static variable in interface javax.microedition.io.HttpConnection
401: The request requires user authentication.
HTTP_UNAVAILABLE - Static variable in interface javax.microedition.io.HttpConnection
503: The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
HTTP_UNSUPPORTED_RANGE - Static variable in interface javax.microedition.io.HttpConnection
416: A server SHOULD return a response with this status code if a request included a Range request-header field , and none of the range-specifier values in this field overlap the current extent of the selected resource, and the request did not include an If-Range request-header field.
HTTP_UNSUPPORTED_TYPE - Static variable in interface javax.microedition.io.HttpConnection
415: The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
HTTP_USE_PROXY - Static variable in interface javax.microedition.io.HttpConnection
305: The requested resource MUST be accessed through the proxy given by the Location field.
HTTP_VERSION - Static variable in interface javax.microedition.io.HttpConnection
505: The server does not support, or refuses to support, the HTTP protocol version that was used in the request message.
HttpConnection - Interface in javax.microedition.io
This interface defines the necessary methods and constants for an HTTP connection.
HttpProtocolPermission - Class in javax.microedition.io
This class represents access rights to connections via the "http" protocol.
HttpProtocolPermission(String) - Constructor for class javax.microedition.io.HttpProtocolPermission
Creates a new HttpProtocolPermission with the specified URI as its name.
HttpsConnection - Interface in javax.microedition.io
This interface defines the necessary methods and constants to establish a secure network connection.
HttpsProtocolPermission - Class in javax.microedition.io
This class represents access rights to connections via the "https" protocol.
HttpsProtocolPermission(String) - Constructor for class javax.microedition.io.HttpsProtocolPermission
Creates a new HttpsProtocolPermission with the specified URI as its name.

I

I2CCombinedMessage - Interface in org.joshvm.j2me.dio.i2cbus
The I2CCombinedMessage interface provides methods for constructing a combined message.
I2CDevice - Interface in org.joshvm.j2me.dio.i2cbus
The I2CDevice interface provides methods for sending and receiving data to/from an I2C slave device.
I2CDevice.Bus - Interface in org.joshvm.j2me.dio.i2cbus
The Bus interface is a simplified abstraction of an I2C bus providing methods for creating combined messages.
I2CDeviceConfig - Class in org.joshvm.j2me.dio.i2cbus
The I2CDeviceConfig class encapsulates the hardware addressing information, and static and dynamic configuration parameters of an I2C slave device.
I2CDeviceConfig(int, int, int, int) - Constructor for class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig
Deprecated.
As of 1.1, use I2CDeviceConfig.Builder instead.
I2CDeviceConfig(String, int, int, int) - Constructor for class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig
Deprecated.
As of 1.1, use I2CDeviceConfig.Builder instead.
I2CDeviceConfig.Builder - Class in org.joshvm.j2me.dio.i2cbus
The Builder class allows for creating and initializing I2CDeviceConfig objects.
I2CDeviceConfig.Builder() - Constructor for class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig.Builder
Creates a new Builder instance.
idea - Static variable in class org.bouncycastle.crypto.tls.BulkCipherAlgorithm
 
IDEA_CBC - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
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().
illegal_parameter - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
A field in the handshake was out of range or inconsistent with other fields.
IllegalAccessException - Exception in java.lang
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 exception java.lang.IllegalAccessException
Constructs an IllegalAccessException without a detail message.
IllegalAccessException(String) - Constructor for exception java.lang.IllegalAccessException
Constructs an IllegalAccessException with a detail message.
IllegalArgumentException - Exception in java.lang
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IllegalArgumentException() - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with no detail message.
IllegalArgumentException(String) - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
IllegalModeException - Exception in javax.microedition.io.file
This class is defined by the JSR-75 specification PDA Optional Packages for the J2ME™ Platform
IllegalModeException() - Constructor for exception javax.microedition.io.file.IllegalModeException
 
IllegalModeException(String) - Constructor for exception javax.microedition.io.file.IllegalModeException
 
IllegalMonitorStateException - Exception in java.lang
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 exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String) - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalStateException - Exception in java.lang
Signals that a method has been invoked at an illegal or inappropriate time.
IllegalStateException() - Constructor for exception java.lang.IllegalStateException
Constructs an IllegalStateException with no detail message.
IllegalStateException(String) - Constructor for exception java.lang.IllegalStateException
Constructs an IllegalStateException with the specified detail message.
IllegalThreadStateException - Exception in java.lang
Thrown to indicate that a thread is not in an appropriate state for the requested operation.
IllegalThreadStateException() - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with no detail message.
IllegalThreadStateException(String) - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with the specified detail message.
Image - Class in org.joshvm.j2me.directUI
 
Image(int) - Constructor for class org.joshvm.j2me.directUI.Image
 
Image - Class in org.joshvm.ui.widget
Images are used to display images from files or byte arrays.
Image() - Constructor for class org.joshvm.ui.widget.Image
 
IMAGE_TYPE_BMP - Static variable in class org.joshvm.j2me.directUI.Image
 
IMAGE_TYPE_JPG - Static variable in class org.joshvm.j2me.directUI.Image
 
IMAGE_TYPE_PNG - Static variable in class org.joshvm.j2me.directUI.Image
 
ImageBuffer - Class in org.joshvm.j2me.directUI
 
ImageBuffer(int, int, int) - Constructor for class org.joshvm.j2me.directUI.ImageBuffer
 
ImageBuffer(int, int, int, byte[]) - Constructor for class org.joshvm.j2me.directUI.ImageBuffer
 
implies(Permission) - Method in class java.security.BasicPermission
Checks if the specified permission is "implied" by this object.
implies(Permission) - Method in class java.security.Permission
Checks if the specified permission's actions are "implied by" this object's actions.
implies(Permission) - Method in class java.security.PermissionCollection
Checks to see if the specified permission is implied by the collection of Permission objects held in this PermissionCollection.
implies(Permission) - Method in class java.util.PropertyPermission
Checks if this PropertyPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.microedition.io.CommProtocolPermission
Checks if this CommProtocolPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.microedition.io.DatagramProtocolPermission
Checks if this DatagramProtocolPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.microedition.io.FileProtocolPermission
Checks if this FileProtocolPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.microedition.io.HttpProtocolPermission
Checks if this HttpProtocolPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.microedition.io.HttpsProtocolPermission
Checks if this HttpsProtocolPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.microedition.io.SocketProtocolPermission
Checks if this SocketProtocolPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.microedition.io.SSLProtocolPermission
Checks if this SSLProtocolPermission object "implies" the specified permission.
importNode(Node, boolean) - Method in interface org.w3c.dom.Document
Imports a node from another document to this document, without altering or removing the source node from the original document; this method creates a new copy of the source node.
importSession(byte[], SessionParameters) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
IMqttActionListener - Interface in org.eclipse.paho.client.mqttv3
Implementors of this interface will be notified when an asynchronous action completes.
IMqttAsyncClient - Interface in org.eclipse.paho.client.mqttv3
Enables an application to communicate with an MQTT server using non-blocking methods.
IMqttClient - Interface in org.eclipse.paho.client.mqttv3
Enables an application to communicate with an MQTT server using using blocking methods.
IMqttDeliveryToken - Interface in org.eclipse.paho.client.mqttv3
Provides a mechanism for tracking the delivery of a message.
IMqttToken - Interface in org.eclipse.paho.client.mqttv3
Provides a mechanism for tracking the completion of an asynchronous task.
in - Variable in class java.io.DataInputStream
The input stream.
inappropriate_fallback - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
If TLS_FALLBACK_SCSV appears in ClientHello.cipher_suites and the highest protocol version supported by the server is higher than the version indicated in ClientHello.client_version, the server MUST respond with a fatal inappropriate_fallback alert [..].
INAPPROPRIATE_KEY_USAGE - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate public key has been used in way deemed inappropriate by the issuer.
index - Variable in class org.joshvm.media.WakeUpManager.WakeUpWord
index
INDEX_SIZE_ERR - Static variable in exception org.w3c.dom.DOMException
If index or size is negative, or greater than the allowed value
indexOf(int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character.
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(String) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring.
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(Object) - Method in class java.util.Vector
Searches for the first occurrence of the given argument, testing for equality using the equals method.
indexOf(Object, int) - Method in class java.util.Vector
Searches for the first occurrence of the given argument, beginning the search at index, and testing for equality using the equals method.
indexOf(Object) - Method in class org.joshvm.util.ArrayList
Retrieves the index of the given object.
IndexOutOfBoundsException - Exception in java.lang
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 exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String) - Constructor for exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with the specified detail message.
individual_certs - Static variable in class org.bouncycastle.crypto.tls.CertChainType
 
init(boolean, CipherParameters) - Method in interface org.bouncycastle.crypto.AsymmetricBlockCipher
initialise the cipher.
init(KeyGenerationParameters) - Method in interface org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator
intialise the key pair generator.
init(CipherParameters) - Method in interface org.bouncycastle.crypto.BasicAgreement
initialise the agreement engine.
init(boolean, CipherParameters) - Method in interface org.bouncycastle.crypto.BlockCipher
Initialise the cipher.
init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.BufferedAsymmetricBlockCipher
initialise the buffer and the underlying cipher.
init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.BufferedBlockCipher
initialise the cipher.
init(KeyGenerationParameters) - Method in class org.bouncycastle.crypto.CipherKeyGenerator
initialise the key generator.
init(DerivationParameters) - Method in interface org.bouncycastle.crypto.DerivationFunction
 
init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.encodings.PKCS1Encoding
 
init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.AESEngine
initialise an AES cipher.
init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.AESFastEngine
Deprecated.
initialise an AES cipher.
init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.AESLightEngine
initialise an AES cipher.
init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.NullEngine
 
init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.RSABlindedEngine
initialise the RSA engine.
init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.RSABlindingEngine
Initialise the blinding engine.
init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.engines.RSAEngine
initialise the RSA engine.
init(KeyGenerationParameters) - Method in class org.bouncycastle.crypto.generators.ECKeyPairGenerator
 
init(CipherParameters) - Method in class org.bouncycastle.crypto.generators.RSABlindingFactorGenerator
Initialise the factor generator
init(KeyGenerationParameters) - Method in class org.bouncycastle.crypto.generators.RSAKeyPairGenerator
 
init(CipherParameters) - Method in interface org.bouncycastle.crypto.KeyEncapsulation
Initialise the key encapsulation mechanism.
init(CipherParameters) - Method in interface org.bouncycastle.crypto.Mac
Initialise the MAC.
init(CipherParameters) - Method in class org.bouncycastle.crypto.macs.BlockCipherMac
 
init(CipherParameters) - Method in class org.bouncycastle.crypto.macs.CBCBlockCipherMac
 
init(CipherParameters) - Method in class org.bouncycastle.crypto.macs.HMac
 
init(boolean, CipherParameters) - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
initialise the underlying cipher.
init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.modes.CBCBlockCipher
Initialise the cipher and, possibly, the initialisation vector (IV).
init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
NOTE: MAC sizes from 32 bits to 128 bits (must be a multiple of 8) are supported.
init(SecureRandom) - Method in interface org.bouncycastle.crypto.paddings.BlockCipherPadding
Initialise the padder.
init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
initialise the cipher.
init(SecureRandom) - Method in class org.bouncycastle.crypto.paddings.PKCS7Padding
Initialise the padder.
init(byte[], byte[], int) - Method in class org.bouncycastle.crypto.PBEParametersGenerator
initialise the PBE generator.
init(boolean, CipherParameters) - Method in interface org.bouncycastle.crypto.Signer
Initialise the signer for signing or verification.
init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.signers.GenericSigner
initialise the signer for signing or verification.
init(boolean, CipherParameters) - Method in class org.bouncycastle.crypto.signers.RSADigestSigner
initialise the signer for signing or verification.
init(boolean, CipherParameters) - Method in interface org.bouncycastle.crypto.StreamCipher
Initialise the cipher.
init(TlsClientContext) - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
init(TlsContext) - Method in class org.bouncycastle.crypto.tls.AbstractTlsKeyExchange
 
init(TlsContext) - Method in class org.bouncycastle.crypto.tls.AbstractTlsSigner
 
init(TlsClientContext) - Method in interface org.bouncycastle.crypto.tls.TlsClient
 
init(TlsContext) - Method in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
init(TlsContext) - Method in interface org.bouncycastle.crypto.tls.TlsHandshakeHash
 
init(TlsContext) - Method in interface org.bouncycastle.crypto.tls.TlsKeyExchange
 
init(TlsContext) - Method in interface org.bouncycastle.crypto.tls.TlsSigner
 
init(boolean, CipherParameters) - Method in interface org.bouncycastle.crypto.Wrapper
 
init(ClientComms) - Method in interface org.eclipse.paho.client.mqttv3.MqttPingSender
Initial method.
init(ClientComms) - Method in class org.eclipse.paho.client.mqttv3.TimerPingSender
 
initCause(Throwable) - Method in class java.lang.Throwable
Initializes the cause of this throwable to the specified value.
initCustomEventNS(String, String, boolean, boolean, Object) - Method in interface org.w3c.dom.events.CustomEvent
The initCustomEventNS method is used to initialize the value of a CustomEvent object and has the same behavior as Event.initEventNS().
initEvent(String, boolean, boolean) - Method in interface org.w3c.dom.events.Event
The initEvent method is used to initialize the value of an Event created through the DocumentEvent interface.
initEventNS(String, String, boolean, boolean) - Method in interface org.w3c.dom.events.Event
The initEventNS method is used to initialize the value of an Event object and has the same behavior as Event.initEvent().
initialiseDecodingTable() - Method in class org.bouncycastle.util.encoders.Base64Encoder
 
initialiseDecodingTable() - Method in class org.bouncycastle.util.encoders.HexEncoder
 
initKeyboardEvent(String, boolean, boolean, AbstractView, String, int, String) - Method in interface org.w3c.dom.events.KeyboardEvent
The initKeyboardEvent method is used to initialize the value of a KeyboardEvent object and has the same behavior as UIEvent.initUIEvent().
initKeyboardEventNS(String, String, boolean, boolean, AbstractView, String, int, String) - Method in interface org.w3c.dom.events.KeyboardEvent
The initKeyboardEventNS method is used to initialize the value of a KeyboardEvent object and has the same behavior as UIEvent.initUIEventNS().
initMouseEvent(String, boolean, boolean, AbstractView, int, int, int, int, int, boolean, boolean, boolean, boolean, short, EventTarget) - Method in interface org.w3c.dom.events.MouseEvent
The initMouseEvent method is used to initialize the value of a MouseEvent object and has the same behavior as UIEvent.initUIEvent().
initMouseEventNS(String, String, boolean, boolean, AbstractView, int, int, int, int, int, short, EventTarget, String) - Method in interface org.w3c.dom.events.MouseEvent
The initMouseEventNS method is used to initialize the value of a MouseEvent object and has the same behavior as UIEvent.initUIEventNS().
initMouseWheelEventNS(String, String, boolean, boolean, AbstractView, int, int, int, int, int, short, EventTarget, String, int) - Method in interface org.w3c.dom.events.MouseWheelEvent
The initMouseWheelEventNS method is used to initialize the value of a MouseWheelEvent object and has the same behavior as Event.initEventNS().
initMutationEvent(String, boolean, boolean, Node, String, String, String, short) - Method in interface org.w3c.dom.events.MutationEvent
The initMutationEvent method is used to initialize the value of a MutationEvent object and has the same behavior as Event.initEvent().
initMutationEventNS(String, String, boolean, boolean, Node, String, String, String, short) - Method in interface org.w3c.dom.events.MutationEvent
The initMutationEventNS method is used to initialize the value of a MutationEvent object and has the same behavior as Event.initEventNS().
initProgressEvent(String, boolean, boolean, boolean, int, int) - Method in interface org.w3c.dom.events.ProgressEvent
The initProgressEvent method is used to initialize the value of a progress event created through the DocumentEvent interface.
initProgressEventNS(String, String, boolean, boolean, boolean, int, int) - Method in interface org.w3c.dom.events.ProgressEvent
The initProgressEventNS method is used to initialize the value of a namespaced progress event created through the DocumentEvent interface.
initTextEvent(String, boolean, boolean, AbstractView, String) - Method in interface org.w3c.dom.events.TextEvent
The initTextEvent method is used to initialize the value of a TextEvent object and has the same behavior as UIEvent.initUIEvent().
initTextEventNS(String, String, boolean, boolean, AbstractView, String) - Method in interface org.w3c.dom.events.TextEvent
The initTextEventNS method is used to initialize the value of a TextEvent object and has the same behavior as UIEvent.initUIEventNS().
initUIEvent(String, boolean, boolean, AbstractView, int) - Method in interface org.w3c.dom.events.UIEvent
The initUIEvent method is used to initialize the value of a UIEvent object and has the same behavior as Event.initEvent().
initUIEventNS(String, String, boolean, boolean, AbstractView, int) - Method in interface org.w3c.dom.events.UIEvent
The initUIEventNS method is used to initialize the value of a UIEvent object and has the same behavior as Event.initEventNS().
initVerifyer(TlsSigner, SignatureAndHashAlgorithm, SecurityParameters) - Method in class org.bouncycastle.crypto.tls.TlsECDHEKeyExchange
 
initWebPublicKeystoreLocation(Class, String) - Static method in class org.joshvm.crypto.keystore.KeyStore
Initialized WebPublicKeyStore with the user-specified keystore file from resource
INPUT - Static variable in interface org.joshvm.j2me.dio.gpio.GPIOPin
Input port direction.
inputBuffers - Variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
InputConnection - Interface in javax.microedition.io
This interface defines the capabilities that an input stream connection must have.
InputStream - Class in java.io
This abstract class is the superclass of all classes representing an input stream of bytes.
InputStream() - Constructor for class java.io.InputStream
 
InputStreamReader - Class in java.io
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters.
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(int, Object) - Method in class java.lang.StringBuffer
Inserts the string representation of the Object argument into this string buffer.
insert(int, String) - Method in class java.lang.StringBuffer
Inserts the string 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, 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, int) - Method in class java.lang.StringBuffer
Inserts the string representation of the second int argument into this string buffer.
insert(int, long) - Method in class java.lang.StringBuffer
Inserts the string representation of the long 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, double) - Method in class java.lang.StringBuffer
Inserts the string representation of the double argument into this string buffer.
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.
insertElementAt(Object, int) - Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
insertOption(int, String) - Method in class org.joshvm.ui.widget.DropdownList
Inserts an option to the list at the specified index.
insertOption(int, String) - Method in class org.joshvm.ui.widget.Roller
Inserts an option to the roller at the specified index.
InstantiationException - Exception in java.lang
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 exception java.lang.InstantiationException
Constructs an InstantiationException with no detail message.
InstantiationException(String) - Constructor for exception java.lang.InstantiationException
Constructs an InstantiationException with the specified detail message.
insufficient_security - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
Returned instead of handshake_failure when a negotiation has failed specifically because the server requires ciphers more secure than those supported by the client.
intBitsToFloat(int) - Static method in class java.lang.Float
Returns the single-float corresponding to a given bit representation.
Integer - Class in java.lang
The Integer class wraps a value of the primitive type int in an object.
Integer(int) - Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the primitive int argument.
Integers - Class in org.bouncycastle.util
 
Integers() - Constructor for class org.bouncycastle.util.Integers
 
intern() - Method in class java.lang.String
Returns a canonical representation for the string object.
internal_error - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
An internal error unrelated to the peer or the correctness of the protocol (such as a memory allocation failure) makes it impossible to continue.
internalTok - Variable in class org.eclipse.paho.client.mqttv3.MqttToken
A reference to the the class that provides most of the implementation of the MqttToken.
interrupt() - Method in class java.lang.Thread
Interrupts this thread.
InterruptedException - Exception in java.lang
Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it.
InterruptedException() - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with no detail message.
InterruptedException(String) - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with the specified detail message.
InterruptedIOException - Exception in java.io
Signals that an I/O operation has been interrupted.
InterruptedIOException() - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with null as its error detail message.
InterruptedIOException(String) - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with the specified detail message.
intToBigEndian(int) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
intToBigEndian(int, byte[], int) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
intToBigEndian(int[]) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
intToBigEndian(int[], byte[], int) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
intToBigEndian(int) - Static method in class org.bouncycastle.util.Pack
 
intToBigEndian(int, byte[], int) - Static method in class org.bouncycastle.util.Pack
 
intToBigEndian(int[]) - Static method in class org.bouncycastle.util.Pack
 
intToBigEndian(int[], byte[], int) - Static method in class org.bouncycastle.util.Pack
 
intToLittleEndian(int) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
intToLittleEndian(int, byte[], int) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
intToLittleEndian(int[]) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
intToLittleEndian(int[], byte[], int) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
intToLittleEndian(int) - Static method in class org.bouncycastle.util.Pack
 
intToLittleEndian(int, byte[], int) - Static method in class org.bouncycastle.util.Pack
 
intToLittleEndian(int[]) - Static method in class org.bouncycastle.util.Pack
 
intToLittleEndian(int[], byte[], int) - Static method in class org.bouncycastle.util.Pack
 
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).
intValue() - Method in class java.lang.Integer
Returns the value of this Integer as an int.
intValue() - Method in class org.joshvm.ui.Color
Returns argb value of the color
INUSE_ATTRIBUTE_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to add an attribute that is already in use elsewhere
INVALID_ACCESS_ERR - Static variable in exception org.w3c.dom.DOMException
If a parameter or an operation is not supported by the underlying object.
INVALID_CHARACTER_ERR - Static variable in exception org.w3c.dom.DOMException
If an invalid or illegal character is specified, such as in a name.
INVALID_MODIFICATION_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to modify the type of the underlying object.
INVALID_STATE_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to use an object that is not, or is no longer, usable.
invalidate() - Method in interface org.bouncycastle.crypto.tls.TlsSession
 
invalidateSession() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
InvalidCipherTextException - Exception in org.bouncycastle.crypto
this exception is thrown whenever we find something we don't expect in a message.
InvalidCipherTextException() - Constructor for exception org.bouncycastle.crypto.InvalidCipherTextException
base constructor.
InvalidCipherTextException(String) - Constructor for exception org.bouncycastle.crypto.InvalidCipherTextException
create a InvalidCipherTextException with the given message.
InvalidCipherTextException(String, Throwable) - Constructor for exception org.bouncycastle.crypto.InvalidCipherTextException
create a InvalidCipherTextException with the given message.
InvalidCipherTextIOException - Exception in org.bouncycastle.crypto.io
IOException wrapper around an exception indicating an invalid ciphertext, such as in authentication failure during finalisation of an AEAD cipher.
InvalidCipherTextIOException(String, Throwable) - Constructor for exception org.bouncycastle.crypto.io.InvalidCipherTextIOException
 
InvalidDeviceConfigException - Exception in org.joshvm.j2me.dio
 
InvalidDeviceConfigException() - Constructor for exception org.joshvm.j2me.dio.InvalidDeviceConfigException
Constructs a new InvalidDeviceConfigException instance with null as its detailed reason message.
InvalidDeviceConfigException(String) - Constructor for exception org.joshvm.j2me.dio.InvalidDeviceConfigException
Constructs a new InvalidDeviceConfigException instance with the specified detailed reason message.
InvalidWordLengthException - Exception in org.joshvm.j2me.dio.spibus
Thrown by an instance of SPIDevice in case of mismatch between the length of data to be exchanged and the slave's word length as indicated by SPIDevice.getWordLength.
InvalidWordLengthException() - Constructor for exception org.joshvm.j2me.dio.spibus.InvalidWordLengthException
Constructs a new InvalidWordLengthException with null as its detailed reason message.
InvalidWordLengthException(String) - Constructor for exception org.joshvm.j2me.dio.spibus.InvalidWordLengthException
Constructs a new InvalidWordLengthException with the specified detail message.
IOException - Exception in java.io
Signals that an I/O exception of some sort has occurred.
IOException() - Constructor for exception java.io.IOException
Constructs an IOException with null as its error detail message.
IOException(String) - Constructor for exception java.io.IOException
Constructs an IOException with the specified detail message.
IPAddress - Class in org.bouncycastle.util
Utility methods for processing String objects containing IP addresses.
IPAddress() - Constructor for class org.bouncycastle.util.IPAddress
 
IS_COALESCING - Static variable in class javax.xml.stream.XMLInputFactory
The property that requires the parser to coalesce adjacent character data sections
IS_NAMESPACE_AWARE - Static variable in class javax.xml.stream.XMLInputFactory
The property used to turn on/off namespace support, this is to support XML 1.0 documents, only the true setting must be supported
IS_REPAIRING_NAMESPACES - Static variable in class javax.xml.stream.XMLOutputFactory
Property used to set prefix defaulting on the output side
IS_REPLACING_ENTITY_REFERENCES - Static variable in class javax.xml.stream.XMLInputFactory
Requires the parser to replace internal entity references with their replacement text and report them as characters
IS_SUPPORTING_EXTERNAL_ENTITIES - Static variable in class javax.xml.stream.XMLInputFactory
The property that requires the parser to resolve external parsed entities
IS_VALIDATING - Static variable in class javax.xml.stream.XMLInputFactory
The property used to turn on/off implementation specific validation
isAddressInfoRequired() - Method in class javax.microedition.location.Criteria
 
isAEADCipherSuite(int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isAlive() - Method in class java.lang.Thread
Tests if this thread is alive.
isAllowedToCost() - Method in class javax.microedition.location.Criteria
 
isAltitudeRequired() - Method in class javax.microedition.location.Criteria
 
isArray() - Method in class java.lang.Class
Determines if this Class object represents an array class.
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.
isAttributeSpecified(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns a boolean which indicates if this attribute was created by default
isBlockCipherSuite(int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isChecked() - Method in class org.joshvm.ui.AbstractUIObject
Returns whether the object is checked
isCleanSession() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Returns whether the server should remember state for the client across reconnects.
isClickable() - Method in class org.joshvm.ui.AbstractUIObject
Returns whether the object is clickable
isClipCornerEnabled() - Method in class org.joshvm.ui.UIObject
Returns if enable to clip the overflowed content on the rounded corner.
isClosed() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
isCoalescing() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which converts CDATA nodes to Text nodes and appends it to the adjacent (if any) Text node.
isComplete() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Returns whether or not the action has finished.
isComplete() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
isCompressionPreferred(short[], short) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
isConnected() - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Determines if this client is currently connected to the server.
isConnected() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Determines if this client is currently connected to the server.
isConnected() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
isConnected() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
isCorrectType(short, Object) - Static method in class org.bouncycastle.crypto.tls.ServerName
 
isDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a digit.
isDirect() - Method in class org.joshvm.util.ByteBuffer
 
isDirectory() - Method in interface javax.microedition.io.file.FileConnection
 
isDisabled() - Method in class org.joshvm.ui.AbstractUIObject
Returns whether the object is disabled
isDisconnected() - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Determines if this client is currently disconnected to the server.
isDisconnected() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Determines if this client is currently disconnected to the server.
isDisconnected() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
isDisconnected() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
isDTLS() - Method in class org.bouncycastle.crypto.tls.ProtocolVersion
 
isDuplicate() - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Returns whether or not this message might be a duplicate of one which has already been received.
isECCCipherSuite(int) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
isEmpty() - Method in class java.util.Hashtable
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class java.util.Vector
Tests if this vector has no components.
isEmpty() - Method in class org.bouncycastle.crypto.tls.Certificate
 
isEqualOrEarlierVersionOf(ProtocolVersion) - Method in class org.bouncycastle.crypto.tls.ProtocolVersion
 
isExpandEntityReferences() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which expand entity reference nodes.
isFallback() - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
isFallback() - Method in interface org.bouncycastle.crypto.tls.TlsClient
 
isFloating() - Method in class org.joshvm.ui.AbstractUIObject
Returns whether the object is floating
isHidden() - Method in interface javax.microedition.io.file.FileConnection
 
isHidden() - Method in class org.joshvm.ui.AbstractUIObject
Returns whether the object is hidden
isId() - Method in interface org.w3c.dom.Attr
Returns whether this attribute is known to be of type ID or not.
isIgnoreLayout() - Method in class org.joshvm.ui.AbstractUIObject
Returns whether the object is Ignore Layout
isIgnoringComments() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which ignores comments.
isIgnoringElementContentWhitespace() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which ignore ignorable whitespace in element content.
isInfinite(double) - Static method in class java.lang.Double
Returns true if the specified number is infinitely large in magnitude.
isInfinite() - Method in class java.lang.Double
Returns true if this Double value 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.
isInfinite() - Method in class java.lang.Float
Returns true if this Float value is infinitely large in magnitude.
isInstance(Object) - Method in class java.lang.Class
Determines if the specified Object is assignment-compatible with the object represented by this Class.
isInterface() - Method in class java.lang.Class
Determines if the specified Class object represents an interface type.
isLaterVersionOf(ProtocolVersion) - Method in class org.bouncycastle.crypto.tls.ProtocolVersion
 
isLowerCase(char) - Static method in class java.lang.Character
Determines if the specified character is a lowercase character.
isNamespaceAware() - Method in class javax.xml.parsers.DocumentBuilder
Indicates whether or not this parser is configured to understand namespaces.
isNamespaceAware() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which are namespace aware.
isNaN(double) - Static method in class java.lang.Double
Returns true if the specified number is the special Not-a-Number (NaN) value.
isNaN() - Method in class java.lang.Double
Returns true if this Double value 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.
isNaN() - Method in class java.lang.Float
Returns true if this Float value is Not-a-Number (NaN).
isNull(int) - Method in class org.json.me.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.json.me.JSONObject
Determine if the value associated with the key is null or if there is no value.
isOpen() - Method in interface javax.microedition.io.file.FileConnection
 
isOpen() - Method in interface org.joshvm.j2me.dio.Device
 
isOverrideSet(String) - Static method in class org.bouncycastle.util.Properties
 
isPlaying() - Method in class org.joshvm.media.MediaPlayer
Checks whether the MediaPlayer is playing.
isPrivate() - Method in class org.bouncycastle.crypto.params.AsymmetricKeyParameter
 
isPrivate(short) - Static method in class org.bouncycastle.crypto.tls.HashAlgorithm
 
isProbablePrime(BigInteger) - Method in class org.bouncycastle.crypto.generators.RSAKeyPairGenerator
 
isPropertySupported(String) - Method in class javax.xml.stream.XMLInputFactory
Query the set of properties that this factory supports.
isPropertySupported(String) - Method in class javax.xml.stream.XMLOutputFactory
Query the set of properties that this factory supports.
isReadOnly() - Method in class java.security.PermissionCollection
Returns true if this PermissionCollection object is marked as readonly.
isResumable() - Method in interface org.bouncycastle.crypto.tls.TlsSession
 
isRetained() - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Returns whether or not this message should be/was retained by the server.
isRevealed(Commitment, byte[]) - Method in interface org.bouncycastle.crypto.Committer
Return true if the passed in commitment represents a commitment to the passed in maessage.
isScrollable() - Method in class org.joshvm.ui.AbstractUIObject
Returns whether the object is scrollable
isScrolled() - Method in class org.joshvm.ui.AbstractUIObject
Returns whether the object is being scrolled
isSCSV(int) - Static method in class org.bouncycastle.crypto.tls.CipherSuite
 
isServer() - Method in interface org.bouncycastle.crypto.tls.TlsContext
 
isSet - Variable in class java.util.Calendar
The flags which tell if a specified time field for the calendar is set.
isSignatureAlgorithmsExtensionAllowed(ProtocolVersion) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isSpeedAndCourseRequired() - Method in class javax.microedition.location.Criteria
 
isSSL() - Method in class org.bouncycastle.crypto.tls.ProtocolVersion
 
isSSL(TlsContext) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isStandalone() - Method in interface javax.xml.stream.XMLStreamReader
Get the standalone declaration from the xml declaration
isStreamCipherSuite(int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
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.
isSupportedNamedCurve(int) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
isTLS() - Method in class org.bouncycastle.crypto.tls.ProtocolVersion
 
isTLSv11(ProtocolVersion) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isTLSv11(TlsContext) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isTLSv12(ProtocolVersion) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isTLSv12(TlsContext) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isUpperCase(char) - Static method in class java.lang.Character
Determines if the specified character is an uppercase character.
isValid() - Method in class javax.microedition.location.Location
Returns whether this Location instance represents a valid location with coordinates or an invalid one where all the data, especially the latitude and longitude coordinates, may not be present.
isValid(short) - Static method in class org.bouncycastle.crypto.tls.CertChainType
 
isValid(short) - Static method in class org.bouncycastle.crypto.tls.ECBasisType
 
isValid(short) - Static method in class org.bouncycastle.crypto.tls.HeartbeatMessageType
 
isValid(short) - Static method in class org.bouncycastle.crypto.tls.HeartbeatMode
 
isValid(short) - Static method in class org.bouncycastle.crypto.tls.MaxFragmentLength
 
isValid(int) - Static method in class org.bouncycastle.crypto.tls.NamedCurve
 
isValid(short) - Static method in class org.bouncycastle.crypto.tls.NameType
 
isValid(String) - Static method in class org.bouncycastle.util.IPAddress
Validate the given IPv4 or IPv6 address.
isValidating() - Method in class javax.xml.parsers.DocumentBuilder
Indicates whether or not this parser is configured to validate XML documents.
isValidating() - Method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse.
isValidCipherSuiteForSignatureAlgorithms(int, Vector) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isValidCipherSuiteForVersion(int, ProtocolVersion) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isValidIPv4(String) - Static method in class org.bouncycastle.util.IPAddress
Validate the given IPv4 address.
isValidIPv4WithNetmask(String) - Static method in class org.bouncycastle.util.IPAddress
 
isValidIPv6(String) - Static method in class org.bouncycastle.util.IPAddress
Validate the given IPv6 address.
isValidIPv6WithNetmask(String) - Static method in class org.bouncycastle.util.IPAddress
 
isValidName(String) - Static method in class org.joshvm.event.MessageHandler
Check registered name is valid or not
isValidPublicKey(AsymmetricKeyParameter) - Method in class org.bouncycastle.crypto.tls.TlsRSASigner
 
isValidPublicKey(AsymmetricKeyParameter) - Method in interface org.bouncycastle.crypto.tls.TlsSigner
 
isValidUint16(int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isValidUint16(long) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isValidUint24(int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isValidUint24(long) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isValidUint32(long) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isValidUint48(long) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isValidUint64(long) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isValidUint8(short) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isValidUint8(int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isValidUint8(long) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
isValidWithNetMask(String) - Static method in class org.bouncycastle.util.IPAddress
Validate the given IPv4 or IPv6 address and netmask.
isWhiteSpace() - Method in interface javax.xml.stream.XMLStreamReader
Returns true if the cursor points to a character data event that consists of all whitespace
item(int) - Method in interface org.w3c.dom.NamedNodeMap
Returns the indexth item in the map.
item(int) - Method in interface org.w3c.dom.NodeList
Returns the indexth item in the collection.
Iterable - Interface in org.bouncycastle.util
Utility class to allow use of Iterable feature in JDK 1.5+
iterationCount - Variable in class org.bouncycastle.crypto.PBEParametersGenerator
 
iterator() - Method in class org.bouncycastle.util.CollectionStore
Support method for Iterable where available.
iterator() - Method in interface org.bouncycastle.util.Iterable
Returns an iterator over a set of elements of type T.

J

JANUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the first month of the year.
java.io - package java.io
Provides classes for input and output through data streams.
java.lang - package java.lang
Provides classes that are fundamental to the Java programming language.
java.lang.ref - package java.lang.ref
Provides support for weak references.
java.security - package java.security
 
java.util - package java.util
Contains the collection classes, and the date and time facilities.
javax.microedition.io - package javax.microedition.io
Classes for the Generic Connection framework.
javax.microedition.io.file - package javax.microedition.io.file
 
javax.microedition.location - package javax.microedition.location
 
javax.microedition.pki - package javax.microedition.pki
Certificates are used to authenticate information for secure Connections.
javax.wireless.messaging - package javax.wireless.messaging
This package defines an API which allows applications to send and receive wireless messages.
javax.xml - package javax.xml
 
javax.xml.parsers - package javax.xml.parsers
The javax.xml.parsers package contains the Java API for XML Processing (JAXP) subset defined by JSR 280.
javax.xml.stream - package javax.xml.stream
This package provides the Streaming API for XML (StAX, or JSR 173) subset defined by JSR 280.
join() - Method in class java.lang.Thread
Waits for this thread to die.
join(String) - Method in class org.json.me.JSONArray
Make a string from the contents of this JSONArray.
JSONArray - Class in org.json.me
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.json.me.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class org.json.me.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.json.me.JSONArray
Construct a JSONArray from a source sJSON text.
JSONArray(Vector) - Constructor for class org.json.me.JSONArray
Construct a JSONArray from a Collection.
JSONException - Exception in org.json.me
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception org.json.me.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception org.json.me.JSONException
 
JSONObject - Class in org.json.me
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.json.me.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class org.json.me.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.json.me.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Hashtable) - Constructor for class org.json.me.JSONObject
Construct a JSONObject from a Map.
JSONObject(String) - Constructor for class org.json.me.JSONObject
Construct a JSONObject from a string.
JSONString - Interface in org.json.me
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - Class in org.json.me
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class org.json.me.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in org.json.me
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(String) - Constructor for class org.json.me.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in org.json.me
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class org.json.me.JSONWriter
Make a fresh JSONWriter.
JULY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the seventh month of the year.
JUNE - Static variable in class java.util.Calendar
Value of the MONTH field indicating the sixth month of the year.

K

KEEP_ALIVE_INTERVAL_DEFAULT - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
The default keep alive interval in seconds if one is not specified
KEEPALIVE - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the keep alive feature (2).
key(String) - Method in class org.json.me.JSONWriter
Append a key.
KEY_ASTERISK - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_BACK - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_DOT - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_EVENT_INVALID - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_EVENT_PRESSED - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_EVENT_RELEASED - Static variable in class org.joshvm.j2me.directUI.Keypad
 
key_expansion - Static variable in class org.bouncycastle.crypto.tls.ExporterLabel
 
KEY_FUNC1 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_FUNC2 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_FUNC3 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_FUNC4 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_FUNC5 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_FUNC6 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_HASH - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_INVALID - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_NUM0 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_NUM1 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_NUM2 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_NUM3 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_NUM4 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_NUM5 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_NUM6 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_NUM7 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_NUM8 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_NUM9 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_OK - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_POUND - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_POWER - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_USER1 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_USER2 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_USER3 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_USER4 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_USER5 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
KEY_USER6 - Static variable in class org.joshvm.j2me.directUI.Keypad
 
Keyboard - Class in org.joshvm.ui.widget
Keyboard realizes a virtual keyboard to write texts into a Textarea.
Keyboard() - Constructor for class org.joshvm.ui.widget.Keyboard
 
KeyboardEvent - Interface in org.w3c.dom.events
The KeyboardEvent interface provides specific contextual information associated with keyboard devices.
KeyEncapsulation - Interface in org.bouncycastle.crypto
The basic interface for key encapsulation mechanisms.
KeyEncoder - Interface in org.bouncycastle.crypto
 
keyExchange - Variable in class org.bouncycastle.crypto.tls.AbstractTlsKeyExchange
 
keyExchange - Variable in class org.bouncycastle.crypto.tls.TlsClientProtocol
 
KeyExchangeAlgorithm - Class in org.bouncycastle.crypto.tls
RFC 2246
KeyExchangeAlgorithm() - Constructor for class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
KeyGenerationParameters - Class in org.bouncycastle.crypto
The base class for parameters to key generators.
KeyGenerationParameters(SecureRandom, int) - Constructor for class org.bouncycastle.crypto.KeyGenerationParameters
initialise the generator with a source of randomness and a strength (in bits).
Keypad - Class in org.joshvm.j2me.directUI
The Keypad class encapsulates the hardware keypad of the device.
KeypadEventListener - Interface in org.joshvm.j2me.directUI
 
KeyParameter - Class in org.bouncycastle.crypto.params
 
KeyParameter(byte[]) - Constructor for class org.bouncycastle.crypto.params.KeyParameter
 
KeyParameter(byte[], int, int) - Constructor for class org.bouncycastle.crypto.params.KeyParameter
 
KeyParser - Interface in org.bouncycastle.crypto
 
keyPressed(char) - Method in interface org.joshvm.j2me.directUI.KeypadEventListener
 
keyReleased(char) - Method in interface org.joshvm.j2me.directUI.KeypadEventListener
 
keys() - Method in class java.util.Hashtable
Returns an enumeration of the keys in this hashtable.
keys() - Method in interface org.eclipse.paho.client.mqttv3.MqttClientPersistence
Returns an Enumeration over the keys in this persistent data store.
keys() - Method in class org.eclipse.paho.client.mqttv3.persist.MemoryPersistence
 
keys() - Method in class org.eclipse.paho.client.mqttv3.persist.MqttDefaultMicroFilePersistence
Returns all of the persistent data from the previously specified persistence directory.
keys() - Method in class org.json.me.JSONObject
Get an enumeration of the keys of the JSONObject.
KeyStore - Class in org.joshvm.crypto.keystore
The utility class to initialize WebPublicKeyStore and get specified PrivateKeyStore.
KeyStore() - Constructor for class org.joshvm.crypto.keystore.KeyStore
 
KeyStoreParameter - Interface in org.joshvm.crypto.keystore
 

L

Label - Class in org.joshvm.ui.widget
A label is used to display text.
Label() - Constructor for class org.joshvm.ui.widget.Label
 
lac - Variable in class org.joshvm.j2me.cellular.CellInfo
 
lastElement() - Method in class java.util.Vector
Returns the last component of the vector.
lastIndexOf(int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(Object) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object, int) - Method in class java.util.Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastModified() - Method in interface javax.microedition.io.file.FileConnection
 
lastTimeStamp - Variable in class org.joshvm.j2me.dio.DeviceEvent
The time (in milliseconds) when the last coalesced event occurred.
lastTimeStampMicros - Variable in class org.joshvm.j2me.dio.DeviceEvent
The additional microseconds (in the range [0 - 999]) to the timestamp for when the last coalesced event occurred.
Layout - Interface in org.joshvm.ui
Layout interface
length() - Method in class java.lang.String
Returns the length of this string.
length() - Method in class java.lang.StringBuffer
Returns the length (character count) of this string buffer.
length() - Method in class org.json.me.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.json.me.JSONObject
Get the number of keys stored in the JSONObject.
limit(int) - Method in class org.joshvm.util.ByteBuffer
 
limit() - Method in class org.joshvm.util.ByteBuffer
 
lineSeparator() - Static method in class org.bouncycastle.util.Strings
 
LINGER - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the linger time to wait in seconds before closing a connection with pending data output (1).
list() - Method in interface javax.microedition.io.file.FileConnection
 
list(String, boolean) - Method in interface javax.microedition.io.file.FileConnection
 
listCellularDevices() - Static method in class org.joshvm.j2me.cellular.CellularDeviceInfo
List all installed cellular devices in the system.
listRoots() - Static method in class javax.microedition.io.file.FileSystemRegistry
 
LITTLE_ENDIAN - Static variable in interface org.joshvm.j2me.dio.Device
 
littleEndianToInt(byte[], int) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
littleEndianToInt(byte[], int, int[]) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
littleEndianToInt(byte[], int, int[], int, int) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
littleEndianToInt(byte[], int) - Static method in class org.bouncycastle.util.Pack
 
littleEndianToInt(byte[], int, int[]) - Static method in class org.bouncycastle.util.Pack
 
littleEndianToInt(byte[], int, int[], int, int) - Static method in class org.bouncycastle.util.Pack
 
littleEndianToInt(byte[], int, int) - Static method in class org.bouncycastle.util.Pack
 
littleEndianToLong(byte[], int) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
littleEndianToLong(byte[], int, long[]) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
littleEndianToLong(byte[], int) - Static method in class org.bouncycastle.util.Pack
 
littleEndianToLong(byte[], int, long[]) - Static method in class org.bouncycastle.util.Pack
 
littleEndianToLong(byte[], int, long[], int, int) - Static method in class org.bouncycastle.util.Pack
 
littleEndianToShort(byte[], int) - Static method in class org.bouncycastle.util.Pack
 
load(KeyStoreParameter) - Method in interface org.joshvm.crypto.keystore.PrivateKeyStore
 
Location - Class in javax.microedition.location
The Location class represents the standard set of basic location information.
Location() - Constructor for class javax.microedition.location.Location
A protected constructor for the Location to allow implementations of LocationProviders to construct the Location instances.
Location - Interface in javax.xml.stream
Provides information on the location of an event.
location - Variable in exception javax.xml.stream.XMLStreamException
 
LocationException - Exception in javax.microedition.location
The LocationException is thrown when a location API specific error has occurred.
LocationException() - Constructor for exception javax.microedition.location.LocationException
Constructs a LocationException with no detail message.
LocationException(String) - Constructor for exception javax.microedition.location.LocationException
Constructs a LocationException with the specified detail message.
LocationListener - Interface in javax.microedition.location
The LocationListener represents a listener that receives events associated with a particular LocationProvider.
LocationProvider - Class in javax.microedition.location
This is the starting point for applications using this API and represents a source of the location information.
LocationProvider() - Constructor for class javax.microedition.location.LocationProvider
Empty constructor to help implementations and extensions.
locationUpdated(LocationProvider, Location) - Method in interface javax.microedition.location.LocationListener
Called by the LocationProvider to which this listener is registered.
lock - Variable in class java.io.Reader
The object used to synchronize operations on this stream.
lock - Variable in class java.io.Writer
The object used to synchronize operations on this stream.
Long - Class in java.lang
The Long class wraps a value of the primitive type long in an object.
Long(long) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the primitive long argument.
LONG_TEXT_MODE_CLIP - Static variable in class org.joshvm.ui.widget.Label
Simply clip the parts of the text outside the label.
LONG_TEXT_MODE_DOT - Static variable in class org.joshvm.ui.widget.Label
Replaces the last 3 characters from bottom right corner of the label with dots
LONG_TEXT_MODE_SCROLL - Static variable in class org.joshvm.ui.widget.Label
If the text is wider than the label scroll it horizontally back and forth.
LONG_TEXT_MODE_SCROLL_CIRCULAR - Static variable in class org.joshvm.ui.widget.Label
If the text is wider than the label scroll it horizontally continuously.
LONG_TEXT_MODE_WRAP - Static variable in class org.joshvm.ui.widget.Label
Wrap too long lines
longBitsToDouble(long) - Static method in class java.lang.Double
Returns the double-float corresponding to a given bit representation.
LongDigest - Class in org.bouncycastle.crypto.digests
Base class for SHA-384 and SHA-512.
LongDigest() - Constructor for class org.bouncycastle.crypto.digests.LongDigest
Constructor for variable length word
LongDigest(LongDigest) - Constructor for class org.bouncycastle.crypto.digests.LongDigest
Copy constructor.
longToBigEndian(long) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
longToBigEndian(long, byte[], int) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
longToBigEndian(long[]) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
longToBigEndian(long[], byte[], int) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
longToBigEndian(long) - Static method in class org.bouncycastle.util.Pack
 
longToBigEndian(long, byte[], int) - Static method in class org.bouncycastle.util.Pack
 
longToBigEndian(long[]) - Static method in class org.bouncycastle.util.Pack
 
longToBigEndian(long[], byte[], int) - Static method in class org.bouncycastle.util.Pack
 
longToLittleEndian(long) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
longToLittleEndian(long, byte[], int) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
longToLittleEndian(long[]) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
longToLittleEndian(long[], byte[], int) - Static method in class org.bouncycastle.crypto.util.Pack
Deprecated.
 
longToLittleEndian(long) - Static method in class org.bouncycastle.util.Pack
 
longToLittleEndian(long, byte[], int) - Static method in class org.bouncycastle.util.Pack
 
longToLittleEndian(long[]) - Static method in class org.bouncycastle.util.Pack
 
longToLittleEndian(long[], byte[], int) - Static method in class org.bouncycastle.util.Pack
 
longToLittleEndian(long[], int, int, byte[], int) - Static method in class org.bouncycastle.util.Pack
 
longValue() - Method in class java.lang.Double
Returns the long value of this Double (by casting to a long).
longValue() - Method in class java.lang.Float
Returns the long value of this Float (by casting to a long).
longValue() - Method in class java.lang.Integer
Returns the value of this Integer as a long.
longValue() - Method in class java.lang.Long
Returns the value of this Long as a long value.
lowestBitSet(int) - Method in class org.bouncycastle.crypto.tls.TlsBlockCipher
 
LT - Static variable in class org.json.me.util.XML
The Character '<'.

M

mac - Variable in class org.bouncycastle.crypto.io.MacInputStream
 
mac - Variable in class org.bouncycastle.crypto.io.MacOutputStream
 
Mac - Interface in org.bouncycastle.crypto
The base interface for implementations of message authentication codes (MACs).
mac - Variable in class org.bouncycastle.crypto.tls.TlsMac
 
MACAlgorithm - Class in org.bouncycastle.crypto.tls
RFC 2246
MACAlgorithm() - Constructor for class org.bouncycastle.crypto.tls.MACAlgorithm
 
MacDerivationFunction - Interface in org.bouncycastle.crypto
base interface for general purpose Mac based byte derivation functions.
MacInputStream - Class in org.bouncycastle.crypto.io
 
MacInputStream(InputStream, Mac) - Constructor for class org.bouncycastle.crypto.io.MacInputStream
 
macLength - Variable in class org.bouncycastle.crypto.tls.TlsMac
 
MacOutputStream - Class in org.bouncycastle.crypto.io
 
MacOutputStream(Mac) - Constructor for class org.bouncycastle.crypto.io.MacOutputStream
 
macSize - Variable in class org.bouncycastle.crypto.tls.TlsAEADCipher
 
MAGENTA - Static variable in class org.joshvm.ui.Color
Predefined Color : Magenta
makeSigner(SignatureAndHashAlgorithm, boolean, boolean, CipherParameters) - Method in class org.bouncycastle.crypto.tls.TlsRSASigner
 
MARCH - Static variable in class java.util.Calendar
Value of the MONTH field indicating the third month of the year.
mark - Variable in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark(int) - Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class java.io.DataInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStreamReader
Mark the present position in the stream.
mark(int) - Method in class java.io.Reader
Mark the present position in the stream.
mark(int) - Method in class org.bouncycastle.crypto.io.CipherInputStream
Mark the current position.
mark() - Method in class org.joshvm.util.ByteBuffer
 
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if ByteArrayInputStream supports mark/reset.
markSupported() - Method in class java.io.DataInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStreamReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.Reader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class org.bouncycastle.crypto.io.CipherInputStream
Return true if mark(readlimit) is supported.
master_secret - Static variable in class org.bouncycastle.crypto.tls.ExporterLabel
 
match(Object) - Method in interface org.bouncycastle.util.Selector
 
Math - Class in java.lang
The class Math contains methods for performing basic numeric operations.
max(int, int) - Static method in class java.lang.Math
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.Math
Returns the greater of two long values.
max(float, float) - Static method in class java.lang.Math
Returns the greater of two float values.
max(double, double) - Static method in class java.lang.Math
Returns the greater of two double values.
max_fragment_length - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
MAX_PRIORITY - Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_RADIX - Static variable in class java.lang.Character
The maximum radix available for conversion to and from Strings.
MAX_VALUE - Static variable in class java.lang.Byte
The maximum value a Byte can have.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char.
MAX_VALUE - Static variable in class java.lang.Double
The largest positive finite value of type double.
MAX_VALUE - Static variable in class java.lang.Float
The largest positive value of type float.
MAX_VALUE - Static variable in class java.lang.Integer
The largest value of type int.
MAX_VALUE - Static variable in class java.lang.Long
The largest value of type long.
MAX_VALUE - Static variable in class java.lang.Short
The maximum value a Short can have.
MaxBytesExceededException - Exception in org.bouncycastle.crypto
this exception is thrown whenever a cipher requires a change of key, iv or similar after x amount of bytes enciphered
MaxBytesExceededException() - Constructor for exception org.bouncycastle.crypto.MaxBytesExceededException
base constructor.
MaxBytesExceededException(String) - Constructor for exception org.bouncycastle.crypto.MaxBytesExceededException
create an with the given message.
MaxFragmentLength - Class in org.bouncycastle.crypto.tls
 
MaxFragmentLength() - Constructor for class org.bouncycastle.crypto.tls.MaxFragmentLength
 
MAY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fifth month of the year.
md5 - Static variable in class org.bouncycastle.crypto.tls.HashAlgorithm
 
md5 - Static variable in class org.bouncycastle.crypto.tls.MACAlgorithm
 
MD5Digest - Class in org.bouncycastle.crypto.digests
implementation of MD5 as outlined in "Handbook of Applied Cryptography", pages 346 - 347.
MD5Digest() - Constructor for class org.bouncycastle.crypto.digests.MD5Digest
Standard constructor
MD5Digest(byte[]) - Constructor for class org.bouncycastle.crypto.digests.MD5Digest
 
MD5Digest(MD5Digest) - Constructor for class org.bouncycastle.crypto.digests.MD5Digest
Copy constructor.
MediaFormat - Class in org.joshvm.media
MediaFormat contains a number of media configuration constants.
MediaFormat() - Constructor for class org.joshvm.media.MediaFormat
 
MediaPlayer - Class in org.joshvm.media
MediaPlayer is used to control playback of audio files.
MediaPlayer() - Constructor for class org.joshvm.media.MediaPlayer
Creates an MediaPlayer.
Call MediaPlayer.release() to release native resources after using the MediaPlayer.
MediaPlayerListener - Interface in org.joshvm.media
Listener to receive events of MediaPlayer.
MediaRecorder - Class in org.joshvm.media
MediaRecorder is used to record audio.
MediaRecorder() - Constructor for class org.joshvm.media.MediaRecorder
Creates an MediaRecorder.
Call MediaRecorder.release() to release native resources after using the MediaRecorder.
Memoable - Interface in org.bouncycastle.util
Interface for Memoable objects.
MemoableResetException - Exception in org.bouncycastle.util
Exception to be thrown on a failure to reset an object implementing Memoable.
MemoableResetException(String) - Constructor for exception org.bouncycastle.util.MemoableResetException
Basic Constructor.
MemoryPersistence - Class in org.eclipse.paho.client.mqttv3.persist
Persistence that uses memory In cases where reliability is not required across client or device restarts memory this memory peristence can be used.
MemoryPersistence() - Constructor for class org.eclipse.paho.client.mqttv3.persist.MemoryPersistence
 
Message - Interface in javax.wireless.messaging
This is the base interface for derived interfaces that represent various types of messages.
messageArrived(String, MqttMessage) - Method in interface org.eclipse.paho.client.mqttv3.MqttCallback
This method is called when a message arrives from the server.
MessageConnection - Interface in javax.wireless.messaging
The MessageConnection interface defines the basic functionality for sending and receiving messages.
MessageException - Exception in org.joshvm.event
Exception produced by failed MessageHandler operations.
MessageException(int) - Constructor for exception org.joshvm.event.MessageException
Constructs a new MessageException with the specified code
MessageException(int, String) - Constructor for exception org.joshvm.event.MessageException
Constructs a new MessageException with the specified code and message
MessageHandler - Class in org.joshvm.event
MessageHandler is used to send messages to other applications or receive messages from other applications.
MessageHandler.Listener - Interface in org.joshvm.event
Listener to handle messages from other applications.
MessageListener - Interface in javax.wireless.messaging
The MessageListener interface provides a mechanism for the application to be notified of incoming messages.
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
min(int, int) - Static method in class java.lang.Math
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.Math
Returns the smaller of two long values.
min(float, float) - Static method in class java.lang.Math
Returns the smaller of two float values.
min(double, double) - Static method in class java.lang.Math
Returns the smaller of two double values.
MIN_PRIORITY - Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_RADIX - Static variable in class java.lang.Character
The minimum radix available for conversion to and from Strings.
MIN_VALUE - Static variable in class java.lang.Byte
The minimum value a Byte can have.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char.
MIN_VALUE - Static variable in class java.lang.Double
The smallest positive value of type double.
MIN_VALUE - Static variable in class java.lang.Float
The smallest positive value of type float.
MIN_VALUE - Static variable in class java.lang.Integer
The smallest value of type int.
MIN_VALUE - Static variable in class java.lang.Long
The smallest value of type long.
MIN_VALUE - Static variable in class java.lang.Short
The minimum value a Short can have.
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
MISSING_SIGNATURE - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate object does not contain a signature.
MIXED_ENDIAN - Static variable in interface org.joshvm.j2me.dio.Device
 
mkdir() - Method in interface javax.microedition.io.file.FileConnection
 
mode - Variable in class org.bouncycastle.crypto.tls.HeartbeatExtension
 
mode - Variable in class org.json.me.JSONWriter
The current mode.
MODE_INFINITE - Static variable in class org.joshvm.ui.widget.Roller
Infinite mode
MODE_INPUT_PULL_DOWN - Static variable in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Input pull-down drive mode.
MODE_INPUT_PULL_UP - Static variable in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Input pull-up drive mode.
MODE_NORMAL - Static variable in class org.joshvm.ui.widget.Roller
Normal mode
MODE_NORMAL - Static variable in class org.joshvm.ui.widget.Slider
normal mode
MODE_ONELINE - Static variable in class org.joshvm.ui.widget.Textarea
one line mode
MODE_OUTPUT_OPEN_DRAIN - Static variable in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Output open-drain drive mode.
MODE_OUTPUT_PUSH_PULL - Static variable in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Output push-pull drive mode.
MODE_PASSWORD - Static variable in class org.joshvm.ui.widget.Textarea
password mode
MODE_RANGE - Static variable in class org.joshvm.ui.widget.Slider
range mode
MODIFICATION - Static variable in interface org.w3c.dom.events.MutationEvent
The Attr was modified in place.
MONDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Monday.
monitoringStateChanged(boolean) - Method in interface javax.microedition.location.ProximityListener
 
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.
more() - Method in class org.json.me.JSONTokener
Determine if the source string still contains characters that next() can consume.
MouseEvent - Interface in org.w3c.dom.events
The MouseEvent interface provides specific contextual information associated with Mouse events.
MouseWheelEvent - Interface in org.w3c.dom.events
The MouseWheelEvent interface provides specific contextual information associated with mouse wheel events.
move(UIObject, int) - Method in class org.joshvm.ui.Container
Moves the child UIObject to the specified index.
MQTT_VERSION_3_1 - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
 
MQTT_VERSION_3_1_1 - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
 
MQTT_VERSION_DEFAULT - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
The default MqttVersion is 3.1.1 first, dropping back to 3.1 if that fails
MqttAsyncClient - Class in org.eclipse.paho.client.mqttv3
Lightweight client for talking to an MQTT server using non-blocking methods that allow an operation to run in the background.
MqttAsyncClient(String, String) - Constructor for class org.eclipse.paho.client.mqttv3.MqttAsyncClient
Create an MqttAsyncClient that is used to communicate with an MQTT server.
MqttAsyncClient(String, String, MqttClientPersistence) - Constructor for class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
MqttAsyncClient(String, String, MqttClientPersistence, MqttPingSender) - Constructor for class org.eclipse.paho.client.mqttv3.MqttAsyncClient
Create an MqttAsyncClient that is used to communicate with an MQTT server.
MqttCallback - Interface in org.eclipse.paho.client.mqttv3
Enables an application to be notified when asynchronous events related to the client occur.
MqttClient - Class in org.eclipse.paho.client.mqttv3
Lightweight client for talking to an MQTT server using methods that block until an operation completes.
MqttClient(String, String) - Constructor for class org.eclipse.paho.client.mqttv3.MqttClient
Create an MqttClient that can be used to communicate with an MQTT server.
MqttClient(String, String, MqttClientPersistence) - Constructor for class org.eclipse.paho.client.mqttv3.MqttClient
Create an MqttClient that can be used to communicate with an MQTT server.
MqttClientPersistence - Interface in org.eclipse.paho.client.mqttv3
Represents a persistent data store, used to store outbound and inbound messages while they are in flight, enabling delivery to the QoS specified.
MqttConnectOptions - Class in org.eclipse.paho.client.mqttv3
Holds options that control how the client connects to a server.
MqttConnectOptions() - Constructor for class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Constructs a new MqttConnectOptions object using the default values.
MqttDefaultMicroFilePersistence - Class in org.eclipse.paho.client.mqttv3.persist
 
MqttDefaultMicroFilePersistence() - Constructor for class org.eclipse.paho.client.mqttv3.persist.MqttDefaultMicroFilePersistence
 
MqttDefaultMicroFilePersistence(String) - Constructor for class org.eclipse.paho.client.mqttv3.persist.MqttDefaultMicroFilePersistence
 
MqttDeliveryToken - Class in org.eclipse.paho.client.mqttv3
Provides a mechanism to track the delivery progress of a message.
MqttDeliveryToken() - Constructor for class org.eclipse.paho.client.mqttv3.MqttDeliveryToken
 
MqttDeliveryToken(String) - Constructor for class org.eclipse.paho.client.mqttv3.MqttDeliveryToken
 
MqttException - Exception in org.eclipse.paho.client.mqttv3
Thrown if an error occurs communicating with the server.
MqttException(int) - Constructor for exception org.eclipse.paho.client.mqttv3.MqttException
Constructs a new MqttException with the specified code as the underlying reason.
MqttException(Throwable) - Constructor for exception org.eclipse.paho.client.mqttv3.MqttException
Constructs a new MqttException with the specified Throwable as the underlying reason.
MqttException(int, Throwable) - Constructor for exception org.eclipse.paho.client.mqttv3.MqttException
Constructs a new MqttException with the specified Throwable as the underlying reason.
MqttMessage - Class in org.eclipse.paho.client.mqttv3
An MQTT message holds the application payload and options specifying how the message is to be delivered The message includes a "payload" (the body of the message) represented as a byte[].
MqttMessage() - Constructor for class org.eclipse.paho.client.mqttv3.MqttMessage
Constructs a message with an empty payload, and all other values set to defaults.
MqttMessage(byte[]) - Constructor for class org.eclipse.paho.client.mqttv3.MqttMessage
Constructs a message with the specified byte array as a payload, and all other values set to defaults.
MqttPersistable - Interface in org.eclipse.paho.client.mqttv3
Represents an object used to pass data to be persisted across the MqttClientPersistence interface.
MqttPersistenceException - Exception in org.eclipse.paho.client.mqttv3
This exception is thrown by the implementor of the persistence interface if there is a problem reading or writing persistent data.
MqttPersistenceException() - Constructor for exception org.eclipse.paho.client.mqttv3.MqttPersistenceException
Constructs a new MqttPersistenceException
MqttPersistenceException(int) - Constructor for exception org.eclipse.paho.client.mqttv3.MqttPersistenceException
Constructs a new MqttPersistenceException with the specified code as the underlying reason.
MqttPersistenceException(Throwable) - Constructor for exception org.eclipse.paho.client.mqttv3.MqttPersistenceException
Constructs a new MqttPersistenceException with the specified Throwable as the underlying reason.
MqttPersistenceException(int, Throwable) - Constructor for exception org.eclipse.paho.client.mqttv3.MqttPersistenceException
Constructs a new MqttPersistenceException with the specified Throwable as the underlying reason.
MqttPingSender - Interface in org.eclipse.paho.client.mqttv3
Represents an object used to send ping packet to MQTT broker every keep alive interval.
MqttSecurityException - Exception in org.eclipse.paho.client.mqttv3
Thrown when a client is not authorized to perform an operation, or if there is a problem with the security configuration.
MqttSecurityException(int) - Constructor for exception org.eclipse.paho.client.mqttv3.MqttSecurityException
Constructs a new MqttSecurityException with the specified code as the underlying reason.
MqttSecurityException(Throwable) - Constructor for exception org.eclipse.paho.client.mqttv3.MqttSecurityException
Constructs a new MqttSecurityException with the specified Throwable as the underlying reason.
MqttSecurityException(int, Throwable) - Constructor for exception org.eclipse.paho.client.mqttv3.MqttSecurityException
Constructs a new MqttSecurityException with the specified code and Throwable as the underlying reason.
MqttToken - Class in org.eclipse.paho.client.mqttv3
Provides a mechanism for tracking the completion of an asynchronous action.
MqttToken() - Constructor for class org.eclipse.paho.client.mqttv3.MqttToken
 
MqttToken(String) - Constructor for class org.eclipse.paho.client.mqttv3.MqttToken
 
MqttTopic - Class in org.eclipse.paho.client.mqttv3
Represents a topic destination, used for publish/subscribe messaging.
MqttTopic(String, ClientComms) - Constructor for class org.eclipse.paho.client.mqttv3.MqttTopic
 
MTA_ASSISTED - Static variable in class javax.microedition.location.Location
Location method is assisted by the other party (Terminal assisted for Network based, Network assisted for terminal based).
MTA_UNASSISTED - Static variable in class javax.microedition.location.Location
Location method is unassisted.
MTE_ANGLEOFARRIVAL - Static variable in class javax.microedition.location.Location
Location method Angle of Arrival for cellular / terrestrial RF system.
MTE_CELLID - Static variable in class javax.microedition.location.Location
Location method Cell-ID for cellular (in GSM, this is the same as CGI, Cell Global Identity).
MTE_SATELLITE - Static variable in class javax.microedition.location.Location
Location method using satellites (for example, Global Positioning System (GPS)).
MTE_SHORTRANGE - Static variable in class javax.microedition.location.Location
Location method Short-range positioning system (for example, Bluetooth LP).
MTE_TIMEDIFFERENCE - Static variable in class javax.microedition.location.Location
Location method Time Difference for cellular / terrestrial RF system (for example, Enhanced Observed Time Difference (E-OTD) for GSM).
MTE_TIMEOFARRIVAL - Static variable in class javax.microedition.location.Location
Location method Time of Arrival (TOA) for cellular / terrestrial RF system.
MTY_NETWORKBASED - Static variable in class javax.microedition.location.Location
Location method is of type network based.
MTY_TERMINALBASED - Static variable in class javax.microedition.location.Location
Location method is of type terminal based.
MULTI_LEVEL_WILDCARD - Static variable in class org.eclipse.paho.client.mqttv3.MqttTopic
Multi-level wildcard The number sign (#) is a wildcard character that matches any number of levels within a topic.
MULTI_LEVEL_WILDCARD_PATTERN - Static variable in class org.eclipse.paho.client.mqttv3.MqttTopic
Multi-level wildcard pattern(/#)
MutationEvent - Interface in org.w3c.dom.events
The MutationEvent interface provides specific contextual information associated with Mutation events.

N

name - Variable in class org.bouncycastle.crypto.tls.ServerName
 
name - Variable in class org.joshvm.ui.Font
 
named_curve - Static variable in class org.bouncycastle.crypto.tls.ECCurveType
Indicates that a named curve is used.
NamedCurve - Class in org.bouncycastle.crypto.tls
RFC 4492 5.1.1
NamedCurve() - Constructor for class org.bouncycastle.crypto.tls.NamedCurve
 
namedCurves - Variable in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
namedCurves - Variable in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
NamedNodeMap - Interface in org.w3c.dom
Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name.
names() - Method in class org.json.me.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
NAMESPACE - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates the event is a namespace declaration
NAMESPACE_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
NameType - Class in org.bouncycastle.crypto.tls
 
NameType() - Constructor for class org.bouncycastle.crypto.tls.NameType
 
nameType - Variable in class org.bouncycastle.crypto.tls.ServerName
 
NaN - Static variable in class java.lang.Double
A Not-a-Number (NaN) value of type double.
NaN - Static variable in class java.lang.Float
The Not-a-Number (NaN) value of type float.
nanoTime() - Static method in class org.bouncycastle.util.Times
 
NEGATIVE_INFINITY - Static variable in class java.lang.Double
The negative infinity of type double.
NEGATIVE_INFINITY - Static variable in class java.lang.Float
The negative infinity of type float.
NegativeArraySizeException - Exception in java.lang
Thrown if an application tries to create an array with negative size.
NegativeArraySizeException() - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String) - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
negotiated_ff_dhe_groups - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
nested - Variable in exception javax.xml.stream.XMLStreamException
 
NETWORK_TYPE_3GPP - Static variable in class org.joshvm.j2me.cellular.NetworkInfo
 
NETWORK_TYPE_CDMA - Static variable in class org.joshvm.j2me.cellular.NetworkInfo
 
NetworkInfo - Class in org.joshvm.j2me.cellular
 
NetworkInfo(int, int, int, String) - Constructor for class org.joshvm.j2me.cellular.NetworkInfo
 
newDatagram(int) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(int, String) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(byte[], int) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(byte[], int, String) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object.
newDocument() - Method in class javax.xml.parsers.DocumentBuilder
Obtain a new instance of a DOM Document object to build a DOM tree with.
newDocumentBuilder() - Method in class javax.xml.parsers.DocumentBuilderFactory
Creates a new instance of a DocumentBuilder using the currently configured parameters.
newInstance() - Method in class java.lang.Class
Creates a new instance of a class.
newInstance() - Static method in class javax.xml.parsers.DocumentBuilderFactory
Obtain a new instance of a DocumentBuilderFactory.
newInstance() - Static method in class javax.xml.stream.XMLInputFactory
Create a new instance of the factory.
newInstance() - Static method in class javax.xml.stream.XMLOutputFactory
Create a new instance of the factory.
newList() - Static method in class org.bouncycastle.util.Strings
 
newMessage(String) - Method in interface javax.wireless.messaging.MessageConnection
Constructs a new message object of a given type.
newMessage(String, String) - Method in interface javax.wireless.messaging.MessageConnection
Constructs a new Message object of a given type and initializes it with the given destination address.
newPermissionCollection() - Method in class java.security.BasicPermission
Returns a new PermissionCollection object for storing BasicPermission objects.
newPermissionCollection() - Method in class java.security.Permission
Returns an empty PermissionCollection for a given Permission object, or null if one is not defined.
newPermissionCollection() - Method in class java.util.PropertyPermission
Returns a new PermissionCollection object for storing PropertyPermission objects.
newPermissionCollection() - Method in class javax.microedition.io.CommProtocolPermission
Returns a new PermissionCollection for storing CommProtocolPermission objects.
newPermissionCollection() - Method in class javax.microedition.io.DatagramProtocolPermission
Returns a new PermissionCollection for storing DatagramProtocolPermission objects.
newPermissionCollection() - Method in class javax.microedition.io.FileProtocolPermission
Returns a new PermissionCollection for storing FileProtocolPermission objects.
newPermissionCollection() - Method in class javax.microedition.io.HttpProtocolPermission
Returns a new PermissionCollection for storing HttpProtocolPermission objects.
newPermissionCollection() - Method in class javax.microedition.io.HttpsProtocolPermission
Returns a new PermissionCollection for storing HttpsProtocolPermission objects.
newPermissionCollection() - Method in class javax.microedition.io.SocketProtocolPermission
Returns a new PermissionCollection for storing SocketProtocolPermission objects.
newPermissionCollection() - Method in class javax.microedition.io.SSLProtocolPermission
Returns a new PermissionCollection for storing SSLProtocolPermission objects.
NewSessionTicket - Class in org.bouncycastle.crypto.tls
 
NewSessionTicket(long, byte[]) - Constructor for class org.bouncycastle.crypto.tls.NewSessionTicket
 
next(int) - Method in class java.util.Random
Generates the next pseudorandom number.
next() - Method in interface javax.xml.stream.DTDStreamReader
Returns next DTD parsing event.
next() - Method in interface javax.xml.stream.XMLStreamReader
Get next parsing event - a processor may return all contiguous character data in a single chunk, or it may split it into several chunks.
next() - Method in class org.bouncycastle.util.Arrays.Iterator
 
next() - Method in class org.json.me.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.json.me.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.json.me.JSONTokener
Get the next n characters.
nextBytes(byte[]) - Method in class org.bouncycastle.crypto.prng.DigestRandomGenerator
 
nextBytes(byte[], int, int) - Method in class org.bouncycastle.crypto.prng.DigestRandomGenerator
 
nextBytes(byte[]) - Method in interface org.bouncycastle.crypto.prng.RandomGenerator
Fill bytes with random values.
nextBytes(byte[], int, int) - Method in interface org.bouncycastle.crypto.prng.RandomGenerator
Fill part of bytes with random values.
nextCDATA() - Method in class org.json.me.util.XMLTokener
Get the text in the CDATA block.
nextClean() - Method in class org.json.me.JSONTokener
Get the next char in the string, skipping whitespace and comments (slashslash, slashstar, and hash).
nextContent() - Method in class org.json.me.util.XMLTokener
Get the next XML outer token, trimming whitespace.
nextDouble() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
nextElement() - Method in interface java.util.Enumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextEntity(char) - Method in class org.json.me.util.XMLTokener
Return the next entity.
nextFloat() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
nextInt() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextInt(int) - Method in class java.util.Random
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.
nextLong() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
nextMeta() - Method in class org.json.me.util.XMLTokener
Returns the next XML meta token.
nextString(char) - Method in class org.json.me.JSONTokener
Return the characters up to the next close quote character.
nextTag() - Method in interface javax.xml.stream.XMLStreamReader
Skips any white space (isWhiteSpace() returns true), COMMENT, or PROCESSING_INSTRUCTION, until a START_ELEMENT or END_ELEMENT is reached.
nextTo(char) - Method in class org.json.me.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.json.me.JSONTokener
Get the text up but not including one of the specified delimeter characters or the end of line, whichever comes first.
nextToken() - Method in class org.json.me.util.XMLTokener
Get the next XML Token.
nextTwoPow(int) - Static method in class org.bouncycastle.crypto.tls.ByteQueue
 
nextValue() - Method in class org.json.me.JSONTokener
Get the next value.
no_certificate - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
This alert was used in SSLv3 but not any version of TLS.
NO_DATA_ALLOWED_ERR - Static variable in exception org.w3c.dom.DOMException
If data is specified for a node which does not support data
NO_MODIFICATION_ALLOWED_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to modify an object where modifications are not allowed
no_renegotiation - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
Sent by the client in response to a hello request or by the server in response to a client hello after initial handshaking.
NO_REQUIREMENT - Static variable in class javax.microedition.location.Criteria
 
NoClassDefFoundError - Error in java.lang
Thrown if the Java Virtual Machine tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.
NoClassDefFoundError() - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with no detail message.
NoClassDefFoundError(String) - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with the specified detail message.
Node - Interface in org.w3c.dom
The Node interface is the primary datatype for the entire Document Object Model.
NODE_ADOPTED - Static variable in interface org.w3c.dom.UserDataHandler
The node is adopted, using Document.adoptNode().
NODE_CLONED - Static variable in interface org.w3c.dom.UserDataHandler
The node is cloned, using Node.cloneNode().
NODE_DELETED - Static variable in interface org.w3c.dom.UserDataHandler
The node is deleted.
NODE_IMPORTED - Static variable in interface org.w3c.dom.UserDataHandler
The node is imported, using Document.importNode().
NodeList - Interface in org.w3c.dom
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
NONCE_RFC5288 - Static variable in class org.bouncycastle.crypto.tls.TlsAEADCipher
 
nonceMode - Variable in class org.bouncycastle.crypto.tls.TlsAEADCipher
 
none - Static variable in class org.bouncycastle.crypto.tls.HashAlgorithm
 
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
normalize() - Method in interface org.w3c.dom.Node
Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into a "normal" form where only structure (e.g., elements, comments, processing instructions, CDATA sections, and entity references) separates Text nodes, i.e., there are neither adjacent Text nodes nor empty Text nodes.
NoSuchElementException - Exception in java.util
Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
NoSuchElementException() - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException with null as its error message string.
NoSuchElementException(String) - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.
NOT_FOUND_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to reference a node in a context where it does not exist
NOT_STRICT_LENGTH_ENABLED_PROPERTY - Static variable in class org.bouncycastle.crypto.encodings.PKCS1Encoding
some providers fail to include the leading zero in PKCS1 encoded blocks.
NOT_SUPPORTED_ERR - Static variable in exception org.w3c.dom.DOMException
If the implementation does not support the requested type of object or operation.
NOT_YET_VALID - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate is not yet valid.
Notation - Interface in org.w3c.dom
This interface represents a notation declared in the DTD.
NOTATION_DECLARATION - Static variable in interface javax.xml.stream.DTDStreamReader
Indicates an event is a notation declaration.
NOTATION_DECLARATION - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates a Notation
NOTATION_NODE - Static variable in interface org.w3c.dom.Node
The node is a Notation.
notify() - Method in class java.lang.Object
Wakes up a single thread that is waiting on this object's monitor.
notifyAlertRaised(short, short, String, Throwable) - Method in class org.bouncycastle.crypto.tls.AbstractTlsPeer
 
notifyAlertRaised(short, short, String, Throwable) - Method in interface org.bouncycastle.crypto.tls.TlsPeer
This method will be called when an alert is raised by the protocol.
notifyAlertReceived(short, short) - Method in class org.bouncycastle.crypto.tls.AbstractTlsPeer
 
notifyAlertReceived(short, short) - Method in interface org.bouncycastle.crypto.tls.TlsPeer
This method will be called when an alert is received from the remote peer.
notifyAll() - Method in class java.lang.Object
Wakes up all threads that are waiting on this object's monitor.
notifyDestroyed() - Method in class org.joshvm.application.Application
 
notifyHandshakeComplete() - Method in class org.bouncycastle.crypto.tls.AbstractTlsPeer
 
notifyHandshakeComplete() - Method in interface org.bouncycastle.crypto.tls.TlsPeer
Notifies the peer that the handshake has been successfully completed.
notifyIncomingMessage(MessageConnection) - Method in interface javax.wireless.messaging.MessageListener
Called by the platform when an incoming message arrives to a MessageConnection where the application has registered this listener object.
notifyNewSessionTicket(NewSessionTicket) - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
notifyNewSessionTicket(NewSessionTicket) - Method in interface org.bouncycastle.crypto.tls.TlsClient
RFC 5077 3.3.
notifyPRFDetermined() - Method in interface org.bouncycastle.crypto.tls.TlsHandshakeHash
 
notifySecureRenegotiation(boolean) - Method in class org.bouncycastle.crypto.tls.AbstractTlsPeer
 
notifySecureRenegotiation(boolean) - Method in interface org.bouncycastle.crypto.tls.TlsPeer
 
notifySelectedCipherSuite(int) - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
notifySelectedCipherSuite(int) - Method in interface org.bouncycastle.crypto.tls.TlsClient
 
notifySelectedCompressionMethod(short) - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
notifySelectedCompressionMethod(short) - Method in interface org.bouncycastle.crypto.tls.TlsClient
 
notifyServerCertificate(Certificate) - Method in interface org.bouncycastle.crypto.tls.TlsAuthentication
Called by the protocol handler to report the server certificate Note: this method is responsible for certificate verification and validation
notifyServerVersion(ProtocolVersion) - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
notifyServerVersion(ProtocolVersion) - Method in interface org.bouncycastle.crypto.tls.TlsClient
 
notifySessionID(byte[]) - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
notifySessionID(byte[]) - Method in interface org.bouncycastle.crypto.tls.TlsClient
Notifies the client of the session_id sent in the ServerHello.
NOVEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eleventh month of the year.
NULL - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
NULL - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
NULL - Static variable in class org.json.me.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
NullDigest - Class in org.bouncycastle.crypto.digests
 
NullDigest() - Constructor for class org.bouncycastle.crypto.digests.NullDigest
 
NullEngine - Class in org.bouncycastle.crypto.engines
The no-op engine that just copies bytes through, irrespective of whether encrypting and decrypting.
NullEngine() - Constructor for class org.bouncycastle.crypto.engines.NullEngine
Constructs a null engine with a block size of 1 byte.
NullEngine(int) - Constructor for class org.bouncycastle.crypto.engines.NullEngine
Constructs a null engine with a specific block size.
NullPointerException - Exception in java.lang
Thrown when an application attempts to use null in a case where an object is required.
NullPointerException() - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String) - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
NumberFormatException - Exception in java.lang
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
NumberFormatException() - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String) - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.
numberOfSegments(Message) - Method in interface javax.wireless.messaging.MessageConnection
Returns the number of segments in the underlying protocol that would be needed for sending the specified Message.
numberToString(Object) - Static method in class org.json.me.JSONObject
Produce a string from a Number.

O

Object - Class in java.lang
Class Object is the root of the class hierarchy.
Object() - Constructor for class java.lang.Object
 
object() - Method in class org.json.me.JSONWriter
Begin appending a new object.
objImpl - Variable in class org.joshvm.ui.UIObject
 
OCTOBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the tenth month of the year.
offeredCipherSuites - Variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
offeredCompressionMethods - Variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
offerInput(byte[]) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
Offer input from an arbitrary source.
offerOutput(byte[], int, int) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
Offer output from an arbitrary source.
onCancel(UIObject) - Method in interface org.joshvm.ui.listener.CancelListener
Called when a process has been cancelled
onClicked(UIObject) - Method in interface org.joshvm.ui.listener.ClickedListener
Called when a UIObject has been clicked.
onCompletion() - Method in interface org.joshvm.media.MediaPlayerListener
Called when the end of a media source is reached during playback.
onFailure(IMqttToken, Throwable) - Method in interface org.eclipse.paho.client.mqttv3.IMqttActionListener
This method is invoked when an action fails.
onMessage(String, String) - Method in interface org.joshvm.event.MessageHandler.Listener
Called when a message is coming.
onPrepared() - Method in interface org.joshvm.media.MediaPlayerListener
Called when the media source is ready for playback after call MediaPlayer.prepare()
onReady(UIObject) - Method in interface org.joshvm.ui.listener.ReadyListener
Called when a process has finished
onRequestResult(int, int) - Method in interface org.joshvm.remote.RequestListener
Called when request executing has been stopped.
onScrollBegin(UIObject) - Method in interface org.joshvm.ui.listener.ScrollListener
Called when Scroll begins
onScrollEnd(UIObject) - Method in interface org.joshvm.ui.listener.ScrollListener
Called when Scroll ends
onScrolling(UIObject) - Method in interface org.joshvm.ui.listener.ScrollListener
Called when Scrolling
onSeekComplete() - Method in interface org.joshvm.media.MediaPlayerListener
Called to indicate the completion of a seek operation.
onStateChanged(int) - Method in interface org.joshvm.ui.Display.StateChangedListener
Called when a state has changed
onStopEvent() - Method in interface org.joshvm.event.EventListener
Called when a stop event is coming.
Application maybe do some saving work in short time after receiving this event.
onSuccess(IMqttToken) - Method in interface org.eclipse.paho.client.mqttv3.IMqttActionListener
This method is invoked when an action has completed successfully.
onVADBegin(AudioRecorder) - Method in interface org.joshvm.media.VADControllerListener
Called when native vad engine is in begin state
onVADEnd() - Method in interface org.joshvm.media.VADControllerListener
Called when native vad engine is in end state
onValueChanged(UIObject) - Method in interface org.joshvm.ui.listener.ValueChangedListener
Called when the object's value has changed
onWakeUp(int) - Method in interface org.joshvm.media.WakeUpListener
Called when a wakeup word has been detected.
OPAQUE - Static variable in class org.joshvm.ui.Color
Alpha value: Opaque
open(String) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int, boolean) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, String) - Method in interface org.eclipse.paho.client.mqttv3.MqttClientPersistence
Initialise the persistent store.
open(String, String) - Method in class org.eclipse.paho.client.mqttv3.persist.MemoryPersistence
 
open(String, String) - Method in class org.eclipse.paho.client.mqttv3.persist.MqttDefaultMicroFilePersistence
 
open(DeviceConfig, int) - Static method in class org.joshvm.j2me.dio.DeviceManager
 
open(DeviceConfig) - Static method in class org.joshvm.j2me.dio.DeviceManager
 
openDataInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
openDataInputStream() - Method in interface javax.microedition.io.file.FileConnection
 
openDataInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return a data input stream for a connection.
openDataOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream.
openDataOutputStream() - Method in interface javax.microedition.io.file.FileConnection
 
openDataOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return a data output stream for a connection.
openInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
openInputStream() - Method in interface javax.microedition.io.file.FileConnection
 
openInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return an input stream for a connection.
openOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream.
openOutputStream() - Method in interface javax.microedition.io.file.FileConnection
 
openOutputStream(long) - Method in interface javax.microedition.io.file.FileConnection
 
openOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return an output stream for a connection.
OpenPGP - Static variable in class org.bouncycastle.crypto.tls.CertificateType
 
opt(int) - Method in class org.json.me.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.json.me.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.json.me.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.json.me.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.json.me.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.json.me.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.json.me.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.json.me.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.json.me.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class org.json.me.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class org.json.me.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.json.me.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.json.me.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class org.json.me.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optionSize() - Method in class org.joshvm.ui.widget.DropdownList
Returns the number of options of the list
optionSize() - Method in class org.joshvm.ui.widget.Roller
Returns the number of options of the roller
optJSONArray(int) - Method in class org.json.me.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.json.me.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.json.me.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.json.me.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.json.me.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.json.me.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.json.me.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class org.json.me.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class org.json.me.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.json.me.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.json.me.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.json.me.JSONObject
Get an optional string associated with a key.
ORANGE - Static variable in class org.joshvm.ui.Color
Predefined Color : Orange
org.bouncycastle.crypto - package org.bouncycastle.crypto
 
org.bouncycastle.crypto.digests - package org.bouncycastle.crypto.digests
 
org.bouncycastle.crypto.encodings - package org.bouncycastle.crypto.encodings
 
org.bouncycastle.crypto.engines - package org.bouncycastle.crypto.engines
 
org.bouncycastle.crypto.generators - package org.bouncycastle.crypto.generators
 
org.bouncycastle.crypto.io - package org.bouncycastle.crypto.io
 
org.bouncycastle.crypto.macs - package org.bouncycastle.crypto.macs
 
org.bouncycastle.crypto.modes - package org.bouncycastle.crypto.modes
 
org.bouncycastle.crypto.paddings - package org.bouncycastle.crypto.paddings
 
org.bouncycastle.crypto.params - package org.bouncycastle.crypto.params
 
org.bouncycastle.crypto.prng - package org.bouncycastle.crypto.prng
 
org.bouncycastle.crypto.signers - package org.bouncycastle.crypto.signers
 
org.bouncycastle.crypto.tls - package org.bouncycastle.crypto.tls
 
org.bouncycastle.crypto.util - package org.bouncycastle.crypto.util
 
org.bouncycastle.util - package org.bouncycastle.util
 
org.bouncycastle.util.encoders - package org.bouncycastle.util.encoders
 
org.eclipse.paho.client.mqttv3 - package org.eclipse.paho.client.mqttv3
Contains a programming interface enabling applications to communicate with an MQTT server
org.eclipse.paho.client.mqttv3.persist - package org.eclipse.paho.client.mqttv3.persist
Contains implementations of the MqttClientPersistence interface.
org.joshvm.application - package org.joshvm.application
 
org.joshvm.crypto.keystore - package org.joshvm.crypto.keystore
 
org.joshvm.event - package org.joshvm.event
 
org.joshvm.j2me.cellular - package org.joshvm.j2me.cellular
 
org.joshvm.j2me.dio - package org.joshvm.j2me.dio
 
org.joshvm.j2me.dio.gpio - package org.joshvm.j2me.dio.gpio
 
org.joshvm.j2me.dio.i2cbus - package org.joshvm.j2me.dio.i2cbus
Interfaces and classes for I2C (Inter-Integrated Circuit Bus) device access.
org.joshvm.j2me.dio.spibus - package org.joshvm.j2me.dio.spibus
 
org.joshvm.j2me.directUI - package org.joshvm.j2me.directUI
 
org.joshvm.media - package org.joshvm.media
 
org.joshvm.remote - package org.joshvm.remote
 
org.joshvm.ui - package org.joshvm.ui
 
org.joshvm.ui.layout - package org.joshvm.ui.layout
 
org.joshvm.ui.listener - package org.joshvm.ui.listener
 
org.joshvm.ui.widget - package org.joshvm.ui.widget
 
org.joshvm.util - package org.joshvm.util
 
org.json.me - package org.json.me
 
org.json.me.util - package org.json.me.util
 
org.w3c.dom - package org.w3c.dom
The org.w3c.dom package provides the Java ME DOM API defined by JSR 280.
org.w3c.dom.events - package org.w3c.dom.events
The org.w3c.dom.events package provides the Java ME DOM Events API subset defined by JSR 280.
org.w3c.dom.views - package org.w3c.dom.views
The org.w3c.dom.views package provides the Java ME DOM Views API defined by JSR 280.
org.xml.sax - package org.xml.sax
 
out - Variable in class java.io.DataOutputStream
The output stream.
out - Static variable in class java.lang.System
The "standard" output stream.
OUT_OF_SERVICE - Static variable in class javax.microedition.location.LocationProvider
Availability status code: the location provider is out of service.
OutOfMemoryError - Error in java.lang
Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
OutOfMemoryError() - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String) - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.
OUTPUT - Static variable in interface org.joshvm.j2me.dio.gpio.GPIOPin
Output port direction.
outputBuffer - Variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
OutputConnection - Interface in javax.microedition.io
This interface defines the capabilities that an output stream connection must have.
OutputLengthException - Exception in org.bouncycastle.crypto
 
OutputLengthException(String) - Constructor for exception org.bouncycastle.crypto.OutputLengthException
 
OutputStream - Class in java.io
This abstract class is the superclass of all classes representing an output stream of bytes.
OutputStream() - Constructor for class java.io.OutputStream
 
OutputStreamWriter - Class in java.io
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are translated into bytes.
OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the named character encoding.

P

Pack - Class in org.bouncycastle.crypto.util
Deprecated.
use org.bouncycastle.util.pack
Pack() - Constructor for class org.bouncycastle.crypto.util.Pack
Deprecated.
 
Pack - Class in org.bouncycastle.util
Utility methods for converting byte arrays into ints and longs, and back again.
Pack() - Constructor for class org.bouncycastle.util.Pack
 
padCount(byte[]) - Method in interface org.bouncycastle.crypto.paddings.BlockCipherPadding
return the number of pad bytes present in the block.
padCount(byte[]) - Method in class org.bouncycastle.crypto.paddings.PKCS7Padding
return the number of pad bytes present in the block.
PaddedBlockCipher - Class in org.bouncycastle.crypto.modes
Deprecated.
use org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher instead.
PaddedBlockCipher(BlockCipher) - Constructor for class org.bouncycastle.crypto.modes.PaddedBlockCipher
Deprecated.
Create a buffered block cipher with, or without, padding.
PaddedBufferedBlockCipher - Class in org.bouncycastle.crypto.paddings
A wrapper class that allows block ciphers to be used to process data in a piecemeal fashion with padding.
PaddedBufferedBlockCipher(BlockCipher, BlockCipherPadding) - Constructor for class org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
Create a buffered block cipher with the desired padding.
PaddedBufferedBlockCipher(BlockCipher) - Constructor for class org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
Create a buffered block cipher PKCS7 padding
padding - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
padding - Variable in class org.bouncycastle.util.encoders.Base64Encoder
 
paddingLength - Variable in class org.bouncycastle.crypto.tls.HeartbeatMessage
 
ParametersWithID - Class in org.bouncycastle.crypto.params
 
ParametersWithID(CipherParameters, byte[]) - Constructor for class org.bouncycastle.crypto.params.ParametersWithID
 
ParametersWithIV - Class in org.bouncycastle.crypto.params
 
ParametersWithIV(CipherParameters, byte[]) - Constructor for class org.bouncycastle.crypto.params.ParametersWithIV
 
ParametersWithIV(CipherParameters, byte[], int, int) - Constructor for class org.bouncycastle.crypto.params.ParametersWithIV
 
ParametersWithRandom - Class in org.bouncycastle.crypto.params
 
ParametersWithRandom(CipherParameters, SecureRandom) - Constructor for class org.bouncycastle.crypto.params.ParametersWithRandom
 
ParametersWithRandom(CipherParameters) - Constructor for class org.bouncycastle.crypto.params.ParametersWithRandom
 
ParametersWithSalt - Class in org.bouncycastle.crypto.params
Cipher parameters with a fixed salt value associated with them.
ParametersWithSalt(CipherParameters, byte[]) - Constructor for class org.bouncycastle.crypto.params.ParametersWithSalt
 
ParametersWithSalt(CipherParameters, byte[], int, int) - Constructor for class org.bouncycastle.crypto.params.ParametersWithSalt
 
ParametersWithSBox - Class in org.bouncycastle.crypto.params
 
ParametersWithSBox(CipherParameters, byte[]) - Constructor for class org.bouncycastle.crypto.params.ParametersWithSBox
 
ParametersWithUKM - Class in org.bouncycastle.crypto.params
 
ParametersWithUKM(CipherParameters, byte[]) - Constructor for class org.bouncycastle.crypto.params.ParametersWithUKM
 
ParametersWithUKM(CipherParameters, byte[], int, int) - Constructor for class org.bouncycastle.crypto.params.ParametersWithUKM
 
parse(InputStream) - Method in class javax.xml.parsers.DocumentBuilder
Parse the content of the given InputStream as an XML document and return a new DOM Document object.
parse(InputSource) - Method in class javax.xml.parsers.DocumentBuilder
Parse the content of the given input source as an XML document and return a new DOM Document object.
parse(InputStream) - Static method in class org.bouncycastle.crypto.tls.Certificate
Parse a Certificate from an InputStream.
parse(TlsContext, InputStream) - Static method in class org.bouncycastle.crypto.tls.CertificateRequest
parse(TlsContext, InputStream) - Static method in class org.bouncycastle.crypto.tls.CertificateURL
Parse a CertificateURL from an InputStream.
parse(TlsContext, InputStream) - Static method in class org.bouncycastle.crypto.tls.DigitallySigned
Parse a DigitallySigned from an InputStream.
parse(InputStream) - Static method in class org.bouncycastle.crypto.tls.HeartbeatExtension
parse(InputStream) - Static method in class org.bouncycastle.crypto.tls.HeartbeatMessage
Parse a HeartbeatMessage from an InputStream.
parse(InputStream) - Static method in class org.bouncycastle.crypto.tls.NewSessionTicket
Parse a NewSessionTicket from an InputStream.
parse(InputStream) - Static method in class org.bouncycastle.crypto.tls.ServerName
Parse a ServerName from an InputStream.
parse(InputStream) - Static method in class org.bouncycastle.crypto.tls.ServerNameList
Parse a ServerNameList from an InputStream.
parse(InputStream) - Static method in class org.bouncycastle.crypto.tls.SignatureAndHashAlgorithm
parse(TlsContext, InputStream) - Static method in class org.bouncycastle.crypto.tls.URLAndHash
Parse a URLAndHash from an InputStream.
parseByte(String) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseByte(String, int) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseDouble(String) - Static method in class java.lang.Double
Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
parseFloat(String) - Static method in class java.lang.Float
Returns a new float initialized to the value represented by the specified String.
parseInt(String, int) - Static method in class java.lang.Integer
Parses the string argument as a signed integer in the radix specified by the second argument.
parseInt(String) - Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
parseLong(String, int) - Static method in class java.lang.Long
Parses the string argument as a signed long in the radix specified by the second argument.
parseLong(String) - Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseShort(String) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseShort(String, int) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value in the radix specified by the second argument.
parseSignature(InputStream) - Method in class org.bouncycastle.crypto.tls.AbstractTlsKeyExchange
 
parseSupportedSignatureAlgorithms(boolean, InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
partialBlockOkay - Variable in class org.bouncycastle.crypto.BufferedBlockCipher
 
password - Variable in class org.bouncycastle.crypto.PBEParametersGenerator
 
PasswordConverter - Class in org.bouncycastle.crypto
Standard char[] to byte[] converters for password based derivation algorithms.
PasswordConverter() - Constructor for class org.bouncycastle.crypto.PasswordConverter
 
pause() - Method in class org.joshvm.media.AudioTrack
Pauses the playback of the audio data.
pause() - Method in class org.joshvm.media.MediaPlayer
Pauses playback.
pause() - Method in class org.joshvm.media.VADController
Pauses vad controller.
pauseApp() - Method in class org.joshvm.application.Application
 
payload - Variable in class org.bouncycastle.crypto.tls.HeartbeatMessage
 
PBEParametersGenerator - Class in org.bouncycastle.crypto
super class for all Password Based Encryption (PBE) parameter generator classes.
PBEParametersGenerator() - Constructor for class org.bouncycastle.crypto.PBEParametersGenerator
base constructor.
peek() - Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
peek(byte[]) - Method in class org.bouncycastle.crypto.tls.ByteQueueInputStream
 
peer_allowed_to_send - Static variable in class org.bouncycastle.crypto.tls.HeartbeatMode
 
peer_not_allowed_to_send - Static variable in class org.bouncycastle.crypto.tls.HeartbeatMode
 
peerCertificate - Variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
Permission - Class in java.security
Abstract class for representing access to a system resource.
Permission(String) - Constructor for class java.security.Permission
Constructs a permission with the specified name.
PermissionCollection - Class in java.security
Abstract class representing a collection of Permission objects.
PermissionCollection() - Constructor for class java.security.PermissionCollection
 
pgpCFB - Variable in class org.bouncycastle.crypto.BufferedBlockCipher
 
PHONE_NUMBER - Static variable in class javax.microedition.location.AddressInfo
 
PI - Static variable in class java.lang.Math
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PinEvent - Class in org.joshvm.j2me.dio.gpio
 
PinEvent() - Constructor for class org.joshvm.j2me.dio.gpio.PinEvent
 
PinEvent(GPIOPin, boolean) - Constructor for class org.joshvm.j2me.dio.gpio.PinEvent
Creates a new PinEvent with the specified value and time-stamped with the current time.
PinEvent(GPIOPin, boolean, long, int) - Constructor for class org.joshvm.j2me.dio.gpio.PinEvent
Creates a new PinEvent with the specified value and timestamp.
PinListener - Interface in org.joshvm.j2me.dio.gpio
 
PKCS12 - Static variable in class org.bouncycastle.crypto.PasswordConverter
Do char[] to BMP conversion (i.e.
PKCS12PasswordToBytes(char[]) - Static method in class org.bouncycastle.crypto.PBEParametersGenerator
converts a password to a byte array according to the scheme in PKCS12 (unicode, big endian, 2 zero pad bytes at the end).
PKCS1Encoding - Class in org.bouncycastle.crypto.encodings
this does your basic PKCS 1 v1.5 padding - whether or not you should be using this depends on your application - see PKCS1 Version 2 for details.
PKCS1Encoding(AsymmetricBlockCipher) - Constructor for class org.bouncycastle.crypto.encodings.PKCS1Encoding
Basic constructor.
PKCS1Encoding(AsymmetricBlockCipher, int) - Constructor for class org.bouncycastle.crypto.encodings.PKCS1Encoding
Constructor for decryption with a fixed plaintext length.
PKCS1Encoding(AsymmetricBlockCipher, byte[]) - Constructor for class org.bouncycastle.crypto.encodings.PKCS1Encoding
Constructor for decryption with a fixed plaintext length and a fallback value that is returned, if the padding is incorrect.
PKCS5PasswordToBytes(char[]) - Static method in class org.bouncycastle.crypto.PBEParametersGenerator
converts a password to a byte array according to the scheme in PKCS5 (ascii, no padding)
PKCS5PasswordToUTF8Bytes(char[]) - Static method in class org.bouncycastle.crypto.PBEParametersGenerator
converts a password to a byte array according to the scheme in PKCS5 (UTF-8, no padding)
PKCS7Padding - Class in org.bouncycastle.crypto.paddings
A padder that adds PKCS7/PKCS5 padding to a block.
PKCS7Padding() - Constructor for class org.bouncycastle.crypto.paddings.PKCS7Padding
 
pkipath - Static variable in class org.bouncycastle.crypto.tls.CertChainType
 
play() - Method in class org.joshvm.media.AudioTrack
Start playing
PLAYSTATE_PAUSED - Static variable in class org.joshvm.media.AudioTrack
indicates AudioTrack state is paused
PLAYSTATE_PAUSED - Static variable in class org.joshvm.media.MediaPlayer
indicates MediaPlayer state is paused
PLAYSTATE_PLAYING - Static variable in class org.joshvm.media.AudioTrack
indicates AudioTrack state is playing
PLAYSTATE_PLAYING - Static variable in class org.joshvm.media.MediaPlayer
indicates MediaPlayer state is playing
PLAYSTATE_STOPPED - Static variable in class org.joshvm.media.AudioTrack
indicates AudioTrack state is stopped
PLAYSTATE_STOPPED - Static variable in class org.joshvm.media.MediaPlayer
indicates MediaPlayer state is stopped
PM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from noon to just before midnight.
Point - Class in org.joshvm.ui
Point represents a point on the screen
Point(int, int) - Constructor for class org.joshvm.ui.Point
Constructs a Point with x coordinate and y coordinate
PointGroup - Class in org.joshvm.ui
PointGroup represents a set of points
PointGroup() - Constructor for class org.joshvm.ui.PointGroup
Constructs a empty PointGroup
pop() - Method in class java.util.Stack
Removes the object at the top of this stack and returns that object as the value of this function.
populateState(byte[]) - Method in class org.bouncycastle.crypto.digests.GeneralDigest
 
populateState(byte[]) - Method in class org.bouncycastle.crypto.digests.LongDigest
 
pos - Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
position() - Method in class org.joshvm.util.ByteBuffer
 
position(int) - Method in class org.joshvm.util.ByteBuffer
 
POSITIVE_INFINITY - Static variable in class java.lang.Double
The positive infinity of type double.
POSITIVE_INFINITY - Static variable in class java.lang.Float
The positive infinity of type float.
POST - Static variable in interface javax.microedition.io.HttpConnection
HTTP Post method.
POSTAL_CODE - Static variable in class javax.microedition.location.AddressInfo
 
pow2_10 - Static variable in class org.bouncycastle.crypto.tls.MaxFragmentLength
 
pow2_11 - Static variable in class org.bouncycastle.crypto.tls.MaxFragmentLength
 
pow2_12 - Static variable in class org.bouncycastle.crypto.tls.MaxFragmentLength
 
pow2_9 - Static variable in class org.bouncycastle.crypto.tls.MaxFragmentLength
 
POWER_USAGE_HIGH - Static variable in class javax.microedition.location.Criteria
 
POWER_USAGE_LOW - Static variable in class javax.microedition.location.Criteria
 
POWER_USAGE_MEDIUM - Static variable in class javax.microedition.location.Criteria
 
premasterSecret - Variable in class org.bouncycastle.crypto.tls.TlsRSAKeyExchange
 
prepare() - Method in class org.joshvm.media.MediaPlayer
Prepares the player for playback, asynchronously.
When the media source is ready for playback, MediaPlayerListener.onPrepared() will be called.
prepare() - Method in class org.joshvm.media.MediaRecorder
Prepares the recorder to begin capturing and encoding data, synchronously.
prepend(byte[], byte) - Static method in class org.bouncycastle.util.Arrays
 
prepend(short[], short) - Static method in class org.bouncycastle.util.Arrays
 
prepend(int[], int) - Static method in class org.bouncycastle.util.Arrays
 
preventDefault() - Method in interface org.w3c.dom.events.Event
If an event is cancelable, the preventDefault method is used to signify that the event is to be canceled, meaning any default action normally taken by the implementation as a result of the event will not occur.
PRF(TlsContext, byte[], String, byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
PRF_legacy(byte[], String, byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
PRFAlgorithm - Class in org.bouncycastle.crypto.tls
RFC 5246
PRFAlgorithm() - Constructor for class org.bouncycastle.crypto.tls.PRFAlgorithm
 
print(boolean) - Method in class java.io.PrintStream
Print a boolean value.
print(char) - Method in class java.io.PrintStream
Print a character.
print(int) - Method in class java.io.PrintStream
Print an integer.
print(long) - Method in class java.io.PrintStream
Print a long integer.
print(float) - Method in class java.io.PrintStream
Print a floating point number.
print(double) - Method in class java.io.PrintStream
Print a double-precision floating point number.
print(char[]) - Method in class java.io.PrintStream
Print an array of characters.
print(String) - Method in class java.io.PrintStream
Print a string.
print(Object) - Method in class java.io.PrintStream
Print an object.
println() - Method in class java.io.PrintStream
Terminate the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintStream
Print a boolean and then terminate the line.
println(char) - Method in class java.io.PrintStream
Print a character and then terminate the line.
println(int) - Method in class java.io.PrintStream
Print an integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Print a long and then terminate the line.
println(float) - Method in class java.io.PrintStream
Print a float and then terminate the line.
println(double) - Method in class java.io.PrintStream
Print a double and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Print an array of characters and then terminate the line.
println(String) - Method in class java.io.PrintStream
Print a String and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Print an Object and then terminate the line.
printStackTrace() - Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in class java.lang.Throwable
 
PrintStream - Class in java.io
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
Create a new print stream.
privateKey - Variable in class org.bouncycastle.crypto.tls.DefaultTlsEncryptionCredentials
 
privateKey - Variable in class org.bouncycastle.crypto.tls.DefaultTlsSignerCredentials
 
PrivateKeyFactory - Class in org.bouncycastle.crypto.util
Factory for creating private key objects from PKCS8 PrivateKeyInfo objects.
PrivateKeyFactory() - Constructor for class org.bouncycastle.crypto.util.PrivateKeyFactory
 
PrivateKeyInfoFactory - Class in org.bouncycastle.crypto.util
Factory to create ASN.1 private key info objects from lightweight private keys.
PrivateKeyStore - Interface in org.joshvm.crypto.keystore
 
processAADByte(byte) - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
Add a single byte to the associated data check.
processAADByte(byte) - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
 
processAADBytes(byte[], int, int) - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
Add a sequence of bytes to the associated data check.
processAADBytes(byte[], int, int) - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
 
processBlock(byte[], int, int) - Method in interface org.bouncycastle.crypto.AsymmetricBlockCipher
process the block of len bytes stored in in from offset inOff.
processBlock(byte[], int, byte[], int) - Method in interface org.bouncycastle.crypto.BlockCipher
Process one block of input from the array in and write it to the out array.
processBlock() - Method in class org.bouncycastle.crypto.digests.GeneralDigest
 
processBlock() - Method in class org.bouncycastle.crypto.digests.LongDigest
 
processBlock() - Method in class org.bouncycastle.crypto.digests.MD5Digest
 
processBlock() - Method in class org.bouncycastle.crypto.digests.SHA1Digest
 
processBlock() - Method in class org.bouncycastle.crypto.digests.SHA224Digest
 
processBlock() - Method in class org.bouncycastle.crypto.digests.SHA256Digest
 
processBlock(byte[], int, int) - Method in class org.bouncycastle.crypto.encodings.PKCS1Encoding
 
processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.AESEngine
 
processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.AESFastEngine
Deprecated.
 
processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.AESLightEngine
 
processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.engines.NullEngine
 
processBlock(byte[], int, int) - Method in class org.bouncycastle.crypto.engines.RSABlindedEngine
Process a single block using the basic RSA algorithm.
processBlock(byte[], int, int) - Method in class org.bouncycastle.crypto.engines.RSABlindingEngine
Process a single block using the RSA blinding algorithm.
processBlock(byte[], int, int) - Method in class org.bouncycastle.crypto.engines.RSAEngine
Process a single block using the basic RSA algorithm.
processBlock(byte[], int, byte[], int) - Method in class org.bouncycastle.crypto.modes.CBCBlockCipher
Process one block of input from the array in and write it to the out array.
processByte(byte) - Method in class org.bouncycastle.crypto.BufferedAsymmetricBlockCipher
add another byte for processing.
processByte(byte, byte[], int) - Method in class org.bouncycastle.crypto.BufferedBlockCipher
process a single byte, producing an output block if necessary.
processByte(byte, byte[], int) - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
encrypt/decrypt a single byte.
processByte(byte, byte[], int) - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
 
processByte(byte, byte[], int) - Method in class org.bouncycastle.crypto.modes.PaddedBlockCipher
Deprecated.
process a single byte, producing an output block if neccessary.
processByte(byte, byte[], int) - Method in class org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
process a single byte, producing an output block if neccessary.
processByte(byte, byte[], int) - Method in class org.bouncycastle.util.encoders.BufferedDecoder
 
processByte(byte, byte[], int) - Method in class org.bouncycastle.util.encoders.BufferedEncoder
 
processBytes(byte[], int, int) - Method in class org.bouncycastle.crypto.BufferedAsymmetricBlockCipher
add len bytes to the buffer for processing.
processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.BufferedBlockCipher
process an array of bytes, producing output if necessary.
processBytes(byte[], int, int, byte[], int) - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
process a block of bytes from in putting the result into out.
processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
 
processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.modes.PaddedBlockCipher
Deprecated.
process an array of bytes, producing output if necessary.
processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
process an array of bytes, producing output if necessary.
processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.crypto.StreamBlockCipher
 
processBytes(byte[], int, int, byte[], int) - Method in interface org.bouncycastle.crypto.StreamCipher
process a block of bytes from in putting the result into out.
processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.util.encoders.BufferedDecoder
 
processBytes(byte[], int, int, byte[], int) - Method in class org.bouncycastle.util.encoders.BufferedEncoder
 
processClientCertificate(Certificate) - Method in class org.bouncycastle.crypto.tls.AbstractTlsKeyExchange
 
processClientCertificate(Certificate) - Method in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
processClientCertificate(Certificate) - Method in interface org.bouncycastle.crypto.tls.TlsKeyExchange
 
processClientCredentials(TlsCredentials) - Method in class org.bouncycastle.crypto.tls.TlsECDHEKeyExchange
 
processClientCredentials(TlsCredentials) - Method in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
processClientCredentials(TlsCredentials) - Method in interface org.bouncycastle.crypto.tls.TlsKeyExchange
 
processClientCredentials(TlsCredentials) - Method in class org.bouncycastle.crypto.tls.TlsRSAKeyExchange
 
processClientKeyExchange(InputStream) - Method in class org.bouncycastle.crypto.tls.AbstractTlsKeyExchange
 
processClientKeyExchange(InputStream) - Method in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
processClientKeyExchange(InputStream) - Method in interface org.bouncycastle.crypto.tls.TlsKeyExchange
 
processClientKeyExchange(InputStream) - Method in class org.bouncycastle.crypto.tls.TlsRSAKeyExchange
 
processFinishedMessage(ByteArrayInputStream) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
PROCESSING_INSTRUCTION - Static variable in interface javax.xml.stream.DTDStreamReader
Indicates an event is a processing instruction.
PROCESSING_INSTRUCTION - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is a processing instruction
PROCESSING_INSTRUCTION_NODE - Static variable in interface org.w3c.dom.Node
The node is a ProcessingInstruction.
ProcessingInstruction - Interface in org.w3c.dom
The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document.
processLength(long) - Method in class org.bouncycastle.crypto.digests.GeneralDigest
 
processLength(long, long) - Method in class org.bouncycastle.crypto.digests.LongDigest
 
processLength(long) - Method in class org.bouncycastle.crypto.digests.MD5Digest
 
processLength(long) - Method in class org.bouncycastle.crypto.digests.SHA1Digest
 
processLength(long) - Method in class org.bouncycastle.crypto.digests.SHA224Digest
 
processLength(long) - Method in class org.bouncycastle.crypto.digests.SHA256Digest
 
processMaxFragmentLengthExtension(Hashtable, Hashtable, short) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
processRecord(short, byte[], int, int) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
processServerCertificate(Certificate) - Method in class org.bouncycastle.crypto.tls.AbstractTlsKeyExchange
 
processServerCertificate(Certificate) - Method in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
processServerCertificate(Certificate) - Method in interface org.bouncycastle.crypto.tls.TlsKeyExchange
 
processServerCertificate(Certificate) - Method in class org.bouncycastle.crypto.tls.TlsRSAKeyExchange
 
processServerCredentials(TlsCredentials) - Method in class org.bouncycastle.crypto.tls.AbstractTlsKeyExchange
 
processServerCredentials(TlsCredentials) - Method in class org.bouncycastle.crypto.tls.TlsECDHEKeyExchange
 
processServerCredentials(TlsCredentials) - Method in interface org.bouncycastle.crypto.tls.TlsKeyExchange
 
processServerCredentials(TlsCredentials) - Method in class org.bouncycastle.crypto.tls.TlsRSAKeyExchange
 
processServerExtensions(Hashtable) - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
processServerExtensions(Hashtable) - Method in interface org.bouncycastle.crypto.tls.TlsClient
 
processServerKeyExchange(InputStream) - Method in class org.bouncycastle.crypto.tls.AbstractTlsKeyExchange
 
processServerKeyExchange(InputStream) - Method in class org.bouncycastle.crypto.tls.TlsECDHEKeyExchange
 
processServerKeyExchange(InputStream) - Method in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
processServerKeyExchange(InputStream) - Method in interface org.bouncycastle.crypto.tls.TlsKeyExchange
 
processServerSupplementalData(Vector) - Method in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
processServerSupplementalData(Vector) - Method in interface org.bouncycastle.crypto.tls.TlsClient
 
processWord(byte[], int) - Method in class org.bouncycastle.crypto.digests.GeneralDigest
 
processWord(byte[], int) - Method in class org.bouncycastle.crypto.digests.LongDigest
 
processWord(byte[], int) - Method in class org.bouncycastle.crypto.digests.MD5Digest
 
processWord(byte[], int) - Method in class org.bouncycastle.crypto.digests.SHA1Digest
 
processWord(byte[], int) - Method in class org.bouncycastle.crypto.digests.SHA224Digest
 
processWord(byte[], int) - Method in class org.bouncycastle.crypto.digests.SHA256Digest
 
ProgressEvent - Interface in org.w3c.dom.events
A progress event occurs when the user agent makes progress in some data transfer operation, such as loading a resource from the web via XMLHttpRequest.
Properties - Class in org.bouncycastle.util
Utility method for accessing system properties.
Properties() - Constructor for class org.bouncycastle.util.Properties
 
PropertyPermission - Class in java.util
This class is for property permissions.
PropertyPermission(String, String) - Constructor for class java.util.PropertyPermission
Creates a new PropertyPermission object with the specified name.
protocol_version - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
The protocol version the client has attempted to negotiate is recognized but not supported.
ProtocolVersion - Class in org.bouncycastle.crypto.tls
 
providerStateChanged(LocationProvider, int) - Method in interface javax.microedition.location.LocationListener
Called by the LocationProvider to which this listener is registered if the state of the LocationProvider has changed.
proximityEvent(Coordinates, Location) - Method in interface javax.microedition.location.ProximityListener
 
ProximityListener - Interface in javax.microedition.location
 
psk - Static variable in class org.bouncycastle.crypto.tls.ClientAuthenticationType
 
PSK - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
PublicKeyFactory - Class in org.bouncycastle.crypto.util
Factory to create asymmetric public key parameters for asymmetric ciphers from range of ASN.1 encoded SubjectPublicKeyInfo objects.
PublicKeyFactory() - Constructor for class org.bouncycastle.crypto.util.PublicKeyFactory
 
publish(String, byte[], int, boolean) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Publishes a message to a topic on the server.
publish(String, byte[], int, boolean, Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Publishes a message to a topic on the server.
publish(String, MqttMessage) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Publishes a message to a topic on the server.
publish(String, MqttMessage, Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Publishes a message to a topic on the server.
publish(String, byte[], int, boolean) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Publishes a message to a topic on the server and return once it is delivered.
publish(String, MqttMessage) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Publishes a message to a topic on the server.
publish(String, byte[], int, boolean, Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
publish(String, byte[], int, boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
publish(String, MqttMessage) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
publish(String, MqttMessage, Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
publish(String, byte[], int, boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
publish(String, MqttMessage) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
publish(byte[], int, boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttTopic
Publishes a message on the topic.
publish(MqttMessage) - Method in class org.eclipse.paho.client.mqttv3.MqttTopic
Publishes the specified message to this topic, but does not wait for delivery of the message to complete.
PURPLE - Static variable in class org.joshvm.ui.Color
Predefined Color : Purple
push(Object) - Method in class java.util.Stack
Pushes an item onto the top of this stack.
put(Object, Object) - Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.
put(String, MqttPersistable) - Method in interface org.eclipse.paho.client.mqttv3.MqttClientPersistence
Puts the specified data into the persistent store.
put(String, MqttPersistable) - Method in class org.eclipse.paho.client.mqttv3.persist.MemoryPersistence
 
put(String, MqttPersistable) - Method in class org.eclipse.paho.client.mqttv3.persist.MqttDefaultMicroFilePersistence
 
put(int, byte) - Method in class org.joshvm.util.ByteBuffer
 
put(byte) - Method in class org.joshvm.util.ByteBuffer
 
put(ByteBuffer) - Method in class org.joshvm.util.ByteBuffer
 
put(byte[]) - Method in class org.joshvm.util.ByteBuffer
 
put(boolean) - Method in class org.json.me.JSONArray
Append a boolean value.
put(Vector) - Method in class org.json.me.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class org.json.me.JSONArray
Append a double value.
put(int) - Method in class org.json.me.JSONArray
Append an int value.
put(long) - Method in class org.json.me.JSONArray
Append an long value.
put(Hashtable) - Method in class org.json.me.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.json.me.JSONArray
Append an object value.
put(int, boolean) - Method in class org.json.me.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Vector) - Method in class org.json.me.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.json.me.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.json.me.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.json.me.JSONArray
Put or replace a long value.
put(int, Hashtable) - Method in class org.json.me.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class org.json.me.JSONArray
Put or replace an object value in the JSONArray.
put(String, Vector) - Method in class org.json.me.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, boolean) - Method in class org.json.me.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class org.json.me.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.json.me.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.json.me.JSONObject
Put a key/long pair in the JSONObject.
put(String, Hashtable) - Method in class org.json.me.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.json.me.JSONObject
Put a key/value pair in the JSONObject.
putChar(char) - Method in class org.joshvm.util.ByteBuffer
 
putInt(int) - Method in class org.joshvm.util.ByteBuffer
 
putInt(int, int) - Method in class org.joshvm.util.ByteBuffer
 
putLong(long) - Method in class org.joshvm.util.ByteBuffer
 
putOpt(String, Object) - Method in class org.json.me.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
putShort(short) - Method in class org.joshvm.util.ByteBuffer
 

Q

QualifiedCoordinates - Class in javax.microedition.location
The QualifiedCoordinates class represents coordinates as latitude-longitude-altitude values that are associated with an accuracy value.
QualifiedCoordinates(double, double, float, float, float) - Constructor for class javax.microedition.location.QualifiedCoordinates
Constructs a new QualifiedCoordinates object with the values specified.
QUEST - Static variable in class org.json.me.util.XML
The Character '?'.
QUOT - Static variable in class org.json.me.util.XML
The Character '"'.
quote(String) - Static method in class org.json.me.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

raiseAlertFatal(short, String, Throwable) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
raiseAlertWarning(short, String) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
Random - Class in java.util
An instance of this class is used to generate a stream of pseudorandom numbers.
Random() - Constructor for class java.util.Random
Creates a new random number generator.
Random(long) - Constructor for class java.util.Random
Creates a new random number generator using a single long seed:
random - Variable in class org.bouncycastle.crypto.CipherKeyGenerator
 
randomData - Variable in class org.bouncycastle.crypto.tls.TlsBlockCipher
 
RandomGenerator - Interface in org.bouncycastle.crypto.prng
Generic interface for objects generating random bytes.
RawPublicKey - Static variable in class org.bouncycastle.crypto.tls.CertificateType
 
rc2 - Static variable in class org.bouncycastle.crypto.tls.BulkCipherAlgorithm
 
RC2_CBC_40 - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
rc4 - Static variable in class org.bouncycastle.crypto.tls.BulkCipherAlgorithm
 
RC4_128 - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
RC4_40 - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
RCVBUF - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the size of the receiving buffer (3).
read() - Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read() - Method in class java.io.DataInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class java.io.DataInputStream
See the general contract of the read method of DataInput.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class java.io.InputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class java.io.InputStreamReader
Read a single character.
read(char[], int, int) - Method in class java.io.InputStreamReader
Read characters into a portion of an array.
read() - Method in class java.io.Reader
Read a single character.
read(char[]) - Method in class java.io.Reader
Read characters into an array.
read(char[], int, int) - Method in class java.io.Reader
Read characters into a portion of an array.
READ - Static variable in class javax.microedition.io.Connector
Access mode READ.
read() - Method in class org.bouncycastle.crypto.io.CipherInputStream
Reads data from the underlying stream and processes it with the cipher until the cipher outputs data, and returns the next available byte.
read(byte[]) - Method in class org.bouncycastle.crypto.io.CipherInputStream
Reads data from the underlying stream and processes it with the cipher until the cipher outputs data, and then returns up to b.length bytes in the provided array.
read(byte[], int, int) - Method in class org.bouncycastle.crypto.io.CipherInputStream
Reads data from the underlying stream and processes it with the cipher until the cipher outputs data, and then returns up to len bytes in the provided array.
read() - Method in class org.bouncycastle.crypto.io.DigestInputStream
 
read(byte[], int, int) - Method in class org.bouncycastle.crypto.io.DigestInputStream
 
read() - Method in class org.bouncycastle.crypto.io.MacInputStream
 
read(byte[], int, int) - Method in class org.bouncycastle.crypto.io.MacInputStream
 
read() - Method in class org.bouncycastle.crypto.io.SignerInputStream
 
read(byte[], int, int) - Method in class org.bouncycastle.crypto.io.SignerInputStream
 
read(byte[], int, int, int) - Method in class org.bouncycastle.crypto.tls.ByteQueue
Read data from the buffer.
read() - Method in class org.bouncycastle.crypto.tls.ByteQueueInputStream
 
read(byte[]) - Method in class org.bouncycastle.crypto.tls.ByteQueueInputStream
 
read(byte[], int, int) - Method in class org.bouncycastle.crypto.tls.ByteQueueInputStream
 
read() - Method in interface org.joshvm.j2me.dio.i2cbus.I2CDevice
Reads one byte of data from this slave device.
read(ByteBuffer) - Method in interface org.joshvm.j2me.dio.i2cbus.I2CDevice
Reads a sequence of bytes from this slave device into the given buffer.
read(int, ByteBuffer) - Method in interface org.joshvm.j2me.dio.i2cbus.I2CDevice
Reads a sequence of bytes from this device into the given buffer, skipping the first skip bytes read.
read(int, int, ByteBuffer) - Method in interface org.joshvm.j2me.dio.i2cbus.I2CDevice
Reads a sequence of bytes from a subaddress or register address of this slave device into the given buffer.
read(int, int, int, ByteBuffer) - Method in interface org.joshvm.j2me.dio.i2cbus.I2CDevice
Reads a sequence of bytes from a subaddress or register address of this device into the given buffer, skipping the first skip bytes read.
read() - Method in interface org.joshvm.j2me.dio.spibus.SPIDevice
Reads one data word of up to 32 bits from this slave device.
read(ByteBuffer) - Method in interface org.joshvm.j2me.dio.spibus.SPIDevice
Reads a sequence of bytes from this slave device into the given buffer.
read(int, ByteBuffer) - Method in interface org.joshvm.j2me.dio.spibus.SPIDevice
Reads a sequence of bytes from this device into the given buffer, skipping the first skip bytes read.
read(byte[], int, int) - Method in class org.joshvm.media.AudioRecorder
Reads up to size bytes of audio data from the audio hardware for recording into a buffer, blocks until at least one byte is read or no more data because recorder has been stopped.
READ_WRITE - Static variable in class javax.microedition.io.Connector
Access mode READ_WRITE.
readAllOrNothing(int, InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readApplicationData(byte[], int, int) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
Read data from the network.
readASN1Object(byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readBoolean() - Method in interface java.io.DataInput
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
readByte() - Method in interface java.io.DataInput
Reads and returns one input byte.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
readChar() - Method in interface java.io.DataInput
Reads an input char and returns the char value.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
readDERObject(byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readDouble() - Method in interface java.io.DataInput
Reads eight input bytes and returns a double value.
readDouble() - Method in class java.io.DataInputStream
See the general contract of the readDouble method of DataInput.
readECExponent(int, InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
readECFieldElement(int, InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
readECParameter(InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
readECParameters(int[], short[], InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
readEncryptThenMACExtension(byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
Reader - Class in java.io
Abstract class for reading character streams.
Reader() - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object) - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the given object.
readExtendedMasterSecretExtension(byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
readExtensions(ByteArrayInputStream) - Static method in class org.bouncycastle.crypto.tls.TlsProtocol
 
readFloat() - Method in interface java.io.DataInput
Reads four input bytes and returns a float value.
readFloat() - Method in class java.io.DataInputStream
See the general contract of the readFloat method of DataInput.
readFrom(int) - Method in class org.bouncycastle.crypto.tls.ByteQueue
Return a ByteArrayInputStream over some bytes at the beginning of the data.
readFully(byte[]) - Method in interface java.io.DataInput
Reads some bytes from an input stream and stores them into the buffer array b.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Reads len bytes from an input stream.
readFully(byte[]) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(int, InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readFully(byte[], InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readHeartbeatExtension(byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
readInput(byte[], int, int) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
Retrieves received application data.
readInt() - Method in interface java.io.DataInput
Reads four input bytes and returns an int value.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
readKey(InputStream) - Method in interface org.bouncycastle.crypto.KeyParser
 
readLong() - Method in interface java.io.DataInput
Reads eight input bytes and returns a long value.
readLong() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
readMac - Variable in class org.bouncycastle.crypto.tls.TlsBlockCipher
 
readMac - Variable in class org.bouncycastle.crypto.tls.TlsNullCipher
 
readMac - Variable in class org.bouncycastle.crypto.tls.TlsStreamCipher
 
readMaxFragmentLengthExtension(byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
readOpaque16(InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readOpaque24(InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readOpaque8(InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readOutput(byte[], int, int) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
Retrieves encrypted data to be sent.
readPaddingExtension(byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
readServerExtensions() - Method in class org.bouncycastle.crypto.tls.SessionParameters
 
readServerNameExtension(byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
readShort() - Method in interface java.io.DataInput
Reads two input bytes and returns a short value.
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
readSignatureAlgorithmsExtension(byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
Read 'signature_algorithms' extension data.
readSupplementalDataMessage(ByteArrayInputStream) - Static method in class org.bouncycastle.crypto.tls.TlsProtocol
 
readSupportedEllipticCurvesExtension(byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
readSupportedPointFormatsExtension(byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
readTruncatedHMacExtension(byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
readUint16(InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readUint16(byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readUint16Array(int, InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readUint24(InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readUint24(byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readUint32(InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readUint32(byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readUint48(InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readUint48(byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readUint8(InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readUint8(byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readUint8Array(int, InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readUnsignedByte() - Method in interface java.io.DataInput
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedByte() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedShort() - Method in interface java.io.DataInput
Reads two input bytes, zero-extends it to type int, and returns an int value in the range 0 through 65535.
readUnsignedShort() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUTF() - Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
readVersion(byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readVersion(InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readVersionRaw(byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
readVersionRaw(InputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
ready() - Method in class java.io.InputStreamReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.Reader
Tell whether this stream is ready to be read.
ReadyListener - Interface in org.joshvm.ui.listener
Listener to receive Ready notification of UIObject.
REASON_CODE_BROKER_UNAVAILABLE - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
The broker was not available to handle the request.
REASON_CODE_CLIENT_ALREADY_DISCONNECTED - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
The client is already disconnected.
REASON_CODE_CLIENT_CLOSED - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
The client is closed - no operations are permitted on the client in this state.
REASON_CODE_CLIENT_CONNECTED - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
The client is already connected.
REASON_CODE_CLIENT_DISCONNECT_PROHIBITED - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Thrown when an attempt to call MqttClient.disconnect() has been made from within a method on MqttCallback.
REASON_CODE_CLIENT_DISCONNECTING - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
The client is currently disconnecting and cannot accept any new work.
REASON_CODE_CLIENT_EXCEPTION - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Client encountered an exception.
REASON_CODE_CLIENT_NOT_CONNECTED - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
The client is not connected to the server.
REASON_CODE_CLIENT_TIMEOUT - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Client timed out while waiting for a response from the server.
REASON_CODE_CONNECT_IN_PROGRESS - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
A connect operation in already in progress, only one connect can happen at a time.
REASON_CODE_CONNECTION_LOST - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
The client has been unexpectedly disconnected from the server.
REASON_CODE_FAILED_AUTHENTICATION - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Authentication with the server has failed, due to a bad user name or password.
REASON_CODE_INVALID_CLIENT_ID - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
The server has rejected the supplied client ID
REASON_CODE_INVALID_MESSAGE - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Protocol error: the message was not recognized as a valid MQTT packet.
REASON_CODE_INVALID_PROTOCOL_VERSION - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
The protocol version requested is not supported by the server.
REASON_CODE_MAX_INFLIGHT - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
A request has been made to send a message but the maximum number of inflight messages has already been reached.
REASON_CODE_NO_MESSAGE_IDS_AVAILABLE - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Internal error, caused by no new message IDs being available.
REASON_CODE_NOT_AUTHORIZED - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Not authorized to perform the requested operation
REASON_CODE_PERSISTENCE_IN_USE - Static variable in exception org.eclipse.paho.client.mqttv3.MqttPersistenceException
Persistence is already being used by another client.
REASON_CODE_SERVER_CONNECT_ERROR - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Unable to connect to server
REASON_CODE_SOCKET_FACTORY_MISMATCH - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Server URI and supplied SocketFactory do not match.
REASON_CODE_SSL_CONFIG_ERROR - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
SSL configuration error.
REASON_CODE_SUBSCRIBE_FAILED - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Error from subscribe - returned from the server.
REASON_CODE_TOKEN_INUSE - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
A request has been made to use a token that is already associated with another action.
REASON_CODE_UNEXPECTED_ERROR - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
An unexpected error has occurred.
REASON_CODE_WRITE_TIMEOUT - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Client timed out while waiting to write messages to the server.
receive(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Receive a datagram.
receive() - Method in interface javax.wireless.messaging.MessageConnection
Receives a message.
receive(byte[], int, int, int) - Method in interface org.bouncycastle.crypto.tls.DatagramTransport
 
receivedChangeCipherSpec - Variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
receiveNewSessionTicketMessage(ByteArrayInputStream) - Method in class org.bouncycastle.crypto.tls.TlsClientProtocol
 
receiveServerHelloMessage(ByteArrayInputStream) - Method in class org.bouncycastle.crypto.tls.TlsClientProtocol
 
record_iv_length - Variable in class org.bouncycastle.crypto.tls.TlsAEADCipher
 
record_overflow - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
A TLSCiphertext record was received that had a length more than 2^14+2048 bytes, or a record decrypted to a TLSCompressed record with more than 2^14+1024 bytes.
RECORDSTATE_RECORDING - Static variable in class org.joshvm.media.AudioRecorder
The state indicating that the recorder is recording
RECORDSTATE_RECORDING - Static variable in class org.joshvm.media.MediaRecorder
The state indicating that the recorder is recording
RECORDSTATE_STOPPED - Static variable in class org.joshvm.media.AudioRecorder
The state indicating that the recorder is not recording
RECORDSTATE_STOPPED - Static variable in class org.joshvm.media.MediaRecorder
The state indicating that the recorder is not recording
RED - Static variable in class org.joshvm.ui.Color
Predefined Color : Red
Reference - Class in java.lang.ref
Abstract base class for reference objects.
refersToASpecificNamedCurve(int) - Static method in class org.bouncycastle.crypto.tls.NamedCurve
 
refresh() - Method in class org.joshvm.ui.Display
Refreshs the screen
refuseRenegotiation() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
register(String) - Method in class org.joshvm.event.MessageHandler
Register this application with the specified name.
Must call this method before sending messages, otherwise a MessageException will be thrown out.

The maximum length of name is 32, and only digit, alphabetic, '_', '-' can be used.
rehash() - Method in class java.util.Hashtable
Rehashes the contents of the hashtable into a hashtable with a larger capacity.
release() - Method in class org.joshvm.media.AudioRecorder
Releases the native resources.
release() - Method in class org.joshvm.media.AudioTrack
Releases the native AudioTrack resources.
release() - Method in class org.joshvm.media.MediaPlayer
Releases the native MediaPlayer resources.
release() - Method in class org.joshvm.media.MediaRecorder
Releases the native MediaRecorder resources.
release() - Method in class org.joshvm.remote.CameraController
Releases the native resources.
remaining() - Method in class org.joshvm.util.ByteBuffer
 
REMOVAL - Static variable in interface org.w3c.dom.events.MutationEvent
The Attr was just removed.
remove(Object) - Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
remove() - Method in class org.bouncycastle.util.Arrays.Iterator
 
remove(String) - Method in interface org.eclipse.paho.client.mqttv3.MqttClientPersistence
Remove the data for the specified key.
remove(String) - Method in class org.eclipse.paho.client.mqttv3.persist.MemoryPersistence
 
remove(String) - Method in class org.eclipse.paho.client.mqttv3.persist.MqttDefaultMicroFilePersistence
Deletes the data with the specified key from the previously specified persistence directory.
remove(int) - Method in class org.joshvm.util.ArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class org.joshvm.util.ArrayList
Removes the given element.
remove(String) - Method in class org.json.me.JSONObject
Remove a name and its value, if present.
removeAll() - Method in class org.joshvm.ui.Container
Removes all child UIObjects
removeAllElements() - Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeAttribute(String) - Method in interface org.w3c.dom.Element
Removes an attribute by name.
removeAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Removes the specified attribute node.
removeAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Removes an attribute by local name and namespace URI.If a default value for the removed attribute is defined in the DTD, a new attribute immediately appears with the default value as well as the corresponding namespace URI, local name, and prefix when applicable.
removeChild(Node) - Method in interface org.w3c.dom.Node
Removes the child node indicated by oldChild from the list of children, and returns it.
removeContainer(Container) - Method in class org.joshvm.ui.Container
Removes the specified sub container.
removeData(int) - Method in class org.bouncycastle.crypto.tls.ByteQueue
Remove some bytes from our data from the beginning.
removeData(byte[], int, int, int) - Method in class org.bouncycastle.crypto.tls.ByteQueue
Remove data from the buffer.
removeData(int, int) - Method in class org.bouncycastle.crypto.tls.ByteQueue
 
removeElement(Object) - Method in class java.util.Vector
Removes the first occurrence of the argument from this vector.
removeElementAt(int) - Method in class java.util.Vector
Deletes the component at the specified index.
removeEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
This method allows the removal of event listeners from the event target.
removeEventListenerNS(String, String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
This method allows the removal of an event listener, independently of the associated event group.
removeFileSystemListener(FileSystemListener) - Static method in class javax.microedition.io.file.FileSystemRegistry
 
removeNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by name.
removeNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by local name and namespace URI.
removeObject(UIObject) - Method in class org.joshvm.ui.Container
Removes a child UIObject
removeOption(String) - Method in class org.joshvm.ui.widget.DropdownList
Removes an option from the list
removeOption(String) - Method in class org.joshvm.ui.widget.Roller
Removes an option from the roller
removeProximityListener(ProximityListener) - Static method in class javax.microedition.location.LocationProvider
 
removeWebExtraCertificates() - Static method in class org.joshvm.crypto.keystore.KeyStore
Remove all extra certificates
removeWidget(Widget) - Method in class org.joshvm.ui.Container
Removes the specified widget.
rename(String) - Method in interface javax.microedition.io.file.FileConnection
 
renegotiation_info - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
replace(char, char) - Method in class java.lang.String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
replaceChild(Node, Node) - Method in interface org.w3c.dom.Node
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceData(int, int, String) - Method in interface org.w3c.dom.CharacterData
Replace the characters starting at the specified 16-bit unit offset with the specified string.
requestForeground() - Method in class org.joshvm.ui.Display
Called to get the display to request the foreground
RequestListener - Interface in org.joshvm.remote
Listener to receive request event.
require(int, String, String) - Method in interface javax.xml.stream.XMLStreamReader
Test if the current event is of the given type and if the namespace and name match the current namespace and name of the current event.
requiresServerKeyExchange() - Method in class org.bouncycastle.crypto.tls.AbstractTlsKeyExchange
 
requiresServerKeyExchange() - Method in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
requiresServerKeyExchange() - Method in interface org.bouncycastle.crypto.tls.TlsKeyExchange
 
reset() - Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in class java.io.ByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class java.io.DataInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.InputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.InputStreamReader
Reset the stream.
reset() - Method in class java.io.Reader
Reset the stream.
reset() - Method in interface javax.microedition.io.Datagram
Zero the read/write pointer as well as the offset and length state variables.
reset() - Method in class javax.microedition.location.LocationProvider
Resets the LocationProvider.
reset() - Method in interface org.bouncycastle.crypto.BlockCipher
Reset the cipher.
reset() - Method in class org.bouncycastle.crypto.BufferedAsymmetricBlockCipher
Reset the buffer and the underlying cipher.
reset() - Method in class org.bouncycastle.crypto.BufferedBlockCipher
Reset the buffer and cipher.
reset() - Method in interface org.bouncycastle.crypto.Digest
reset the digest back to it's initial state.
reset() - Method in class org.bouncycastle.crypto.digests.GeneralDigest
 
reset() - Method in class org.bouncycastle.crypto.digests.LongDigest
 
reset() - Method in class org.bouncycastle.crypto.digests.MD5Digest
reset the chaining variables to the IV values.
reset(Memoable) - Method in class org.bouncycastle.crypto.digests.MD5Digest
 
reset() - Method in class org.bouncycastle.crypto.digests.NullDigest
 
reset() - Method in class org.bouncycastle.crypto.digests.SHA1Digest
reset the chaining variables
reset(Memoable) - Method in class org.bouncycastle.crypto.digests.SHA1Digest
 
reset() - Method in class org.bouncycastle.crypto.digests.SHA224Digest
reset the chaining variables
reset(Memoable) - Method in class org.bouncycastle.crypto.digests.SHA224Digest
 
reset() - Method in class org.bouncycastle.crypto.digests.SHA256Digest
reset the chaining variables
reset(Memoable) - Method in class org.bouncycastle.crypto.digests.SHA256Digest
 
reset() - Method in class org.bouncycastle.crypto.digests.SHA384Digest
reset the chaining variables
reset(Memoable) - Method in class org.bouncycastle.crypto.digests.SHA384Digest
 
reset() - Method in class org.bouncycastle.crypto.digests.SHA512Digest
reset the chaining variables
reset(Memoable) - Method in class org.bouncycastle.crypto.digests.SHA512Digest
 
reset() - Method in class org.bouncycastle.crypto.digests.SHA512tDigest
reset the chaining variables
reset(Memoable) - Method in class org.bouncycastle.crypto.digests.SHA512tDigest
 
reset() - Method in class org.bouncycastle.crypto.digests.ShortenedDigest
 
reset() - Method in class org.bouncycastle.crypto.engines.AESEngine
 
reset() - Method in class org.bouncycastle.crypto.engines.AESFastEngine
Deprecated.
 
reset() - Method in class org.bouncycastle.crypto.engines.AESLightEngine
 
reset() - Method in class org.bouncycastle.crypto.engines.NullEngine
 
reset() - Method in class org.bouncycastle.crypto.io.CipherInputStream
Reset to the last marked position, if supported.
reset() - Method in interface org.bouncycastle.crypto.Mac
Reset the MAC.
reset() - Method in class org.bouncycastle.crypto.macs.BlockCipherMac
Reset the mac generator.
reset() - Method in class org.bouncycastle.crypto.macs.CBCBlockCipherMac
Reset the mac generator.
reset() - Method in class org.bouncycastle.crypto.macs.HMac
Reset the mac generator.
reset() - Method in interface org.bouncycastle.crypto.modes.AEADBlockCipher
Reset the cipher.
reset() - Method in class org.bouncycastle.crypto.modes.CBCBlockCipher
reset the chaining vector back to the IV and reset the underlying cipher.
reset() - Method in class org.bouncycastle.crypto.modes.GCMBlockCipher
 
reset() - Method in interface org.bouncycastle.crypto.Signer
reset the internal state
reset() - Method in class org.bouncycastle.crypto.signers.GenericSigner
 
reset() - Method in class org.bouncycastle.crypto.signers.RSADigestSigner
 
reset() - Method in interface org.bouncycastle.crypto.StreamCipher
reset the cipher.
reset(Memoable) - Method in interface org.bouncycastle.util.Memoable
Restore a copied object state into this object.
reset() - Method in class org.joshvm.media.MediaPlayer
Resets the MediaPlayer to its uninitialized state.
reset() - Method in class org.joshvm.media.MediaRecorder
Set the MediaRecorder to its idle state.
reset() - Method in class org.joshvm.util.ByteBuffer
 
resetAllListeners() - Method in class org.joshvm.ui.AbstractUIObject
Resets all of listeners of the object
resetDefaultAPNSetting() - Method in class org.joshvm.j2me.cellular.CellularDeviceInfo
Reset dfault APN for current cellular device
resetPropertyValuesOfDraw() - Method in class org.joshvm.ui.widget.Canvas
Resets all draw properties to default value
resolveEntity(String, String, String, String) - Method in interface javax.xml.stream.XMLResolver
Retrieves a resource.
RESOLVER - Static variable in class javax.xml.stream.XMLInputFactory
 
restoreState(byte[]) - Method in class org.bouncycastle.crypto.digests.LongDigest
 
resume() - Method in class org.joshvm.media.VADController
Resumes vad controller.
resumeApp() - Method in class org.joshvm.application.Application
 
resumedSession - Variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
returnByte(byte) - Method in class org.bouncycastle.crypto.StreamBlockCipher
 
returnByte(byte) - Method in interface org.bouncycastle.crypto.StreamCipher
encrypt/decrypt a single byte returning the result.
reverse() - Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
reverse(byte[]) - Static method in class org.bouncycastle.util.Arrays
 
reverse(int[]) - Static method in class org.bouncycastle.util.Arrays
 
rewind() - Method in class org.joshvm.util.ByteBuffer
 
Roller - Class in org.joshvm.ui.widget
The Roller allows the user to simply select one option from a list by scrolling.
Roller() - Constructor for class org.joshvm.ui.widget.Roller
Constructs a Roller
Roller(int) - Constructor for class org.joshvm.ui.widget.Roller
Constructs a Roller with given mode
ROOT_ADDED - Static variable in interface javax.microedition.io.file.FileSystemListener
 
ROOT_CA_EXPIRED - Static variable in exception javax.microedition.pki.CertificateException
Indicates the root CA's public key is expired.
ROOT_REMOVED - Static variable in interface javax.microedition.io.file.FileSystemListener
 
rootChanged(int, String) - Method in interface javax.microedition.io.file.FileSystemListener
 
rotateLeft(int, int) - Static method in class org.bouncycastle.util.Integers
 
rotateRight(int, int) - Static method in class org.bouncycastle.util.Integers
 
rowIndex - Variable in class org.joshvm.ui.widget.Table.Cell
row index
RSA - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
rsa - Static variable in class org.bouncycastle.crypto.tls.SignatureAlgorithm
 
rsa_ephemeral_dh_RESERVED - Static variable in class org.bouncycastle.crypto.tls.ClientCertificateType
 
RSA_EXPORT - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
rsa_fixed_dh - Static variable in class org.bouncycastle.crypto.tls.ClientCertificateType
 
rsa_fixed_ecdh - Static variable in class org.bouncycastle.crypto.tls.ClientCertificateType
 
RSA_PSK - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
rsa_sign - Static variable in class org.bouncycastle.crypto.tls.ClientCertificateType
 
RSABlindedEngine - Class in org.bouncycastle.crypto.engines
this does your basic RSA algorithm with blinding
RSABlindedEngine() - Constructor for class org.bouncycastle.crypto.engines.RSABlindedEngine
 
RSABlindingEngine - Class in org.bouncycastle.crypto.engines
This does your basic RSA Chaum's blinding and unblinding as outlined in "Handbook of Applied Cryptography", page 475.
RSABlindingEngine() - Constructor for class org.bouncycastle.crypto.engines.RSABlindingEngine
 
RSABlindingFactorGenerator - Class in org.bouncycastle.crypto.generators
Generate a random factor suitable for use with RSA blind signatures as outlined in Chaum's blinding and unblinding as outlined in "Handbook of Applied Cryptography", page 475.
RSABlindingFactorGenerator() - Constructor for class org.bouncycastle.crypto.generators.RSABlindingFactorGenerator
 
RSABlindingParameters - Class in org.bouncycastle.crypto.params
 
RSABlindingParameters(RSAKeyParameters, BigInteger) - Constructor for class org.bouncycastle.crypto.params.RSABlindingParameters
 
RSADigestSigner - Class in org.bouncycastle.crypto.signers
 
RSADigestSigner(Digest) - Constructor for class org.bouncycastle.crypto.signers.RSADigestSigner
 
RSADigestSigner(Digest, ASN1ObjectIdentifier) - Constructor for class org.bouncycastle.crypto.signers.RSADigestSigner
 
RSAEngine - Class in org.bouncycastle.crypto.engines
this does your basic RSA algorithm.
RSAEngine() - Constructor for class org.bouncycastle.crypto.engines.RSAEngine
 
RSAKeyGenerationParameters - Class in org.bouncycastle.crypto.params
 
RSAKeyGenerationParameters(BigInteger, SecureRandom, int, int) - Constructor for class org.bouncycastle.crypto.params.RSAKeyGenerationParameters
 
RSAKeyPairGenerator - Class in org.bouncycastle.crypto.generators
an RSA key pair generator.
RSAKeyPairGenerator() - Constructor for class org.bouncycastle.crypto.generators.RSAKeyPairGenerator
 
RSAKeyParameters - Class in org.bouncycastle.crypto.params
 
RSAKeyParameters(boolean, BigInteger, BigInteger) - Constructor for class org.bouncycastle.crypto.params.RSAKeyParameters
 
RSAPrivateCrtKeyParameters - Class in org.bouncycastle.crypto.params
 
RSAPrivateCrtKeyParameters(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters
 
rsaServerPublicKey - Variable in class org.bouncycastle.crypto.tls.TlsRSAKeyExchange
 
run() - Method in interface java.lang.Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
run() - Method in class java.util.TimerTask
The action to be performed by this timer task.
Runnable - Interface in java.lang
The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
Runtime - Class in java.lang
Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.
RuntimeCryptoException - Exception in org.bouncycastle.crypto
the foundation class for the exceptions thrown by the crypto packages.
RuntimeCryptoException() - Constructor for exception org.bouncycastle.crypto.RuntimeCryptoException
base constructor.
RuntimeCryptoException(String) - Constructor for exception org.bouncycastle.crypto.RuntimeCryptoException
create a RuntimeCryptoException with the given message.
RuntimeException - Exception in java.lang
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
RuntimeException() - Constructor for exception java.lang.RuntimeException
Constructs a RuntimeException with no detail message.
RuntimeException(String) - Constructor for exception java.lang.RuntimeException
Constructs a RuntimeException with the specified detail message.
RuntimePermission - Class in java.lang
This class is for runtime permissions.
RuntimePermission(String) - Constructor for class java.lang.RuntimePermission
Creates a new RuntimePermission with the specified name.
RuntimePermission(String, String) - Constructor for class java.lang.RuntimePermission
Creates a new RuntimePermission object with the specified name.

S

safeCheckRecordHeader(byte[]) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
safeDecryptPreMasterSecret(TlsContext, RSAKeyParameters, byte[]) - Static method in class org.bouncycastle.crypto.tls.TlsRSAUtils
 
safeReadRecord() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
safeWriteRecord(short, byte[], int, int) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
salt - Variable in class org.bouncycastle.crypto.PBEParametersGenerator
 
SATURDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Saturday.
schedule(TimerTask, long) - Method in class java.util.Timer
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, Date) - Method in class java.util.Timer
Schedules the specified task for execution at the specified time.
schedule(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
schedule(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
schedule(long) - Method in interface org.eclipse.paho.client.mqttv3.MqttPingSender
Schedule next ping in certain delay.
schedule(long) - Method in class org.eclipse.paho.client.mqttv3.TimerPingSender
 
scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduledExecutionTime() - Method in class java.util.TimerTask
Returns the scheduled execution time of the most recent actual execution of this task.
Screen - Class in org.joshvm.ui
Screen represents the root container.
Screen() - Constructor for class org.joshvm.ui.Screen
 
SCROLL_DIR_ALL - Static variable in class org.joshvm.ui.AbstractUIObject
Allow scroll any directions, i.e.
SCROLL_DIR_BOTTOM - Static variable in class org.joshvm.ui.AbstractUIObject
Allow scroll down
SCROLL_DIR_HORIZONTAL - Static variable in class org.joshvm.ui.AbstractUIObject
Allow scroll horizontally, i.e.
SCROLL_DIR_LEFT - Static variable in class org.joshvm.ui.AbstractUIObject
Allow scroll left
SCROLL_DIR_NONE - Static variable in class org.joshvm.ui.AbstractUIObject
Disallow scroll
SCROLL_DIR_RIGHT - Static variable in class org.joshvm.ui.AbstractUIObject
Allow scroll right
SCROLL_DIR_TOP - Static variable in class org.joshvm.ui.AbstractUIObject
Allow scroll up
SCROLL_DIR_VERTICAL - Static variable in class org.joshvm.ui.AbstractUIObject
Allow scroll vertically, i.e.
SCROLLBAR_MODE_ACTIVE - Static variable in class org.joshvm.ui.AbstractUIObject
Show scroll bars when object is being scrolled
SCROLLBAR_MODE_AUTO - Static variable in class org.joshvm.ui.AbstractUIObject
Show scroll bars when the content is large enough to be scrolled
SCROLLBAR_MODE_OFF - Static variable in class org.joshvm.ui.AbstractUIObject
Never show scrollbars
SCROLLBAR_MODE_ON - Static variable in class org.joshvm.ui.AbstractUIObject
Always show scrollbars
ScrollListener - Interface in org.joshvm.ui.listener
Listener to receive Scroll related notification of UIObject.
scrollToView() - Method in class org.joshvm.ui.AbstractUIObject
Scroll to the object until it becomes visible on its parent
scrollToView(boolean) - Method in class org.joshvm.ui.AbstractUIObject
Scroll to the object until it becomes visible on its parent
scrollToX(int) - Method in class org.joshvm.ui.AbstractUIObject
Scrolls to a given X coordinate.
scrollToX(int, boolean) - Method in class org.joshvm.ui.AbstractUIObject
Scrolls to a given X coordinate.
scrollToY(int) - Method in class org.joshvm.ui.AbstractUIObject
Scrolls to a given Y coordinate.
scrollToY(int, boolean) - Method in class org.joshvm.ui.AbstractUIObject
Scrolls to a given Y coordinate.
sealHashAlgorithms() - Method in interface org.bouncycastle.crypto.tls.TlsHandshakeHash
 
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
secp160k1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
secp160r1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
secp160r2 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
secp192k1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
secp192r1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
secp224k1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
secp224r1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
secp256k1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
secp256r1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
secp384r1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
secp521r1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
secret - Variable in class org.bouncycastle.crypto.tls.TlsMac
 
sect163k1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
sect163r1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
sect163r2 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
sect193r1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
sect193r2 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
sect233k1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
sect233r1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
sect239k1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
sect283k1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
sect283r1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
sect409k1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
sect409r1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
sect571k1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
sect571r1 - Static variable in class org.bouncycastle.crypto.tls.NamedCurve
 
secure_renegotiation - Variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
SecureConnection - Interface in javax.microedition.io
This interface defines the secure socket stream connection.
secureRandom - Variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
SecurityException - Exception in java.lang
Thrown by the system to indicate a security violation.
SecurityException() - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String) - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
SecurityInfo - Interface in javax.microedition.io
This interface defines methods to access information about a secure network connection.
SecurityParameters - Class in org.bouncycastle.crypto.tls
 
SecurityParameters() - Constructor for class org.bouncycastle.crypto.tls.SecurityParameters
 
securityParameters - Variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
SEED_CBC - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
seekTo(long) - Method in interface org.bouncycastle.crypto.SkippingCipher
Reset the cipher and then skip forward to a given position.
seekTo(int) - Method in class org.joshvm.media.MediaPlayer
Seeks to specified time position.
selectedCipherSuite - Variable in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
selectedCompressionMethod - Variable in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
selectedSessionID - Variable in class org.bouncycastle.crypto.tls.TlsClientProtocol
 
Selector - Interface in org.bouncycastle.util
 
selectPrivateKeyStore(String) - Static method in class org.joshvm.crypto.keystore.KeyStore
Select a private key store to use
send(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Send a datagram.
send(Message) - Method in interface javax.wireless.messaging.MessageConnection
Sends a message.
send(byte[], int, int) - Method in interface org.bouncycastle.crypto.tls.DatagramTransport
 
sendCertificateMessage(Certificate) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
sendCertificateVerifyMessage(DigitallySigned) - Method in class org.bouncycastle.crypto.tls.TlsClientProtocol
 
sendChangeCipherSpecMessage() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
sendClientHelloMessage() - Method in class org.bouncycastle.crypto.tls.TlsClientProtocol
 
sendClientKeyExchangeMessage() - Method in class org.bouncycastle.crypto.tls.TlsClientProtocol
 
sendFinishedMessage() - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
sendMessage(String, String) - Method in class org.joshvm.event.MessageHandler
Send message to target application with specified registered name
sendSupplementalDataMessage(Vector) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
sendSystemRequest(String) - Method in class org.joshvm.event.MessageHandler
Send a request to system to handle
SEPTEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the ninth month of the year.
serializeECFieldElement(int, BigInteger) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
serializeECPoint(short[], ECPoint) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
serializeECPublicKey(short[], ECPublicKeyParameters) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
server - Static variable in class org.bouncycastle.crypto.tls.ConnectionEnd
 
server_authz - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
server_certificate_type - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
server_finished - Static variable in class org.bouncycastle.crypto.tls.ExporterLabel
 
server_hello - Static variable in class org.bouncycastle.crypto.tls.HandshakeType
 
server_hello_done - Static variable in class org.bouncycastle.crypto.tls.HandshakeType
 
server_key_exchange - Static variable in class org.bouncycastle.crypto.tls.HandshakeType
 
server_name - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
serverCredentials - Variable in class org.bouncycastle.crypto.tls.TlsECDHEKeyExchange
 
serverCredentials - Variable in class org.bouncycastle.crypto.tls.TlsRSAKeyExchange
 
serverECPointFormats - Variable in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
serverECPointFormats - Variable in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
serverExtensions - Variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
ServerName - Class in org.bouncycastle.crypto.tls
 
ServerName(short, Object) - Constructor for class org.bouncycastle.crypto.tls.ServerName
 
ServerNameList - Class in org.bouncycastle.crypto.tls
 
ServerNameList(Vector) - Constructor for class org.bouncycastle.crypto.tls.ServerNameList
 
serverNameList - Variable in class org.bouncycastle.crypto.tls.ServerNameList
 
ServerOnlyTlsAuthentication - Class in org.bouncycastle.crypto.tls
 
ServerOnlyTlsAuthentication() - Constructor for class org.bouncycastle.crypto.tls.ServerOnlyTlsAuthentication
 
serverPublicKey - Variable in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
serverPublicKey - Variable in class org.bouncycastle.crypto.tls.TlsRSAKeyExchange
 
ServerSocketConnection - Interface in javax.microedition.io
This interface defines the server socket stream connection.
session_ticket - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
session_ticket - Static variable in class org.bouncycastle.crypto.tls.HandshakeType
 
SessionParameters - Class in org.bouncycastle.crypto.tls
 
sessionParameters - Variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
SessionParameters.Builder - Class in org.bouncycastle.crypto.tls
 
SessionParameters.Builder() - Constructor for class org.bouncycastle.crypto.tls.SessionParameters.Builder
 
set(int, int) - Method in class java.util.Calendar
Sets the time field with the given value.
set(int, Object) - Method in class org.joshvm.util.ArrayList
Replaces the element at the specified position in this list with the specified element.
setAccessControlContext(AccessControlContext) - Static method in class java.security.AccessController
Called to set the access control context for the application running in this isolate.
setActionCallback(IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Register a listener to be notified when an action completes.
setActionCallback(IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
setAddress(String) - Method in interface javax.microedition.io.Datagram
Set datagram address.
setAddress(Datagram) - Method in interface javax.microedition.io.Datagram
Set datagram address, copying the address from another datagram.
setAddress(String) - Method in interface javax.wireless.messaging.Message
Sets the address associated with this message, that is, the address returned by the getAddress method.
setAddress(int, int) - Method in class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig.Builder
Sets the address of the slave device on the bus.
setAddress(int) - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig.Builder
Sets the Chip Select address of the slave device on the bus.
setAddressInfoRequired(boolean) - Method in class javax.microedition.location.Criteria
 
setAlign(int, int) - Method in class org.joshvm.ui.UIObject
Changes the alignment of the object to its parent.
setAlpha(int) - Method in class org.joshvm.ui.Color
Changes alpha component value of the color
setAlphaPercent(int) - Method in class org.joshvm.ui.Color
Changes alpha component value of the color
setAltitude(float) - Method in class javax.microedition.location.Coordinates
Sets the geodetic altitude for this point.
setAltitudeRequired(boolean) - Method in class javax.microedition.location.Criteria
 
setAngle(int) - Method in class org.joshvm.ui.widget.Image
Sets the rotation angle of the image.
setAPN(AccessPoint) - Method in class org.joshvm.j2me.cellular.CellularDeviceInfo
Set APN for current cellular device
setAppDataSplitMode(int) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
setAttribute(String, Object) - Method in class javax.xml.parsers.DocumentBuilderFactory
Allows the user to set specific attributes on the underlying implementation.
setAttribute(String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute node.
setAttributeNodeNS(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributeNS(String, String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAudioBitRate(int) - Method in class org.joshvm.media.AudioRecorder
Set bit rate.
setAudioBitRate(int) - Method in class org.joshvm.media.AudioTrack
Set bit rate.
setAudioBitRate(int) - Method in class org.joshvm.media.MediaRecorder
Set bit rate.
setAudioSampleRate(int) - Method in class org.joshvm.media.AudioRecorder
Set audio sample rate in Hertz.
setAudioSampleRate(int) - Method in class org.joshvm.media.AudioTrack
Set audio sample rate in Hertz.
setAudioSampleRate(int) - Method in class org.joshvm.media.MediaRecorder
Set audio sample rate in Hertz.
setBackgroundColor(Color) - Method in class org.joshvm.ui.UIObject
Sets background color of the object
setBackgroundColorOfDraw(Color) - Method in class org.joshvm.ui.widget.Canvas
Sets draw property background color of the canvas
setBaudRate(int) - Method in interface javax.microedition.io.CommConnection
Sets the baudrate for the serial port connection.
setBitOrdering(int) - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig.Builder
Sets the bit (shifting) ordering of the slave device (default value is UNASSIGNED if not set).
setBlue(int) - Method in class org.joshvm.ui.Color
Changes blue component value of the color
setBluePercent(int) - Method in class org.joshvm.ui.Color
Changes blue component value of the color
setBorderColor(Color) - Method in class org.joshvm.ui.UIObject
Sets border color of the object
setBorderWidth(int) - Method in class org.joshvm.ui.UIObject
Sets border width of the object.
setCallback(MqttCallback) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Sets a callback listener to use for events that happen asynchronously.
setCallback(MqttCallback) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Sets the callback listener to use for events that happen asynchronously.
setCallback(MqttCallback) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
setCallback(MqttCallback) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
setCancelListener(CancelListener) - Method in class org.joshvm.ui.AbstractUIObject
Sets the CancelListener of the object
setCellText(int, int, String) - Method in class org.joshvm.ui.widget.Table
Sets the text of a cell of the table
setChannelConfig(int) - Method in class org.joshvm.media.AudioRecorder
Set the configuration of the audio channels.
setChannelConfig(int) - Method in class org.joshvm.media.AudioTrack
Set the configuration of the audio channels.
setChannelConfig(int) - Method in class org.joshvm.media.MediaRecorder
Set the configuration of the audio channels.
setCharAt(int, char) - Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
setChecked(boolean) - Method in class org.joshvm.ui.AbstractUIObject
Sets the object to checked state or not checked state
setCipherSuite(int) - Method in class org.bouncycastle.crypto.tls.SessionParameters.Builder
 
setCleanSession(boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets whether the server should remember state for the client across reconnects.
setClickable(boolean) - Method in class org.joshvm.ui.AbstractUIObject
Makes the object clickable or not clickable by input devices
setClickedListener(ClickedListener) - Method in class org.joshvm.ui.AbstractUIObject
Sets the ClickedListener of the object
setClockFrequency(int) - Method in class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig.Builder
Sets the clock frequency of the slave device in Hz (default value is UNASSIGNED if not set).
setClockFrequency(int) - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig.Builder
Sets the clock frequency of the slave device in Hz (default value is UNASSIGNED if not set).
setClockMode(int) - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig.Builder
Sets the clock mode (default value is 0 if not set).
setCoalescing(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will convert CDATA nodes to Text nodes and append it to the adjacent (if any) text node.
setColor(int) - Method in class org.joshvm.j2me.directUI.Text
 
setColumnCount(int) - Method in class org.joshvm.ui.widget.Table
Sets the number of columns of the table
setColumnPadding(int) - Method in class org.joshvm.ui.UIObject
Sets the padding between the columns
setColumnWidth(int, int) - Method in class org.joshvm.ui.widget.Table
Sets the width of a column of the table
setCompressionAlgorithm(short) - Method in class org.bouncycastle.crypto.tls.SessionParameters.Builder
 
setConnectionTimeout(int) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets the connection timeout value.
setControllerName(String) - Method in class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig.Builder
Sets the name of the bus the slave device is connected to (default value is null if not set).
setControllerName(String) - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig.Builder
Sets the name of the bus the slave device is connected to (default value is null if not set).
setControllerNumber(int) - Method in class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig.Builder
Sets the number of the bus the slave device is connected to (default value is UNASSIGNED if not set).
setControllerNumber(int) - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig.Builder
Sets the number of the bus the slave device is connected to (default value is UNASSIGNED if not set).
setCostAllowed(boolean) - Method in class javax.microedition.location.Criteria
 
setCrossAlign(int) - Method in class org.joshvm.ui.layout.Flex
Sets Flex align in cross direction
setCSActiveLevel(int) - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig.Builder
Sets the Chip Select active level (default value is UNASSIGNED if not set).
setCursorPos(int) - Method in class org.joshvm.ui.widget.Textarea
Sets the current cursor position of the textarea
setData(byte[], int, int) - Method in interface javax.microedition.io.Datagram
Set the buffer, offset and length state variables.
setData(String) - Method in interface org.w3c.dom.CharacterData
The character data of the node that implements this interface.
setData(String) - Method in interface org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
setDataSource(String) - Method in class org.joshvm.media.MediaPlayer
Sets the data source.
setDefaultNamespace(String) - Method in interface javax.xml.stream.XMLStreamWriter
Binds a URI to the default namespace This URI is bound in the scope of the current START_ELEMENT / END_ELEMENT pair.
setDirection(int) - Method in interface org.joshvm.j2me.dio.gpio.GPIOPin
Sets this GPIO pin for output or input.
setDisabled(boolean) - Method in class org.joshvm.ui.AbstractUIObject
Sets the object to disabled state or not disabled state
setDuplicate(boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
 
setDuration(int) - Method in class org.joshvm.remote.CameraController.Request.Builder
Set the duration info of request.
setElementAt(Object, int) - Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setEntityResolver(EntityResolver) - Method in class javax.xml.parsers.DocumentBuilder
Specify the EntityResolver to be used to resolve entities present in the XML document to be parsed.
setError() - Method in class java.io.PrintStream
Set the error state of the stream to true.
setErrorHandler(ErrorHandler) - Method in class javax.xml.parsers.DocumentBuilder
Specify the ErrorHandler to be used by the parser.
setEventListener(EventListener) - Method in class org.joshvm.event.EventManager
Register a callback to handle system event.
setExpandEntityReferences(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will expand entity reference nodes.
setFeature(String, boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Set a feature for this DocumentBuilderFactory and DocumentBuilders created by this factory.
setField(int, String) - Method in class javax.microedition.location.AddressInfo
 
setFileConnection(String) - Method in interface javax.microedition.io.file.FileConnection
 
setFlexGrow(int) - Method in class org.joshvm.ui.UIObject
Sets flex grow value of the object.
setFloating(boolean) - Method in class org.joshvm.ui.AbstractUIObject
Sets the object Floating or not.
setFlowType(int) - Method in class org.joshvm.ui.layout.Flex
Sets Flex Flow Type.
setFont(int) - Method in class org.joshvm.j2me.directUI.Text
 
setGreen(int) - Method in class org.joshvm.ui.Color
Changes green component value of the color
setGreenPercent(int) - Method in class org.joshvm.ui.Color
Changes green component value of the color
setHeight(int) - Method in class org.joshvm.ui.UIObject
Sets the height of the object.
setHidden(boolean) - Method in interface javax.microedition.io.file.FileConnection
 
setHidden(boolean) - Method in class org.joshvm.ui.AbstractUIObject
Makes the object hidden or visible
setHorizontalAccuracy(int) - Method in class javax.microedition.location.Criteria
 
setHorizontalAccuracy(float) - Method in class javax.microedition.location.QualifiedCoordinates
Sets the horizontal accuracy of the location in meters (1-sigma standard deviation).
setIdAttribute(String, boolean) - Method in interface org.w3c.dom.Element
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
setIdAttributeNode(Attr, boolean) - Method in interface org.w3c.dom.Element
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
setIdAttributeNS(String, String, boolean) - Method in interface org.w3c.dom.Element
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
setIgnoreLayout(boolean) - Method in class org.joshvm.ui.AbstractUIObject
Sets the object Ignore Layout or not.
setIgnoringComments(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will ignore comments.
setIgnoringElementContentWhitespace(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parsers created by this factory must eliminate whitespace in element content (sometimes known loosely as 'ignorable whitespace') when parsing XML documents (see XML Rec 2.10).
setImageAngleOfDraw(int) - Method in class org.joshvm.ui.widget.Canvas
Sets draw property image angle of the canvas
setImageData(byte[]) - Method in class org.joshvm.j2me.directUI.Image
 
setImageData(byte[]) - Method in class org.joshvm.j2me.directUI.ImageBuffer
 
setImagePivotOfDraw(int, int) - Method in class org.joshvm.ui.widget.Canvas
Sets draw property image pivot of the canvas
setImageRecolorOfDraw(Color) - Method in class org.joshvm.ui.widget.Canvas
Sets draw property image recolor of the canvas
setImageZoomOfDraw(double) - Method in class org.joshvm.ui.widget.Canvas
Sets draw property image zoom of the canvas
setInputBufferSize(int) - Method in class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig.Builder
Sets the requested input buffer size (default value is UNASSIGNED if not set).
setInputBufferSize(int) - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig.Builder
Sets the requested input buffer size (default value is UNASSIGNED if not set).
setInputListener(PinListener) - Method in interface org.joshvm.j2me.dio.gpio.GPIOPin
Registers a PinListener instance which will get asynchronously notified when this GPIO pin's value changes and according to the current trigger mode (see getTrigger).
setKeepAliveInterval(int) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets the "keep alive" interval.
setKeyListener(KeypadEventListener) - Method in class org.joshvm.j2me.directUI.Keypad
Sets the current Keypad Listener
setLatitude(double) - Method in class javax.microedition.location.Coordinates
Sets the geodetic latitude for this point.
setLength(int) - Method in class java.lang.StringBuffer
Sets the length of this string buffer.
setLength(int) - Method in interface javax.microedition.io.Datagram
Set the length state variable.
setLineColorOfDraw(Color) - Method in class org.joshvm.ui.widget.Canvas
Sets draw property line color of the canvas
setLineDashGapOfDraw(int) - Method in class org.joshvm.ui.widget.Canvas
Sets draw property line dash gap of the canvas
setLineDashWidthOfDraw(int) - Method in class org.joshvm.ui.widget.Canvas
Sets draw property line dash width of the canvas
setLineWidthOfDraw(int) - Method in class org.joshvm.ui.widget.Canvas
Sets draw property line width of the canvas
setListener(MessageHandler.Listener) - Method in class org.joshvm.event.MessageHandler
Register a callback to be invoked when receive a message.
setLocationListener(LocationListener, int, int, int) - Method in class javax.microedition.location.LocationProvider
Adds a LocationListener for updates at the defined interval.
setLongitude(double) - Method in class javax.microedition.location.Coordinates
Sets the geodetic longitude for this point.
setLongTextMode(int) - Method in class org.joshvm.ui.widget.Label
Sets the long text mode of the label
setMainAlign(int) - Method in class org.joshvm.ui.layout.Flex
Sets Flex align in main direction
setMasterSecret(byte[]) - Method in class org.bouncycastle.crypto.tls.SessionParameters.Builder
 
setMaxHeight(int) - Method in class org.joshvm.ui.UIObject
Sets a maximal height of the object.
setMaxWidth(int) - Method in class org.joshvm.ui.UIObject
Sets a maximal width of the object.
setMediaPlayerListener(MediaPlayerListener) - Method in class org.joshvm.media.MediaPlayer
Register a callback to be invoked when the media source is ready, or the seek operation is completed, or the end of a media source is reached.
setMessage(MqttMessage) - Method in class org.eclipse.paho.client.mqttv3.MqttDeliveryToken
 
setMessageListener(MessageListener) - Method in interface javax.wireless.messaging.MessageConnection
Registers a MessageListener object that the platform can notify when a message has been received on this MessageConnection.
setMinHeight(int) - Method in class org.joshvm.ui.UIObject
Sets a minimal height of the object.
setMinWidth(int) - Method in class org.joshvm.ui.UIObject
Sets a minimal width of the object.
setMode(int) - Method in class org.joshvm.ui.widget.Slider
Sets the mode of the slider.
setMqttVersion(int) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets the MQTT version.
setMutable(boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Sets the mutability of this object (whether or not its values can be changed.
setName(String) - Method in class org.joshvm.ui.UIObject
Sets the name of the object.
setNamedItem(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its nodeName attribute.
setNamedItemNS(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its namespaceURI and localName.
setNamespaceAware(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will provide support for XML namespaces.
setNodeValue(String) - Method in interface org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
setOffsetX(int) - Method in class org.joshvm.ui.widget.Image
Sets an offset for the source of an image so the image will be displayed from the new origin.
setOffsetY(int) - Method in class org.joshvm.ui.widget.Image
Sets an offset for the source of an image so the image will be displayed from the new origin.
setOutputBufferSize(int) - Method in class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig.Builder
Sets the requested output buffer size (default value is UNASSIGNED if not set).
setOutputBufferSize(int) - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig.Builder
Sets the requested output buffer size (default value is UNASSIGNED if not set).
setOutputFile(String) - Method in class org.joshvm.media.MediaRecorder
Sets the path of the output file to be produced.
setOutputFile(String) - Method in class org.joshvm.remote.CameraController.Request.Builder
Set the output file info (e.g.
setOutputFormat(int) - Method in class org.joshvm.media.MediaRecorder
Sets the format of the output file produced during recording.
setPadding(int) - Method in class org.joshvm.ui.UIObject
Sets the padding on all sides.
setPadding(int, int) - Method in class org.joshvm.ui.UIObject
Sets the padding on specified sides.
setParent(UIObject) - Method in class org.joshvm.ui.UIObject
 
setParent(XMLReader) - Method in interface org.xml.sax.XMLFilter
Set the parent reader.
setPassword(char[]) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets the password to use for the connection.
setPayload(byte[]) - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Sets the payload of this message to be the specified byte array.
setPayloadData(byte[]) - Method in interface javax.wireless.messaging.BinaryMessage
Sets the payload data of this message.
setPayloadText(String) - Method in interface javax.wireless.messaging.TextMessage
Sets the message payload data.
setPeerCertificate(Certificate) - Method in class org.bouncycastle.crypto.tls.SessionParameters.Builder
 
setPivot(int, int) - Method in class org.joshvm.ui.widget.Image
Sets the rotation center of the image.
setPixel(Point, Color) - Method in class org.joshvm.ui.widget.Canvas
Sets the color of a pixel on the canvas
setPixel(int, int, Color) - Method in class org.joshvm.ui.widget.Canvas
Sets the color of a pixel on the canvas
setPos(int, int) - Method in class org.joshvm.ui.UIObject
Sets the X coordinate and Y coordinate of the object considering the set align.
setPreferredPowerConsumption(int) - Method in class javax.microedition.location.Criteria
 
setPreferredResponseTime(int) - Method in class javax.microedition.location.Criteria
 
setPrefix(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Sets the prefix the uri is bound to.
setPrefix(String) - Method in interface org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
setPriority(int) - Method in class java.lang.Thread
Changes the priority of this thread.
setPrivateKey(String) - Method in class org.joshvm.crypto.keystore.UserKeyStoreParam
Set base64-encoded private key of the KeyStoreParam to setup KeyStore
setPrivateKey(byte[]) - Method in class org.joshvm.crypto.keystore.UserKeyStoreParam
Set base64-encoded private key of the KeyStoreParam to setup KeyStore
setProperty(String, Object) - Method in class javax.xml.stream.XMLInputFactory
Allows the user to set specific feature/property on the underlying implementation.
setProperty(String, Object) - Method in class javax.xml.stream.XMLOutputFactory
Allows the user to set specific features/properties on the underlying implementation.
setPropertyValue(int, int) - Method in class org.joshvm.ui.UIObject
 
setPropertyValue(int, boolean) - Method in class org.joshvm.ui.UIObject
 
setPropertyValue(int, int, int) - Method in class org.joshvm.ui.UIObject
 
setPropertyValue(int, Object) - Method in class org.joshvm.ui.UIObject
 
setPskIdentity(byte[]) - Method in class org.bouncycastle.crypto.tls.SessionParameters.Builder
setPSKIdentity(byte[]) - Method in class org.bouncycastle.crypto.tls.SessionParameters.Builder
 
setQos(int) - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Sets the quality of service for this message.
setRadius(int) - Method in class org.joshvm.ui.UIObject
Sets the radius on every corner.
setRange(int, int) - Method in class org.joshvm.ui.widget.Slider
Sets minimum and maximum values of the slider
setReadable(boolean) - Method in interface javax.microedition.io.file.FileConnection
 
setReadOnly() - Method in class java.security.PermissionCollection
Marks this PermissionCollection object as "readonly".
setReadyListener(ReadyListener) - Method in class org.joshvm.ui.AbstractUIObject
Sets the ReadyListener of the object
setRecolor(Color) - Method in class org.joshvm.ui.UIObject
Sets the color to mix to image of the object.
setRectRadiusOfDraw(int) - Method in class org.joshvm.ui.widget.Canvas
Sets draw property rect radius of the canvas
setRed(int) - Method in class org.joshvm.ui.Color
Changes red component value of the color
setRedPercent(int) - Method in class org.joshvm.ui.Color
Changes red component value of the color
setRequestListener(RequestListener) - Method in class org.joshvm.remote.CameraController
Register a callback to be invoked when a request has finished.
setRequestMethod(String) - Method in interface javax.microedition.io.HttpConnection
Set the method for the URL request, one of: GET POST HEAD are legal, subject to protocol restrictions.
setRequestProperty(String, String) - Method in interface javax.microedition.io.HttpConnection
Sets the general request property.
setRetained(boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Whether or not the publish message should be retained by the messaging engine.
setRGB(int) - Method in class org.joshvm.j2me.directUI.ImageBuffer
 
setRGB(int, int, int) - Method in class org.joshvm.j2me.directUI.ImageBuffer
 
setRGB(int, int, int, int, int) - Method in class org.joshvm.j2me.directUI.ImageBuffer
 
setRowCount(int) - Method in class org.joshvm.ui.widget.Table
Sets the number of rows of the table
setRowPadding(int) - Method in class org.joshvm.ui.UIObject
Sets the padding between the rows
setScreen(Screen) - Method in class org.joshvm.ui.Display
Loads and shows the given screen.
setScrollable(boolean) - Method in class org.joshvm.ui.AbstractUIObject
Makes the object scrollable or not scrollable
setScrollbarMode(int) - Method in class org.joshvm.ui.AbstractUIObject
Sets the scrollbar mode of the object.
setScrollDirection(int) - Method in class org.joshvm.ui.AbstractUIObject
Sets the scroll direction of the object.
setScrollListener(ScrollListener) - Method in class org.joshvm.ui.AbstractUIObject
Sets the ScrollListener of the object
setSecureRandom(SecureRandom) - Static method in class org.bouncycastle.crypto.CryptoServicesRegistrar
Set a default secure random to be used where none is otherwise provided.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSelected(int) - Method in class org.joshvm.ui.widget.DropdownList
Selects an option of the list
setSelected(int) - Method in class org.joshvm.ui.widget.Roller
Selects an option of the roller
setServerExtensions(Hashtable) - Method in class org.bouncycastle.crypto.tls.SessionParameters.Builder
 
setServerURIs(String[]) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
 
setShadowColor(Color) - Method in class org.joshvm.ui.UIObject
Sets shadow color of the object
setShadowColorOfDraw(Color) - Method in class org.joshvm.ui.widget.Canvas
Sets draw property shadow color of the canvas
setShadowOffsetX(int) - Method in class org.joshvm.ui.UIObject
Sets an offset on the shadow in X direction.
setShadowOffsetXOfDraw(int) - Method in class org.joshvm.ui.widget.Canvas
Sets draw property shadow offsetX of the canvas
setShadowOffsetY(int) - Method in class org.joshvm.ui.UIObject
Sets an offset on the shadow in Y direction.
setShadowOffsetYOfDraw(int) - Method in class org.joshvm.ui.widget.Canvas
Sets draw property shadow offsetY of the canvas
setShadowWidth(int) - Method in class org.joshvm.ui.UIObject
Sets shadow width of the object.
setShawdowWidthOfDraw(int) - Method in class org.joshvm.ui.widget.Canvas
Sets draw property shadow width of the canvas
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
setSize(int, int) - Method in class org.joshvm.ui.UIObject
Sets the width and height of the object.
setSocketOption(byte, int) - Method in interface javax.microedition.io.SocketConnection
Set a socket option for the connection.
setSource(String) - Method in class org.joshvm.ui.widget.Image
Sets the image source to display on the object
setSource(byte[]) - Method in class org.joshvm.ui.widget.Image
Sets the image data to display on the object
setSource(byte[], int, int) - Method in class org.joshvm.ui.widget.Image
Sets the image data to display on the object
setSpeedAndCourseRequired(boolean) - Method in class javax.microedition.location.Criteria
 
setSRPIdentity(byte[]) - Method in class org.bouncycastle.crypto.tls.SessionParameters.Builder
 
setSSLProperties(Properties) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets the SSL properties for the connection.
setStartValue(int) - Method in class org.joshvm.ui.widget.Slider
Sets a new start value of the slider.
The start value should be smaller than the value.
setStateChangedListener(Display.StateChangedListener) - Method in class org.joshvm.ui.Display
Sets StateChangedListener to monitor state change event
setStateInfo(String) - Method in exception org.bouncycastle.util.BCIllegalStateException
 
setString(String) - Method in class org.joshvm.j2me.directUI.Text
 
setText(String) - Method in class org.joshvm.ui.widget.Button
Sets the text of the button
setText(String) - Method in class org.joshvm.ui.widget.CheckBox
Sets the text of the Checkbox
setText(String) - Method in class org.joshvm.ui.widget.Label
Sets the text on the label.
setText(String) - Method in class org.joshvm.ui.widget.Textarea
Sets the text of the textarea
setTextAlign(int) - Method in class org.joshvm.ui.UIObject
Sets how to align the lines of the text of the object.
setTextarea(Textarea) - Method in class org.joshvm.ui.widget.Keyboard
Assigns a Textarea to the Keyboard.
setTextColor(Color) - Method in class org.joshvm.ui.UIObject
Sets the color of text of the object.
setTextColorOfDraw(Color) - Method in class org.joshvm.ui.widget.Canvas
Sets draw property text color of the canvas
setTextContent(String) - Method in interface org.w3c.dom.Node
This attribute returns the text content of this node and its descendants.
setTextDecor(int) - Method in class org.joshvm.ui.UIObject
Set decoration for the text of the object.
setTextDecorOfDraw(int) - Method in class org.joshvm.ui.widget.Canvas
Sets draw property text decor of the canvas
setTextFont(Font) - Method in class org.joshvm.ui.UIObject
Sets the font of the text of the object.
setTextFontOfDraw(Font) - Method in class org.joshvm.ui.widget.Canvas
Sets draw property text font of the canvas
setTextLetterSpace(int) - Method in class org.joshvm.ui.UIObject
Sets the letter space of text of the object
setTextLetterSpaceOfDraw(int) - Method in class org.joshvm.ui.widget.Canvas
Sets draw property text letter space of the canvas
setTextLineSpace(int) - Method in class org.joshvm.ui.UIObject
Sets the line space of text of the object
setTextLineSpaceOfDraw(int) - Method in class org.joshvm.ui.widget.Canvas
Sets draw property text line space of the canvas
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's current time with the given Date.
setTime(long) - Method in class java.util.Date
Sets this Date object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeout(int) - Method in class org.joshvm.media.VADController
Set vad off time
setTimeToWait(long) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
Set the maximum time to wait for an action to complete.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTrackCrossAlign(int) - Method in class org.joshvm.ui.layout.Flex
Sets Flex align in cross direction for tracks
setTranslateX(int) - Method in class org.joshvm.ui.UIObject
Move the object with this value in X direction.
setTranslateY(int) - Method in class org.joshvm.ui.UIObject
Move the object with this value in Y direction.
setTrigger(int) - Method in interface org.joshvm.j2me.dio.gpio.GPIOPin
Sets this GPIO pin trigger mode.
setUrl(String) - Method in class org.joshvm.remote.CameraController.Request.Builder
Set the url info of request.
setUserContext(Object) - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Store some context associated with an action.
setUserContext(Object) - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
setUserData(Object) - Method in class org.joshvm.ui.UIObject
Sets user data of the object
setUserData(String, Object, UserDataHandler) - Method in interface org.w3c.dom.Node
Associate an object to a key on this node.
setUserName(String) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets the user name to use for the connection.
setUserObject(Object) - Method in interface org.bouncycastle.crypto.tls.TlsContext
 
setVADControllerListener(VADControllerListener) - Method in class org.joshvm.media.VADController
Register a callback to be invoked when native vad engine is in begin or end state.
setValidating(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will validate documents as they are parsed.
setValue(boolean) - Method in interface org.joshvm.j2me.dio.gpio.GPIOPin
Sets the value of this GPIO pin.
setValue(int) - Method in class org.joshvm.ui.widget.Slider
Sets a new value of the slider
setValue(String) - Method in interface org.w3c.dom.Attr
Sets the value of this attribute.
setValueChangedListener(ValueChangedListener) - Method in class org.joshvm.ui.AbstractUIObject
Sets the ValueChangedListener of the object
setVerticalAccuracy(int) - Method in class javax.microedition.location.Criteria
 
setVerticalAccuracy(float) - Method in class javax.microedition.location.QualifiedCoordinates
Sets the accuracy of the location in meters in vertical direction (orthogonal to ellipsoid surface, 1-sigma standard deviation).
setVolume(int) - Static method in class org.joshvm.media.AudioManager
Set the current volume with value between 0 and maximum volume.
setWakeUpListener(WakeUpListener) - Method in class org.joshvm.media.WakeUpManager
Register a callback to be invoked when a wakeup word has been detected.
setWidth(int) - Method in class org.joshvm.ui.UIObject
Sets the width of the object.
setWill(MqttTopic, byte[], int, boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets the "Last Will and Testament" (LWT) for the connection.
setWill(String, byte[], int, boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets the "Last Will and Testament" (LWT) for the connection.
setWill(String, MqttMessage, int, boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets up the will information, based on the supplied parameters.
setWordLength(int) - Method in class org.joshvm.j2me.dio.spibus.SPIDeviceConfig.Builder
Sets the word length of the slave device (default value is UNASSIGNED if not set).
setWritable(boolean) - Method in interface javax.microedition.io.file.FileConnection
 
setX(int) - Method in class org.joshvm.ui.UIObject
Sets the X coordinate of the object considering the set align.
setXMLResolver(XMLResolver) - Method in class javax.xml.stream.XMLInputFactory
The resolver that will be set on any XMLStreamReader created by this factory instance.
setY(int) - Method in class org.joshvm.ui.UIObject
Sets the Y coordinate of the object considering the set align.
setZoom(double) - Method in class org.joshvm.ui.widget.Image
Sets the zoom factor of the image.
sha - Static variable in class org.bouncycastle.crypto.tls.MACAlgorithm
 
sha1 - Static variable in class org.bouncycastle.crypto.tls.HashAlgorithm
 
SHA1Digest - Class in org.bouncycastle.crypto.digests
implementation of SHA-1 as outlined in "Handbook of Applied Cryptography", pages 346 - 349.
SHA1Digest() - Constructor for class org.bouncycastle.crypto.digests.SHA1Digest
Standard constructor
SHA1Digest(SHA1Digest) - Constructor for class org.bouncycastle.crypto.digests.SHA1Digest
Copy constructor.
SHA1Digest(byte[]) - Constructor for class org.bouncycastle.crypto.digests.SHA1Digest
State constructor - create a digest initialised with the state of a previous one.
sha1Hash - Variable in class org.bouncycastle.crypto.tls.URLAndHash
 
sha224 - Static variable in class org.bouncycastle.crypto.tls.HashAlgorithm
 
SHA224Digest - Class in org.bouncycastle.crypto.digests
SHA-224 as described in RFC 3874
SHA224Digest() - Constructor for class org.bouncycastle.crypto.digests.SHA224Digest
Standard constructor
SHA224Digest(SHA224Digest) - Constructor for class org.bouncycastle.crypto.digests.SHA224Digest
Copy constructor.
SHA224Digest(byte[]) - Constructor for class org.bouncycastle.crypto.digests.SHA224Digest
State constructor - create a digest initialised with the state of a previous one.
sha256 - Static variable in class org.bouncycastle.crypto.tls.HashAlgorithm
 
SHA256Digest - Class in org.bouncycastle.crypto.digests
FIPS 180-2 implementation of SHA-256.
SHA256Digest() - Constructor for class org.bouncycastle.crypto.digests.SHA256Digest
Standard constructor
SHA256Digest(SHA256Digest) - Constructor for class org.bouncycastle.crypto.digests.SHA256Digest
Copy constructor.
SHA256Digest(byte[]) - Constructor for class org.bouncycastle.crypto.digests.SHA256Digest
State constructor - create a digest initialised with the state of a previous one.
sha384 - Static variable in class org.bouncycastle.crypto.tls.HashAlgorithm
 
SHA384Digest - Class in org.bouncycastle.crypto.digests
FIPS 180-2 implementation of SHA-384.
SHA384Digest() - Constructor for class org.bouncycastle.crypto.digests.SHA384Digest
Standard constructor
SHA384Digest(SHA384Digest) - Constructor for class org.bouncycastle.crypto.digests.SHA384Digest
Copy constructor.
SHA384Digest(byte[]) - Constructor for class org.bouncycastle.crypto.digests.SHA384Digest
State constructor - create a digest initialised with the state of a previous one.
sha512 - Static variable in class org.bouncycastle.crypto.tls.HashAlgorithm
 
SHA512Digest - Class in org.bouncycastle.crypto.digests
FIPS 180-2 implementation of SHA-512.
SHA512Digest() - Constructor for class org.bouncycastle.crypto.digests.SHA512Digest
Standard constructor
SHA512Digest(SHA512Digest) - Constructor for class org.bouncycastle.crypto.digests.SHA512Digest
Copy constructor.
SHA512Digest(byte[]) - Constructor for class org.bouncycastle.crypto.digests.SHA512Digest
State constructor - create a digest initialised with the state of a previous one.
SHA512tDigest - Class in org.bouncycastle.crypto.digests
FIPS 180-4 implementation of SHA-512/t
SHA512tDigest(int) - Constructor for class org.bouncycastle.crypto.digests.SHA512tDigest
Standard constructor
SHA512tDigest(SHA512tDigest) - Constructor for class org.bouncycastle.crypto.digests.SHA512tDigest
Copy constructor.
SHA512tDigest(byte[]) - Constructor for class org.bouncycastle.crypto.digests.SHA512tDigest
 
SHARED - Static variable in class org.joshvm.j2me.dio.DeviceManager
 
Short - Class in java.lang
The Short class is the standard wrapper for short values.
Short(short) - Constructor for class java.lang.Short
Constructs a Short object initialized to the specified short value.
ShortenedDigest - Class in org.bouncycastle.crypto.digests
Wrapper class that reduces the output length of a particular digest to only the first n bytes of the digest function.
ShortenedDigest(ExtendedDigest, int) - Constructor for class org.bouncycastle.crypto.digests.ShortenedDigest
Base constructor.
Shorts - Class in org.bouncycastle.util
 
Shorts() - Constructor for class org.bouncycastle.util.Shorts
 
shortToLittleEndian(short) - Static method in class org.bouncycastle.util.Pack
 
shortToLittleEndian(short, byte[], int) - Static method in class org.bouncycastle.util.Pack
 
shortValue() - Method in class java.lang.Double
Returns the value of this Double as a short (by casting to a short).
shortValue() - Method in class java.lang.Float
Returns the value of this Float as a short (by casting to a short).
shortValue() - Method in class java.lang.Integer
Returns the value of this Integer as a short.
shortValue() - Method in class java.lang.Short
Returns the value of this Short as a short.
shouldUseGMTUnixTime() - Method in class org.bouncycastle.crypto.tls.AbstractTlsPeer
 
shouldUseGMTUnixTime() - Method in interface org.bouncycastle.crypto.tls.TlsPeer
draft-mathewson-no-gmtunixtime-00 2.
showImage(int, int, Image, boolean) - Method in class org.joshvm.j2me.directUI.DefaultDisplayDevice
 
showImage(int, int, Image) - Method in class org.joshvm.j2me.directUI.Display
 
showImage(int, int, Image, boolean) - Method in class org.joshvm.j2me.directUI.Display
 
showImage(int, int, Image, boolean) - Method in interface org.joshvm.j2me.directUI.DisplayDeviceAdaptor
 
showImageBuffer(int, int, ImageBuffer) - Method in class org.joshvm.j2me.directUI.Display
 
showImageBuffer(int, int, ImageBuffer, boolean) - Method in class org.joshvm.j2me.directUI.Display
 
showText(int, int, Text, boolean) - Method in class org.joshvm.j2me.directUI.DefaultDisplayDevice
 
showText(int, int, Text) - Method in class org.joshvm.j2me.directUI.Display
 
showText(int, int, Text, boolean) - Method in class org.joshvm.j2me.directUI.Display
 
showText(int, int, Text, boolean) - Method in interface org.joshvm.j2me.directUI.DisplayDeviceAdaptor
 
shrink() - Method in class org.bouncycastle.crypto.tls.ByteQueue
 
SIDE_BOTTOM - Static variable in class org.joshvm.ui.UIObject
bottom side
SIDE_FULL - Static variable in class org.joshvm.ui.UIObject
all sides
SIDE_LEFT - Static variable in class org.joshvm.ui.UIObject
left side
SIDE_RIGHT - Static variable in class org.joshvm.ui.UIObject
right side
SIDE_TOP - Static variable in class org.joshvm.ui.UIObject
top side
signature - Variable in class org.bouncycastle.crypto.tls.DigitallySigned
 
signature - Variable in class org.bouncycastle.crypto.tls.SignatureAndHashAlgorithm
 
signature_algorithms - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
SignatureAlgorithm - Class in org.bouncycastle.crypto.tls
RFC 5246 7.4.1.4.1 (in RFC 2246, there were no specific values assigned)
SignatureAlgorithm() - Constructor for class org.bouncycastle.crypto.tls.SignatureAlgorithm
 
signatureAndHashAlgorithm - Variable in class org.bouncycastle.crypto.tls.DefaultTlsSignerCredentials
 
SignatureAndHashAlgorithm - Class in org.bouncycastle.crypto.tls
RFC 5246 7.4.1.4.1
SignatureAndHashAlgorithm(short, short) - Constructor for class org.bouncycastle.crypto.tls.SignatureAndHashAlgorithm
 
signed_certificate_timestamp - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
signer - Variable in class org.bouncycastle.crypto.io.SignerInputStream
 
signer - Variable in class org.bouncycastle.crypto.io.SignerOutputStream
 
Signer - Interface in org.bouncycastle.crypto
Generic signer interface for hash based and message recovery signers.
signer - Variable in class org.bouncycastle.crypto.tls.DefaultTlsSignerCredentials
 
SignerInputStream - Class in org.bouncycastle.crypto.io
 
SignerInputStream(InputStream, Signer) - Constructor for class org.bouncycastle.crypto.io.SignerInputStream
 
SignerOutputStream - Class in org.bouncycastle.crypto.io
 
SignerOutputStream(Signer) - Constructor for class org.bouncycastle.crypto.io.SignerOutputStream
 
SignerWithRecovery - Interface in org.bouncycastle.crypto
Signer with message recovery.
SIMCARD_STATUS_INSERTED - Static variable in class org.joshvm.j2me.cellular.CellularDeviceInfo
 
SIMCARD_STATUS_REMOVED - Static variable in class org.joshvm.j2me.cellular.CellularDeviceInfo
 
SIMCARD_STATUS_UNKNOWN - Static variable in class org.joshvm.j2me.cellular.CellularDeviceInfo
 
sin(double) - Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
SINGLE_LEVEL_WILDCARD - Static variable in class org.eclipse.paho.client.mqttv3.MqttTopic
Single-level wildcard The plus sign (+) is a wildcard character that matches only one topic level.
SITENAME_MISMATCH - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate does not contain the correct site name.
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size() - Method in class java.util.Vector
Returns the number of components in this vector.
size() - Method in interface org.bouncycastle.util.StringList
 
size - Variable in class org.joshvm.ui.Font
 
size() - Method in class org.joshvm.util.ArrayList
Retrieves the current size of this array list.
SIZE_CONTENT - Static variable in class org.joshvm.ui.UIObject
Special value for the width or height of ui object.
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.DataInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.InputStreamReader
Skip characters.
skip(long) - Method in class java.io.Reader
Skip characters.
skip(long) - Method in class org.bouncycastle.crypto.io.CipherInputStream
 
skip(long) - Method in interface org.bouncycastle.crypto.SkippingCipher
Skip numberOfBytes forwards, or backwards.
skip(long) - Method in class org.bouncycastle.crypto.tls.ByteQueueInputStream
 
skipBytes(int) - Method in interface java.io.DataInput
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
skipClientCredentials() - Method in class org.bouncycastle.crypto.tls.AbstractTlsKeyExchange
 
skipClientCredentials() - Method in interface org.bouncycastle.crypto.tls.TlsKeyExchange
 
skipPast(String) - Method in class org.json.me.JSONTokener
Skip characters until past the requested string.
SkippingCipher - Interface in org.bouncycastle.crypto
Ciphers producing a key stream which can be reset to particular points in the stream implement this.
SkippingStreamCipher - Interface in org.bouncycastle.crypto
General interface for a stream cipher that supports skipping.
skipServerCredentials() - Method in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
skipServerCredentials() - Method in interface org.bouncycastle.crypto.tls.TlsKeyExchange
 
skipServerCredentials() - Method in class org.bouncycastle.crypto.tls.TlsRSAKeyExchange
 
skipServerKeyExchange() - Method in class org.bouncycastle.crypto.tls.AbstractTlsKeyExchange
 
skipServerKeyExchange() - Method in interface org.bouncycastle.crypto.tls.TlsKeyExchange
 
skipTo(char) - Method in class org.json.me.JSONTokener
Skip characters until the next character is the requested character.
SLASH - Static variable in class org.json.me.util.XML
The Character '/'.
sleep(long) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds.
slice() - Method in class org.joshvm.util.ByteBuffer
 
Slider - Class in org.joshvm.ui.widget
Slider looks like a bar supplemented with a knob.
Slider() - Constructor for class org.joshvm.ui.widget.Slider
 
SNDBUF - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the size of the sending buffer (4).
SocketConnection - Interface in javax.microedition.io
This interface defines the socket stream connection.
SocketProtocolPermission - Class in javax.microedition.io
This class represents access rights to connections via the "socket" protocol.
SocketProtocolPermission(String) - Constructor for class javax.microedition.io.SocketProtocolPermission
Creates a new SocketProtocolPermission with the specified URI as its name.
SPACE - Static variable in interface javax.xml.stream.XMLStreamConstants
The characters are white space (see [XML], 2.10 "White Space Handling").
SPICompositeMessage - Interface in org.joshvm.j2me.dio.spibus
The SPICompositeMessage interface provides methods for constructing a composite message.
SPIDevice - Interface in org.joshvm.j2me.dio.spibus
The SPIDevice interface provides methods for transmitting and receiving data to/from an SPI slave device.
SPIDeviceConfig - Class in org.joshvm.j2me.dio.spibus
The SPIDeviceConfig class encapsulates the hardware addressing information, and static and dynamic configuration parameters of an SPI slave device.
SPIDeviceConfig(int, int, int, int, int, int) - Constructor for class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
Deprecated.
As of 1.1, use SPIDeviceConfig.Builder instead.
SPIDeviceConfig(int, int, int, int, int, int, int) - Constructor for class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
Deprecated.
As of 1.1, use SPIDeviceConfig.Builder instead.
SPIDeviceConfig(String, int, int, int, int, int) - Constructor for class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
Deprecated.
As of 1.1, use SPIDeviceConfig.Builder instead.
SPIDeviceConfig(String, int, int, int, int, int, int) - Constructor for class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
Deprecated.
As of 1.1, use SPIDeviceConfig.Builder instead.
SPIDeviceConfig.Builder - Class in org.joshvm.j2me.dio.spibus
The Builder class allows for creating and initializing SPIDeviceConfig objects.
SPIDeviceConfig.Builder() - Constructor for class org.joshvm.j2me.dio.spibus.SPIDeviceConfig.Builder
Creates a new Builder instance.
split(String, char) - Static method in class org.bouncycastle.util.Strings
 
splitText(int) - Method in interface org.w3c.dom.Text
Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.
sqrt(double) - Static method in class java.lang.Math
Returns the correctly rounded positive square root of a double value.
srp - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
SRP - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
SRP_DSS - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
SRP_RSA - Static variable in class org.bouncycastle.crypto.tls.KeyExchangeAlgorithm
 
SSLProtocolPermission - Class in javax.microedition.io
This class represents access rights to connections via the "ssl" protocol.
SSLProtocolPermission(String) - Constructor for class javax.microedition.io.SSLProtocolPermission
Creates a new SSLProtocolPermission with the specified URI as its name.
SSLv3 - Static variable in class org.bouncycastle.crypto.tls.ProtocolVersion
 
Stack - Class in java.util
The Stack class represents a last-in-first-out (LIFO) stack of objects.
Stack() - Constructor for class java.util.Stack
Creates an empty Stack.
standaloneSet() - Method in interface javax.xml.stream.XMLStreamReader
Checks if standalone was set in the document
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
start() - Method in interface org.eclipse.paho.client.mqttv3.MqttPingSender
Start ping sender.
start() - Method in class org.eclipse.paho.client.mqttv3.TimerPingSender
 
start() - Method in class org.joshvm.media.MediaPlayer
Starts or resumes playback.
start() - Method in class org.joshvm.media.MediaRecorder
Begins capturing and encoding data to the file specified with setOutputFile().
start() - Method in class org.joshvm.media.VADController
Starts vad controller.
START_DOCUMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is a start document
START_DTD - Static variable in interface javax.xml.stream.DTDStreamReader
Indicates an event is the start of a DTD.
START_ELEMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is a start element
startApp() - Method in class org.joshvm.application.Application
 
startRecording() - Method in class org.joshvm.media.AudioRecorder
Start recording
startsWith(String, int) - Method in class java.lang.String
Tests if this string starts with the specified prefix beginning at the specified index.
startsWith(String) - Method in class java.lang.String
Tests if this string starts with the specified prefix.
STATE - Static variable in class javax.microedition.location.AddressInfo
 
STATE_CHECKED - Static variable in class org.joshvm.ui.AbstractUIObject
Toggled or checked state
STATE_DEFAULT - Static variable in class org.joshvm.ui.AbstractUIObject
Normal, released state
STATE_DISABLED - Static variable in class org.joshvm.ui.AbstractUIObject
Disabled state
STATE_SCROLLED - Static variable in class org.joshvm.ui.AbstractUIObject
Being scrolled
status_request - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
status_request_v2 - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
stop() - Method in interface org.eclipse.paho.client.mqttv3.MqttPingSender
Stop ping sender.
stop() - Method in class org.eclipse.paho.client.mqttv3.TimerPingSender
 
stop() - Method in class org.joshvm.media.AudioRecorder
Stop recording
stop() - Method in class org.joshvm.media.AudioTrack
Stops playing the audio data.
stop() - Method in class org.joshvm.media.MediaPlayer
Stops playback.
Need to call prepare before start again.
stop() - Method in class org.joshvm.media.MediaRecorder
Stops recording.
stop() - Method in class org.joshvm.media.VADController
Stops vad controller.
stop() - Method in class org.joshvm.ui.Display
Stops this Display.
stopPropagation() - Method in interface org.w3c.dom.events.Event
The stopPropagation method is used prevent further propagation of an event during event flow.
stopTracking() - Method in interface org.bouncycastle.crypto.tls.TlsHandshakeHash
 
Store - Interface in org.bouncycastle.util
 
StoreException - Exception in org.bouncycastle.util
Exception thrown if there's an issue doing a match in store.
StoreException(String, Throwable) - Constructor for exception org.bouncycastle.util.StoreException
Basic Constructor.
stream - Static variable in class org.bouncycastle.crypto.tls.CipherType
 
StreamBlockCipher - Class in org.bouncycastle.crypto
A parent class for block cipher modes that do not require block aligned data to be processed, but can function in a streaming mode.
StreamBlockCipher(BlockCipher) - Constructor for class org.bouncycastle.crypto.StreamBlockCipher
 
StreamCipher - Interface in org.bouncycastle.crypto
the interface stream ciphers conform to.
StreamConnection - Interface in javax.microedition.io
This interface defines the capabilities that a stream connection must have.
StreamConnectionNotifier - Interface in javax.microedition.io
This interface defines the capabilities that a connection notifier must have.
StreamFilter - Interface in javax.xml.stream
This interface declares a simple filter interface that one can create to filter XMLStreamReaders
STREET - Static variable in class javax.microedition.location.AddressInfo
 
strength - Variable in class org.bouncycastle.crypto.CipherKeyGenerator
 
STRICT_LENGTH_ENABLED_PROPERTY - Static variable in class org.bouncycastle.crypto.encodings.PKCS1Encoding
Deprecated.
use NOT_STRICT_LENGTH_ENABLED_PROPERTY
String - Class in java.lang
The String class represents character strings.
String() - Constructor for class java.lang.String
Initializes a newly created String object so that it represents an empty character sequence.
String(String) - Constructor for class java.lang.String
Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.
String(char[]) - Constructor for class java.lang.String
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
String(char[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
String(byte[], int, int, String) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the specified character encoding.
String(byte[], String) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the specified character encoding.
String(byte[], int, int) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the platform's default character encoding.
String(byte[]) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the platform's default character encoding.
String(StringBuffer) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
StringArea(String) - Method in class org.joshvm.ui.Font
Gets the size of the text if it is to be drawn using the font
StringArea(String, int, int) - Method in class org.joshvm.ui.Font
Gets the size of the text if it is to be drawn using the font and with the specified letter space, line space.
StringBuffer - Class in java.lang
A string buffer implements a mutable sequence of characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string.
StringIndexOutOfBoundsException - Exception in java.lang
Thrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.
StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringList - Interface in org.bouncycastle.util
 
Strings - Class in org.bouncycastle.util
 
Strings() - Constructor for class org.bouncycastle.util.Strings
 
StringWriter - Class in org.json.me
A simple StringBuffer-based implementation of StringWriter
StringWriter() - Constructor for class org.json.me.StringWriter
 
StringWriter(int) - Constructor for class org.json.me.StringWriter
 
style - Variable in class org.joshvm.ui.Font
 
STYLE_BOLD - Static variable in class org.joshvm.ui.Font
bold style
STYLE_ITALIC - Static variable in class org.joshvm.ui.Font
italic style
STYLE_PLAIN - Static variable in class org.joshvm.ui.Font
plain style
SubjectPublicKeyInfoFactory - Class in org.bouncycastle.crypto.util
Factory to create ASN.1 subject public key info objects from lightweight public keys.
subscribe(String, int) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Subscribe to a topic, which may include wildcards.
subscribe(String, int, Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Subscribe to a topic, which may include wildcards.
subscribe(String[], int[]) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Subscribe to multiple topics, each of which may include wildcards.
subscribe(String[], int[], Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Subscribes to multiple topics, each of which may include wildcards.
subscribe(String) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Subscribe to a topic, which may include wildcards using a QoS of 1.
subscribe(String[]) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Subscribes to a one or more topics, which may include wildcards using a QoS of 1.
subscribe(String, int) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Subscribe to a topic, which may include wildcards.
subscribe(String[], int[]) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Subscribes to multiple topics, each of which may include wildcards.
subscribe(String, int, Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
subscribe(String, int) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
subscribe(String[], int[]) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
subscribe(String[], int[], Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
subscribe(String) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
subscribe(String[]) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
subscribe(String, int) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
subscribe(String[], int[]) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
substring(int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int, int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substringData(int, int) - Method in interface org.w3c.dom.CharacterData
Extracts a range of data from the node.
SUCCESS - Static variable in interface org.joshvm.remote.RequestListener
result is SUCCESS
SUNDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Sunday.
supplemental_data - Static variable in class org.bouncycastle.crypto.tls.HandshakeType
 
SupplementalDataEntry - Class in org.bouncycastle.crypto.tls
 
SupplementalDataEntry(int, byte[]) - Constructor for class org.bouncycastle.crypto.tls.SupplementalDataEntry
 
SupplementalDataType - Class in org.bouncycastle.crypto.tls
RFC 4680
SupplementalDataType() - Constructor for class org.bouncycastle.crypto.tls.SupplementalDataType
 
SUPPORT_DTD - Static variable in class javax.xml.stream.XMLInputFactory
The property that requires the parser to support DTDs
supported_groups - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
supportedSignatureAlgorithms - Variable in class org.bouncycastle.crypto.tls.AbstractTlsClient
 
supportedSignatureAlgorithms - Variable in class org.bouncycastle.crypto.tls.AbstractTlsKeyExchange
 
supportedSignatureAlgorithms - Variable in class org.bouncycastle.crypto.tls.CertificateRequest
 
Switch - Class in org.joshvm.ui.widget
Switch looks like a little slider and can be used to turn something on and off.
Switch() - Constructor for class org.joshvm.ui.widget.Switch
Constructs a switch
SYNTAX_ERR - Static variable in exception org.w3c.dom.DOMException
If an invalid or illegal string is specified.
syntaxError(String) - Method in class org.json.me.JSONTokener
Make a JSONException to signal a syntax error.
System - Class in java.lang
The System class contains several useful class fields and methods.

T

Table - Class in org.joshvm.ui.widget
Table is built from rows, columns, and cells containing texts.
Table(int, int) - Constructor for class org.joshvm.ui.widget.Table
Constructs a Table with specified number of rows and columns
Table.Cell - Class in org.joshvm.ui.widget
Cell represents a cell of the table
Table.Cell() - Constructor for class org.joshvm.ui.widget.Table.Cell
 
tan(double) - Static method in class java.lang.Math
Returns the trigonometric tangent of an angle.
TEMPORARILY_UNAVAILABLE - Static variable in class javax.microedition.location.LocationProvider
Availability status code: the location provider is temporarily unavailable.
Text - Class in org.joshvm.j2me.directUI
 
Text() - Constructor for class org.joshvm.j2me.directUI.Text
 
Text(String) - Constructor for class org.joshvm.j2me.directUI.Text
 
Text - Interface in org.w3c.dom
The Text interface inherits from CharacterData and represents the textual content (termed character data in XML) of an Element or Attr.
TEXT_DECOR_NONE - Static variable in class org.joshvm.ui.UIObject
no decoration for text
TEXT_DECOR_STRIKETHROUGH - Static variable in class org.joshvm.ui.UIObject
draw strikethrough for text
TEXT_DECOR_UNDERLINE - Static variable in class org.joshvm.ui.UIObject
draw underline for text
TEXT_MESSAGE - Static variable in interface javax.wireless.messaging.MessageConnection
Constant for a message type for text messages (value = "text").
TEXT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Text node.
Textarea - Class in org.joshvm.ui.widget
A Textarea is used to insert and display text.
Textarea() - Constructor for class org.joshvm.ui.widget.Textarea
 
TextEvent - Interface in org.w3c.dom.events
The TextEvent interface provides specific contextual information associated with Text Events.
TextMessage - Interface in javax.wireless.messaging
An interface representing a text message.
Thread - Class in java.lang
A thread is a thread of execution in a program.
Thread() - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(String) - Constructor for class java.lang.Thread
Allocates a new Thread object with the given name.
Thread(Runnable) - Constructor for class java.lang.Thread
Allocates a new Thread object with a specific target object whose run method is called.
Thread(Runnable, String) - Constructor for class java.lang.Thread
Allocates a new Thread object with the given target and name.
Throwable - Class in java.lang
The Throwable class is the superclass of all errors and exceptions in the Java language.
Throwable() - Constructor for class java.lang.Throwable
Constructs a new Throwable with null as its error message string.
Throwable(String) - Constructor for class java.lang.Throwable
Constructs a new Throwable with the specified error message.
THURSDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Thursday.
ticket - Variable in class org.bouncycastle.crypto.tls.NewSessionTicket
 
ticketLifetimeHint - Variable in class org.bouncycastle.crypto.tls.NewSessionTicket
 
time - Variable in class java.util.Calendar
The currently set time for this calendar, expressed in milliseconds after January 1, 1970, 0:00:00 GMT.
Timer - Class in java.util
A facility for threads to schedule tasks for future execution in a background thread.
Timer() - Constructor for class java.util.Timer
Creates a new timer.
TimerPingSender - Class in org.eclipse.paho.client.mqttv3
Default ping sender implementation
TimerPingSender() - Constructor for class org.eclipse.paho.client.mqttv3.TimerPingSender
 
TimerTask - Class in java.util
A task that can be scheduled for one-time or repeated execution by a Timer.
TimerTask() - Constructor for class java.util.TimerTask
Creates a new timer task.
Times - Class in org.bouncycastle.util
 
Times() - Constructor for class org.bouncycastle.util.Times
 
timeStamp - Variable in class org.joshvm.j2me.dio.DeviceEvent
The time (in milliseconds) when this event (first) occurred.
timeStampMicros - Variable in class org.joshvm.j2me.dio.DeviceEvent
The additional microseconds (in the range [0 - 999]) to the timestamp for when this event (first) occurred.
timeToWait - Variable in class org.eclipse.paho.client.mqttv3.MqttClient
 
TimeZone - Class in java.util
TimeZone represents a time zone offset, and also figures out daylight savings.
TimeZone() - Constructor for class java.util.TimeZone
 
TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_anon_WITH_3DES_EDE_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_anon_WITH_AES_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_anon_WITH_AES_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_anon_WITH_AES_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_anon_WITH_AES_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_anon_WITH_AES_256_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_anon_WITH_AES_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_anon_WITH_DES_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_anon_WITH_RC4_128_MD5 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_anon_WITH_SEED_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_DSS_WITH_AES_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_DSS_WITH_AES_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_DSS_WITH_AES_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_DSS_WITH_AES_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_DSS_WITH_AES_256_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_DSS_WITH_AES_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_DSS_WITH_DES_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_DSS_WITH_SEED_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_RSA_WITH_AES_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_RSA_WITH_AES_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_RSA_WITH_AES_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_RSA_WITH_AES_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_RSA_WITH_AES_256_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_RSA_WITH_AES_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_RSA_WITH_DES_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DH_RSA_WITH_SEED_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_DSS_WITH_AES_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_DSS_WITH_AES_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_DSS_WITH_DES_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_DSS_WITH_SEED_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_PSK_WITH_AES_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_PSK_WITH_AES_128_CCM - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_PSK_WITH_AES_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_PSK_WITH_AES_256_CCM - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_PSK_WITH_NULL_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_PSK_WITH_NULL_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_PSK_WITH_NULL_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_PSK_WITH_RC4_128_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_WITH_AES_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_WITH_AES_128_CCM - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_WITH_AES_128_CCM_8 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_WITH_AES_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_WITH_AES_256_CCM - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_WITH_AES_256_CCM_8 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_WITH_DES_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_DHE_RSA_WITH_SEED_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_anon_WITH_AES_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_anon_WITH_AES_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_anon_WITH_NULL_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_anon_WITH_RC4_128_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_ECDSA_WITH_NULL_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_ECDSA_WITH_RC4_128_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_RSA_WITH_AES_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_RSA_WITH_AES_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_RSA_WITH_NULL_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDH_RSA_WITH_RC4_128_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_ECDSA_WITH_AES_128_CCM - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_ECDSA_WITH_AES_256_CCM - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_ECDSA_WITH_NULL_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_ECDSA_WITH_RC4_128_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_PSK_WITH_NULL_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_PSK_WITH_NULL_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_PSK_WITH_NULL_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_PSK_WITH_RC4_128_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_RSA_WITH_NULL_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_ECDHE_RSA_WITH_RC4_128_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_EMPTY_RENEGOTIATION_INFO_SCSV - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_FALLBACK_SCSV - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_NULL_WITH_NULL_NULL - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
tls_prf_legacy - Static variable in class org.bouncycastle.crypto.tls.PRFAlgorithm
 
tls_prf_sha256 - Static variable in class org.bouncycastle.crypto.tls.PRFAlgorithm
 
tls_prf_sha384 - Static variable in class org.bouncycastle.crypto.tls.PRFAlgorithm
 
TLS_PSK_DHE_WITH_AES_128_CCM_8 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_DHE_WITH_AES_256_CCM_8 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_WITH_3DES_EDE_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_WITH_AES_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_WITH_AES_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_WITH_AES_128_CCM - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_WITH_AES_128_CCM_8 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_WITH_AES_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_WITH_AES_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_WITH_AES_256_CBC_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_WITH_AES_256_CCM - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_WITH_AES_256_CCM_8 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_WITH_AES_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_WITH_NULL_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_WITH_NULL_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_WITH_NULL_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_PSK_WITH_RC4_128_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_EXPORT_WITH_DES40_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_EXPORT_WITH_RC4_40_MD5 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_PSK_WITH_AES_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_PSK_WITH_AES_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_PSK_WITH_NULL_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_PSK_WITH_NULL_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_PSK_WITH_NULL_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_PSK_WITH_RC4_128_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_AES_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_AES_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_AES_128_CCM - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_AES_128_CCM_8 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_AES_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_AES_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_AES_256_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_AES_256_CCM - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_AES_256_CCM_8 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_AES_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_CAMELLIA_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_CAMELLIA_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_DES_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_IDEA_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_NULL_MD5 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_NULL_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_NULL_SHA256 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_RC4_128_MD5 - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_RC4_128_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_RSA_WITH_SEED_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_SRP_SHA_WITH_AES_128_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TLS_SRP_SHA_WITH_AES_256_CBC_SHA - Static variable in class org.bouncycastle.crypto.tls.CipherSuite
 
TlsAEADCipher - Class in org.bouncycastle.crypto.tls
 
TlsAEADCipher(TlsContext, AEADBlockCipher, AEADBlockCipher, int, int) - Constructor for class org.bouncycastle.crypto.tls.TlsAEADCipher
 
TlsAgreementCredentials - Interface in org.bouncycastle.crypto.tls
 
TlsAuthentication - Interface in org.bouncycastle.crypto.tls
Base interface to provide TLS authentication credentials.
TlsBlockCipher - Class in org.bouncycastle.crypto.tls
A generic TLS 1.0-1.2 / SSLv3 block cipher.
TlsBlockCipher(TlsContext, BlockCipher, BlockCipher, Digest, Digest, int) - Constructor for class org.bouncycastle.crypto.tls.TlsBlockCipher
 
TlsCipher - Interface in org.bouncycastle.crypto.tls
 
TlsCipherFactory - Interface in org.bouncycastle.crypto.tls
 
TlsClient - Interface in org.bouncycastle.crypto.tls
Interface describing a TLS client endpoint.
tlsClient - Variable in class org.bouncycastle.crypto.tls.TlsClientProtocol
 
TlsClientContext - Interface in org.bouncycastle.crypto.tls
Marker interface to distinguish a TLS client context.
TlsClientProtocol - Class in org.bouncycastle.crypto.tls
 
TlsClientProtocol(InputStream, OutputStream, SecureRandom) - Constructor for class org.bouncycastle.crypto.tls.TlsClientProtocol
Constructor for blocking mode.
TlsClientProtocol(SecureRandom) - Constructor for class org.bouncycastle.crypto.tls.TlsClientProtocol
Constructor for non-blocking mode.

When data is received, use TlsProtocol.offerInput(byte[]) to provide the received ciphertext, then use TlsProtocol.readInput(byte[], int, int) to read the corresponding cleartext.

Similarly, when data needs to be sent, use TlsProtocol.offerOutput(byte[], int, int) to provide the cleartext, then use TlsProtocol.readOutput(byte[], int, int) to get the corresponding ciphertext.
TlsCompression - Interface in org.bouncycastle.crypto.tls
 
TlsContext - Interface in org.bouncycastle.crypto.tls
 
TlsCredentials - Interface in org.bouncycastle.crypto.tls
 
TlsECCUtils - Class in org.bouncycastle.crypto.tls
 
TlsECCUtils() - Constructor for class org.bouncycastle.crypto.tls.TlsECCUtils
 
TlsECDHEKeyExchange - Class in org.bouncycastle.crypto.tls
(D)TLS ECDHE key exchange (see RFC 4492).
TlsECDHEKeyExchange(int, Vector, int[], short[], short[]) - Constructor for class org.bouncycastle.crypto.tls.TlsECDHEKeyExchange
 
TlsECDHKeyExchange - Class in org.bouncycastle.crypto.tls
(D)TLS ECDH key exchange (see RFC 4492).
TlsECDHKeyExchange(int, Vector, int[], short[], short[]) - Constructor for class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
TlsEncryptionCredentials - Interface in org.bouncycastle.crypto.tls
 
TlsException - Exception in org.bouncycastle.crypto.tls
 
TlsException(String, Throwable) - Constructor for exception org.bouncycastle.crypto.tls.TlsException
 
TlsExtensionsUtils - Class in org.bouncycastle.crypto.tls
 
TlsExtensionsUtils() - Constructor for class org.bouncycastle.crypto.tls.TlsExtensionsUtils
 
TlsFatalAlert - Exception in org.bouncycastle.crypto.tls
 
TlsFatalAlert(short) - Constructor for exception org.bouncycastle.crypto.tls.TlsFatalAlert
 
TlsFatalAlert(short, Throwable) - Constructor for exception org.bouncycastle.crypto.tls.TlsFatalAlert
 
TlsFatalAlertReceived - Exception in org.bouncycastle.crypto.tls
 
TlsFatalAlertReceived(short) - Constructor for exception org.bouncycastle.crypto.tls.TlsFatalAlertReceived
 
TlsHandshakeHash - Interface in org.bouncycastle.crypto.tls
 
TlsKeyExchange - Interface in org.bouncycastle.crypto.tls
A generic interface for key exchange implementations in (D)TLS.
TlsMac - Class in org.bouncycastle.crypto.tls
A generic TLS MAC implementation, acting as an HMAC based on some underlying Digest.
TlsMac(TlsContext, Digest, byte[], int, int) - Constructor for class org.bouncycastle.crypto.tls.TlsMac
Generate a new instance of an TlsMac.
TlsNoCloseNotifyException - Exception in org.bouncycastle.crypto.tls
This exception will be thrown (only) when the connection is closed by the peer without sending a close_notify warning alert.
TlsNoCloseNotifyException() - Constructor for exception org.bouncycastle.crypto.tls.TlsNoCloseNotifyException
 
TlsNullCipher - Class in org.bouncycastle.crypto.tls
A NULL CipherSuite with optional MAC
TlsNullCipher(TlsContext) - Constructor for class org.bouncycastle.crypto.tls.TlsNullCipher
 
TlsNullCipher(TlsContext, Digest, Digest) - Constructor for class org.bouncycastle.crypto.tls.TlsNullCipher
 
TlsNullCompression - Class in org.bouncycastle.crypto.tls
 
TlsNullCompression() - Constructor for class org.bouncycastle.crypto.tls.TlsNullCompression
 
TlsPeer - Interface in org.bouncycastle.crypto.tls
 
TlsProtocol - Class in org.bouncycastle.crypto.tls
 
TlsProtocol(InputStream, OutputStream, SecureRandom) - Constructor for class org.bouncycastle.crypto.tls.TlsProtocol
 
TlsProtocol(SecureRandom) - Constructor for class org.bouncycastle.crypto.tls.TlsProtocol
 
TlsRSAKeyExchange - Class in org.bouncycastle.crypto.tls
(D)TLS and SSLv3 RSA key exchange.
TlsRSAKeyExchange(Vector) - Constructor for class org.bouncycastle.crypto.tls.TlsRSAKeyExchange
 
TlsRSASigner - Class in org.bouncycastle.crypto.tls
 
TlsRSASigner() - Constructor for class org.bouncycastle.crypto.tls.TlsRSASigner
 
TlsRSAUtils - Class in org.bouncycastle.crypto.tls
 
TlsRSAUtils() - Constructor for class org.bouncycastle.crypto.tls.TlsRSAUtils
 
tlsSession - Variable in class org.bouncycastle.crypto.tls.TlsProtocol
 
TlsSession - Interface in org.bouncycastle.crypto.tls
 
tlsSigner - Variable in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
TlsSigner - Interface in org.bouncycastle.crypto.tls
 
TlsSignerCredentials - Interface in org.bouncycastle.crypto.tls
 
TlsStreamCipher - Class in org.bouncycastle.crypto.tls
 
TlsStreamCipher(TlsContext, StreamCipher, StreamCipher, Digest, Digest, int, boolean) - Constructor for class org.bouncycastle.crypto.tls.TlsStreamCipher
 
TlsUtils - Class in org.bouncycastle.crypto.tls
Some helper functions for MicroTLS.
TlsUtils() - Constructor for class org.bouncycastle.crypto.tls.TlsUtils
 
TLSv10 - Static variable in class org.bouncycastle.crypto.tls.ProtocolVersion
 
TLSv11 - Static variable in class org.bouncycastle.crypto.tls.ProtocolVersion
 
TLSv12 - Static variable in class org.bouncycastle.crypto.tls.ProtocolVersion
 
toArray() - Method in class org.joshvm.ui.PointGroup
Returns all the points in the PointGroup
toArray() - Method in class org.joshvm.util.ArrayList
Returns all stored elements as an array.
toArray(Object[]) - Method in class org.joshvm.util.ArrayList
Returns all stored elements in the given array.
toBase64String(byte[]) - Static method in class org.bouncycastle.util.encoders.Base64
 
toBase64String(byte[], int, int) - Static method in class org.bouncycastle.util.encoders.Base64
 
toBinaryString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 2.
toByteArray() - Method in class java.io.ByteArrayOutputStream
Creates a newly allocated byte array.
toByteArray(char[]) - Static method in class org.bouncycastle.util.Strings
 
toByteArray(String) - Static method in class org.bouncycastle.util.Strings
 
toByteArray(String, byte[], int) - Static method in class org.bouncycastle.util.Strings
 
toCharArray() - Method in class java.lang.String
Converts this string to a new character array.
toDegrees(double) - Static method in class java.lang.Math
Converts an angle measured in radians to the equivalent angle measured in degrees.
toHexString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 16.
toHexString(byte[]) - Static method in class org.bouncycastle.util.encoders.Hex
 
toHexString(byte[], int, int) - Static method in class org.bouncycastle.util.encoders.Hex
 
toJSONArray(JSONArray) - Method in class org.json.me.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(JSONArray) - Method in class org.json.me.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONObject(String) - Static method in class org.json.me.util.XML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
toJSONString() - Method in interface org.json.me.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
toLowerCase(char) - Static method in class java.lang.Character
The given character is mapped to its lowercase equivalent; if the character has no lowercase equivalent, the character itself is returned.
toLowerCase() - Method in class java.lang.String
Converts all of the characters in this String to lower case.
toLowerCase(String) - Static method in class org.bouncycastle.util.Strings
A locale independent version of toLowerCase.
toOctalString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 8.
TOPIC_LEVEL_SEPARATOR - Static variable in class org.eclipse.paho.client.mqttv3.MqttTopic
The forward slash (/) is used to separate each level within a topic tree and provide a hierarchical structure to the topic space.
TOPIC_WILDCARDS - Static variable in class org.eclipse.paho.client.mqttv3.MqttTopic
Topic wildcards (#+)
toRadians(double) - Static method in class java.lang.Math
Converts an angle measured in degrees to the equivalent angle measured in radians.
toString() - Method in class java.io.ByteArrayOutputStream
Converts the buffer's contents into a string, translating bytes into characters according to the platform's default character encoding.
toString() - Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
toString() - Method in class java.lang.Byte
Returns a String object representing this Byte's value.
toString() - Method in class java.lang.Character
Returns a String object representing this character's value.
toString() - Method in class java.lang.Class
Converts the object to a string.
toString(double) - Static method in class java.lang.Double
Creates a string representation of the double argument.
toString() - Method in class java.lang.Double
Returns a String representation of this Double object.
toString(float) - Static method in class java.lang.Float
Returns a String representation for the specified float value.
toString() - Method in class java.lang.Float
Returns a String representation of this Float object.
toString(int, int) - Static method in class java.lang.Integer
Creates a string representation of the first argument in the radix specified by the second argument.
toString(int) - Static method in class java.lang.Integer
Returns a new String object representing the specified integer.
toString() - Method in class java.lang.Integer
Returns a String object representing this Integer's value.
toString(long, int) - Static method in class java.lang.Long
Creates a string representation of the first argument in the radix specified by the second argument.
toString(long) - Static method in class java.lang.Long
Returns a new String object representing the specified integer.
toString() - Method in class java.lang.Long
Returns a String object representing this Long's value.
toString() - Method in class java.lang.Object
Returns a string representation of the object.
toString() - Method in class java.lang.Short
Returns a String object representing this Short's value.
toString() - Method in class java.lang.String
This object (which is already a string!) is itself returned.
toString() - Method in class java.lang.StringBuffer
Converts to a string representing the data in this string buffer.
toString() - Method in class java.lang.Thread
Returns a string representation of this thread, including the thread's name and priority.
toString() - Method in class java.lang.Throwable
Returns a short description of this Throwable object.
toString() - Method in class java.security.Permission
Returns a string describing this Permission.
toString() - Method in class java.security.PermissionCollection
Returns a string describing this PermissionCollection object, providing information about all the permissions it contains.
toString() - Method in class java.util.Date
Converts this Date object to a String of the form:
toString() - Method in class java.util.Hashtable
Returns a rather long string representation of this hashtable.
toString() - Method in class java.util.Vector
Returns a string representation of this vector.
toString() - Method in class org.bouncycastle.crypto.tls.ProtocolVersion
 
toString() - Method in class org.bouncycastle.util.Fingerprint
 
toString() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
 
toString() - Method in exception org.eclipse.paho.client.mqttv3.MqttException
Returns a String representation of this exception.
toString() - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Returns a string representation of this message's payload.
toString() - Method in class org.eclipse.paho.client.mqttv3.MqttTopic
Returns a string representation of this topic.
toString() - Method in class org.joshvm.ui.Area
 
toString() - Method in class org.joshvm.util.ArrayList
Returns String containing the String representations of all objects of this list.
toString() - Method in class org.json.me.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class org.json.me.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class org.json.me.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class org.json.me.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.json.me.JSONStringer
Return the JSON text.
toString() - Method in class org.json.me.JSONTokener
Make a printable string of this JSONTokener.
toString(Object) - Static method in class org.json.me.util.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString(Object, String) - Static method in class org.json.me.util.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toStringArray() - Method in interface org.bouncycastle.util.StringList
 
toStringArray(int, int) - Method in interface org.bouncycastle.util.StringList
Return a section of the contents of the list.
totalMemory() - Method in class java.lang.Runtime
Returns the total amount of memory in the Java Virtual Machine.
totalSize() - Method in interface javax.microedition.io.file.FileConnection
 
toUpperCase(char) - Static method in class java.lang.Character
Converts the character argument to uppercase; if the character has no uppercase equivalent, the character itself is returned.
toUpperCase() - Method in class java.lang.String
Converts all of the characters in this String to upper case.
toUpperCase(String) - Static method in class org.bouncycastle.util.Strings
A locale independent version of toUpperCase.
toUTF8ByteArray(String) - Static method in class org.bouncycastle.util.Strings
 
toUTF8ByteArray(char[]) - Static method in class org.bouncycastle.util.Strings
 
toUTF8ByteArray(char[], OutputStream) - Static method in class org.bouncycastle.util.Strings
 
trackHashAlgorithm(short) - Method in interface org.bouncycastle.crypto.tls.TlsHandshakeHash
 
transfer() - Method in interface org.joshvm.j2me.dio.i2cbus.I2CCombinedMessage
Transfers this combined message.
transfer() - Method in interface org.joshvm.j2me.dio.spibus.SPICompositeMessage
Transfers this composite message to the targeted SPIDevice.
translator - Variable in class org.bouncycastle.util.encoders.BufferedDecoder
 
translator - Variable in class org.bouncycastle.util.encoders.BufferedEncoder
 
Translator - Interface in org.bouncycastle.util.encoders
General interface for a translator.
TRANSPARENT - Static variable in class org.joshvm.ui.Color
Alpha value: Transparent
TRIGGER_BOTH_EDGES - Static variable in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Rising edge trigger.
TRIGGER_BOTH_LEVELS - Static variable in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Both levels trigger.
TRIGGER_FALLING_EDGE - Static variable in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Falling edge trigger.
TRIGGER_HIGH_LEVEL - Static variable in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
High level trigger.
TRIGGER_LOW_LEVEL - Static variable in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Low level trigger.
TRIGGER_NONE - Static variable in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
No interrupt trigger.
TRIGGER_RISING_EDGE - Static variable in class org.joshvm.j2me.dio.gpio.GPIOPinConfig
Rising edge trigger.
trim() - Method in class java.lang.String
Removes white space from both ends of this string.
trimNumber(String) - Static method in class org.json.me.JSONObject
Shave off trailing zeros and decimal point, if possible.
trimToSize() - Method in class java.util.Vector
Trims the capacity of this vector to be the vector's current size.
trimToSize() - Method in class org.joshvm.util.ArrayList
Trims the capacity of this ArrayList instance to be the list's current size.
TRUE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value true.
truncate(long) - Method in interface javax.microedition.io.file.FileConnection
 
truncate(byte[]) - Method in class org.bouncycastle.crypto.tls.TlsMac
 
truncated_hmac - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
trusted_ca_keys - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
tryLock(int) - Method in interface org.joshvm.j2me.dio.Device
 
ttls_challenge - Static variable in class org.bouncycastle.crypto.tls.ExporterLabel
 
ttls_keying_material - Static variable in class org.bouncycastle.crypto.tls.ExporterLabel
 
TUESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Tuesday.
turnOffBacklight() - Method in class org.joshvm.j2me.directUI.DefaultDisplayDevice
 
turnOffBacklight() - Method in class org.joshvm.j2me.directUI.Display
 
turnOffBacklight() - Method in interface org.joshvm.j2me.directUI.DisplayDeviceAdaptor
 
turnOnBacklight() - Method in class org.joshvm.j2me.directUI.DefaultDisplayDevice
 
turnOnBacklight() - Method in class org.joshvm.j2me.directUI.Display
 
turnOnBacklight() - Method in interface org.joshvm.j2me.directUI.DisplayDeviceAdaptor
 
type - Variable in class org.bouncycastle.crypto.tls.CertificateURL
 
type - Variable in class org.bouncycastle.crypto.tls.HeartbeatMessage
 
TYPE_FOREGROUND - Static variable in class org.joshvm.ui.Display
State Type: Foreground
TYPE_MISMATCH_ERR - Static variable in exception org.w3c.dom.DOMException
If the type of an object is incompatible with the expected type of the parameter associated to the object.
TYPE_RGB565 - Static variable in class org.joshvm.j2me.directUI.ImageBuffer
 
TYPE_TAKE_PICTURE - Static variable in class org.joshvm.remote.CameraController.Request
Request for picture capture
TYPE_TAKE_VIDEO - Static variable in class org.joshvm.remote.CameraController.Request
Request for video recording

U

UDPDatagramConnection - Interface in javax.microedition.io
This interface defines a datagram connection which knows it's local end point address.
UIEvent - Interface in org.w3c.dom.events
The UIEvent interface provides specific contextual information associated with User Interface events.
UIListener - Interface in org.joshvm.ui
UI Listener interface
UIObject - Class in org.joshvm.ui
Base UI Object
UIObject(UIObjectImpl) - Constructor for class org.joshvm.ui.UIObject
 
UNASSIGNED - Static variable in interface org.joshvm.j2me.dio.DeviceConfig
 
UNAUTHORIZED_INTERMEDIATE_CA - Static variable in exception javax.microedition.pki.CertificateException
Indicates an intermediate certificate in the chain does not have the authority to be a intermediate CA.
UnavailableDeviceException - Exception in org.joshvm.j2me.dio
 
UnavailableDeviceException() - Constructor for exception org.joshvm.j2me.dio.UnavailableDeviceException
Constructs a new UnavailableDeviceException instance with null as its detailed reason message.
UnavailableDeviceException(String) - Constructor for exception org.joshvm.j2me.dio.UnavailableDeviceException
Constructs a new UnavailableDeviceException instance with the specified detailed reason message.
uncompressed - Static variable in class org.bouncycastle.crypto.tls.ECPointFormat
 
unexpected_message - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
An inappropriate message was received.
UNILATERALU - Static variable in class org.bouncycastle.crypto.util.DERMacData.Type
 
UNILATERALV - Static variable in class org.bouncycastle.crypto.util.DERMacData.Type
 
unknown_ca - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
A valid certificate chain or partial chain was received, but the certificate was not accepted because the CA certificate could not be located or couldn't be matched with a known, trusted CA.
unknown_psk_identity - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
If the server does not recognize the PSK identity, it MAY respond with an "unknown_psk_identity" alert message.
unlock() - Method in interface org.joshvm.j2me.dio.Device
 
UNPARSED_ENTITY_DECLARATION - Static variable in interface javax.xml.stream.DTDStreamReader
Indicates an event is an unparsed entity declaration.
UNRECOGNIZED_ISSUER - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate was issued by an unrecognized entity.
unrecognized_name - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
This alert is sent by servers that receive a server_name extension request, but do not recognize the server name.
unregister() - Method in class org.joshvm.event.MessageHandler
Unregister this application
UNSPECIFIED_EVENT_TYPE_ERR - Static variable in exception org.w3c.dom.events.EventException
If the Event's type was not specified by initializing the event before the method was called.
UNSPECIFIED_ID - Static variable in class org.joshvm.j2me.dio.DeviceManager
 
unsubscribe(String) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Requests the server unsubscribe the client from a topic.
unsubscribe(String[]) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Requests the server unsubscribe the client from one or more topics.
unsubscribe(String, Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Requests the server unsubscribe the client from a topics.
unsubscribe(String[], Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Requests the server unsubscribe the client from one or more topics.
unsubscribe(String) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Requests the server unsubscribe the client from a topic.
unsubscribe(String[]) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Requests the server unsubscribe the client from one or more topics.
unsubscribe(String, Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
unsubscribe(String) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
unsubscribe(String[]) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
unsubscribe(String[], Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
unsubscribe(String) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
unsubscribe(String[]) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
unsupported_certificate - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
A certificate was of an unsupported type.
unsupported_extension - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
Sent by clients that receive an extended server hello containing an extension that they did not put in the corresponding client hello.
UNSUPPORTED_PUBLIC_KEY_TYPE - Static variable in exception javax.microedition.pki.CertificateException
Indicates that type of the public key in a certificate is not supported by the device.
UNSUPPORTED_SIGALG - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate was signed using an unsupported algorithm.
UnsupportedAccessModeException - Exception in org.joshvm.j2me.dio
 
UnsupportedAccessModeException() - Constructor for exception org.joshvm.j2me.dio.UnsupportedAccessModeException
Constructs a new UnsupportedAccessModeException instance with null as its detailed reason message.
UnsupportedAccessModeException(String) - Constructor for exception org.joshvm.j2me.dio.UnsupportedAccessModeException
Constructs a new UnsupportedAccessModeException instance with the specified detailed reason message.
UnsupportedByteOrderException - Exception in org.joshvm.j2me.dio
Thrown by a Device to indicate that the attempted I/O operation does not support the byte ordering of the provided ByteBuffer or that the needed byte re-ordering would induce a detrimental loss of performance or quality on the intended I/O operation.
UnsupportedByteOrderException() - Constructor for exception org.joshvm.j2me.dio.UnsupportedByteOrderException
Constructs a new UnsupportedByteOrderException instance with null as its detailed reason message.
UnsupportedByteOrderException(String) - Constructor for exception org.joshvm.j2me.dio.UnsupportedByteOrderException
Constructs a new UnsupportedByteOrderException instance with the specified detailed reason message.
UnsupportedDeviceTypeException - Exception in org.joshvm.j2me.dio
 
UnsupportedDeviceTypeException() - Constructor for exception org.joshvm.j2me.dio.UnsupportedDeviceTypeException
Constructs a new UnsupportedDeviceTypeException instance with null as its detailed reason message.
UnsupportedDeviceTypeException(String) - Constructor for exception org.joshvm.j2me.dio.UnsupportedDeviceTypeException
Constructs a new UnsupportedDeviceTypeException instance with the specified detailed reason message.
UnsupportedEncodingException - Exception in java.io
The Character Encoding is not supported.
UnsupportedEncodingException() - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(String) - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException with a detail message.
UnsupportedOperationException - Exception in java.lang
Thrown to indicate that the requested operation is not supported.
UnsupportedOperationException() - Constructor for exception java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException(String) - Constructor for exception java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with the specified detail message.
unwrap(byte[], int, int) - Method in interface org.bouncycastle.crypto.Wrapper
 
update(byte) - Method in interface org.bouncycastle.crypto.Digest
update the message digest with a single byte.
update(byte[], int, int) - Method in interface org.bouncycastle.crypto.Digest
update the message digest with a block of bytes.
update(byte) - Method in class org.bouncycastle.crypto.digests.GeneralDigest
 
update(byte[], int, int) - Method in class org.bouncycastle.crypto.digests.GeneralDigest
 
update(byte) - Method in class org.bouncycastle.crypto.digests.LongDigest
 
update(byte[], int, int) - Method in class org.bouncycastle.crypto.digests.LongDigest
 
update(byte) - Method in class org.bouncycastle.crypto.digests.NullDigest
 
update(byte[], int, int) - Method in class org.bouncycastle.crypto.digests.NullDigest
 
update(byte) - Method in class org.bouncycastle.crypto.digests.ShortenedDigest
 
update(byte[], int, int) - Method in class org.bouncycastle.crypto.digests.ShortenedDigest
 
update(byte) - Method in interface org.bouncycastle.crypto.Mac
add a single byte to the mac for processing.
update(byte[], int, int) - Method in interface org.bouncycastle.crypto.Mac
 
update(byte) - Method in class org.bouncycastle.crypto.macs.BlockCipherMac
 
update(byte[], int, int) - Method in class org.bouncycastle.crypto.macs.BlockCipherMac
 
update(byte) - Method in class org.bouncycastle.crypto.macs.CBCBlockCipherMac
 
update(byte[], int, int) - Method in class org.bouncycastle.crypto.macs.CBCBlockCipherMac
 
update(byte) - Method in class org.bouncycastle.crypto.macs.HMac
 
update(byte[], int, int) - Method in class org.bouncycastle.crypto.macs.HMac
 
update(byte) - Method in interface org.bouncycastle.crypto.Signer
update the internal digest with the byte b
update(byte[], int, int) - Method in interface org.bouncycastle.crypto.Signer
update the internal digest with the byte array in
update(byte) - Method in class org.bouncycastle.crypto.signers.GenericSigner
update the internal digest with the byte b
update(byte[], int, int) - Method in class org.bouncycastle.crypto.signers.GenericSigner
update the internal digest with the byte array in
update(byte) - Method in class org.bouncycastle.crypto.signers.RSADigestSigner
update the internal digest with the byte b
update(byte[], int, int) - Method in class org.bouncycastle.crypto.signers.RSADigestSigner
update the internal digest with the byte array in
update(int, int, ImageBuffer, boolean) - Method in class org.joshvm.j2me.directUI.DefaultDisplayDevice
 
update(int, int, ImageBuffer, boolean) - Method in interface org.joshvm.j2me.directUI.DisplayDeviceAdaptor
 
updateIV(StreamCipher, boolean, long) - Method in class org.bouncycastle.crypto.tls.TlsStreamCipher
 
updateLayout(Layout) - Method in class org.joshvm.ui.Container
Sets a layout for the Container
updateWithRecoveredMessage(byte[]) - Method in interface org.bouncycastle.crypto.SignerWithRecovery
Perform an update with the recovered message before adding any other data.
upn_domain_hint - Static variable in class org.bouncycastle.crypto.tls.UserMappingType
 
URI_TYPE_LOCAL - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
 
URI_TYPE_SSL - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
 
URI_TYPE_TCP - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
 
URL - Static variable in class javax.microedition.location.AddressInfo
 
url - Variable in class org.bouncycastle.crypto.tls.URLAndHash
 
URLAndHash - Class in org.bouncycastle.crypto.tls
RFC 6066 5.
URLAndHash(String, byte[]) - Constructor for class org.bouncycastle.crypto.tls.URLAndHash
 
urlAndHashList - Variable in class org.bouncycastle.crypto.tls.CertificateURL
 
UrlBase64 - Class in org.bouncycastle.util.encoders
Convert binary data to and from UrlBase64 encoding.
UrlBase64() - Constructor for class org.bouncycastle.util.encoders.UrlBase64
 
UrlBase64Encoder - Class in org.bouncycastle.util.encoders
Convert binary data to and from UrlBase64 encoding.
UrlBase64Encoder() - Constructor for class org.bouncycastle.util.encoders.UrlBase64Encoder
 
use_srtp - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
useDaylightTime() - Method in class java.util.TimeZone
Queries if this time zone uses Daylight Savings Time.
usedSize() - Method in interface javax.microedition.io.file.FileConnection
 
useExplicitIV - Variable in class org.bouncycastle.crypto.tls.TlsBlockCipher
 
user_canceled - Static variable in class org.bouncycastle.crypto.tls.AlertDescription
This handshake is being canceled for some reason unrelated to a protocol failure.
user_mapping - Static variable in class org.bouncycastle.crypto.tls.ExtensionType
 
user_mapping_data - Static variable in class org.bouncycastle.crypto.tls.SupplementalDataType
 
UserDataHandler - Interface in org.w3c.dom
When associating an object to a key on a node using Node.setUserData() the application can provide a handler that gets called when the node the object is associated to is being cloned, imported, or renamed.
UserKeyStoreParam - Class in org.joshvm.crypto.keystore
 
UserMappingType - Class in org.bouncycastle.crypto.tls
RFC 4681
UserMappingType() - Constructor for class org.bouncycastle.crypto.tls.UserMappingType
 
usesNonce - Variable in class org.bouncycastle.crypto.tls.TlsStreamCipher
 
UTF8 - Static variable in class org.bouncycastle.crypto.PasswordConverter
Do a char[] conversion by producing UTF-8 data.
UTFDataFormatException - Exception in java.io
Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.
UTFDataFormatException() - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with null as its error detail message.
UTFDataFormatException(String) - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.

V

VADController - Class in org.joshvm.media
VADController provides access to vad control.
VADControllerListener - Interface in org.joshvm.media
Listener to receive VAD begin and end notifications.
validate(String, boolean) - Static method in class org.eclipse.paho.client.mqttv3.MqttTopic
Validate the topic name or topic filter
validateCertificateRequest(CertificateRequest) - Method in class org.bouncycastle.crypto.tls.TlsECDHEKeyExchange
 
validateCertificateRequest(CertificateRequest) - Method in class org.bouncycastle.crypto.tls.TlsECDHKeyExchange
 
validateCertificateRequest(CertificateRequest) - Method in interface org.bouncycastle.crypto.tls.TlsKeyExchange
 
validateCertificateRequest(CertificateRequest) - Method in class org.bouncycastle.crypto.tls.TlsRSAKeyExchange
 
validateECPublicKey(ECPublicKeyParameters) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
validateQos(int) - Static method in class org.eclipse.paho.client.mqttv3.MqttMessage
Utility method to validate the supplied QoS value.
validateRSAPublicKey(RSAKeyParameters) - Method in class org.bouncycastle.crypto.tls.TlsRSAKeyExchange
 
validateURI(String) - Static method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Validate a URI
value - Variable in class org.joshvm.j2me.dio.gpio.PinEvent
The new GPIO pin's value.
value(boolean) - Method in class org.json.me.JSONWriter
Append either the value true or the value false.
value(double) - Method in class org.json.me.JSONWriter
Append a double value.
value(long) - Method in class org.json.me.JSONWriter
Append a long value.
value(Object) - Method in class org.json.me.JSONWriter
Append an object value.
valueChanged(PinEvent) - Method in interface org.joshvm.j2me.dio.gpio.PinListener
Invoked when a GPIO pin's value has changed.
ValueChangedListener - Interface in org.joshvm.ui.listener
Listener to receive Value changed notification of UIObject.
valueOf(String) - Static method in class java.lang.Double
Returns a new Double object initialized to the value represented by the specified string.
valueOf(String) - Static method in class java.lang.Float
Returns the floating point value represented by the specified String.
valueOf(String, int) - Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String) - Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(Object) - Static method in class java.lang.String
Returns the string representation of the Object argument.
valueOf(char[]) - Static method in class java.lang.String
Returns the string representation of the char array argument.
valueOf(char[], int, int) - Static method in class java.lang.String
Returns the string representation of a specific subarray of the char array argument.
valueOf(boolean) - Static method in class java.lang.String
Returns the string representation of the boolean argument.
valueOf(char) - Static method in class java.lang.String
Returns the string representation of the char argument.
valueOf(int) - Static method in class java.lang.String
Returns the string representation of the int argument.
valueOf(long) - Static method in class java.lang.String
Returns the string representation of the long argument.
valueOf(float) - Static method in class java.lang.String
Returns the string representation of the float argument.
valueOf(double) - Static method in class java.lang.String
Returns the string representation of the double argument.
valueOf(int) - Static method in class org.bouncycastle.util.Integers
 
valueOf(short) - Static method in class org.bouncycastle.util.Shorts
 
Vector - Class in java.util
The Vector class implements a growable array of objects.
Vector(int, int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
Vector(int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity.
Vector() - Constructor for class java.util.Vector
Constructs an empty vector.
VERIFICATION_FAILED - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate failed verification.
verifyRawSignature(byte[], AsymmetricKeyParameter, byte[]) - Method in class org.bouncycastle.crypto.tls.AbstractTlsSigner
 
verifyRawSignature(SignatureAndHashAlgorithm, byte[], AsymmetricKeyParameter, byte[]) - Method in class org.bouncycastle.crypto.tls.TlsRSASigner
 
verifyRawSignature(byte[], AsymmetricKeyParameter, byte[]) - Method in interface org.bouncycastle.crypto.tls.TlsSigner
 
verifyRawSignature(SignatureAndHashAlgorithm, byte[], AsymmetricKeyParameter, byte[]) - Method in interface org.bouncycastle.crypto.tls.TlsSigner
 
verifySignature(byte[]) - Method in interface org.bouncycastle.crypto.Signer
return true if the internal state represents the signature described in the passed in array.
verifySignature(byte[]) - Method in class org.bouncycastle.crypto.signers.GenericSigner
return true if the internal state represents the signature described in the passed in array.
verifySignature(byte[]) - Method in class org.bouncycastle.crypto.signers.RSADigestSigner
return true if the internal state represents the signature described in the passed in array.
verifySupportedSignatureAlgorithm(Vector, SignatureAndHashAlgorithm) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
Version - Class in org.joshvm.ui
Used to get version info from
Version() - Constructor for class org.joshvm.ui.Version
 
VirtualMachineError - Error in java.lang
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
VirtualMachineError() - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with no detail message.
VirtualMachineError(String) - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.

W

wait(long) - Method in class java.lang.Object
Causes current thread to wait until either another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or a specified amount of time has elapsed.
wait(long, int) - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.
wait() - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object.
waitForCompletion() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Blocks the current thread until the action this token is associated with has completed.
waitForCompletion(long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Blocks the current thread until the action this token is associated with has completed.
waitForCompletion() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
waitForCompletion(long) - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
WakeUpListener - Interface in org.joshvm.media
Listener to receive notifications from WakeUpManager.
WakeUpManager - Class in org.joshvm.media
WakeUpManager provides access to wakeup word detect
WakeUpManager.WakeUpWord - Class in org.joshvm.media
Wakeup word info include index, word, description.
WakeUpManager.WakeUpWord() - Constructor for class org.joshvm.media.WakeUpManager.WakeUpWord
 
warning - Static variable in class org.bouncycastle.crypto.tls.AlertLevel
 
WeakReference - Class in java.lang.ref
This class provides support for weak references.
WeakReference(Object) - Constructor for class java.lang.ref.WeakReference
Creates a new weak reference that refers to the given object.
WEDNESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Wednesday.
WHITE - Static variable in class org.joshvm.ui.Color
Predefined Color : White
Widget - Class in org.joshvm.ui
Abstract widget Object
Widget() - Constructor for class org.joshvm.ui.Widget
 
withSuppPrivInfo(byte[]) - Method in class org.bouncycastle.crypto.util.DEROtherInfo.Builder
Add optional supplementary private info (DER tagged, implicit, 1).
withSuppPubInfo(byte[]) - Method in class org.bouncycastle.crypto.util.DEROtherInfo.Builder
Add optional supplementary public info (DER tagged, implicit, 0).
withText(byte[]) - Method in class org.bouncycastle.crypto.util.DERMacData.Builder
Add optional text.
word - Variable in class org.joshvm.media.WakeUpManager.WakeUpWord
word
wrap(byte[], int, int) - Method in interface org.bouncycastle.crypto.Wrapper
 
wrap(byte[]) - Static method in class org.joshvm.util.ByteBuffer
 
Wrapper - Interface in org.bouncycastle.crypto
 
write(int) - Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(byte[], int, int) - Method in class java.io.ByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low-order bits of the argument b.
write(byte[]) - Method in interface java.io.DataOutput
Writes to the output stream all the bytes in array b.
write(byte[], int, int) - Method in interface java.io.DataOutput
Writes len bytes from array b, in order, to the output stream.
write(int) - Method in class java.io.DataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(byte[], int, int) - Method in class java.io.DataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(int) - Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class java.io.OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class java.io.OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class java.io.OutputStreamWriter
Write a single character.
write(char[], int, int) - Method in class java.io.OutputStreamWriter
Write a portion of an array of characters.
write(String, int, int) - Method in class java.io.OutputStreamWriter
Write a portion of a string.
write(int) - Method in class java.io.PrintStream
Write the specified byte to this stream.
write(byte[], int, int) - Method in class java.io.PrintStream
Write len bytes from the specified byte array starting at offset off to this stream.
write(int) - Method in class java.io.Writer
Write a single character.
write(char[]) - Method in class java.io.Writer
Write an array of characters.
write(char[], int, int) - Method in class java.io.Writer
Write a portion of an array of characters.
write(String) - Method in class java.io.Writer
Write a string.
write(String, int, int) - Method in class java.io.Writer
Write a portion of a string.
WRITE - Static variable in class javax.microedition.io.Connector
Access mode WRITE.
write(int) - Method in class org.bouncycastle.crypto.io.CipherOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class org.bouncycastle.crypto.io.CipherOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class org.bouncycastle.crypto.io.CipherOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class org.bouncycastle.crypto.io.DigestOutputStream
 
write(byte[], int, int) - Method in class org.bouncycastle.crypto.io.DigestOutputStream
 
write(int) - Method in class org.bouncycastle.crypto.io.MacOutputStream
 
write(byte[], int, int) - Method in class org.bouncycastle.crypto.io.MacOutputStream
 
write(int) - Method in class org.bouncycastle.crypto.io.SignerOutputStream
 
write(byte[], int, int) - Method in class org.bouncycastle.crypto.io.SignerOutputStream
 
write(int) - Method in class org.bouncycastle.crypto.tls.ByteQueueOutputStream
 
write(byte[], int, int) - Method in class org.bouncycastle.crypto.tls.ByteQueueOutputStream
 
write(ByteBuffer) - Method in interface org.joshvm.j2me.dio.i2cbus.I2CDevice
Writes a sequence of bytes to this slave device from the given buffer.
write(int) - Method in interface org.joshvm.j2me.dio.i2cbus.I2CDevice
Writes one byte to this slave device.
write(int, int, ByteBuffer) - Method in interface org.joshvm.j2me.dio.i2cbus.I2CDevice
Writes a sequence of bytes to a subaddress or register address of this slave device from the given buffer.
write(ByteBuffer) - Method in interface org.joshvm.j2me.dio.spibus.SPIDevice
Writes a sequence of bytes to this slave device from the given buffer.
write(int) - Method in interface org.joshvm.j2me.dio.spibus.SPIDevice
Writes one data word of up to 32 bits to this slave device.
write(byte[], int, int) - Method in class org.joshvm.media.AudioTrack
Writes the audio data to the audio sink for playback, block until all data has been written to the audio sink.
write(Writer) - Method in class org.json.me.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class org.json.me.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
write(char[], int, int) - Method in class org.json.me.StringWriter
 
write(String) - Method in class org.json.me.StringWriter
 
write(String, int, int) - Method in class org.json.me.StringWriter
 
writeAndRead(ByteBuffer, ByteBuffer) - Method in interface org.joshvm.j2me.dio.spibus.SPIDevice
Exchanges (transmits and receives) data with this slave device.
writeAndRead(ByteBuffer, int, ByteBuffer) - Method in interface org.joshvm.j2me.dio.spibus.SPIDevice
Exchanges (transmits and receives) data with this slave device skipping the specified number of bytes received.
writeAndRead(int) - Method in interface org.joshvm.j2me.dio.spibus.SPIDevice
Exchanges (transmits and receives) one data word of up to 32 bits with this slave device.
writeAttribute(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Writes an attribute to the output stream without a prefix.
writeAttribute(String, String, String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Writes an attribute to the output stream
writeAttribute(String, String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Writes an attribute to the output stream
writeBoolean(boolean) - Method in interface java.io.DataOutput
Writes a boolean value to this output stream.
writeBoolean(boolean) - Method in class java.io.DataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeByte(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low- order bits of the argument v.
writeByte(int) - Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeCData(String) - Method in interface javax.xml.stream.XMLStreamWriter
Writes a CData section
writeChar(int) - Method in interface java.io.DataOutput
Writes a char value, which is comprised of two bytes, to the output stream.
writeChar(int) - Method in class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeCharacters(String) - Method in interface javax.xml.stream.XMLStreamWriter
Write text to the output
writeCharacters(char[], int, int) - Method in interface javax.xml.stream.XMLStreamWriter
Write text to the output
writeChars(String) - Method in interface java.io.DataOutput
Writes every character in the string s, to the output stream, in order, two bytes per character.
writeChars(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeComment(String) - Method in interface javax.xml.stream.XMLStreamWriter
Writes an xml comment with the data enclosed
writeData(byte[], int, int) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
Send some application data to the remote system.
writeDefaultNamespace(String) - Method in interface javax.xml.stream.XMLStreamWriter
Writes the default namespace to the stream
writeDouble(double) - Method in interface java.io.DataOutput
Writes a double value, which is comprised of eight bytes, to the output stream.
writeDouble(double) - Method in class java.io.DataOutputStream
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the underlying output stream as an 8-byte quantity, high byte first.
writeDTD(String) - Method in interface javax.xml.stream.XMLStreamWriter
Write a DTD section.
writeECExponent(int, OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
writeECFieldElement(ECFieldElement, OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
writeECFieldElement(int, BigInteger, OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
writeECParameter(BigInteger, OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
writeECPoint(short[], ECPoint, OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
writeEmptyElement(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Writes an empty element tag to the output
writeEmptyElement(String, String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Writes an empty element tag to the output
writeEmptyElement(String) - Method in interface javax.xml.stream.XMLStreamWriter
Writes an empty element tag to the output
writeEndDocument() - Method in interface javax.xml.stream.XMLStreamWriter
Closes any start tags and writes corresponding end tags.
writeEndElement() - Method in interface javax.xml.stream.XMLStreamWriter
Writes an end tag to the output relying on the internal state of the writer to determine the prefix and local name of the event.
writeEntityRef(String) - Method in interface javax.xml.stream.XMLStreamWriter
Writes an entity reference
writeExplicitECParameters(short[], ECDomainParameters, OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
writeExtensions(OutputStream, Hashtable) - Static method in class org.bouncycastle.crypto.tls.TlsProtocol
 
writeFloat(float) - Method in interface java.io.DataOutput
Writes a float value, which is comprised of four bytes, to the output stream.
writeFloat(float) - Method in class java.io.DataOutputStream
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the underlying output stream as a 4-byte quantity, high byte first.
writeGMTUnixTime(byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeHandshakeMessage(byte[], int, int) - Method in class org.bouncycastle.crypto.tls.TlsProtocol
 
writeInt(int) - Method in interface java.io.DataOutput
Writes an int value, which is comprised of four bytes, to the output stream.
writeInt(int) - Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeLong(long) - Method in interface java.io.DataOutput
Writes an long value, which is comprised of four bytes, to the output stream.
writeLong(long) - Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
writeMac - Variable in class org.bouncycastle.crypto.tls.TlsBlockCipher
 
writeMac - Variable in class org.bouncycastle.crypto.tls.TlsNullCipher
 
writeMac - Variable in class org.bouncycastle.crypto.tls.TlsStreamCipher
 
writeNamedECParameters(int, OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsECCUtils
 
writeNamespace(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Writes a namespace to the output stream If the prefix argument to this method is the empty string, "xmlns", or null this method will delegate to writeDefaultNamespace
writeOpaque16(byte[], OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeOpaque24(byte[], OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeOpaque8(byte[], OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeProcessingInstruction(String) - Method in interface javax.xml.stream.XMLStreamWriter
Writes a processing instruction
writeProcessingInstruction(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Writes a processing instruction
Writer - Class in java.io
Abstract class for writing to character streams.
Writer() - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the writer itself.
Writer(Object) - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the given object.
writer - Variable in class org.json.me.JSONWriter
The writer that will receive the output.
writeSelectedExtensions(OutputStream, Hashtable, boolean) - Static method in class org.bouncycastle.crypto.tls.TlsProtocol
 
writeShort(int) - Method in interface java.io.DataOutput
Writes two bytes to the output stream to represent the value of the argument.
writeShort(int) - Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeStartDocument() - Method in interface javax.xml.stream.XMLStreamWriter
Write the XML Declaration.
writeStartDocument(String) - Method in interface javax.xml.stream.XMLStreamWriter
Write the XML Declaration.
writeStartDocument(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Write the XML Declaration.
writeStartElement(String) - Method in interface javax.xml.stream.XMLStreamWriter
Writes a start tag to the output.
writeStartElement(String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Writes a start tag to the output
writeStartElement(String, String, String) - Method in interface javax.xml.stream.XMLStreamWriter
Writes a start tag to the output
writeSupplementalData(OutputStream, Vector) - Static method in class org.bouncycastle.crypto.tls.TlsProtocol
 
writeUint16(int, OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint16(int, byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint16Array(int[], OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint16Array(int[], byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint16ArrayWithUint16Length(int[], OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint16ArrayWithUint16Length(int[], byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint24(int, OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint24(int, byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint32(long, OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint32(long, byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint48(long, OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint48(long, byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint64(long, OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint64(long, byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint8(short, OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint8(int, OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint8(short, byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint8(int, byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint8Array(short[], OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint8Array(short[], byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint8ArrayWithUint8Length(short[], OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUint8ArrayWithUint8Length(short[], byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeUTF(String) - Method in interface java.io.DataOutput
Writes two bytes of length information to the output stream, followed by the Java modified UTF representation of every character in the string s.
writeUTF(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using UTF-8 encoding in a machine-independent manner.
writeVersion(ProtocolVersion, OutputStream) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
writeVersion(ProtocolVersion, byte[], int) - Static method in class org.bouncycastle.crypto.tls.TlsUtils
 
WRONG_DOCUMENT_ERR - Static variable in exception org.w3c.dom.DOMException
If a node is used in a different document than the one that created it (that doesn't support it)

X

X509 - Static variable in class org.bouncycastle.crypto.tls.CertificateType
 
XML - Class in org.json.me.util
This provides static methods to convert an XML text into a JSONObject, and to covert a JSONObject into an XML text.
XML() - Constructor for class org.json.me.util.XML
 
XML_NS_PREFIX - Static variable in class javax.xml.XMLConstants
The official XML Namespace prefix.
XML_NS_URI - Static variable in class javax.xml.XMLConstants
The official XML Namespace name URI.
XMLConstants - Class in javax.xml
Utility class to contain basic XML values as constants.
XMLFilter - Interface in org.xml.sax
Interface for an XML filter.
XMLInputFactory - Class in javax.xml.stream
Defines an abstract implementation of a factory for getting streams.
XMLInputFactory() - Constructor for class javax.xml.stream.XMLInputFactory
 
XMLNS_ATTRIBUTE - Static variable in class javax.xml.XMLConstants
The official XML attribute used for specifying XML Namespace declarations.
XMLNS_ATTRIBUTE_NS_URI - Static variable in class javax.xml.XMLConstants
The official XML attribute used for specifying XML Namespace declarations, "xmlns", Namespace name URI.
XMLOutputFactory - Class in javax.xml.stream
Defines an abstract implementation of a factory for getting XMLStreamWriters.
XMLOutputFactory() - Constructor for class javax.xml.stream.XMLOutputFactory
 
XMLResolver - Interface in javax.xml.stream
This interface is used to resolve resources during an XML parse.
XMLStreamConstants - Interface in javax.xml.stream
This interface declares the constants used in this API.
XMLStreamException - Exception in javax.xml.stream
The base exception for unexpected processing errors.
XMLStreamException() - Constructor for exception javax.xml.stream.XMLStreamException
Default constructor
XMLStreamException(String) - Constructor for exception javax.xml.stream.XMLStreamException
Construct an exception with the associated message.
XMLStreamException(Throwable) - Constructor for exception javax.xml.stream.XMLStreamException
Construct an exception with the associated exception
XMLStreamException(String, Throwable) - Constructor for exception javax.xml.stream.XMLStreamException
Construct an exception with the associated message and exception
XMLStreamException(String, Location, Throwable) - Constructor for exception javax.xml.stream.XMLStreamException
Construct an exception with the associated message, exception and location.
XMLStreamException(String, Location) - Constructor for exception javax.xml.stream.XMLStreamException
Construct an exception with the associated message and location.
XMLStreamReader - Interface in javax.xml.stream
The XMLStreamReader interface allows forward, read-only access to XML.
XMLStreamWriter - Interface in javax.xml.stream
The XMLStreamWriter interface specifies how to write XML.
XMLTokener - Class in org.json.me.util
The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts.
XMLTokener(String) - Constructor for class org.json.me.util.XMLTokener
Construct an XMLTokener from a string.

Y

YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the year.
YELLOW - Static variable in class org.joshvm.ui.Color
Predefined Color : Yellow
yield() - Static method in class java.lang.Thread
Causes the currently executing thread object to temporarily pause and allow other threads to execute.

_

_3des - Static variable in class org.bouncycastle.crypto.tls.BulkCipherAlgorithm
 
_3DES_EDE_CBC - Static variable in class org.bouncycastle.crypto.tls.EncryptionAlgorithm
 
_null - Static variable in class org.bouncycastle.crypto.tls.BulkCipherAlgorithm
 
_null - Static variable in class org.bouncycastle.crypto.tls.CompressionMethod
 
_null - Static variable in class org.bouncycastle.crypto.tls.MACAlgorithm
 
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 _