- 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
- 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
-
- 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
-
- 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 Element
that 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
-
- 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
-
- 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 '>'.
- 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
-
- I2CDeviceConfig(String, int, int, int) - Constructor for class org.joshvm.j2me.dio.i2cbus.I2CDeviceConfig
-
- 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 index
th item in the map.
- item(int) - Method in interface org.w3c.dom.NodeList
-
Returns the index
th 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.
- 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
-
- 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
-
- 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.
- 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(TlsContext, InputStream) - Static method in class org.bouncycastle.crypto.tls.CertificateRequest
-
- parse(TlsContext, InputStream) - Static method in class org.bouncycastle.crypto.tls.CertificateURL
-
- parse(TlsContext, InputStream) - Static method in class org.bouncycastle.crypto.tls.DigitallySigned
-
- parse(InputStream) - Static method in class org.bouncycastle.crypto.tls.HeartbeatExtension
-
- parse(InputStream) - Static method in class org.bouncycastle.crypto.tls.HeartbeatMessage
-
- parse(InputStream) - Static method in class org.bouncycastle.crypto.tls.NewSessionTicket
-
- parse(InputStream) - Static method in class org.bouncycastle.crypto.tls.ServerName
-
- parse(InputStream) - Static method in class org.bouncycastle.crypto.tls.ServerNameList
-
- parse(InputStream) - Static method in class org.bouncycastle.crypto.tls.SignatureAndHashAlgorithm
-
- parse(TlsContext, InputStream) - Static method in class org.bouncycastle.crypto.tls.URLAndHash
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
DocumentBuilder
s 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
-
- SPIDeviceConfig(int, int, int, int, int, int, int) - Constructor for class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
-
- SPIDeviceConfig(String, int, int, int, int, int) - Constructor for class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
-
- SPIDeviceConfig(String, int, int, int, int, int, int) - Constructor for class org.joshvm.j2me.dio.spibus.SPIDeviceConfig
-
- 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.