| Java 1.4 Class Documentation Inverted Index |
org.w3c.dom.ProcessingInstruction
|
The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to | keep processor-specific information in the text of the document. |
java.text.ParsePosition
|
ParsePosition is a simple class used by Format and its subclasses to | keep track of the current position during parsing. |
java.io.LineNumberInputStream
|
LineNumberInputStream: This class is an input stream filter that provides the added functionality of | keeping track of the current line number. |
java.io.LineNumberReader
|
LineNumberReader: A buffered character-input stream that | keeps track of line numbers. |
...auth.kerberos.DelegationPermission
|
This class is used to restrict the usage of the | Kerberos delegation model, ie: forwardable and proxiable tickets. |
...security.auth.kerberos.KerberosPrincipal
|
KerberosPrincipal: This class encapsulates a | Kerberos principal. |
...security.auth.kerberos.ServicePermission
|
This class is used to protect | Kerberos services and the credentials necessary to access those services. |
...security.auth.kerberos.KerberosTicket
|
This class encapsulates a | Kerberos ticket and associated information as viewed from the client's point of view. |
...security.auth.kerberos.KerberosPrincipal
|
KerberosPrincipal: This class encapsulates a Kerberos principal. | |
java.awt.image.Kernel
|
The | Kernel class defines a matrix that describes how a specified pixel and its surrounding pixels affect the value computed for the pixel's position in the output image of a filtering operation. |
java.awt.AWTKeyStroke
|
An AWTKeyStroke represents a | key action on the keyboard, or equivalent input device. |
java.security.KeyException
|
KeyException: This is the basic | key exception. |
java.security.KeyFactory
|
Key factories are used to convert keys opaque cryptographic keys of type Key into key specifications transparent representations of the underlying key material , and vice versa. | |
javax.security.auth.kerberos.KerberosKey
|
This class encapsulates a long term secret | key for a Kerberos principal. |
java.security.spec.EncodedKeySpec
|
EncodedKeySpec: This class represents a public or private | key in encoded format. |
java.security.UnrecoverableKeyException
|
UnrecoverableKeyException: This exception is thrown if a | key in the keystore cannot be recovered. |
java.security.Key
|
The | Key interface is the top-level interface for all keys. |
java.security.KeyManagementException
|
This is the general | key management exception for all operations dealing with key management. |
java.security.spec.KeySpec
|
A transparent specification of the | key material that constitutes a cryptographic key. |
java.util.SortedMap
|
SortedMap: A map that further guarantees that it will be in ascending | key order, sorted according to the natural ordering of its keys see the Comparable interface , or by a comparator provided at sorted map creation time. |
java.security.KeyPair
|
KeyPair: This class is a simple holder for a | key pair a public key and a private key . |
java.security.spec.RSAKeyGenParameterSpec
|
RSAKeyGenParameterSpec: This class specifies the set of parameters used to generate an RSA | key pair. |
...security.interfaces.DSAKeyPairGenerator
|
An interface to an object capable of generating DSA | key pairs. |
java.security.interfaces.DSAParams
|
DSAParams: Interface to a DSA-specific set of | key parameters, which defines a DSA key family. |
java.security.spec.InvalidKeySpecException
|
InvalidKeySpecException: This is the exception for invalid | key specifications. |
java.nio.channels.CancelledKeyException
|
CancelledKeyException: Unchecked exception thrown when an attempt is made to use a selection | key that is no longer valid. |
java.security.spec.DSAPublicKeySpec
|
DSAPublicKeySpec: This class specifies a DSA public | key with its associated parameters. |
java.security.spec.RSAPrivateCrtKeySpec
|
RSAPrivateCrtKeySpec: This class specifies an RSA private | key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem CRT information values for efficiency. |
java.security.interfaces.RSAPrivateCrtKey
|
RSAPrivateCrtKey: The interface to an RSA private | key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem CRT information values. |
...spec.RSAMultiPrimePrivateCrtKeySpec
|
RSAMultiPrimePrivateCrtKeySpec: This class specifies an RSA multi-prime private | key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem CRT information values for efficiency. |
...interfaces.RSAMultiPrimePrivateCrtKey
|
RSAMultiPrimePrivateCrtKey: The interface to an RSA multi-prime private | key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem CRT information values. |
java.security.spec.PKCS8EncodedKeySpec
|
PKCS8EncodedKeySpec: This class represents the ASN.1 encoding of a private | key, encoded according to the ASN.1 type PrivateKeyInfo. |
java.security.spec.X509EncodedKeySpec
|
X509EncodedKeySpec: This class represents the ASN.1 encoding of a public | key, encoded according to the ASN.1 type SubjectPublicKeyInfo. |
java.security.PublicKey
|
A public | key. |
java.awt.RenderingHints.Key
|
Key: Defines the base type of all keys used to control various aspects of the rendering and imaging pipelines. | |
java.util.Map.Entry
|
A map entry | key-value pair . |
java.awt.event.KeyAdapter
|
KeyAdapter: An abstract adapter class for receiving keyboard events. | |
java.awt.MenuShortcut
|
The MenuShortcutclass represents a | keyboard accelerator for a MenuItem. |
javax.accessibility.AccessibleKeyBinding
|
The AccessibleKeyBinding interface should be supported by any object that has a | keyboard bindings such as a keyboard mnemonic and/or keyboard shortcut which can be used to select the object. |
java.awt.event.KeyListener
|
The listener interface for receiving | keyboard events keystrokes . |
java.awt.event.KeyAdapter
|
KeyAdapter: An abstract adapter class for receiving | keyboard events. |
java.awt.event.FocusListener
|
The listener interface for receiving | keyboard focus events on a component. |
java.awt.event.FocusAdapter
|
FocusAdapter: An abstract adapter class for receiving | keyboard focus events. |
java.awt.Robot
|
This class is used to generate native system input events for the purposes of test automation, self-running demos, and other applications where control of the mouse and | keyboard is needed. |
java.awt.im.InputContext
|
Provides methods to control text input facilities such as input methods and | keyboard layouts. |
java.awt.HeadlessException
|
HeadlessException: Thrown when code that is dependent on a | keyboard, display, or mouse is called in an environment that does not support a keyboard, display, or mouse. |
java.awt.AWTKeyStroke
|
An AWTKeyStroke represents a key action on the | keyboard, or equivalent input device. |
java.awt.DefaultKeyboardFocusManager
|
DefaultKeyboardFocusManager: The default | KeyboardFocusManager for AWT applications. |
java.awt.KeyEventPostProcessor
|
A KeyEventPostProcessor cooperates with the current | KeyboardFocusManager in the final resolution of all unconsumed KeyEvents. |
java.awt.KeyEventDispatcher
|
A KeyEventDispatcher cooperates with the current | KeyboardFocusManager in the targeting and dispatching of all KeyEvents. |
java.awt.KeyboardFocusManager
|
The | KeyboardFocusManager is responsible for managing the active and focused Windows, and the current focus owner. |
java.awt.KeyEventDispatcher
|
A | KeyEventDispatcher cooperates with the current KeyboardFocusManager in the targeting and dispatching of all KeyEvents. |
java.awt.KeyEventPostProcessor
|
A | KeyEventPostProcessor cooperates with the current KeyboardFocusManager in the final resolution of all unconsumed KeyEvents. |
java.awt.KeyEventPostProcessor
|
A KeyEventPostProcessor cooperates with the current KeyboardFocusManager in the final resolution of all unconsumed | KeyEvents. |
java.security.KeyException
|
KeyException: This is the basic key exception. | |
java.security.KeyFactorySpi
|
KeyFactorySpi: This class defines the Service Provider Interface SPI for the | KeyFactory class. |
java.security.KeyFactorySpi
|
KeyFactorySpi: This class defines the Service Provider Interface SPI for the KeyFactory class. | |
java.security.KeyPair
|
KeyPair: This class is a simple holder for a key pair a public key and a private key . | |
java.security.KeyPairGenerator
|
The | KeyPairGenerator class is used to generate pairs of public and private keys. |
java.security.KeyPairGeneratorSpi
|
KeyPairGeneratorSpi: This class defines the Service Provider Interface SPI for the | KeyPairGenerator class, which is used to generate pairs of public and private keys. |
java.security.KeyPairGeneratorSpi
|
KeyPairGeneratorSpi: This class defines the Service Provider Interface SPI for the KeyPairGenerator class, which is used to generate pairs of public and private keys. | |
java.awt.font.TextAttribute
|
The TextAttribute class defines attribute | keys and attribute values used for text rendering. |
java.security.KeyStore
|
This class represents an in-memory collection of | keys and certificates. |
java.util.IdentityHashMap
|
This class implements the Map interface with a hash table, using reference-equality in place of object-equality when comparing | keys and values . |
java.text.DateFormat.Field
|
Defines constants that are used as attribute | keys in the AttributedCharacterIterator returned from DateFormat.formatToCharacterIterator and as field identifiers in FieldPosition. |
java.text.Format.Field
|
Defines constants that are used as attribute | keys in the AttributedCharacterIterator returned from Format.formatToCharacterIterator and as field identifiers in FieldPosition. |
java.text.MessageFormat.Field
|
Field: Defines constants that are used as attribute | keys in the AttributedCharacterIterator returned from MessageFormat.formatToCharacterIterator. |
java.text.NumberFormat.Field
|
Defines constants that are used as attribute | keys in the AttributedCharacterIterator returned from NumberFormat.formatToCharacterIterator and as field identifiers in FieldPosition. |
java.security.InvalidKeyException
|
InvalidKeyException: This is the exception for invalid | Keys invalid encoding, wrong length, uninitialized, etc . |
java.security.KeyFactory
|
Key factories are used to convert | keys opaque cryptographic keys of type Key into key specifications transparent representations of the underlying key material , and vice versa. |
java.util.SortedMap
|
SortedMap: A map that further guarantees that it will be in ascending key order, sorted according to the natural ordering of its | keys see the Comparable interface , or by a comparator provided at sorted map creation time. |
...text.AttributedCharacterIterator.Attribute
|
Defines attribute | keys that are used to identify text attributes. |
java.util.Hashtable
|
This class implements a hashtable, which maps | keys to values. |
java.awt.RenderingHints.Key
|
Key: Defines the base type of all | keys used to control various aspects of the rendering and imaging pipelines. |
java.nio.channels.spi.AbstractSelectionKey
|
AbstractSelectionKey: Base implementation class for selection | keys. |
java.security.UnrecoverableKeyException
|
UnrecoverableKeyException: This exception is thrown if a key in the | keystore cannot be recovered. |
java.security.KeyStoreSpi
|
KeyStoreSpi: This class defines the Service Provider Interface SPI for the | KeyStore class. |
java.security.KeyStoreException
|
KeyStoreException: This is the generic | KeyStore exception. |
java.security.KeyStoreException
|
KeyStoreException: This is the generic KeyStore exception. | |
java.security.KeyStoreSpi
|
KeyStoreSpi: This class defines the Service Provider Interface SPI for the KeyStore class. | |
java.awt.event.KeyEvent
|
An event which indicates that a | keystroke occurred in a component. |
java.awt.event.KeyListener
|
The listener interface for receiving keyboard events | keystrokes . |
java.lang.Void
|
The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the Java | keyword void. |
javax.print.attribute.standard.Finishings
|
Class Finishings is a printing attribute class, an enumeration, that identifies whether the printer applies a finishing operation of some | kind of binding to each copy of each printed document in the job. |
java.awt.ActiveEvent
|
An interface for events that | know how dispatch themselves. |
java.awt.LayoutManager
|
LayoutManager: Defines the interface for classes that | know how to lay out Containers. |
java.awt.LayoutManager2
|
LayoutManager2: Defines an interface for classes that | know how to layout Containers based on a layout constraints object. |
...print.event.PrintServiceAttributeEvent
|
Class PrintServiceAttributeEvent encapsulates an event a Print Service instance reports to let the client | know of changes in the print service state. |
javax.print.event.PrintJobEvent
|
Class PrintJobEvent encapsulates common events a print job reports to let a listener | know of progress in the processing of the {@link DocPrintJob}. |
javax.print.event.PrintJobAttributeEvent
|
Class PrintJobAttributeEvent encapsulates an event a PrintService reports to let the client | know that one or more printing attributes for a PrintJob have changed. |
java.util.List
|
An ordered collection also | known as a sequence . |
java.security.cert.CertPathValidator
|
A class for validating certification paths also | known as certificate chains . |
java.rmi.activation.UnknownGroupException
|
An UnknownGroupException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationGroupID parameter to the method is determined to be invalid, i.e., not | known by the ActivationSystem. |
java.net.Authenticator
|
The class Authenticator represents an object that | knows how to obtain authentication for a network connection. |
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.