- gc() - Method in class java.lang.Runtime
 
- 
Runs the garbage collector.
 
- gc() - Static method in class java.lang.System
 
- 
Runs the garbage collector.
 
- GeneralSecurityException - Exception in java.security
 
-  
 
- GeneralSecurityException() - Constructor for exception java.security.GeneralSecurityException
 
- 
Constructs a GeneralSecurityException with no detail message.
 
- GeneralSecurityException(String) - Constructor for exception java.security.GeneralSecurityException
 
- 
Constructs a GeneralSecurityException with the specified detail message.
 
- GeneralSecurityException(String, Throwable) - Constructor for exception java.security.GeneralSecurityException
 
- 
Creates a GeneralSecurityException with the specified detail message and cause.
 
- GeneralSecurityException(Throwable) - Constructor for exception java.security.GeneralSecurityException
 
- 
Creates a GeneralSecurityException with the specified cause and a detail message of
 (cause==null ? null : cause.toString()) (which typically contains the class and detail message of
 cause).
 
- generateCertificate(InputStream) - Method in class java.security.cert.CertificateFactory
 
- 
Generates a certificate object and initializes it with the data read from the input stream inStream.
 
- generateKeyPair() - Method in class java.security.KeyPairGenerator
 
- 
Generates a key pair.
 
- generateKeyPair() - Method in class java.security.KeyPairGeneratorSpi
 
- 
Generates a key pair.
 
- generatePrivate(KeySpec) - Method in class java.security.KeyFactory
 
- 
Generates a private key object from the provided key specification (key material).
 
- generatePublic(KeySpec) - Method in class java.security.KeyFactory
 
- 
Generates a public key object from the provided key specification (key material).
 
- generateSeed(int) - Method in class java.security.SecureRandom
 
- 
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed
 itself.
 
- GenericDeclaration - Interface in java.lang.reflect
 
- 
This interface is only defined for hierarchy compatibility.
 
- genKeyPair() - Method in class java.security.KeyPairGenerator
 
- 
Generates a key pair.
 
- get(Object) - Method in class ej.basictool.map.AbstractPackedMap
 
- 
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the
 key.
 
- get(Object) - Method in class ej.basictool.map.AbstractWeakPackedMap
 
-  
 
- get(String) - Static method in class ej.bon.Immutables
 
- 
Retrieves the object that match the the given ID in the immutable objects
 pool.
 
- get() - Method in class java.lang.ref.Reference
 
- 
Returns this reference object's referent.
 
- get(int) - Method in class java.util.AbstractList
 
- 
Returns the element at the specified position in this list.
 
- get(Object) - Method in class java.util.AbstractMap
 
- 
Returns the value to which the specified key is mapped, or null if this map contains no
 mapping for the key.
 
- get(int) - Method in class java.util.ArrayList
 
- 
Returns the element at the specified position in this list.
 
- get(int) - Method in class java.util.Calendar
 
- 
Returns the value of the given calendar field.
 
- get(Object) - Method in class java.util.Dictionary
 
- 
Returns the value to which the key is mapped in this dictionary.
 
- get(Object) - Method in class java.util.HashMap
 
- 
Returns the value to which the specified key is mapped, or null if this map contains no
 mapping for the key.
 
- get(Object) - Method in class java.util.Hashtable
 
- 
Returns the value to which the specified key is mapped, or null if this map contains no
 mapping for the key.
 
- get(int) - Method in interface java.util.List
 
- 
Returns the element at the specified position in this list.
 
- get(Object) - Method in interface java.util.Map
 
- 
Returns the value to which the specified key is mapped, or null if this map contains no
 mapping for the key.
 
- get(int) - Method in class java.util.Vector
 
- 
Returns the element at the specified position in this Vector.
 
- get(Object) - Method in class java.util.WeakHashMap
 
- 
Returns the value to which the specified key is mapped, or null if this map contains no
 mapping for the key.
 
- get(String) - Static method in class sun.security.x509.AlgorithmId
 
- 
Returns one of the algorithm IDs most commonly associated with this algorithm name.
 
- GET_ACTION - Static variable in class ej.property.PropertyPermission
 
- 
 
- GET_ACTION - Static variable in class ej.service.ServicePermission
 
- 
 
- getAbsoluteFile() - Method in class java.io.File
 
- 
Returns the absolute form of this abstract pathname.
 
- getAbsolutePath() - Method in class java.io.File
 
- 
Returns the absolute pathname string of this abstract pathname.
 
- getActions() - Method in class ej.property.PropertyPermission
 
-  
 
- getActions() - Method in class ej.service.ServicePermission
 
-  
 
- getActions() - Method in class ej.wadapps.application.ApplicationPermission
 
-  
 
