Home
last modified time | relevance | path

Searched refs:yPub (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
86 BigInteger y = new BigInteger(1, yPub); in getP256PubKeyFromBytes()