Home
last modified time | relevance | path

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

/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DUtils.java84 public static PublicKey getP256PubKeyFromBytes(byte[] xPub, byte[] yPub) throws Exception { in getP256PubKeyFromBytes() argument
85 BigInteger x = new BigInteger(1, xPub); in getP256PubKeyFromBytes()