Home | History | Annotate | Download | only in testcases

Lines Matching defs:ENCODED_PUBLIC_KEY

49   public static final String ENCODED_PUBLIC_KEY =
58 * Encodings of the public key from ENCODED_PUBLIC_KEY with modifications.
1471 byte[] encoded = TestUtil.hexToBytes(ENCODED_PUBLIC_KEY);
1476 assertEquals(ENCODED_PUBLIC_KEY, TestUtil.bytesToHex(pub.getEncoded()));