Searched refs:createPrfKeyData (Results 1 – 2 of 2) sorted by relevance
190 TestUtil.createPrfKeyData(primaryKeyValue), in testWithAnnotations_hasMonitoring()197 TestUtil.createPrfKeyData(secondaryKeyValue), in testWithAnnotations_hasMonitoring()264 TestUtil.createPrfKeyData(Random.randBytes(KEY_SIZE)), in testAlwaysFailingPrfWithAnnotations_hasMonitoring()
267 public static KeyData createPrfKeyData(byte[] keyValue) throws Exception { in createPrfKeyData() method in TestUtil