Package | Description |
---|---|
sun.security.x509 |
Contains classes for certificate management.
|
Modifier and Type | Method and Description |
---|---|
static AlgorithmId |
AlgorithmId.get(java.lang.String algname)
Returns one of the algorithm IDs most commonly associated with this algorithm name.
|
static AlgorithmId |
AlgorithmId.getAlgorithmId(java.lang.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.
|