- Key - Interface in java.security
-
- KeyException - Exception in java.security
-
- KeyException() - Constructor for exception java.security.KeyException
-
Constructs a KeyException with no detail message.
- KeyException(String) - Constructor for exception java.security.KeyException
-
Constructs a KeyException with the specified detail message.
- KeyException(String, Throwable) - Constructor for exception java.security.KeyException
-
Creates a KeyException
with the specified detail message and cause.
- KeyException(Throwable) - Constructor for exception 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 of
cause
).
- KeyFactory - Class in java.security
-
- KeyFactory() - Constructor for class java.security.KeyFactory
-
- KeyManagementException - Exception in java.security
-
- KeyManagementException() - Constructor for exception java.security.KeyManagementException
-
Constructs a KeyManagementException with no detail message.
- KeyManagementException(String) - Constructor for exception java.security.KeyManagementException
-
Constructs a KeyManagementException with the specified detail message.
- KeyManagementException(String, Throwable) - Constructor for exception java.security.KeyManagementException
-
Creates a KeyManagementException
with the specified detail message and cause.
- KeyManagementException(Throwable) - Constructor for exception 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 of
cause
).
- KeyPair - Class in java.security
-
- 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
-
- KeyPairGenerator(String) - Constructor for class java.security.KeyPairGenerator
-
Creates a KeyPairGenerator object for the specified algorithm.
- KeyPairGeneratorSpi - Class in java.security
-
- KeyPairGeneratorSpi() - Constructor for class java.security.KeyPairGeneratorSpi
-
- 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.
- keySet() - Method in class ej.basictool.map.AbstractPackedMap
-
Returns an unmodifiable
Set
view of the keys contained in this map.
- keySet() - Method in class ej.basictool.map.AbstractWeakPackedMap
-
- keySet() - Method in class java.util.AbstractMap
-
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 interface java.util.Map
-
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.
- KeySpec - Interface in java.security.spec
-
- KeyStore - Class in java.security
-
- KeyStore() - Constructor for class java.security.KeyStore
-
- KeyStoreException - Exception in java.security
-
- 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 ? null : cause.toString())
(which typically contains the class and detail message of
cause
).
- KeyStoreSpi - Class in java.security
-
- KeyStoreSpi() - Constructor for class java.security.KeyStoreSpi
-