Searched refs:engineGetQ (Results 1 - 3 of 3) sorted by path

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DBCECPublicKey.java310 ECCurve curve = this.engineGetQ().getCurve();
372 public org.bouncycastle.math.ec.ECPoint engineGetQ() method in class:BCECPublicKey
414 return engineGetQ().equals(other.engineGetQ()) && (engineGetSpec().equals(other.engineGetSpec()));
419 return engineGetQ().hashCode() ^ engineGetSpec().hashCode();
H A DECUtil.java117 ((BCECPublicKey)k).engineGetQ(),
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEECPublicKey.java399 ECCurve curve = this.engineGetQ().getCurve();
462 public org.bouncycastle.math.ec.ECPoint engineGetQ() method in class:JCEECPublicKey
504 return engineGetQ().equals(other.engineGetQ()) && (engineGetSpec().equals(other.engineGetSpec()));
509 return engineGetQ().hashCode() ^ engineGetSpec().hashCode();

Completed in 100 milliseconds