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