Searched refs:certificateEventInfo (Results 1 – 3 of 3) sorted by relevance
679 CertificateEventInfo certificateEventInfo = mock(CertificateEventInfo.class); in generateMockCertEventInfo() local682 when(certificateEventInfo.getCert()).thenReturn(cert); in generateMockCertEventInfo()683 when(certificateEventInfo.getCertHash()).thenReturn("12345678"); in generateMockCertEventInfo()684 return certificateEventInfo; in generateMockCertEventInfo()
9782 CertificateEventInfo certificateEventInfo = in setupTrustOnFirstUse() local9785 FRAMEWORK_NETWORK_ID, 0, certificateEventInfo); in setupTrustOnFirstUse()9788 eq(eapTlsConfig.networkId), eq(0), eq(certificateEventInfo)); in setupTrustOnFirstUse()
670 int depth, CertificateEventInfo certificateEventInfo) { in broadcastCertificationEvent() argument671 sendMessage(iface, TOFU_CERTIFICATE_EVENT, networkId, depth, certificateEventInfo); in broadcastCertificationEvent()