- getActions() - Method in class java.io.FilePermission
 
- 
Returns the "canonical string representation" of the actions.
 
- 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.
 
- getActualMaximum(int) - Method in class java.util.Calendar
 
- 
Returns the maximum value that the specified calendar field could have, given the time value of
 this Calendar.
 
- getActualMinimum(int) - Method in class java.util.Calendar
 
- 
Returns the minimum value that the specified calendar field could have, given the time value of
 this Calendar.
 
- getAlgorithm() - Method in interface java.security.Key
 
- 
Returns the standard algorithm name for this key.
 
- getAlgorithm() - Method in class java.security.KeyFactory
 
- 
Gets the name of the algorithm associated with this KeyFactory.
 
- getAlgorithm() - Method in class java.security.MessageDigest
 
- 
Returns a string that identifies the algorithm, independent of implementation details.
 
- getAlgorithm() - Method in class java.security.Signature
 
- 
Returns the name of the algorithm for this signature object.
 
- getAlgorithm() - Method in class javax.crypto.Cipher
 
- 
Returns the algorithm name of this Cipher object.
 
- getAlgorithm() - Method in class javax.crypto.Mac
 
- 
Returns the algorithm name of this Mac object.
 
- getAlgorithm() - Method in class javax.crypto.spec.SecretKeySpec
 
- 
Returns the name of the algorithm associated with this secret key.
 
- getAlgorithmId(String) - Static method in class sun.security.x509.AlgorithmId
 
- 
 
- getAllStackTraces() - Static method in class java.lang.Thread
 
- 
Returns a map of stack traces for all live threads.
 
- getAltitude() - Method in class ej.gnss.GnssManager
 
- 
Return the latest obtained altitude in meters data.
 
- getApplication() - Method in class ej.wadapps.application.ApplicationPermission
 
- 
Gets the application.
 
- getApplications() - Method in interface ej.wadapps.application.ApplicationManager
 
- 
Gets all available applications.
 
- getArchitecture() - Static method in class ej.util.Device
 
- 
Returns the name of the architecture of the device.
 
- getAvailableIDs() - Static method in class java.util.TimeZone
 
- 
Gets all the available IDs supported.
 
- getBaudrate() - Method in interface ej.ecom.io.CommConnection
 
- 
Gets the current configured baudrate.
 
- getBlockSize() - Method in class javax.crypto.Cipher
 
- 
Returns the block size (in bytes).
 
- getBoolean(String) - Static method in class ej.bon.Constants
 
- 
Gets a boolean constant.
 
- getBoolean(String) - Static method in class java.lang.Boolean
 
- 
Returns true if and only if the system property named by the argument exists and is equal
 to the string "true".
 
- getBooleanProperty(int, int) - Static method in class ej.basictool.BitFieldHelper
 
- 
Gets a boolean value in a bit field.
 
- getBooleanPropertyAtOffset(int, int) - Static method in class ej.basictool.BitFieldHelper
 
- 
Gets a boolean value in a bit field.
 
- getBuffer() - Method in class ej.bon.ResourceArray
 
- 
 
- getByte(String) - Static method in class ej.bon.Constants
 
- 
Gets a byte constant.
 
- getBytes() - Method in class java.lang.String
 
- 
Encodes this String into a sequence of bytes using the platform's default charset,
 storing the result into a new byte array.
 
- getBytes(String) - Method in class java.lang.String
 
- 
Encodes this String into a sequence of bytes using the named charset, storing the result
 into a new byte array.
 
- getCanonicalFile() - Method in class java.io.File
 
- 
Returns the canonical form of this abstract pathname.
 
- getCanonicalPath() - Method in class java.io.File
 
- 
Returns the canonical pathname string of this abstract pathname.
 
- getCause() - Method in exception java.lang.ClassNotFoundException
 
- 
Returns the cause of this exception (the exception that was raised if an error occurred while
 attempting to load the class; otherwise null).
 
- getCause() - Method in error java.lang.ExceptionInInitializerError
 
- 
Returns the cause of this error (the exception that occurred during a static initialization that
 caused this error to be created).
 
- getCause() - Method in class java.lang.Throwable
 
- 
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
 
- getCertificate(String) - Method in class java.security.KeyStore
 
- 
Returns the certificate associated with the given alias.
 
- getCertificateChain(String) - Method in class java.security.KeyStore
 
- 
Returns the certificate chain associated with the given alias.
 
- getChar(String) - Static method in class ej.bon.Constants
 
- 
Gets a char constant.
 
- 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 sequence into the destination character array dst.
 
- getChars(int, int, char[], int) - Method in class java.lang.StringBuilder
 
- 
Characters are copied from this sequence into the destination character array dst.
 
