A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

X

x - Variable in class net.rim.device.api.math.Quaternion4f
The x-value of the quaternion's vector component.
x - Variable in class net.rim.device.api.math.Vector2f
The x coordinate.
x - Variable in class net.rim.device.api.math.Vector3f
The x-coordinate.
x - Variable in class net.rim.device.api.math.Vector4f
The x-coordinate.
x - Variable in class net.rim.device.api.ui.XYPoint
Distance of point along horizontal axis.
x - Variable in class net.rim.device.api.ui.XYRect
Horizontal position of top left point.
X2() - Method in class net.rim.device.api.ui.XYRect
Retrieves position of rectangle's right edge within the plane.
X509_PublicKeyDecoder - Class in net.rim.device.api.crypto.encoder
Implements the public key decoder for X509.
X509_PublicKeyDecoder() - Constructor for class net.rim.device.api.crypto.encoder.X509_PublicKeyDecoder
Creates a new X509_PublicKeyDecoder object.
X509_SignatureDecoder - Class in net.rim.device.api.crypto.encoder
Implements the signature decoder for X509.
X509_SignatureDecoder() - Constructor for class net.rim.device.api.crypto.encoder.X509_SignatureDecoder
Creates a new X509_SignatureDecoder object.
X509Certificate - Class in net.rim.device.api.crypto.certificate.x509
Represents an X.509 certificate.
X509Certificate(byte[]) - Constructor for class net.rim.device.api.crypto.certificate.x509.X509Certificate
Creates a certificate object (X509Certificate) given the encoding of the certificate.
X509Certificate(InputStream) - Constructor for class net.rim.device.api.crypto.certificate.x509.X509Certificate
Creates a certificate object(X509Certificate) given the ASN.1 encoding of the certificate.
X509Certificate(ASN1InputStream) - Constructor for class net.rim.device.api.crypto.certificate.x509.X509Certificate
Creates a certificate object (X509Certificate) given the ASN.1 encoding of the certificate.
X509CertificateRevocationList - Class in net.rim.device.api.crypto.certificate.x509
Provides support for X.509 Certificate Revocation Lists (CRLs) as defined in RFC 2459, including support for both version one and version two.
X509CertificateRevocationList(InputStream, KeyStore) - Constructor for class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Creates an X509CertificateRevocationList object from the data in the given input stream.
X509CertificateRevocationList(ASN1InputStream, KeyStore) - Constructor for class net.rim.device.api.crypto.certificate.x509.X509CertificateRevocationList
Creates an X509CertificateRevocationList object from the data in the given ASN.1 input stream.
X509DistinguishedName - Class in net.rim.device.api.crypto.certificate.x509
Represents the ASN.1 type RDNSequence (Relative Distinguished Name).
X509DistinguishedName(String) - Constructor for class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Creates and initializes a distinguished name (X509DistinguishedName) object.
X509DistinguishedName(String, char) - Constructor for class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Creates and initializes a distinguished name (X509DistinguishedName) object.
X509DistinguishedName(ASN1InputStream) - Constructor for class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Creates and initializes a distinguished name (X509DistinguishedName) object.
X509DistinguishedName(byte[]) - Constructor for class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Creates and initializes a distinguished name (X509DistinguishedName) object.
X509DistinguishedName(byte[], int, int) - Constructor for class net.rim.device.api.crypto.certificate.x509.X509DistinguishedName
Creates and initializes a distinguished name (X509DistinguishedName) object.
X509PublicKeyHashKeyStoreIndex - Class in net.rim.device.api.crypto.certificate.x509
Provides indexing functionality for Key Stores based upon the hash of the encoded public key bytes of an X.509 certificate (as found in the public key field of the raw certificate, without DER tags).
X509PublicKeyHashKeyStoreIndex() - Constructor for class net.rim.device.api.crypto.certificate.x509.X509PublicKeyHashKeyStoreIndex
Creates a public key hash index for the key store based on a SHA1 Digest.
X509PublicKeyHashKeyStoreIndex(Digest) - Constructor for class net.rim.device.api.crypto.certificate.x509.X509PublicKeyHashKeyStoreIndex
Creates a public key hash index for the key store based on the specified digest algorithm.
X931SignatureSigner - Class in net.rim.device.api.crypto
Represents an X931 Signature signer.
X931SignatureSigner(RSAPrivateKey) - Constructor for class net.rim.device.api.crypto.X931SignatureSigner
Creates an X931SignatureSigner object given an RSA private key used for signing ( SHA-1 is the digest algorithm used ).
X931SignatureSigner(RSAPrivateKey, Digest) - Constructor for class net.rim.device.api.crypto.X931SignatureSigner
Creates an X931SignatureSigner object given an RSA private key used for signing and a digest.
X931SignatureVerifier - Class in net.rim.device.api.crypto
Represents the X931 signature verifier.
X931SignatureVerifier(RSAPublicKey, byte[], int) - Constructor for class net.rim.device.api.crypto.X931SignatureVerifier
Creates a new X931SignatureVerifier object using SHA-1 as the digest.
X931SignatureVerifier(RSAPublicKey, Digest, byte[], int) - Constructor for class net.rim.device.api.crypto.X931SignatureVerifier
Creates a new X931SignatureVerifier object given a digest as an additional parameter.
X942KDFPseudoRandomSource - Class in net.rim.device.api.crypto
Implements the key derivation function (KDF) found in ANSI X9.42.
X942KDFPseudoRandomSource(byte[], OID, byte[], byte[], byte[], byte[]) - Constructor for class net.rim.device.api.crypto.X942KDFPseudoRandomSource
Creates an X942KDFPseudoRandomSource object using the given parameters and the default SHA-1 digest.
X942KDFPseudoRandomSource(byte[], int, int, OID, byte[], byte[], byte[], byte[]) - Constructor for class net.rim.device.api.crypto.X942KDFPseudoRandomSource
Creates an X942KDFPseudoRandomSource object using the given parameters and the default SHA-1 digest.
X942KDFPseudoRandomSource(byte[], OID, byte[], byte[], byte[], byte[], Digest) - Constructor for class net.rim.device.api.crypto.X942KDFPseudoRandomSource
Creates an X942KDFPseudoRandomSource object using the specified parameters and the given digest.
X942KDFPseudoRandomSource(byte[], int, int, OID, byte[], byte[], byte[], byte[], Digest) - Constructor for class net.rim.device.api.crypto.X942KDFPseudoRandomSource
Creates an X942KDFPseudoRandomSource object using the given parameters and the specified digest.
X963KDFPseudoRandomSource - Class in net.rim.device.api.crypto
Implements the key derivation function (KDF) found in ANSI X9.63.
X963KDFPseudoRandomSource(byte[], byte[]) - Constructor for class net.rim.device.api.crypto.X963KDFPseudoRandomSource
Creates an X963KDFPseudoRandomSource object using the specified parameters and the default SHA-1 digest.
X963KDFPseudoRandomSource(byte[], int, int, byte[]) - Constructor for class net.rim.device.api.crypto.X963KDFPseudoRandomSource
Creates an X963KDFPseudoRandomSource object using the specified parameters and the default SHA-1 digest.
X963KDFPseudoRandomSource(byte[], byte[], Digest) - Constructor for class net.rim.device.api.crypto.X963KDFPseudoRandomSource
Creates an X963KDFPseudoRandomSource object using the specified parameters and the given digest.
X963KDFPseudoRandomSource(byte[], int, int, byte[], Digest) - Constructor for class net.rim.device.api.crypto.X963KDFPseudoRandomSource
Creates an X963KDFPseudoRandomSource object using the specified parameters and the given digest.
XDecryptorEngine - Class in net.rim.device.api.crypto
XDecryptorEngine efficiently extends the key space of a block cipher, by whitening (ie xor'ing) random secret data before and after the cipher executes.
XDecryptorEngine(BlockDecryptorEngine, InitializationVector, InitializationVector) - Constructor for class net.rim.device.api.crypto.XDecryptorEngine
Creates an XDecryptorEngine object with the given algorithm engine and whitening vectors.
XEncryptorEngine - Class in net.rim.device.api.crypto
The XEncryptorEngine class efficiently extends the key space of a block cipher, by whitening (ie xor'ing) random secret data before and after the cipher executes.
XEncryptorEngine(BlockEncryptorEngine) - Constructor for class net.rim.device.api.crypto.XEncryptorEngine
Creates an XEncryptorEngine object with the given algorithm engine.
XEncryptorEngine(BlockEncryptorEngine, InitializationVector, InitializationVector) - Constructor for class net.rim.device.api.crypto.XEncryptorEngine
Creates an XEncryptorEngine with the given algorithm engine and whitening vectors.
xmitDgslEvent(DatagramStatusListener, int, int, Object) - Method in class net.rim.device.api.io.DatagramTransportBase
Transmits a datagram status event to the specified listener.
XMLFilter - Interface in org.xml.sax
Interface for an XML filter.
XMLFilterImpl - Class in org.xml.sax.helpers
Base class for deriving an XML filter.
XMLFilterImpl() - Constructor for class org.xml.sax.helpers.XMLFilterImpl
Construct an empty XML filter, with no parent.
XMLFilterImpl(XMLReader) - Constructor for class org.xml.sax.helpers.XMLFilterImpl
Construct an XML filter with the specified parent.
XMLHashtable - Class in net.rim.device.api.io.parser.xml
This class converts an XML document into a hashtable that maps a String onto one or more Strings.
XMLHashtable(InputStream, boolean, boolean) - Constructor for class net.rim.device.api.io.parser.xml.XMLHashtable
Creates a new XMLHashtable for a given SAXParser and InputStream.
XMLHashtable(InputStream, boolean, boolean, String) - Constructor for class net.rim.device.api.io.parser.xml.XMLHashtable
Creates a new XMLHashtable for a given SAXParser and InputStream.
XMLHashtable(Node) - Constructor for class net.rim.device.api.io.parser.xml.XMLHashtable
Builds an XMLHashtable from an XML Document Object Model (DOM).
XMLHashtableMessageProcessor - Class in net.rim.device.api.io.parser.xml
MessageProcessor implementation that builds an XMLHashtable from the message body, and then updates the Object representation of the message body.
XMLHashtableMessageProcessor(boolean, boolean) - Constructor for class net.rim.device.api.io.parser.xml.XMLHashtableMessageProcessor
Constructs an XMLHashtableMessageProcessor.
xmlHttpRequestAbort(int) - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldDebugger
Deprecated. This method is invoked when an XMLHttpRequest (XHR) object request is aborted
xmlHttpRequestRequest(int, String, HttpHeaders, String, String) - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldDebugger
Deprecated. This method is invoked when an XMLHttpRequest (XHR) object request is initiated from JavaScript
xmlHttpRequestResponse(int, String, int, HttpHeaders) - Method in class net.rim.device.api.browser.field2.debug.BrowserFieldDebugger
Deprecated. This method is invoked when a response for an XMLHttpRequest (XHR) object request is received
XMLNS - Static variable in class org.xml.sax.helpers.NamespaceSupport
The XML Namespace URI as a constant.
XMLParser - Class in net.rim.device.api.xml.jaxp
An XML1.0 SAX parser.
XMLParser() - Constructor for class net.rim.device.api.xml.jaxp.XMLParser
 
XMLReader - Interface in org.xml.sax
Interface for reading an XML document using callbacks.
XMLReaderFactory - Class in org.xml.sax.helpers
Factory for creating an XML reader.
XMLWriter - Class in net.rim.device.api.xml.jaxp
This class implements an XML writer as a SAX parser handler.
XMLWriter(OutputStream) - Constructor for class net.rim.device.api.xml.jaxp.XMLWriter
Creates an XMLWriter.
xor(BitArray) - Method in class com.google.zxing.common.BitArray
 
xor(BitVector) - Method in class com.google.zxing.qrcode.encoder.BitVector
Deprecated.  
xor(BitSet) - Method in class net.rim.device.api.util.BitSet
Performs binary XOR on this set with provided mask.
xorBytes(byte[], int, int) - Method in class net.rim.device.api.crypto.AbstractPseudoRandomSource
Exclusive-OR's random bytes into the given buffer starting at the specified array offset.
xorBytes(byte[]) - Method in class net.rim.device.api.crypto.AbstractPseudoRandomSource
Exclusive-OR's random bytes into the given buffer.
xorBytes(byte[], int, int, byte[], int) - Method in class net.rim.device.api.crypto.AbstractPseudoRandomSource
Copies the bytes of the given data into the given buffer, and then exclusive-OR's random bytes into the copy.
xorBytes(byte[], int, int) - Method in class net.rim.device.api.crypto.AESCTRDRBGPseudoRandomSource
Exclusive-OR's (xor) random bytes into the specified buffer starting at the specified array offset.
xorBytes(byte[], int, int) - Method in class net.rim.device.api.crypto.ARC4PseudoRandomSource
Exclusive-OR's random bytes into the given buffer starting at the specified array offset.
xorBytes(byte[], int, int) - Method in class net.rim.device.api.crypto.CTRPseudoRandomSource
 
xorBytes(byte[], int, int) - Method in class net.rim.device.api.crypto.FIPS186PseudoRandomSource
Exclusive-OR's (xor) random bytes into the specified buffer starting at the specified array offset.
xorBytes(byte[], int, int) - Method in class net.rim.device.api.crypto.OFBPseudoRandomSource
 
xorBytes(byte[], int, int) - Method in class net.rim.device.api.crypto.P1363KDF1PseudoRandomSource
 
xorBytes(byte[], int, int) - Method in class net.rim.device.api.crypto.PKCS1MGF1PseudoRandomSource
 
xorBytes(byte[], int, int) - Method in class net.rim.device.api.crypto.PKCS5KDF1PseudoRandomSource
 
xorBytes(byte[], int, int) - Method in class net.rim.device.api.crypto.PKCS5KDF2PseudoRandomSource
Exclusive-OR's (xor) random bytes into the given buffer starting at the specified array offset.
xorBytes(byte[], int, int) - Method in interface net.rim.device.api.crypto.PseudoRandomSource
Exclusive-OR's (xor) random bytes into the given buffer starting at the specified array offset.
xorBytes(byte[]) - Method in interface net.rim.device.api.crypto.PseudoRandomSource
Exclusive-OR's (xor) random bytes into the given buffer.
xorBytes(byte[], int, int, byte[], int) - Method in interface net.rim.device.api.crypto.PseudoRandomSource
Copies the bytes of the given data into the given buffer, and then exclusive-OR's random bytes into the copy.
xorBytes(byte[], int, int) - Method in class net.rim.device.api.crypto.RFC2631KDFPseudoRandomSource
 
xorBytes(byte[], int, int) - Method in class net.rim.device.api.crypto.SPKMKDFPseudoRandomSource
 
xorBytes(byte[], int, int) - Method in class net.rim.device.api.crypto.X942KDFPseudoRandomSource
 
xorBytes(byte[], int, int) - Method in class net.rim.device.api.crypto.X963KDFPseudoRandomSource
 
xorCopy(byte[]) - Method in class net.rim.device.api.crypto.AbstractPseudoRandomSource
Copies the bytes of the given data into a new buffer, and then exclusive-OR's random bytes into the copy.
xorCopy(byte[], int, int) - Method in class net.rim.device.api.crypto.AbstractPseudoRandomSource
Copies the bytes of the given data into a new buffer, and then exclusive-OR's random bytes into the copy.
xorCopy(byte[]) - Method in interface net.rim.device.api.crypto.PseudoRandomSource
Copies the bytes of the given data into a new buffer, and then exclusive-OR's random bytes into the copy.
xorCopy(byte[], int, int) - Method in interface net.rim.device.api.crypto.PseudoRandomSource
Copies the bytes of the given data into a new buffer, and then exclusive-OR's random bytes into the copy.
XSD_DECIMAL - Static variable in class net.rim.device.api.io.parser.soap.SOAPConstants
Data type for Decimal.
XSD_INT - Static variable in class net.rim.device.api.io.parser.soap.SOAPConstants
Data type for Integer and int.
XSD_LONG - Static variable in class net.rim.device.api.io.parser.soap.SOAPConstants
Data type for Long.
XSD_STRING - Static variable in class net.rim.device.api.io.parser.soap.SOAPConstants
Data type for String.
XYDimension - Class in net.rim.device.api.ui
Represents a dimension on a two dimensional, cartesian plane.
XYDimension() - Constructor for class net.rim.device.api.ui.XYDimension
Creates a new XYDimension instance, but does not initialize it.
XYDimension(int, int) - Constructor for class net.rim.device.api.ui.XYDimension
Creates a new XYDimension instance with provided width and height.
XYDimension(XYDimension) - Constructor for class net.rim.device.api.ui.XYDimension
Creates a new XYDemension based on an existing dimension object.
XYEdges - Class in net.rim.device.api.ui
Used to describe padding, borders, and margins.
XYEdges() - Constructor for class net.rim.device.api.ui.XYEdges
Creates a new, empty XYEdges instance.
XYEdges(int, int, int, int) - Constructor for class net.rim.device.api.ui.XYEdges
Creates a new XYEdges instance with provided borders.
XYPoint - Class in net.rim.device.api.ui
Represents a point on a two dimensional, cartesian plane.
XYPoint() - Constructor for class net.rim.device.api.ui.XYPoint
Constructs an origin point.
XYPoint(int, int) - Constructor for class net.rim.device.api.ui.XYPoint
Constructs a specified point.
XYPoint(XYPoint) - Constructor for class net.rim.device.api.ui.XYPoint
Constructs a copy of a point.
XYRect - Class in net.rim.device.api.ui
Represents a two dimensional rectangle.
XYRect() - Constructor for class net.rim.device.api.ui.XYRect
Constructs a new XYRect instance and sets all fields to 0.
XYRect(XYPoint, XYPoint) - Constructor for class net.rim.device.api.ui.XYRect
Constructs a rectangle from two points.
XYRect(XYRect) - Constructor for class net.rim.device.api.ui.XYRect
Constructs a copy of a rectangle.
XYRect(int, int, int, int) - Constructor for class net.rim.device.api.ui.XYRect
Constructs a specified rectangle.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal