Searched refs:inputCert (Results 1 – 2 of 2) sorted by relevance
37 …protected boolean checkInputCertMatchWithProfile(X509Certificate inputCert, X509Certificate certIn… in checkInputCertMatchWithProfile() argument38 return inputCert == null ? false : inputCert.equals(certInProfile); in checkInputCertMatchWithProfile()
659 …protected boolean checkInputCertMatchWithProfile(X509Certificate inputCert, X509Certificate certIn… in checkInputCertMatchWithProfile() argument