- getClass(String) - Static method in class ej.bon.Constants
 
- 
 
- getClass() - Method in class java.lang.Object
 
- 
Returns the runtime class of this Object.
 
- getClassName() - Method in class java.lang.StackTraceElement
 
- 
Returns the fully qualified name of the class containing the execution point represented by this
 stack trace element.
 
- getCONN() - Method in class com.cinterion.io.ATCommand
 
- 
Get the state of a data connection of the devices AT channel.
 
- getCurrentApplication() - Method in interface ej.wadapps.application.OwnershipHelper
 
- 
Returns the application that owns the current thread context.
 
- getDataInputStream() - Method in class com.cinterion.io.ATCommand
 
- 
This function returns the input stream for data connections.
 
- getDataOutputStream() - Method in class com.cinterion.io.ATCommand
 
- 
This function returns the output stream for data connections.
 
- getDCD() - Method in class com.cinterion.io.ATCommand
 
- 
Get the state of the DCD (Data Carrier Detect) signal of the devices AT
 channel.
 
- getDefault() - Static method in class java.util.TimeZone
 
- 
Gets the default TimeZone for this host.
 
- getDefaultType() - Static method in class java.security.KeyStore
 
- 
Returns the default keystore type as specified by the keystore.type security property, or the string
 "jks" (acronym for "Java keystore") if no such property exists.
 
- getDefaultUncaughtExceptionHandler() - Static method in class ej.bon.Timer
 
- 
Gets the default registered handler for uncaught exceptions.
 
- getDefaultUncaughtExceptionHandler() - Static method in class java.lang.Thread
 
- 
Returns the default handler invoked when a thread abruptly terminates due to
 an uncaught exception.
 
- getDigAlgFromSigAlg(String) - Static method in class sun.security.x509.AlgorithmId
 
- 
Extracts the digest algorithm name from a signature algorithm name.
 
- getDigestLength() - Method in class java.security.MessageDigest
 
- 
Returns the length of the digest in bytes, or 0 if this operation is not supported by the provider and the
 implementation is not cloneable.
 
- getDouble(String) - Static method in class ej.bon.Constants
 
- 
Gets a double constant.
 
- getDSR() - Method in class com.cinterion.io.ATCommand
 
- 
Get the state of the DSR (Data Set Ready) signal of the devices AT channel.
 
- getDSTSavings() - Method in class java.util.TimeZone
 
- 
Returns the amount of time to be added to local standard time to get local wall clock time.
 
- getEncAlgFromSigAlg(String) - Static method in class sun.security.x509.AlgorithmId
 
- 
Extracts the encryption algorithm name from a signature algorithm name.
 
- getEncoded() - Method in class java.security.cert.Certificate
 
- 
Returns the encoded form of this certificate.
 
- getEncoded() - Method in interface java.security.Key
 
- 
Returns the key in its primary encoding format, or null if this key does not support encoding.
 
- getEncoded() - Method in class java.security.spec.EncodedKeySpec
 
- 
Returns the encoded key.
 
- getEncoded() - Method in class java.security.spec.PKCS8EncodedKeySpec
 
- 
Returns the key bytes, encoded according to the PKCS #8 standard.
 
- getEncoded() - Method in class java.security.spec.X509EncodedKeySpec
 
- 
Returns the key bytes, encoded according to the X.509 standard.
 
- getEncoded() - Method in class javax.crypto.spec.SecretKeySpec
 
- 
Returns the key material of this secret key.
 
- getEncoding() - Method in class java.io.InputStreamReader
 
- 
Returns the name of the character encoding being used by this stream.
 
- getEncoding() - Method in class java.io.OutputStreamWriter
 
- 
Returns the name of the character encoding being used by this stream.
 
- getException() - Method in exception java.lang.ClassNotFoundException
 
- 
Returns the exception that was raised if an error occurred while attempting to load the class.
 
- getException() - Method in error java.lang.ExceptionInInitializerError
 
- 
Returns the exception that occurred during a static initialization that caused this error to be
 created.
 
- getExponent(double) - Static method in class java.lang.Math
 
- 
Returns the unbiased exponent used in the representation of a double.
 
- getExponent(float) - Static method in class java.lang.Math
 
- 
Returns the unbiased exponent used in the representation of a float.
 
- getFileName() - Method in class java.lang.StackTraceElement
 
- 
Returns the name of the source file containing the execution point represented by this stack
 trace element.
 
- getFirstDayOfWeek() - Method in class java.util.Calendar
 
- 
Gets what the first day of the week is; e.g., SUNDAY in the U.S.,
 MONDAY in France.
 
- getFloat(String) - Static method in class ej.bon.Constants
 
- 
Gets a float constant.
 
- getFormat() - Method in interface java.security.Key
 
