Package web5.sdk.crypto
Object AlgorithmId.Companion
-
- All Implemented Interfaces:
public class AlgorithmId.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static AlgorithmId.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final AlgorithmIdfrom(JwaCurve curve)Converts JwaCurve and Jwa combination into a valid AlgorithmId. -
-
Method Detail
-
from
final AlgorithmId from(JwaCurve curve)
Converts JwaCurve and Jwa combination into a valid AlgorithmId.
- Parameters:
curve- JwaCurve- Returns:
AlgorithmId that matches the provided curve and algorithm combination
-
-
-
-