|
SATSA - JSR177 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Key | |
java.security | Provides the classes and interfaces for the security framework. |
javax.crypto | Provides the classes and interfaces for cryptographic operations. |
javax.crypto.spec | Provides classes and interfaces for key specifications and algorithm parameter specifications. |
Uses of Key in java.security |
Subinterfaces of Key in java.security | |
interface |
PublicKey
A public key. |
Uses of Key in javax.crypto |
Methods in javax.crypto with parameters of type Key | |
void |
Cipher.init(int opmode,
Key key)
Initializes this cipher with a key. |
void |
Cipher.init(int opmode,
Key key,
AlgorithmParameterSpec params)
Initializes this cipher with a key and a set of algorithm parameters. |
Uses of Key in javax.crypto.spec |
Classes in javax.crypto.spec that implement Key | |
class |
SecretKeySpec
This class specifies a secret key in a provider-independent fashion. |
|
SATSA - JSR177 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |