Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form|System Properties
K
- K1Div2Luminance - Static variable in class javax.imageio.plugins.jpeg.JPEGQTable
-
The sample luminance quantization table given in the JPEG specification, table K.1, with all elements divided by 2.
- K1Luminance - Static variable in class javax.imageio.plugins.jpeg.JPEGQTable
-
The sample luminance quantization table given in the JPEG specification, table K.1.
- K2Chrominance - Static variable in class javax.imageio.plugins.jpeg.JPEGQTable
-
The sample chrominance quantization table given in the JPEG specification, table K.2.
- K2Div2Chrominance - Static variable in class javax.imageio.plugins.jpeg.JPEGQTable
-
The sample chrominance quantization table given in the JPEG specification, table K.1, with all elements divided by 2.
- KAITHI - Enum constant in enum class java.lang.Character.UnicodeScript
-
Unicode script "Kaithi".
- KAITHI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Kaithi" Unicode character block.
- KAKTOVIK_NUMERALS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Kaktovik Numerals" Unicode character block.
- KAKU_0 - Static variable in class javax.print.attribute.standard.MediaSize.JIS
-
Specifies the JIS Kaku ("square") #0 envelope size, 287 mm by 382 mm.
- KAKU_1 - Static variable in class javax.print.attribute.standard.MediaSize.JIS
-
Specifies the JIS Kaku ("square") #1 envelope size, 270 mm by 382 mm.
- KAKU_2 - Static variable in class javax.print.attribute.standard.MediaSize.JIS
-
Specifies the JIS Kaku ("square") #2 envelope size, 240 mm by 332 mm.
- KAKU_20 - Static variable in class javax.print.attribute.standard.MediaSize.JIS
-
Specifies the JIS Kaku ("square") #20 envelope size, 229 mm by 324 mm.
- KAKU_3 - Static variable in class javax.print.attribute.standard.MediaSize.JIS
-
Specifies the JIS Kaku ("square") #3 envelope size, 216 mm by 277 mm.
- KAKU_4 - Static variable in class javax.print.attribute.standard.MediaSize.JIS
-
Specifies the JIS Kaku ("square") #4 envelope size, 197 mm by 267 mm.
- KAKU_5 - Static variable in class javax.print.attribute.standard.MediaSize.JIS
-
Specifies the JIS Kaku ("square") #5 envelope size, 190 mm by 240 mm.
- KAKU_6 - Static variable in class javax.print.attribute.standard.MediaSize.JIS
-
Specifies the JIS Kaku ("square") #6 envelope size, 162 mm by 229 mm.
- KAKU_7 - Static variable in class javax.print.attribute.standard.MediaSize.JIS
-
Specifies the JIS Kaku ("square") #7 envelope size, 142 mm by 205 mm.
- KAKU_8 - Static variable in class javax.print.attribute.standard.MediaSize.JIS
-
Specifies the JIS Kaku ("square") #8 envelope size, 119 mm by 197 mm.
- KAKU_A4 - Static variable in class javax.print.attribute.standard.MediaSize.JIS
-
Specifies the JIS Kaku ("square") A4 envelope size, 228 mm by 312 mm.
- KANA_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Kana Extended-A" Unicode character block.
- KANA_EXTENDED_B - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Kana Extended-B" Unicode character block.
- KANA_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Kana Supplement" Unicode character block.
- KANBUN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Kanbun" Unicode character block.
- KANGXI_RADICALS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Kangxi Radicals" Unicode character block.
- KANJI - Static variable in class java.awt.im.InputSubset
-
Constant for all Han characters used in writing Japanese, including a subset of the CJK unified ideographs as well as Japanese Han characters that may be defined as surrogate characters.
- KANNADA - Enum constant in enum class java.awt.font.NumericShaper.Range
-
The Kannada range with the Kannada digits.
- KANNADA - Enum constant in enum class java.lang.Character.UnicodeScript
-
Unicode script "Kannada".
- KANNADA - Static variable in class java.awt.font.NumericShaper
-
Identifies the KANNADA range and decimal base.
- KANNADA - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Kannada" Unicode character block.
- KATAKANA - Enum constant in enum class java.lang.Character.UnicodeScript
-
Unicode script "Katakana".
- KATAKANA - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Katakana" Unicode character block.
- KATAKANA_PHONETIC_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Katakana Phonetic Extensions" Unicode character block.
- KAWI - Enum constant in enum class java.lang.Character.UnicodeScript
-
Unicode script "Kawi".
- KAWI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Kawi" Unicode character block.
- KAYAH_LI - Enum constant in enum class java.awt.font.NumericShaper.Range
-
The Kayah Li range with the Kayah Li digits.
- KAYAH_LI - Enum constant in enum class java.lang.Character.UnicodeScript
-
Unicode script "Kayah_Li".
- KAYAH_LI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Kayah Li" Unicode character block.
- KBD - Static variable in class javax.swing.text.html.HTML.Tag
-
Tag <kbd>
- KEEP_CURRENT_RESULT - Static variable in interface java.sql.Statement
-
The constant indicating that the current
ResultSet
object should not be closed when callinggetMoreResults
. - KEM - Class in javax.crypto
-
This class provides the functionality of a Key Encapsulation Mechanism (KEM).
- KEM.Decapsulator - Class in javax.crypto
-
A decapsulator, generated by
KEM.newDecapsulator(java.security.PrivateKey)
on the KEM receiver side. - KEM.Encapsulated - Class in javax.crypto
-
This class specifies the return value of the encapsulate method of a Key Encapsulation Mechanism (KEM), which includes the shared secret (as a
SecretKey
), the key encapsulation message, and optional parameters. - KEM.Encapsulator - Class in javax.crypto
-
An encapsulator, generated by
KEM.newEncapsulator(java.security.PublicKey)
on the KEM sender side. - KEMSpi - Interface in javax.crypto
-
This class defines the Service Provider Interface (SPI) for the
KEM
class. - KEMSpi.DecapsulatorSpi - Interface in javax.crypto
-
The KEM decapsulator implementation, generated by
KEMSpi.engineNewDecapsulator(java.security.PrivateKey, java.security.spec.AlgorithmParameterSpec)
on the KEM receiver side. - KEMSpi.EncapsulatorSpi - Interface in javax.crypto
-
The KEM encapsulator implementation, generated by
KEMSpi.engineNewEncapsulator(java.security.PublicKey, java.security.spec.AlgorithmParameterSpec, java.security.SecureRandom)
on the KEM sender side. - KerberosCredMessage - Class in javax.security.auth.kerberos
-
This class encapsulates a Kerberos 5 KRB_CRED message which can be used to send Kerberos credentials from one principal to another.
- KerberosCredMessage(KerberosPrincipal, KerberosPrincipal, byte[]) - Constructor for class javax.security.auth.kerberos.KerberosCredMessage
-
Constructs a
KerberosCredMessage
object. - KerberosKey - Class in javax.security.auth.kerberos
-
This class encapsulates a long term secret key for a Kerberos principal.
- KerberosKey(KerberosPrincipal, byte[], int, int) - Constructor for class javax.security.auth.kerberos.KerberosKey
-
Constructs a
KerberosKey
from the given bytes when the key type and key version number are known. - KerberosKey(KerberosPrincipal, char[], String) - Constructor for class javax.security.auth.kerberos.KerberosKey
-
Constructs a
KerberosKey
from a principal's password using the specified algorithm name. - KerberosPrincipal - Class in javax.security.auth.kerberos
-
This class encapsulates a Kerberos principal.
- KerberosPrincipal(String) - Constructor for class javax.security.auth.kerberos.KerberosPrincipal
-
Constructs a
KerberosPrincipal
from the provided string input. - KerberosPrincipal(String, int) - Constructor for class javax.security.auth.kerberos.KerberosPrincipal
-
Constructs a
KerberosPrincipal
from the provided string and name type input. - KerberosTicket - Class in javax.security.auth.kerberos
-
This class encapsulates a Kerberos ticket and associated information as viewed from the client's point of view.
- KerberosTicket(byte[], KerberosPrincipal, KerberosPrincipal, byte[], int, boolean[], Date, Date, Date, Date, InetAddress[]) - Constructor for class javax.security.auth.kerberos.KerberosTicket
-
Constructs a
KerberosTicket
using credentials information that a client either receives from a KDC or reads from a cache. - Kernel - Class in java.awt.image
-
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. - Kernel(int, int, float[]) - Constructor for class java.awt.image.Kernel
-
Constructs a
Kernel
object from an array of floats. - KERNING - Static variable in class java.awt.font.TextAttribute
-
Attribute key to request kerning.
- KERNING_ON - Static variable in class java.awt.font.TextAttribute
-
Request standard kerning.
- key - Variable in class java.awt.Event
-
Deprecated.The key code of the key that was pressed in a keyboard event.
- key - Variable in class javax.accessibility.AccessibleBundle
-
The locale independent name of the state.
- key - Variable in class javax.swing.text.JTextComponent.KeyBinding
-
The key.
- key() - Method in class javax.crypto.KEM.Encapsulated
-
Returns the
SecretKey
. - Key - Interface in java.security
-
The
Key
interface is the top-level interface for all keys. - Key(int) - Constructor for class java.awt.RenderingHints.Key
-
Construct a key using the indicated private key.
- KEY - Static variable in class com.sun.java.accessibility.util.EventID
-
Maps to AWT Key support (i.e., KeyListener and KeyEvent)
- KEY_ACTION - Static variable in class java.awt.Event
-
Deprecated.The user has pressed a non-ASCII action key.
- KEY_ACTION_RELEASE - Static variable in class java.awt.Event
-
Deprecated.The user has released a non-ASCII action key.
- KEY_AGREEMENT - Enum constant in enum class java.security.CryptoPrimitive
-
Asymmetric primitive: key agreement and key distribution
- KEY_ALPHA_INTERPOLATION - Static variable in class java.awt.RenderingHints
-
Alpha interpolation hint key.
- KEY_ANTIALIASING - Static variable in class java.awt.RenderingHints
-
Antialiasing hint key.
- KEY_COLOR_RENDERING - Static variable in class java.awt.RenderingHints
-
Color rendering hint key.
- KEY_COMPROMISE - Enum constant in enum class java.security.cert.CRLReason
-
This reason indicates that it is known or suspected that the certificate subject's private key has been compromised.
- KEY_DITHERING - Static variable in class java.awt.RenderingHints
-
Dithering hint key.
- KEY_ENCAPSULATION - Enum constant in enum class java.security.CryptoPrimitive
-
Asymmetric primitive: key encapsulation mechanism
- KEY_EVENT_MASK - Static variable in class java.awt.AWTEvent
-
The event mask for selecting key events.
- KEY_FIRST - Static variable in class java.awt.event.KeyEvent
-
The first number in the range of ids used for key events.
- KEY_FRACTIONALMETRICS - Static variable in class java.awt.RenderingHints
-
Font fractional metrics hint key.
- KEY_INTERPOLATION - Static variable in class java.awt.RenderingHints
-
Interpolation hint key.
- KEY_LAST - Static variable in class java.awt.event.KeyEvent
-
The last number in the range of ids used for key events.
- KEY_LOCATION_LEFT - Static variable in class java.awt.event.KeyEvent
-
A constant indicating that the key pressed or released is in the left key location (there is more than one possible location for this key).
- KEY_LOCATION_NUMPAD - Static variable in class java.awt.event.KeyEvent
-
A constant indicating that the key event originated on the numeric keypad or with a virtual key corresponding to the numeric keypad.
- KEY_LOCATION_RIGHT - Static variable in class java.awt.event.KeyEvent
-
A constant indicating that the key pressed or released is in the right key location (there is more than one possible location for this key).
- KEY_LOCATION_STANDARD - Static variable in class java.awt.event.KeyEvent
-
A constant indicating that the key pressed or released is not distinguished as the left or right version of a key, and did not originate on the numeric keypad (or did not originate with a virtual key corresponding to the numeric keypad).
- KEY_LOCATION_UNKNOWN - Static variable in class java.awt.event.KeyEvent
-
A constant indicating that the keyLocation is indeterminate or not relevant.
- KEY_PRESS - Static variable in class java.awt.Event
-
Deprecated.The user has pressed a normal key.
- KEY_PRESSED - Static variable in class java.awt.event.KeyEvent
-
The "key pressed" event.
- KEY_RELEASE - Static variable in class java.awt.Event
-
Deprecated.The user has released a normal key.
- KEY_RELEASED - Static variable in class java.awt.event.KeyEvent
-
The "key released" event.
- KEY_RENDERING - Static variable in class java.awt.RenderingHints
-
Rendering hint key.
- KEY_RESOLUTION_VARIANT - Static variable in class java.awt.RenderingHints
-
Image resolution variant hint key.
- KEY_STROKE_CONTROL - Static variable in class java.awt.RenderingHints
-
Stroke normalization control hint key.
- KEY_TEXT_ANTIALIASING - Static variable in class java.awt.RenderingHints
-
Text antialiasing hint key.
- KEY_TEXT_LCD_CONTRAST - Static variable in class java.awt.RenderingHints
-
LCD text contrast rendering hint key.
- KEY_TYPED - Static variable in class java.awt.event.KeyEvent
-
The "key typed" event.
- KEY_WRAP - Enum constant in enum class java.security.CryptoPrimitive
-
Symmetric primitive: key wrap
- KeyAdapter - Class in java.awt.event
-
An abstract adapter class for receiving keyboard events.
- KeyAdapter() - Constructor for class java.awt.event.KeyAdapter
-
Constructs a
KeyAdapter
. - KeyAgreement - Class in javax.crypto
-
This class provides the functionality of a key agreement (or key exchange) protocol.
- KeyAgreement(KeyAgreementSpi, Provider, String) - Constructor for class javax.crypto.KeyAgreement
-
Creates a
KeyAgreement
object. - KeyAgreementSpi - Class in javax.crypto
-
This class defines the Service Provider Interface (SPI) for the
KeyAgreement
class. - KeyAgreementSpi() - Constructor for class javax.crypto.KeyAgreementSpi
-
Constructor for subclasses to call.
- KeyAlreadyExistsException - Exception Class in javax.management.openmbean
-
This runtime exception is thrown to indicate that the index of a row to be added to a tabular data instance is already used to refer to another row in this tabular data instance.
- KeyAlreadyExistsException() - Constructor for exception class javax.management.openmbean.KeyAlreadyExistsException
-
A KeyAlreadyExistsException with no detail message.
- KeyAlreadyExistsException(String) - Constructor for exception class javax.management.openmbean.KeyAlreadyExistsException
-
A KeyAlreadyExistsException with a detail message.
- KeyBinding(KeyStroke, String) - Constructor for class javax.swing.text.JTextComponent.KeyBinding
-
Creates a new key binding.
- KEYBOARD_DIVIDER_MOVE_OFFSET - Static variable in class javax.swing.plaf.basic.BasicSplitPaneUI
-
How far (relative) the divider does move when it is moved around by the cursor keys on the keyboard.
- KeyboardDownRightHandler() - Constructor for class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardDownRightHandler
-
Constructs a
KeyboardDownRightHandler
. - keyboardDownRightListener - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
-
Deprecated.As of Java 2 platform v1.3.
- KeyboardEndHandler() - Constructor for class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardEndHandler
-
Constructs a
KeyboardEndHandler
. - keyboardEndListener - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
-
Deprecated.As of Java 2 platform v1.3.
- KeyboardFocusManager - Class in java.awt
-
The KeyboardFocusManager is responsible for managing the active and focused Windows, and the current focus owner.
- KeyboardFocusManager() - Constructor for class java.awt.KeyboardFocusManager
-
Initializes a KeyboardFocusManager.
- KeyboardFocusManager and Browser Contexts - Search tag in package java.awt
- Section
- KeyboardHomeHandler() - Constructor for class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardHomeHandler
-
Constructs a
KeyboardHomeHandler
. - keyboardHomeListener - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
-
Deprecated.As of Java 2 platform v1.3.
- KeyboardResizeToggleHandler() - Constructor for class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardResizeToggleHandler
-
Constructs a
KeyboardResizeToggleHandler
. - keyboardResizeToggleListener - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
-
Deprecated.As of Java 2 platform v1.3.
- KeyboardUpLeftHandler() - Constructor for class javax.swing.plaf.basic.BasicSplitPaneUI.KeyboardUpLeftHandler
-
Constructs a
KeyboardUpLeftHandler
. - keyboardUpLeftListener - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
-
Deprecated.As of Java 2 platform v1.3.
- keyDown(Event, int) - Method in class java.awt.Component
-
Deprecated.As of JDK version 1.1, replaced by processKeyEvent(KeyEvent).
- keyEqualsCharSet() - Method in exception class javax.swing.text.ChangedCharSetException
-
Returns the char set key.
- KeyEvent - Class in java.awt.event
-
An event which indicates that a keystroke occurred in a component.
- KeyEvent(Component, int, long, int, int) - Constructor for class java.awt.event.KeyEvent
-
Deprecated.as of JDK1.1; use
KeyEvent(Component, int, long, int, int, char)
instead - KeyEvent(Component, int, long, int, int, char) - Constructor for class java.awt.event.KeyEvent
-
Constructs a
KeyEvent
object. - KeyEvent(Component, int, long, int, int, char, int) - Constructor for class java.awt.event.KeyEvent
-
Constructs a
KeyEvent
object. - KeyEventDispatcher - Interface in java.awt
-
A KeyEventDispatcher cooperates with the current KeyboardFocusManager in the targeting and dispatching of all KeyEvents.
- KeyEventDispatcher and KeyEventPostProcessor - Search tag in package java.awt
- Section
- KeyEventPostProcessor - Interface in java.awt
-
A KeyEventPostProcessor cooperates with the current KeyboardFocusManager in the final resolution of all unconsumed KeyEvents.
- KeyException - Exception Class in java.security
-
This is the basic key exception.
- KeyException() - Constructor for exception class java.security.KeyException
-
Constructs a
KeyException
with no detail message. - KeyException(String) - Constructor for exception class java.security.KeyException
-
Constructs a
KeyException
with the specified detail message. - KeyException(String, Throwable) - Constructor for exception class java.security.KeyException
-
Creates a
KeyException
with the specified detail message and cause. - KeyException(Throwable) - Constructor for exception class java.security.KeyException
-
Creates a
KeyException
with the specified cause and a detail message of(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - KeyFactory - Class in java.security
-
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. - KeyFactory(KeyFactorySpi, Provider, String) - Constructor for class java.security.KeyFactory
-
Creates a
KeyFactory
object. - KeyFactorySpi - Class in java.security
-
This class defines the Service Provider Interface (SPI) for the
KeyFactory
class. - KeyFactorySpi() - Constructor for class java.security.KeyFactorySpi
-
Constructor for subclasses to call.
- keyFor(Selector) - Method in class java.nio.channels.SelectableChannel
-
Retrieves the key representing the channel's registration with the given selector.
- keyFor(Selector) - Method in class java.nio.channels.spi.AbstractSelectableChannel
- KeyGenerator - Class in javax.crypto
-
This class provides the functionality of a secret (symmetric) key generator.
- KeyGenerator(KeyGeneratorSpi, Provider, String) - Constructor for class javax.crypto.KeyGenerator
-
Creates a
KeyGenerator
object. - KeyGeneratorSpi - Class in javax.crypto
-
This class defines the Service Provider Interface (SPI) for the
KeyGenerator
class. - KeyGeneratorSpi() - Constructor for class javax.crypto.KeyGeneratorSpi
-
Constructor for subclasses to call.
- KeyHandler() - Constructor for class javax.swing.plaf.basic.BasicComboBoxUI.KeyHandler
-
Constructs a
KeyHandler
. - KeyHandler() - Constructor for class javax.swing.plaf.basic.BasicTableUI.KeyHandler
-
Constructs a
KeyHandler
. - KeyHandler() - Constructor for class javax.swing.plaf.basic.BasicTreeUI.KeyHandler
-
Constructs a
KeyHandler
. - KeyInfo - Interface in javax.xml.crypto.dsig.keyinfo
-
A representation of the XML
KeyInfo
element as defined in the W3C Recommendation for XML-Signature Syntax and Processing. - KeyInfoFactory - Class in javax.xml.crypto.dsig.keyinfo
-
A factory for creating
KeyInfo
objects from scratch or for unmarshalling aKeyInfo
object from a corresponding XML representation. - KeyInfoFactory() - Constructor for class javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
-
Default constructor, for invocation by subclasses.
- keyListener - Variable in class javax.swing.plaf.basic.BasicComboBoxUI
-
This protected field is implementation specific.
- keyListener - Variable in class javax.swing.plaf.basic.BasicComboPopup
-
This protected field is implementation specific.
- keyListener - Variable in class javax.swing.plaf.basic.BasicTableUI
-
KeyListener
that are attached to theJTable
. - KeyListener - Interface in java.awt.event
-
The listener interface for receiving keyboard events (keystrokes).
- KeyManagementException - Exception Class in java.security
-
This is the general key management exception for all operations dealing with key management.
- KeyManagementException() - Constructor for exception class java.security.KeyManagementException
-
Constructs a
KeyManagementException
with no detail message. - KeyManagementException(String) - Constructor for exception class java.security.KeyManagementException
-
Constructs a
KeyManagementException
with the specified detail message. - KeyManagementException(String, Throwable) - Constructor for exception class java.security.KeyManagementException
-
Creates a
KeyManagementException
with the specified detail message and cause. - KeyManagementException(Throwable) - Constructor for exception class java.security.KeyManagementException
-
Creates a
KeyManagementException
with the specified cause and a detail message of(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - KeyManager - Interface in javax.net.ssl
-
This is the base interface for JSSE key managers.
- KeyManagerFactory - Class in javax.net.ssl
-
This class acts as a factory for key managers based on a source of key material.
- KeyManagerFactory(KeyManagerFactorySpi, Provider, String) - Constructor for class javax.net.ssl.KeyManagerFactory
-
Creates a KeyManagerFactory object.
- KeyManagerFactorySpi - Class in javax.net.ssl
-
This class defines the Service Provider Interface (SPI) for the
KeyManagerFactory
class. - KeyManagerFactorySpi() - Constructor for class javax.net.ssl.KeyManagerFactorySpi
-
Constructor for subclasses to call.
- Keymap - Interface in javax.swing.text
-
A collection of bindings of KeyStrokes to actions.
- KeyName - Interface in javax.xml.crypto.dsig.keyinfo
-
A representation of the XML
KeyName
element as defined in the W3C Recommendation for XML-Signature Syntax and Processing. - KeyPair - Class in java.security
-
This class is a simple holder for a key pair (a public key and a private key).
- KeyPair(PublicKey, PrivateKey) - Constructor for class java.security.KeyPair
-
Constructs a key pair from the given public key and private key.
- KeyPairGenerator - Class in java.security
-
The
KeyPairGenerator
class is used to generate pairs of public and private keys. - KeyPairGenerator(String) - Constructor for class java.security.KeyPairGenerator
-
Creates a
KeyPairGenerator
object for the specified algorithm. - KeyPairGeneratorSpi - Class in java.security
-
This class defines the Service Provider Interface (SPI) for the
KeyPairGenerator
class, which is used to generate pairs of public and private keys. - KeyPairGeneratorSpi() - Constructor for class java.security.KeyPairGeneratorSpi
-
Constructor for subclasses to call.
- keyPress(int) - Method in class java.awt.Robot
-
Presses a given key.
- keyPressed(KeyEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles the keyPressed event by invoking the keyPressed methods on listener-a and listener-b.
- keyPressed(KeyEvent) - Method in class java.awt.event.KeyAdapter
-
Invoked when a key has been pressed.
- keyPressed(KeyEvent) - Method in interface java.awt.event.KeyListener
-
Invoked when a key has been pressed.
- keyPressed(KeyEvent) - Method in class javax.swing.plaf.basic.BasicTableUI.KeyHandler
- keyRelease(int) - Method in class java.awt.Robot
-
Releases a given key.
- keyReleased(KeyEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles the keyReleased event by invoking the keyReleased methods on listener-a and listener-b.
- keyReleased(KeyEvent) - Method in class java.awt.event.KeyAdapter
-
Invoked when a key has been released.
- keyReleased(KeyEvent) - Method in interface java.awt.event.KeyListener
-
Invoked when a key has been released.
- keyReleased(KeyEvent) - Method in class javax.swing.plaf.basic.BasicTableUI.KeyHandler
- KeyRep - Class in java.security
-
Standardized representation for serialized Key objects.
- KeyRep(KeyRep.Type, String, String, byte[]) - Constructor for class java.security.KeyRep
-
Construct the alternate Key class.
- KeyRep.Type - Enum Class in java.security
-
Key type.
- keys() - Method in class java.nio.channels.Selector
-
Returns this selector's key set.
- keys() - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns an enumeration of the keys in this table.
- keys() - Method in class java.util.Dictionary
-
Returns an enumeration of the keys in this dictionary.
- keys() - Method in class java.util.Hashtable
-
Returns an enumeration of the keys in this hashtable.
- keys() - Method in class java.util.prefs.AbstractPreferences
-
Implements the
keys
method as per the specification inPreferences.keys()
. - keys() - Method in class java.util.prefs.Preferences
-
Returns all of the keys that have an associated value in this preference node.
- keys() - Method in class javax.swing.ActionMap
-
Returns the
Action
names that are bound in thisActionMap
. - keys() - Method in class javax.swing.InputMap
-
Returns the
KeyStroke
s that are bound in thisInputMap
. - keySelectionManager - Variable in class javax.swing.JComboBox
-
This protected field is implementation specific.
- KeySelector - Class in javax.xml.crypto
-
A selector that finds and returns a key using the data contained in a
KeyInfo
object. - KeySelector() - Constructor for class javax.xml.crypto.KeySelector
-
Default no-args constructor; intended for invocation by subclasses only.
- KeySelector.Purpose - Class in javax.xml.crypto
-
The purpose of the key that is to be selected.
- KeySelectorException - Exception Class in javax.xml.crypto
-
Indicates an exceptional condition thrown by a
KeySelector
. - KeySelectorException() - Constructor for exception class javax.xml.crypto.KeySelectorException
-
Constructs a new
KeySelectorException
withnull
as its detail message. - KeySelectorException(String) - Constructor for exception class javax.xml.crypto.KeySelectorException
-
Constructs a new
KeySelectorException
with the specified detail message. - KeySelectorException(String, Throwable) - Constructor for exception class javax.xml.crypto.KeySelectorException
-
Constructs a new
KeySelectorException
with the specified detail message and cause. - KeySelectorException(Throwable) - Constructor for exception class javax.xml.crypto.KeySelectorException
-
Constructs a new
KeySelectorException
with the specified cause and a detail message of(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - KeySelectorResult - Interface in javax.xml.crypto
-
The result returned by the
KeySelector.select
method. - keySet() - Method in class com.sun.net.httpserver.Headers
- keySet() - Method in class java.awt.RenderingHints
-
Returns a
Set
view of the Keys contained in thisRenderingHints
. - keySet() - Method in class java.security.Provider
-
Returns an unmodifiable Set view of the property keys contained in this
Provider
. - keySet() - Method in class java.util.AbstractMap
-
Returns a
Set
view of the keys contained in this map. - keySet() - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns a
Set
view of the keys contained in this map. - keySet() - Method in interface java.util.concurrent.ConcurrentNavigableMap
-
Returns a
NavigableSet
view of the keys contained in this map. - keySet() - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Returns a
NavigableSet
view of the keys contained in this map. - keySet() - Method in class java.util.EnumMap
-
Returns a
Set
view of the keys contained in this map. - keySet() - Method in class java.util.HashMap
-
Returns a
Set
view of the keys contained in this map. - keySet() - Method in class java.util.Hashtable
-
Returns a
Set
view of the keys contained in this map. - keySet() - Method in class java.util.IdentityHashMap
-
Returns an identity-based set view of the keys contained in this map.
- keySet() - Method in class java.util.jar.Attributes
-
Returns a Set view of the attribute names (keys) contained in this Map.
- keySet() - Method in class java.util.LinkedHashMap
-
Returns a
Set
view of the keys contained in this map. - keySet() - Method in interface java.util.Map
-
Returns a
Set
view of the keys contained in this map. - keySet() - Method in class java.util.ResourceBundle
-
Returns a
Set
of all keys contained in thisResourceBundle
and its parent bundles. - keySet() - Method in interface java.util.SortedMap
-
Returns a
Set
view of the keys contained in this map. - keySet() - Method in class java.util.TreeMap
-
Returns a
Set
view of the keys contained in this map. - keySet() - Method in class java.util.WeakHashMap
-
Returns a
Set
view of the keys contained in this map. - keySet() - Method in class javax.management.openmbean.CompositeType
-
Returns an unmodifiable Set view of all the item names defined by this
CompositeType
instance. - keySet() - Method in interface javax.management.openmbean.TabularData
-
Returns a set view of the keys (ie the index values) of the
CompositeData
values (ie the rows) contained in thisTabularData
instance. - keySet() - Method in class javax.management.openmbean.TabularDataSupport
-
Returns a set view of the keys contained in the underlying map of this
TabularDataSupport
instance used to index the rows. - keySet() - Method in class javax.script.SimpleBindings
-
Returns a
Set
view of the keys contained in this map. - keySet(V) - Method in class java.util.concurrent.ConcurrentHashMap
-
Returns a
Set
view of the keys in this map, using the given common mapped value for any additions (i.e.,Collection.add(E)
andCollection.addAll(Collection)
). - KeySpec - Interface in java.security.spec
-
A (transparent) specification of the key material that constitutes a cryptographic key.
- keysSpi() - Method in class java.util.prefs.AbstractPreferences
-
Returns all of the keys that have an associated value in this preference node.
- KeyStore - Class in java.security
-
This class represents a storage facility for cryptographic keys and certificates.
- KeyStore(KeyStoreSpi, Provider, String) - Constructor for class java.security.KeyStore
-
Creates a
KeyStore
object of the given type, and encapsulates the given provider implementation (SPI object) in it. - KeyStore.Builder - Class in java.security
-
A description of a to-be-instantiated
KeyStore
object. - KeyStore.CallbackHandlerProtection - Class in java.security
-
A
ProtectionParameter
encapsulating a CallbackHandler. - KeyStore.Entry - Interface in java.security
-
A marker interface for
KeyStore
entry types. - KeyStore.Entry.Attribute - Interface in java.security
-
An attribute associated with a keystore entry.
- KeyStore.LoadStoreParameter - Interface in java.security
- KeyStore.PasswordProtection - Class in java.security
-
A password-based implementation of
ProtectionParameter
. - KeyStore.PrivateKeyEntry - Class in java.security
-
A
KeyStore
entry that holds aPrivateKey
and corresponding certificate chain. - KeyStore.ProtectionParameter - Interface in java.security
-
A marker interface for keystore protection parameters.
- KeyStore.SecretKeyEntry - Class in java.security
-
A
KeyStore
entry that holds aSecretKey
. - KeyStore.TrustedCertificateEntry - Class in java.security
-
A
KeyStore
entry that holds a trustedCertificate
. - KeyStoreBuilderParameters - Class in javax.net.ssl
-
A parameters object for X509KeyManagers that encapsulates a List of KeyStore.Builders.
- KeyStoreBuilderParameters(KeyStore.Builder) - Constructor for class javax.net.ssl.KeyStoreBuilderParameters
-
Construct new KeyStoreBuilderParameters from the specified KeyStore.Builder.
- KeyStoreBuilderParameters(List<KeyStore.Builder>) - Constructor for class javax.net.ssl.KeyStoreBuilderParameters
-
Construct new KeyStoreBuilderParameters from a List of KeyStore.Builders.
- KeyStoreException - Exception Class in java.security
-
This is the generic KeyStore exception.
- KeyStoreException() - Constructor for exception class java.security.KeyStoreException
-
Constructs a
KeyStoreException
with no detail message. - KeyStoreException(String) - Constructor for exception class java.security.KeyStoreException
-
Constructs a
KeyStoreException
with the specified detail message. - KeyStoreException(String, Throwable) - Constructor for exception class java.security.KeyStoreException
-
Creates a
KeyStoreException
with the specified detail message and cause. - KeyStoreException(Throwable) - Constructor for exception class java.security.KeyStoreException
-
Creates a
KeyStoreException
with the specified cause and a detail message of(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - KeyStoreLoginModule - Class in com.sun.security.auth.module
-
Provides a JAAS login module that prompts for a key store alias and populates the subject with the alias's principal and credentials.
- KeyStoreLoginModule() - Constructor for class com.sun.security.auth.module.KeyStoreLoginModule
-
Creates a
KeyStoreLoginModule
. - KeyStoreSpi - Class in java.security
-
This class defines the Service Provider Interface (SPI) for the
KeyStore
class. - KeyStoreSpi() - Constructor for class java.security.KeyStoreSpi
-
Constructor for subclasses to call.
- KeyStroke - Class in javax.swing
-
A KeyStroke represents a key action on the keyboard, or equivalent input device.
- KeyTab - Class in javax.security.auth.kerberos
-
This class encapsulates a keytab file.
- keyTyped(KeyEvent) - Method in class java.awt.AWTEventMulticaster
-
Handles the keyTyped event by invoking the keyTyped methods on listener-a and listener-b.
- keyTyped(KeyEvent) - Method in class java.awt.event.KeyAdapter
-
Invoked when a key has been typed.
- keyTyped(KeyEvent) - Method in interface java.awt.event.KeyListener
-
Invoked when a key has been typed.
- keyTyped(KeyEvent) - Method in class javax.swing.plaf.basic.BasicTableUI.KeyHandler
- keyTyped(KeyEvent) - Method in class javax.swing.plaf.basic.BasicTreeUI.KeyHandler
-
Invoked when a key has been typed.
- keyUp(Event, int) - Method in class java.awt.Component
-
Deprecated.As of JDK version 1.1, replaced by processKeyEvent(KeyEvent).
- KeyValue - Interface in javax.xml.crypto.dsig.keyinfo
-
A representation of the XML
KeyValue
element as defined in the W3C Recommendation for XML-Signature Syntax and Processing. - KEYWORD - Enum constant in enum class jdk.jshell.SourceCodeAnalysis.Attribute
-
The span is a keyword.
- KHAROSHTHI - Enum constant in enum class java.lang.Character.UnicodeScript
-
Unicode script "Kharoshthi".
- KHAROSHTHI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Kharoshthi" Unicode character block.
- KHITAN_SMALL_SCRIPT - Enum constant in enum class java.lang.Character.UnicodeScript
-
Unicode script "Khitan Small Script".
- KHITAN_SMALL_SCRIPT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Khitan Small Script" Unicode character block.
- KHMER - Enum constant in enum class java.awt.font.NumericShaper.Range
-
The Khmer range with the Khmer digits.
- KHMER - Enum constant in enum class java.lang.Character.UnicodeScript
-
Unicode script "Khmer".
- KHMER - Static variable in class java.awt.font.NumericShaper
-
Identifies the KHMER range and decimal base.
- KHMER - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Khmer" Unicode character block.
- KHMER_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Khmer Symbols" Unicode character block.
- KHOJKI - Enum constant in enum class java.lang.Character.UnicodeScript
-
Unicode script "Khojki".
- KHOJKI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Khojki" Unicode character block.
- KHUDAWADI - Enum constant in enum class java.lang.Character.UnicodeScript
-
Unicode script "Khudawadi".
- KHUDAWADI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Khudawadi" Unicode character block.
- kind - Variable in class javax.tools.SimpleJavaFileObject
-
The kind of this file object.
- kind() - Method in interface java.lang.constant.DirectMethodHandleDesc
-
Returns the
kind
of the method handle described by this nominal descriptor. - kind() - Method in interface java.nio.file.WatchEvent
-
Returns the event kind.
- kind() - Method in class jdk.jshell.Snippet
-
The
Snippet.Kind
for the snippet. - kind() - Method in enum class jdk.jshell.Snippet.SubKind
-
The
Snippet.Kind
that corresponds to thisSubKind
. - kind() - Method in interface jdk.jshell.SourceCodeAnalysis.SnippetWrapper
-
Returns the
Snippet.Kind
of theSourceCodeAnalysis.SnippetWrapper.source()
. - KOREA - Static variable in class java.util.Locale
-
Useful constant for country.
- KOREAN - Static variable in class java.util.Locale
-
Useful constant for language.
- KRB_NT_ENTERPRISE - Static variable in class javax.security.auth.kerberos.KerberosPrincipal
-
Enterprise name (alias)
- KRB_NT_PRINCIPAL - Static variable in class javax.security.auth.kerberos.KerberosPrincipal
-
user principal name type.
- KRB_NT_SRV_HST - Static variable in class javax.security.auth.kerberos.KerberosPrincipal
-
service with host name as instance (telnet, rcommands) name type.
- KRB_NT_SRV_INST - Static variable in class javax.security.auth.kerberos.KerberosPrincipal
-
service and other unique instance (krbtgt) name type.
- KRB_NT_SRV_XHST - Static variable in class javax.security.auth.kerberos.KerberosPrincipal
-
service with host as remaining components name type.
- KRB_NT_UID - Static variable in class javax.security.auth.kerberos.KerberosPrincipal
-
unique ID name type.
- KRB_NT_UNKNOWN - Static variable in class javax.security.auth.kerberos.KerberosPrincipal
-
unknown name type.
- KRB5_GET_AUTHTIME - Enum constant in enum class com.sun.security.jgss.InquireType
-
Attribute type for retrieving the authtime in the service ticket of an established Kerberos 5 security context.
- KRB5_GET_AUTHZ_DATA - Enum constant in enum class com.sun.security.jgss.InquireType
-
Attribute type for retrieving the authorization data in the service ticket of an established Kerberos 5 security context.
- KRB5_GET_KRB_CRED - Enum constant in enum class com.sun.security.jgss.InquireType
-
Attribute type for retrieving the KRB_CRED message that an initiator is about to send to an acceptor.
- KRB5_GET_SESSION_KEY - Enum constant in enum class com.sun.security.jgss.InquireType
-
Deprecated.as of 9, replaced by
InquireType.KRB5_GET_SESSION_KEY_EX
which returns an instance ofEncryptionKey
that implements theSecretKey
interface and has similar methods withKerberosKey
. - KRB5_GET_SESSION_KEY_EX - Enum constant in enum class com.sun.security.jgss.InquireType
-
Attribute type for retrieving the session key of an established Kerberos 5 security context.
- KRB5_GET_TKT_FLAGS - Enum constant in enum class com.sun.security.jgss.InquireType
-
Attribute type for retrieving the service ticket flags of an established Kerberos 5 security context.
- Krb5LoginModule - Class in com.sun.security.auth.module
-
This
LoginModule
authenticates users using Kerberos protocols. - Krb5LoginModule() - Constructor for class com.sun.security.auth.module.Krb5LoginModule
-
Creates a
Krb5LoginModule
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form|System Properties