Home
last modified time | relevance | path

Searched refs:getP256PubKeyFromBytes (Results 1 – 2 of 2) sorted by relevance

/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DX509UtilsTest.java20 import static com.android.rkpdapp.unittest.Utils.getP256PubKeyFromBytes;
80 assertThat(testKey.getPublic()).isEqualTo(getP256PubKeyFromBytes(xPoint, yPoint)); in testGetAndFormatRawPublicKey()
DUtils.java84 public static PublicKey getP256PubKeyFromBytes(byte[] xPub, byte[] yPub) throws Exception { in getP256PubKeyFromBytes() method in Utils