Searched refs:verifiedSignerCertChain (Results 1 – 1 of 1) sorted by relevance
342 List<X509Certificate> verifiedSignerCertChain = in verifyBytes() local344 if (verifiedSignerCertChain == null) { in verifyBytes()348 } else if (verifiedSignerCertChain.isEmpty()) { in verifyBytes()353 return verifiedSignerCertChain.toArray( in verifyBytes()354 new X509Certificate[verifiedSignerCertChain.size()]); in verifyBytes()