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