Home
last modified time | relevance | path

Searched refs:getY (Results 1 – 25 of 32) sorted by relevance

12

/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DJDKDSAPublicKey.java33 this.y = spec.getY(); in JDKDSAPublicKey()
40 this.y = key.getY(); in JDKDSAPublicKey()
47 this.y = params.getY(); in JDKDSAPublicKey()
114 public BigInteger getY() in getY() method in JDKDSAPublicKey
125 buf.append(" y: ").append(this.getY().toString(16)).append(nl); in toString()
132 return this.getY().hashCode() ^ this.getParams().getG().hashCode() in hashCode()
146 return this.getY().equals(other.getY()) in equals()
DJCEDHPublicKey.java35 this.y = spec.getY(); in JCEDHPublicKey()
42 this.y = key.getY(); in JCEDHPublicKey()
49 this.y = params.getY(); in JCEDHPublicKey()
134 public BigInteger getY() in getY() method in JCEDHPublicKey
174 out.writeObject(this.getY()); in writeObject()
DJCEECPublicKey.java101 … q = s.getCurve().createPoint(q.getX().toBigInteger(), q.getY().toBigInteger(), false); in JCEECPublicKey()
171 dp.getG().getY().toBigInteger()), in createSpec()
260 ecP.getG().getY().toBigInteger()), in populateFromPubKeyInfo()
280 ecP.getG().getY().toBigInteger()), in populateFromPubKeyInfo()
401 …new X9ECPoint(curve.createPoint(this.getQ().getX().toBigInteger(), this.getQ().getY().toBigInteger… in getEncoded()
442 return new ECPoint(q.getX().toBigInteger(), q.getY().toBigInteger()); in getW()
451 return new org.bouncycastle.math.ec.ECPoint.Fp(null, q.getX(), q.getY()); in getQ()
455 return new org.bouncycastle.math.ec.ECPoint.F2m(null, q.getX(), q.getY()); in getQ()
484 buf.append(" Y: ").append(this.q.getY().toBigInteger().toString(16)).append(nl); in toString()
DJCEECPrivateKey.java129 dp.getG().getY().toBigInteger()), in JCEECPrivateKey()
160 dp.getG().getY().toBigInteger()), in JCEECPrivateKey()
172 spec.getG().getY().toBigInteger()), in JCEECPrivateKey()
229 ecP.getG().getY().toBigInteger()), in populateFromPrivKeyInfo()
247 ecP.getG().getY().toBigInteger()), in populateFromPrivKeyInfo()
DJCEDHKeyAgreement.java91 result = ((DHPublicKey)key).getY().modPow(x, p); in engineDoPhase()
96 result = ((DHPublicKey)key).getY().modPow(x, p); in engineDoPhase()
DDSAUtil.java28 return new DSAPublicKeyParameters(k.getY(), in generatePublicKeyParameter()
DDHUtil.java29 return new DHPublicKeyParameters(k.getY(), in generatePublicKeyParameter()
DJDKKeyFactory.java145 return new DHPublicKeySpec(k.getY(), k.getParams().getP(), k.getParams().getG()); in engineGetKeySpec()
152 …return new DSAPublicKeySpec(k.getY(), k.getParams().getP(), k.getParams().getQ(), k.getParams().ge… in engineGetKeySpec()
/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
DECPoint.java41 public ECFieldElement getY() in getY() method in ECPoint
209 if (this.getY().toBigInteger().testBit(0)) in getEncoded()
229 byte[] Y = converter.integerToBytes(this.getY().toBigInteger(), qLength); in getEncoded()
401 if (this.getY().multiply(this.getX().invert()) in getEncoded()
413 byte[] Y = converter.integerToBytes(this.getY().toBigInteger(), byteCount); in getEncoded()
476 ECFieldElement.F2m y2 = (ECFieldElement.F2m)other.getY(); in addSimple()
567 … return new ECPoint.F2m(curve, this.getX(), this.getY().add(this.getX()), withCompression); in negate()
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/params/
DDHPublicKeyParameters.java19 public BigInteger getY() in getY() method in DHPublicKeyParameters
39 return other.getY().equals(y) && super.equals(obj); in equals()
DDSAPublicKeyParameters.java19 public BigInteger getY() in getY() method in DSAPublicKeyParameters
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
DEncodedKeySpec2Test.java66 return dsa1.getY().equals(dsa2.getY()) in isEqual()
DDSAPublicKeySpecTest.java106 assertEquals(1, dpks.getY().intValue()); in testGetY()
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
DDSAKeyFactoryImplTest.java118 publicY = publicKey.getY();
194 assertEquals("failure for 'pk.getY().compareTo(publicY)'", 0, pk.getY() in checkPublicIntegers()
320 public BigInteger getY() { return y; } in testGeneratePublicKeySpec04()
362 public BigInteger getY() { return y; } in testGeneratePublicKeySpec05()
669 public BigInteger getY() { return y; } in testGetKeySpec06()
767 public BigInteger getY() { return y; } in testTranslateKey04()
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/asymmetric/ec/
DEC5Util.java78 spec.getG().getY().toBigInteger()), in convertSpec()
88 spec.getG().getY().toBigInteger()), in convertSpec()
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
DPBEKeyTest.java69 public BigInteger getY() { in getY() method in PBEKeyTest.checkPBEKey
DDHPublicKeyTest.java72 public BigInteger getY() { in getY() method in DHPublicKeyTest.checkDHPublicKey
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/interfaces/
DDSAPublicKeyTest.java68 public BigInteger getY() { in getY() method in DSAPublicKeyTest.checkDSAPublicKey
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/
DDHPublicKey.java43 public DERInteger getY() in getY() method in DHPublicKey
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DDHPublicKeySpecTest.java52 dhpks.getY(), ys[i]); in testDHPrivateKeySpec()
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/agreement/
DDHBasicAgreement.java64 return pub.getY().modPow(key.getX(), dhParams.getP()); in calculateAgreement()
/external/quake/src/com/android/quake/
DQuakeView.java179 ev.getX(), ev.getY(), in queueMotionEvent()
192 ev.getX(), ev.getY()); in queueTrackballEvent()
/external/javassist/sample/duplicate/
DViewer.java35 ball.move(ev.getX(), ev.getY()); in mouseClicked()
/external/skia/android_sample/SampleApp/src/com/skia/sampleapp/
DSampleApp.java54 final int y = (int) event.getY(); in onTouchEvent()
/external/bouncycastle/src/main/java/org/bouncycastle/jce/spec/
DECNamedCurveSpec.java52 return new ECPoint(g.getX().toBigInteger(), g.getY().toBigInteger()); in convertPoint()

12