- 
Returns the name of the primary encoding format of this key, or null if this key does not support encoding.
 
- getFormat() - Method in class java.security.spec.EncodedKeySpec
 
- 
Returns the name of the encoding format associated with this key specification.
 
- getFormat() - Method in class java.security.spec.PKCS8EncodedKeySpec
 
- 
Returns the name of the encoding format associated with this key specification.
 
- getFormat() - Method in class java.security.spec.X509EncodedKeySpec
 
- 
Returns the name of the encoding format associated with this key specification.
 
- getFormat() - Method in class javax.crypto.spec.SecretKeySpec
 
- 
Returns the name of the encoding format for this secret key.
 
- getFreeSpace() - Method in class java.io.File
 
- 
Returns the number of unallocated bytes in the partition 
named by this abstract path
 name.
 
 
- getGreatestMinimum(int) - Method in class java.util.Calendar
 
- 
Returns the highest minimum value for the given calendar field of this Calendar
 instance.
 
- getId() - Static method in class ej.util.Device
 
- 
Returns the ID of the device.
 
- getId() - Method in class java.lang.Thread
 
- 
Returns the identifier of this Thread.
 
- getID() - Method in class java.util.TimeZone
 
- 
Gets the ID of this time zone.
 
- getIdentifier() - Method in interface ej.wadapps.application.Application
 
- 
Gets the application unique identifier.
 
- getIds() - Method in interface ej.storage.Storage
 
- 
Returns all IDs of the stored entries.
 
- getImplementationName(String) - Method in class ej.service.loader.DependencyInjectionServiceLoader
 
- 
Gets the implementation class name for the given service name.
 
- getImplementationName(String) - Method in class ej.service.loader.FilePropertiesServiceLoader
 
-  
 
- getImplementationName(String) - Method in class ej.service.loader.MetaInfServiceLoader
 
-  
 
- getImplementationName(String) - Method in class ej.service.loader.SystemPropertiesServiceLoader
 
-  
 
- getIndex(int[], int) - Static method in class ej.basictool.ArrayTools
 
- 
Gets the index of an element in an array.
 
- getIndex(T[], T) - Static method in class ej.basictool.ArrayTools
 
- 
Gets the index of an element in an array.
 
- getIndex(T[], T, int) - Static method in class ej.basictool.ArrayTools
 
- 
Gets the index of an element in an array.
 
- getIndexEquals(T[], T) - Static method in class ej.basictool.ArrayTools
 
- 
Gets the index of an element in an array.
 
- getIndexEquals(T[], T, int) - Static method in class ej.basictool.ArrayTools
 
- 
Gets the index of an element in an array.
 
- getInstance() - Static method in class ej.ecom.mobile.ATConnection
 
-  
 
- getInstance() - Static method in class ej.gnss.GnssManager
 
- 
Return the singleton instance of GnssManager.
 
- getInstance(String) - Static method in class java.security.cert.CertificateFactory
 
- 
Returns a certificate factory object that implements the specified certificate type.
 
- getInstance(String) - Static method in class java.security.KeyFactory
 
- 
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
 
- getInstance(String) - Static method in class java.security.KeyPairGenerator
 
- 
Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm.
 
- getInstance(String) - Static method in class java.security.KeyStore
 
- 
Returns a keystore object of the specified type.
 
- getInstance(String) - Static method in class java.security.MessageDigest
 
- 
Returns a MessageDigest object that implements the specified digest algorithm.
 
- getInstance(String, String) - Static method in class java.security.MessageDigest
 
- 
Returns a MessageDigest object that implements the specified digest algorithm.
 
- getInstance(String) - Static method in class java.security.Signature
 
- 
Returns a Signature object that implements the specified signature algorithm.
 
- getInstance(String, String) - Static method in class java.security.Signature
 
- 
Returns a Signature object that implements the specified signature algorithm.
 
- getInstance() - Static method in class java.util.Calendar
 
- 
Gets a calendar using the default time zone and locale.
 
- getInstance(TimeZone) - Static method in class java.util.Calendar
 
- 
Gets a calendar using the specified time zone and default locale.
 
- getInstance(String) - Static method in class javax.crypto.Cipher
 
- 
Returns a Cipher object that implements the specified transformation.
 
- getInstance(String, String) - Static method in class javax.crypto.Cipher
 
- 
Returns a Cipher object that implements the specified transformation.
 
- getInstance(String) - Static method in class javax.crypto.Mac
 
- 
Returns a Mac object that implements the specified MAC algorithm.
 
- getInstance(String, String) - Static method in class javax.crypto.Mac
 
- 
Returns a Mac object that implements the specified MAC algorithm.
 
- getInt(String) - Static method in class ej.bon.Constants
 
