Searched refs:EC_P256_PARAMS (Results 1 – 1 of 1) sorted by relevance
83 private static final ECParameterSpec EC_P256_PARAMS = isLegacyCryptoRequired() ? null : field in PublicKeyProtoUtil90 ((ECFieldFp) EC_P256_PARAMS.getCurve().getField()).getP();96 EC_P256_PARAMS.getCurve().getA();102 EC_P256_PARAMS.getCurve().getB();284 new ECPublicKeySpec(new ECPoint(wX, wY), EC_P256_PARAMS)); in parseEcPublicKey()