| Package | Description |
|---|---|
| javax.crypto |
Provides the classes and interfaces for cryptographic operations.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyAgreement |
KeyAgreement.getInstance(String algorithm)
Returns a
KeyAgreement object that implements the
specified key agreement algorithm. |
static KeyAgreement |
KeyAgreement.getInstance(String algorithm,
Provider provider)
Returns a
KeyAgreement object that implements the
specified key agreement algorithm. |
static KeyAgreement |
KeyAgreement.getInstance(String algorithm,
String provider)
Returns a
KeyAgreement object that implements the
specified key agreement algorithm. |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2024 aicas GmbH. All Rights Reserved.