- 
Gets an int constant.
 
- getInteger(String) - Static method in class java.lang.Integer
 
- 
Determines the integer value of the system property with the specified name.
 
- getInteger(String, int) - Static method in class java.lang.Integer
 
- 
Determines the integer value of the system property with the specified name.
 
- getInteger(String, Integer) - Static method in class java.lang.Integer
 
- 
Returns the integer value of the system property with the specified name.
 
- getIntProperty(int, int, int) - Static method in class ej.basictool.BitFieldHelper
 
- 
Gets a int value in a bit field.
 
- getIssuerX500Principal() - Method in class java.security.cert.X509Certificate
 
- 
Returns the issuer (issuer distinguished name) value from the certificate as an X500Principal.
 
- getIV() - Method in class javax.crypto.Cipher
 
- 
Returns the initialization vector (IV) in a new buffer.
 
- getIV() - Method in class javax.crypto.spec.IvParameterSpec
 
- 
Returns the initialization vector (IV).
 
- getKey() - Method in class ej.property.PropertyPermission
 
- 
Gets the property key handled by this permission.
 
- getKey(String, char[]) - Method in class java.security.KeyStore
 
- 
Returns the key associated with the given alias, using the given password to recover it.
 
- getKey() - Method in class java.util.AbstractMap.SimpleEntry
 
- 
Returns the key corresponding to this entry.
 
- getKey() - Method in class java.util.AbstractMap.SimpleImmutableEntry
 
-  
 
- getKey() - Method in interface java.util.Map.Entry
 
- 
Returns the key corresponding to this entry.
 
- getKeyHashCode(Object) - Method in class ej.basictool.map.AbstractPackedMap
 
- 
Gets the hash code of a key.
 
- getKeysize() - Method in class java.security.spec.RSAKeyGenParameterSpec
 
- 
Returns the keysize.
 
- getLatitude() - Method in class ej.gnss.GnssManager
 
- 
Get the latest latitude data in degree.
 
- getLeastMaximum(int) - Method in class java.util.Calendar
 
- 
Returns the lowest maximum value for the given calendar field of this Calendar
 instance.
 
- getLength() - Method in interface ej.ecom.io.BitsInput
 
- 
Returns the data length in bits (1 to 32 bits).
 
- getLength() - Method in interface ej.ecom.io.BitsOutput
 
- 
Returns the data length in bits (1 to 32 bits).
 
- getLineNumber() - Method in class java.lang.StackTraceElement
 
- 
Returns the line number of the source line containing the execution point represented by this
 stack trace element.
 
- getLocalizedMessage() - Method in class java.lang.Throwable
 
- 
Creates a localized description of this throwable.
 
- getLong(String) - Static method in class ej.bon.Constants
 
- 
Gets a long constant.
 
- getLong(String) - Static method in class java.lang.Long
 
- 
Determines the long value of the system property with the specified name.
 
- getLong(String, long) - Static method in class java.lang.Long
 
- 
Determines the long value of the system property with the specified name.
 
- getLong(String, Long) - Static method in class java.lang.Long
 
- 
Returns the long value of the system property with the specified name.
 
- getLongitude() - Method in class ej.gnss.GnssManager
 
- 
Return the latest obtained longitude data in degree.
 
- getMacLength() - Method in class javax.crypto.Mac
 
- 
Returns the length of the MAC in bytes.
 
- getMaxAllowedKeyLength(String) - Static method in class javax.crypto.Cipher
 
- 
Returns the maximum key length for the specified transformation according to the installed JCE jurisdiction
 policy files.
 
- getMaxAllowedParameterSpec(String) - Static method in class javax.crypto.Cipher
 
- 
Returns an AlgorithmParameterSpec object which contains the maximum cipher parameter value according to the
 jurisdiction policy file.
 
- getMaximum(int) - Method in class java.util.Calendar
 
- 
Returns the maximum value for the given calendar field of this Calendar instance.
 
- getMessage() - Method in class java.lang.Throwable
 
- 
Returns the detail message string of this throwable.
 
- getMethodName() - Method in class java.lang.StackTraceElement
 
- 
Returns the name of the method containing the execution point represented by this stack trace
 element.
 
- getMinimalDaysInFirstWeek() - Method in class java.util.Calendar
 
- 
Gets what the minimal days required in the first week of the year are; e.g., if the first week is
 defined as one that contains the first day of the first month of a year, this method returns 1.
 
- getMinimum(int) - Method in class java.util.Calendar
 
- 
Returns the minimum value for the given calendar field of this Calendar instance.
 
- getName() - Method in interface ej.wadapps.Firmware
 
- 
Gets the firmware name.
 
- getName() - Method in class java.io.File
 
