| Package | Description |
|---|---|
| sun.security.x509 |
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmId |
AlgorithmId.get(String algname)
Returns one of the algorithm IDs most commonly associated with this algorithm name.
|
static AlgorithmId |
AlgorithmId.getAlgorithmId(String algname)
Deprecated.
use the short get form of this method.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AlgorithmId.equals(AlgorithmId other)
Returns true iff the argument indicates the same algorithm with the same parameters.
|