Searched refs:getW (Results 1 – 8 of 8) sorted by relevance
41 this(alias, uid, info.getEncoded(), info.getParams(), info.getW()); in AndroidKeyStoreECPublicKey()54 public ECPoint getW() { in getW() method in AndroidKeyStoreECPublicKey
113 T result = (T) new ECPublicKeySpec(ecKey.getW(), ecKey.getParams()); in engineGetKeySpec()
58 ECPoint w = ((ECPublicKey) publicKey).getW(); in publicKeyEncodeUncompressedForm()
383 ECPoint point = ((ECPublicKey) publicKey).getW(); in encodePublicKey()
45548 method public abstract java.security.spec.ECPoint getW();45666 method public java.security.spec.ECPoint getW();
66824 method public java.security.spec.ECPoint getW();66942 method public java.security.spec.ECPoint getW();
66968 method public java.security.spec.ECPoint getW();67086 method public java.security.spec.ECPoint getW();
43515 HSPLjava/security/spec/ECPublicKeySpec;->getW()Ljava/security/spec/ECPoint;