- 
Returns the name of the file or directory denoted by this abstract pathname.
 
- getName() - Method in class java.lang.Class
 
- 
Returns the 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.Package
 
- 
Return the name of this package.
 
- 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 class java.security.spec.ECGenParameterSpec
 
- 
Returns the standard or predefined name of the to-be-generated EC domain parameters.
 
- getName() - Method in class javax.security.auth.x500.X500Principal
 
- 
Returns a string representation of the X.500 distinguished name.
 
- getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
 
- 
Gets the time zone offset, for current date, modified in case of daylight savings.
 
- getOffset(long) - Method in class java.util.TimeZone
 
- 
Returns the offset of this time zone from UTC at the specified date.
 
- getOID() - Method in class sun.security.x509.AlgorithmId
 
- 
Returns the ISO OID for this algorithm.
 
- getOutputSize(int) - Method in class javax.crypto.Cipher
 
- 
Returns the length in bytes that an output buffer would need to be in order to hold the result of the next
 update or doFinal operation, given the input length inputLen (in bytes).
 
- getOwner(Object) - Method in interface ej.wadapps.application.OwnershipHelper
 
- 
Returns the application that owns the given object.
 
- getPackage() - Method in class java.lang.Class
 
- 
Gets the package for this class.
 
- getParent() - Method in class java.io.File
 
- 
Returns the pathname string of this abstract pathname's parent, or null if this pathname does not
 name a parent directory.
 
- getParentFile() - Method in class java.io.File
 
- 
Returns the abstract pathname of this abstract pathname's parent, or null if this pathname does not
 name a parent directory.
 
- getPartitionSize() - Static method in class com.cinterion.update.SafeUpdate
 
- 
Get the current GINA update Partition size, see
 gina_update_get_partition_size() in GINA Service API.
 
- getPath() - Method in class java.io.File
 
- 
Converts this abstract pathname into a pathname string.
 
- getPins() - Method in class com.cinterion.io.InPort
 
- 
Gets the given pin configuration of an instance of a GPIO port of output
 pins.
 
- getPins() - Method in class com.cinterion.io.OutPort
 
- 
Gets the given pin configuration of an instance of a GPIO port of output
 pins.
 
- getPlatformEndianness() - Static method in class ej.bon.ByteArray
 
- 
Gets whether the platform is in big endian or little endian.
 
- getPriority() - Method in class java.lang.Thread
 
- 
Returns this thread's priority.
 
- getPrivate() - Method in class java.security.KeyPair
 
- 
Returns a reference to the private key component of this key pair.
 
- getProperty(String) - Method in class ej.property.loader.CompositePropertyLoader
 
-  
 
- getProperty(String, String) - Method in class ej.property.loader.CompositePropertyLoader
 
-  
 
- getProperty(String) - Method in class ej.property.loader.FilePropertyLoader
 
-  
 
- getProperty(String, String) - Method in class ej.property.loader.FilePropertyLoader
 
-  
 
- getProperty(String) - Method in class ej.property.loader.SystemPropertyLoader
 
-  
 
- getProperty(String, String) - Method in class ej.property.loader.SystemPropertyLoader
 
-  
 
- getProperty(String) - Method in interface ej.property.PropertyLoader
 
- 
Gets the value mapped with the specified key.
 
- getProperty(String, String) - Method in interface ej.property.PropertyLoader
 
- 
Gets the value mapped with the specified key or a default value.
 
- getProperty(String) - Method in class ej.property.registry.SimplePropertyRegistry
 
-  
 
- getProperty(String, String) - Method in class ej.property.registry.SimplePropertyRegistry
 
-  
 
- getProperty(String) - Static method in class java.lang.System
 
- 
Gets the system property indicated by the specified key.
 
- getProperty(String, String) - Static method in class java.lang.System
 
- 
Gets the system property indicated by the specified key.
 
- getPropertyLoader() - Static method in class ej.property.PropertyFactory
 
- 
Gets a property loader unique instance.
 
- getPropertyRegistry() - Static method in class ej.property.PropertyFactory
 
- 
Gets a property registry unique instance.
 
- getPublic() - Method in class java.security.KeyPair
 
- 
Returns a reference to the public key component of this key pair.
 
- getPublicExponent() - Method in class java.security.spec.RSAKeyGenParameterSpec
 
- 
Returns the public-exponent value.
 
- getPublicKey() - Method in class java.security.cert.Certificate
 
- 
Gets the public key from this certificate.
 
- getRawOffset() - Method in class java.util.TimeZone
 
- 
Returns the amount of time in milliseconds to add to UTC to get standard time in this time zone.
 
- getReference() - Method in class ej.kf.Proxy
 
