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