|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
ResultSet
object
should not be closed when calling getMoreResults
.
Pack200.Packer.TRUE
, the packer will transmit
all elements in their original order within the source archive.
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
object from an array of floats.
KeyAgreement
class.KeyEvent
object.
KeyException
with the specified
detail message and cause.
KeyException
with the specified cause
and a detail message of (cause==null ?
Key
) into key specifications
(transparent representations of the underlying key material), and vice
versa.KeyFactory
class.KeyGenerator
class.KeyInfo
element as defined in
the
W3C Recommendation for XML-Signature Syntax and Processing.KeyInfo
objects from scratch or for
unmarshalling a KeyInfo
object from a corresponding XML
representation.KeyManagementException
with the specified
detail message and cause.
KeyManagementException
with the specified cause
and a detail message of (cause==null ?
KeyManagerFactory
class.KeyName
element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing.KeyPairGenerator
class, which is used to generate
pairs of public and private keys.Preferences.keys()
.
Action
names that are bound in this ActionMap
.
KeyStroke
s that are bound in this InputMap
.
KeyInfo
object.KeySelector
.KeySelectorException
with
null
as its detail message.
KeySelectorException
with the specified
detail message.
KeySelectorException
with the
specified detail message and cause.
KeySelectorException
with the specified
cause and a detail message of
(cause==null ?
- KeySelectorResult - Interface in javax.xml.crypto
- The result returned by the
KeySelector.select
method. - keySet() -
Method in class java.awt.RenderingHints
- Returns a
Set
view of the Keys contained in this
RenderingHints
.
- 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 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 this
ResourceBundle
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 this
TabularData
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.
- 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.Builder() -
Constructor for class java.security.KeyStore.Builder
- Construct a new Builder.
- KeyStore.CallbackHandlerProtection - Class in java.security
- A ProtectionParameter encapsulating a CallbackHandler.
- KeyStore.CallbackHandlerProtection(CallbackHandler) -
Constructor for class java.security.KeyStore.CallbackHandlerProtection
- Constructs a new CallbackHandlerProtection from a
CallbackHandler.
- KeyStore.Entry - Interface in java.security
- A marker interface for
KeyStore
entry types. - KeyStore.LoadStoreParameter - Interface in java.security
- A marker interface for
KeyStore
load
and
store
parameters. - KeyStore.PasswordProtection - Class in java.security
- A password-based implementation of
ProtectionParameter
. - KeyStore.PasswordProtection(char[]) -
Constructor for class java.security.KeyStore.PasswordProtection
- Creates a password parameter.
- KeyStore.PrivateKeyEntry - Class in java.security
- A
KeyStore
entry that holds a PrivateKey
and corresponding certificate chain. - KeyStore.PrivateKeyEntry(PrivateKey, Certificate[]) -
Constructor for class java.security.KeyStore.PrivateKeyEntry
- Constructs a
PrivateKeyEntry
with a
PrivateKey
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 a SecretKey
. - KeyStore.SecretKeyEntry(SecretKey) -
Constructor for class java.security.KeyStore.SecretKeyEntry
- Constructs a
SecretKeyEntry
with a
SecretKey
.
- KeyStore.TrustedCertificateEntry - Class in java.security
- A
KeyStore
entry that holds a trusted
Certificate
. - KeyStore.TrustedCertificateEntry(Certificate) -
Constructor for class java.security.KeyStore.TrustedCertificateEntry
- Constructs a
TrustedCertificateEntry
with a
trusted Certificate
.
- 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 in java.security
- This is the generic KeyStore exception.
- KeyStoreException() -
Constructor for exception java.security.KeyStoreException
- Constructs a KeyStoreException with no detail message.
- KeyStoreException(String) -
Constructor for exception java.security.KeyStoreException
- Constructs a KeyStoreException with the specified detail
message.
- KeyStoreException(String, Throwable) -
Constructor for exception java.security.KeyStoreException
- Creates a
KeyStoreException
with the specified
detail message and cause.
- KeyStoreException(Throwable) -
Constructor for exception java.security.KeyStoreException
- Creates a
KeyStoreException
with the specified cause
and a detail message of (cause==null ?
- KeyStoreSpi - Class in java.security
- This class defines the Service Provider Interface (SPI)
for the
KeyStore
class. - KeyStoreSpi() -
Constructor for class java.security.KeyStoreSpi
-
- KeyStroke - Class in javax.swing
- A KeyStroke represents a key action on the keyboard, or equivalent input
device.
- 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. - 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.
- kind -
Variable in class javax.tools.SimpleJavaFileObject
- The kind of this file object.
- kind() -
Method in class org.omg.CORBA.TypeCode
- Retrieves the kind of this
TypeCode
object.
- kind -
Variable in class org.omg.CosNaming.NameComponent
-
- 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_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.
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.