public class AlgorithmUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equalsAlgoName(String algoNameA,
String algoNameB) |
static String |
getCurveName(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid) |
static org.bouncycastle.asn1.ASN1ObjectIdentifier |
getCurveOidForCurveNameOrOid(String curveNameOrOid) |
static List<String> |
getECCurveNames() |
static List<org.bouncycastle.asn1.ASN1ObjectIdentifier> |
getECCurveOIDs() |
public static List<org.bouncycastle.asn1.ASN1ObjectIdentifier> getECCurveOIDs()
public static String getCurveName(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid)
public static org.bouncycastle.asn1.ASN1ObjectIdentifier getCurveOidForCurveNameOrOid(String curveNameOrOid)
Copyright © 2023. All rights reserved.