Home
last modified time | relevance | path

Searched refs:gostCurve (Results 1 – 1 of 1) sorted by relevance

/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DEC5Util.java110 … ASN1ObjectIdentifier gostCurve = ASN1ObjectIdentifier.getInstance(pSeq.getObjectAt(0)); in getCurve() local
112 curve = ECGOST3410NamedCurves.getByOIDX9(gostCurve).getCurve(); in getCurve()