- 
Returns the reference managed by this 
Proxy.
 
 
- getRequiredService(Class<T>) - Static method in class ej.service.ServiceFactory
 
- 
Gets the instance of the given service.
 
- getResourceAsStream(String) - Method in class java.lang.Class
 
- 
Finds a resource with a given name.
 
- getRING() - Method in class com.cinterion.io.ATCommand
 
- 
Get the state of the RING signal of the devices AT channel.
 
- getRuntime() - Static method in class java.lang.Runtime
 
- 
Returns the runtime object associated with the current Java application.
 
- getSecurityManager() - Static method in class java.lang.System
 
- 
Gets the system security interface.
 
- getService(Class<T>) - Method in class ej.service.loader.CompositeServiceLoader
 
-  
 
- getService(Class<T>) - Method in class ej.service.loader.SimpleServiceLoader
 
-  
 
- getService(Class<T>) - Static method in class ej.service.ServiceFactory
 
- 
Gets the instance of the given service.
 
- getService(Class<T>, Class<? extends T>) - Static method in class ej.service.ServiceFactory
 
- 
 
- getService(Class<T>) - Method in interface ej.service.ServiceLoader
 
- 
Gets the instance of the given service.
 
- getService() - Method in class ej.service.ServicePermission
 
- 
Gets the service handled by this permission.
 
- getServiceLoader() - Static method in class ej.service.ServiceFactory
 
- 
Gets a service loader unique instance.
 
- getServiceRegistry() - Static method in class ej.service.ServiceFactory
 
- 
Gets a service registry unique instance.
 
- getSharedPropertyRegistry() - Static method in class ej.wadapps.property.SharedPropertyFactory
 
- 
 
- getSharedServiceRegistry() - Static method in class ej.wadapps.service.SharedServiceFactory
 
- 
Gets the shared service registry.
 
- getShort(String) - Static method in class ej.bon.Constants
 
- 
Gets a short constant.
 
- getSimpleName() - Method in class java.lang.Class
 
- 
Returns the simple name of the underlying class as given in the source code.
 
- getSize(String) - Method in interface ej.storage.Storage
 
- 
Returns the size of the entry stored with an ID.
 
- getSource() - Method in class java.util.EventObject
 
- 
The object on which the Event initially occurred.
 
- getStackTrace() - Method in class java.lang.Thread
 
- 
Returns an array of stack trace elements representing the stack dump of this thread.
 
- getStackTrace() - Method in class java.lang.Throwable
 
- 
 
- getState() - Method in class ej.ecom.mobile.PDPSession
 
-  
 
- getState() - Method in class java.lang.Thread
 
- 
Returns the state of this thread.
 
- getString(String) - Static method in class ej.bon.Constants
 
- 
 
- getSubjectX500Principal() - Method in class java.security.cert.X509Certificate
 
- 
Returns the subject (subject distinguished name) value from the certificate as an X500Principal.
 
- getSuperclass() - Method in class java.lang.Class
 
- 
Returns the Class representing the superclass of the entity (class, interface, primitive
 type or void) represented by this Class.
 
- getSuppressed() - Method in class java.lang.Throwable
 
- 
Returns an array containing all of the exceptions that were suppressed, typically by the
 try-with-resources statement, in order to deliver this exception.
 
- getTime() - Method in class ej.gnss.GnssManager
 
- 
Get the epoch time UTC.
 
- getTime() - Method in class java.util.Calendar
 
