| Package | Description |
|---|---|
| javax.crypto |
Provides the classes and interfaces for cryptographic operations.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyAgreement |
KeyAgreement.getInstance(String
Returns a
KeyAgreement object that implements the specified key agreement algorithm.
|
static KeyAgreement |
KeyAgreement.getInstance(String
Returns a
KeyAgreement object that implements the specified key agreement algorithm.
|
static KeyAgreement |
KeyAgreement.getInstance(String
Returns a
KeyAgreement object that implements the specified key agreement algorithm.
|