Searched refs:ValidatorException (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/validator/
H A DValidatorException.java31 * ValidatorException thrown by the Validator. It has optional fields that
36 public class ValidatorException extends CertificateException { class in inherits:CertificateException
67 public ValidatorException(String msg) { method in class:ValidatorException
71 public ValidatorException(String msg, Throwable cause) { method in class:ValidatorException
76 public ValidatorException(Object type) { method in class:ValidatorException
80 public ValidatorException(Object type, X509Certificate cert) { method in class:ValidatorException
86 public ValidatorException(Object type, X509Certificate cert, method in class:ValidatorException
92 public ValidatorException(String msg, Object type, X509Certificate cert) { method in class:ValidatorException
98 public ValidatorException(String msg, Object type, X509Certificate cert, method in class:ValidatorException
H A DEndEntityChecker.java227 throw new ValidatorException
229 ValidatorException.T_EE_EXTENSIONS, cert);
233 throw new ValidatorException("Extended key usage does not "
235 ValidatorException.T_EE_EXTENSIONS, cert);
239 throw new ValidatorException
241 ValidatorException.T_EE_EXTENSIONS, cert);
264 throw new ValidatorException
266 ValidatorException.T_EE_EXTENSIONS, cert);
270 throw new ValidatorException
272 ValidatorException
[all...]
H A DSimpleValidator.java167 throw new ValidatorException(
169 ValidatorException.T_UNTRUSTED_CERT, cert, cpve);
181 throw new ValidatorException
182 (ValidatorException.T_ALGORITHM_DISABLED, cert, cpve);
194 throw new ValidatorException
195 (ValidatorException.T_NAME_CHAINING, cert);
202 throw new ValidatorException
203 (ValidatorException.T_SIGNATURE_ERROR, cert, e);
233 throw new ValidatorException
235 ValidatorException
[all...]
H A DPKIXValidator.java286 throw new ValidatorException
287 (ValidatorException.T_NO_TRUST_ANCHOR);
319 throw new ValidatorException
350 throw new ValidatorException
385 throw new ValidatorException

Completed in 38 milliseconds