Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/security/spec/
DEdECPublicKeySpecTest.java38 assertEquals(point.getY(), keySpec.getPoint().getY()); in testConstructor()
44 assertEquals(point.getY(), keySpec.getPoint().getY()); in testConstructor()
DEdECPointTest.java36 assertEquals(BigInteger.TEN, p.getY()); in testConstructor()
40 assertEquals(BigInteger.valueOf(Long.MAX_VALUE), p.getY()); in testConstructor()
/libcore/luni/src/test/java/tests/security/interfaces/
DDSAPublicKeyTest.java49 assertNotNull("Invalid Y value", publ.getY()); in test_getY()
57 assertNotNull("Invalid Y value", publ.getY()); in test_getY()
/libcore/luni/src/test/java/tests/security/spec/
DEncodedKeySpec2Test.java67 return dsa1.getY().equals(dsa2.getY()) in isEqual()
DDSAPublicKeySpecTest.java99 assertEquals(1, dpks.getY().intValue()); in testGetY()
/libcore/ojluni/src/main/java/javax/crypto/interfaces/
DDHPublicKey.java52 BigInteger getY(); in getY() method
/libcore/ojluni/src/main/java/java/security/interfaces/
DDSAPublicKey.java64 public BigInteger getY(); in getY() method
/libcore/ojluni/annotations/sdk/nullability/java/security/spec/
DEdECPoint.annotated.java36 public @libcore.util.NonNull BigInteger getY(){ throw new RuntimeException("Stub!"); } in getY() method in EdECPoint
/libcore/ojluni/src/main/java/java/security/spec/
DEdECPoint.java83 public BigInteger getY() { in getY() method in EdECPoint
DDSAPublicKeySpec.java76 public BigInteger getY() { in getY() method in DSAPublicKeySpec
/libcore/ojluni/src/main/java/javax/crypto/spec/
DDHPublicKeySpec.java72 public BigInteger getY() { in getY() method in DHPublicKeySpec
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
DDHPublicKeyTest.java66 public BigInteger getY() { in getY() method in DHPublicKeyTest.checkDHPublicKey
DPBEKeyTest.java80 public BigInteger getY() { in getY() method in PBEKeyTest.checkPBEKey
/libcore/ojluni/src/test/java/security/KeyAgreement/
DKeySizeTest.java162 equals(dhPub.getY(), dhPubDecod.getY()); in testKeyAttributes()
176 BigInteger y = dhPub.getY(); in testKeyAttributes()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DDHPublicKeySpecTest.java52 dhpks.getY(), ys[i]); in testDHPrivateKeySpec()
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DBasicChecker.java284 BigInteger y = ((DSAPublicKey)keyValueKey).getY(); in makeInheritedParamsKey()
DAlgorithmChecker.java330 BigInteger y = ((DSAPublicKey)currPubKey).getY(); in check()
/libcore/api/
Dcurrent.txt9271 method public java.math.BigInteger getY();
9384 method public java.math.BigInteger getY();
9447 method @NonNull public java.math.BigInteger getY();
19200 method public java.math.BigInteger getY();
19263 method public java.math.BigInteger getY();