Package | Description |
---|---|
java.security |
Contains core language classes related to permission management.
|
javax.crypto | |
javax.crypto.spec |
Modifier and Type | Interface and Description |
---|---|
interface |
PrivateKey
A private key.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SecretKey
A secret (symmetric) key.
|
Modifier and Type | Class and Description |
---|---|
class |
SecretKeySpec
This class specifies a secret key in a provider-independent fashion.
|