| Package | Description |
|---|---|
| javax.crypto |
Provides the classes and interfaces for cryptographic operations.
|
| Modifier and Type | Method and Description |
|---|---|
static SecretKeyFactory |
SecretKeyFactory.getInstance(String
Returns a
SecretKeyFactory object that converts secret keys of the specified algorithm.
|
static SecretKeyFactory |
SecretKeyFactory.getInstance(String
Returns a
SecretKeyFactory object that converts secret keys of the specified algorithm.
|
static SecretKeyFactory |
SecretKeyFactory.getInstance(String
Returns a
SecretKeyFactory object that converts secret keys of the specified algorithm.
|