- 
Returns a 
Date object representing this 
Calendar's time value
 (millisecond offset from the 
Epoch").
 
 
- 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
 
- 
Returns this Calendar's time value in milliseconds.
 
- 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.
 
- getTotalSpace() - Method in class java.io.File
 
- 
Returns the size of the partition 
named by this abstract pathname.
 
 
- getType() - Method in class java.security.cert.Certificate
 
- 
Returns the type of this certificate.
 
- getType() - Method in class java.security.cert.CertificateFactory
 
- 
Returns the name of the certificate type associated with this certificate factory.
 
- getType() - Method in class java.security.KeyStore
 
- 
Returns the type of this keystore.
 
- getUid() - Method in interface ej.wadapps.Firmware
 
- 
Gets the firmware unique identifier.
 
- getUncaughtExceptionHandler() - Method in class ej.bon.Timer
 
- 
Gets the specific handler for uncaught exceptions on this 
Timer
 instance.
 
 
- getUncaughtExceptionHandler() - Method in class java.lang.Thread
 
- 
Returns the handler invoked when this thread abruptly terminates due to an
 uncaught exception.
 
- getUsableSpace() - Method in class java.io.File
 
- 
Returns the number of bytes available to this virtual machine on the partition 
named by
 this abstract pathname.
 
 
- getValue() - Method in class com.cinterion.io.InPort
 
- 
Gets the current value of an instance of a GPIO port of input pins.
 
- getValue() - Method in class com.cinterion.io.OutPort
 
- 
Gets the current value of an instance of a GPIO port of output pins.
 
- getValue() - Method in class java.util.AbstractMap.SimpleEntry
 
- 
Returns the value corresponding to this entry.
 
- getValue() - Method in class java.util.AbstractMap.SimpleImmutableEntry
 
-  
 
- getValue() - Method in interface java.util.Map.Entry
 
- 
Returns the value corresponding to this entry.
 
- getVelocity() - Method in class ej.gnss.GnssManager
 
- 
Return the latest obtained velocity in m/s data.
 
- getVersion() - Method in interface ej.wadapps.application.Application
 
- 
Gets the application version.
 
- getVersion() - Method in interface ej.wadapps.Firmware
 
- 
Gets the firmware version.
 
- getWrappedKeyHashCode(Object) - Method in class ej.basictool.map.AbstractPackedMap
 
- 
Gets the hash code of a key stored in the packed map.
 
- getWrappedKeyHashCode(Object) - Method in class ej.basictool.map.AbstractWeakPackedMap
 
-  
 
- GINA_ERROR_UPDATE_FLASH_FAIL - Static variable in class com.cinterion.update.SafeUpdate
 
- 
FAIL to FOTA.
 
- GINA_ERROR_UPDATE_FLASH_FULL - Static variable in class com.cinterion.update.SafeUpdate
 
- 
FOTA partition is full.
 
- GINA_ERROR_UPDATE_FLASH_NOERROR - Static variable in class com.cinterion.update.SafeUpdate
 
- 
Operation passed.
 
- GINA_ERROR_UPDATE_FLASH_SCRUB_ERROR - Static variable in class com.cinterion.update.SafeUpdate
 
- 
SCRUB ERROR.
 
- GINA_ERROR_UPDATE_FLASH_SCRUB_PENDING - Static variable in class com.cinterion.update.SafeUpdate
 
- 
SCRUB is running, need to wait until scrub is finished.
 
- GINA_ERROR_UPDATE_FLASH_WRONG_PARA - Static variable in class com.cinterion.update.SafeUpdate
 
- 
Wrong parameter passed.
 
- GINA_ERROR_UPDATE_RESULT_CRC_ERROR - Static variable in class com.cinterion.update.SafeUpdate
 
- 
CRC check failed.
 
- GINA_ERROR_UPDATE_RESULT_FATAL - Static variable in class com.cinterion.update.SafeUpdate
 
- 
Fatal internal errot.
 
- GINA_ERROR_UPDATE_RESULT_FW_MISMATCH - Static variable in class com.cinterion.update.SafeUpdate
 
- 
Firmware mismatch.
 
- GINA_ERROR_UPDATE_RESULT_NO_DAM - Static variable in class com.cinterion.update.SafeUpdate
 
- 
No DAM.
 
- GINA_ERROR_UPDATE_RESULT_NO_FOTA - Static variable in class com.cinterion.update.SafeUpdate
 
- 
No firmware.
 
- GINA_ERROR_UPDATE_RESULT_OFFSET - Static variable in class com.cinterion.update.SafeUpdate
 
- 
Update result offset.
 
- GINA_ERROR_UPDATE_RESULT_SAME_FW - Static variable in class com.cinterion.update.SafeUpdate
 
- 
Failed updating the same version FW.
 
- GINA_NOERROR - Static variable in class com.cinterion.update.SafeUpdate
 
- 
Success status.
 
- GINA_STATUS_FOTA - Static variable in class com.cinterion.update.SafeUpdate
 
- 
FOTA
 
- GnssManager - Class in ej.gnss
 
- 
Implementation of the GnssManager function that calls the native function interface
 
- GnssManager() - Constructor for class ej.gnss.GnssManager
 
-  
 
- GnssManager.GnssManagerState - Enum in ej.gnss
 
- 
Enum state machine for GnssManager
 
- grow(int[], int, int) - Static method in class ej.basictool.ArrayTools
 
- 
Grows an array by inserting a number of cells at an index.
 
- grow(T[], int, int) - Static method in class ej.basictool.ArrayTools
 
- 
Grows an array by inserting a number of cells at an index.
 
- GSM2Java(String) - Static method in class com.cinterion.io.ATStringConverter
 
- 
Convert GSM encoded string into a Java string, "\xy" character escaping is
 supported.
 
- GSM2Java(String, boolean) - Static method in class com.cinterion.io.ATStringConverter
 
- 
Convert GSM encoded string into a Java string, "\xy" character escaping is
 switchable.
 
- Guard - Interface in java.security
 
- 
This interface is only defined for hierarchy compatibility.