Searched refs:yPub (Results 1 – 2 of 2) sorted by relevance
64 public static PublicKey getP256PubKeyFromBytes(byte[] xPub, byte[] yPub) throws Exception { in getP256PubKeyFromBytes() argument66 BigInteger y = new BigInteger(1, yPub); in getP256PubKeyFromBytes()
189 byte[] yPub = ((ByteString) publicKey.get(new NegativeInteger(-3))).getBytes(); in testGenerateCSRProvisionAndUseKey()191 assertEquals(yPub.length, 32); in testGenerateCSRProvisionAndUseKey()192 PublicKey leafKeyToSign = getP256PubKeyFromBytes(xPub, yPub); in testGenerateCSRProvisionAndUseKey()