Searched refs:verifiedSignerCertChain (Results 1 – 1 of 1) sorted by relevance
323 List<X509Certificate> verifiedSignerCertChain = in verifyBytes() local325 if (verifiedSignerCertChain == null) { in verifyBytes()329 } else if (verifiedSignerCertChain.isEmpty()) { in verifyBytes()334 return verifiedSignerCertChain.toArray( in verifyBytes()335 new X509Certificate[verifiedSignerCertChain.size()]); in verifyBytes()