Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.api.asn.sun.security.x509 |
Modifier and Type | Method and Description |
---|---|
static AlgorithmId |
AlgorithmId.get(java.security.AlgorithmParameters algparams)
Returns one of the algorithm IDs most commonly associated
with this algorithm parameters.
|
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.
|
static AlgorithmId |
AlgorithmId.parse(DerValue val)
Parse (unmarshal) an ID from a DER sequence input value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AlgorithmId.equals(AlgorithmId other)
Returns true iff the argument indicates the same algorithm
with the same parameters.
|
Copyright © 2025. All rights reserved.