Searched refs:PRIVATE_KEY_BASE64 (Results 1 – 4 of 4) sorted by relevance
30 private static final String PRIVATE_KEY_BASE64 = "f86EzLmGaVmc+PwjJk5ADPE4ijQvliWf0CQyY/Zyy7I="; field in AggregateCryptoFixture32 private static final byte[] sPrivateKey = Base64.getDecoder().decode(PRIVATE_KEY_BASE64);53 return PRIVATE_KEY_BASE64; in getPrivateKeyBase64()
31 private static final String PRIVATE_KEY_BASE64 = "f86EzLmGaVmc+PwjJk5ADPE4ijQvliWf0CQyY/Zyy7I="; field in HpkeJniTest33 private static final byte[] sPrivateKey = Base64.getDecoder().decode(PRIVATE_KEY_BASE64);
62 private static final String PRIVATE_KEY_BASE64 = "f86EzLmGaVmc+PwjJk5ADPE4ijQvliWf0CQyY/Zyy7I="; field in MainActivity64 Base64.getDecoder().decode(PRIVATE_KEY_BASE64);
72 static final String PRIVATE_KEY_BASE64 = "2ZEyJDoJwkp0l/PahgjwuoCMIaV10zZ59LJGA+ltJ60="; field in EncryptionManagerTest74 static final byte[] DECODED_PRIVATE_KEY = Base64.getDecoder().decode(PRIVATE_KEY_BASE64);