Searched refs:xPub (Results 1 – 1 of 1) sorted by relevance
84 public static PublicKey getP256PubKeyFromBytes(byte[] xPub, byte[] yPub) throws Exception { in getP256PubKeyFromBytes() argument85 BigInteger x = new BigInteger(1, xPub); in getP256PubKeyFromBytes()