Searched refs:CertException (Results 1 – 4 of 4) sorted by relevance
6 public class CertException class11 public CertException(String msg, Throwable cause) in CertException() method in CertException18 public CertException(String msg) in CertException() method in CertException
265 throws CertException in isSignatureValid()271 throw new CertException("signature invalid - algorithm identifier mismatch"); in isSignatureValid()289 throw new CertException("unable to process signature: " + e.getMessage(), e); in isSignatureValid()
316 throws CertException in isSignatureValid()322 throw new CertException("signature invalid - algorithm identifier mismatch"); in isSignatureValid()340 throw new CertException("unable to process signature: " + e.getMessage(), e); in isSignatureValid()
267 throws CertException in isSignatureValid()273 throw new CertException("signature invalid - algorithm identifier mismatch"); in isSignatureValid()291 throw new CertException("unable to process signature: " + e.getMessage(), e); in isSignatureValid()