Package | Description |
---|---|
javax.crypto | |
javax.crypto.spec |
Modifier and Type | Method and Description |
---|---|
SecretKey |
SecretKeyFactory.generateSecret(KeySpec keySpec)
Generates a
SecretKey object from the provided key specification (key material). |
Modifier and Type | Class and Description |
---|---|
class |
SecretKeySpec
This class specifies a secret key in a provider-independent fashion.
|