Searched refs:getP256PubKeyFromBytes (Results 1 – 2 of 2) sorted by relevance
20 import static com.android.rkpdapp.unittest.Utils.getP256PubKeyFromBytes;80 assertThat(testKey.getPublic()).isEqualTo(getP256PubKeyFromBytes(xPoint, yPoint)); in testGetAndFormatRawPublicKey()
84 public static PublicKey getP256PubKeyFromBytes(byte[] xPub, byte[] yPub) throws Exception { in getP256PubKeyFromBytes() method in Utils