Searched refs:getAnalyzerKeyProd (Results 1 – 5 of 5) sorted by relevance
40 byte[] getAnalyzerKeyProd(); in getAnalyzerKeyProd() method
59 publicEncryptionKeys.getAnalyzerKeyProd(), in createForEnvironment()
122 assertThat(mPublicKeyLoader.getAnalyzerKeyProd()).isEqualTo(ANALYZER_KEY_PROD); in testGetAnalyzerKeyProd()
91 public byte[] getAnalyzerKeyProd() { in getAnalyzerKeyProd() method in CobaltPublicKeyLoader
294 when(mPublicEncryptionKeys.getAnalyzerKeyProd()).thenReturn(ANALYZER_KEY_PROD); in checkKeyIndices_prodEnvironment()