blob: e39b38f28a8869fdfc8bb70c1e894349bc3816f2 [file] [log] [blame]
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<html>
<body>
<p>
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
Functionality for parsing certificate, extracting information from them, validating and
verifying the information they contains are provided.
Exception are generated mainly for three reasons:<br>
- if the certificate's encoding is broken
(CertificateEncodingException)<br>
- if the certificate's time stamp is not valid
(CertificateExpiredException)<br>
- or if the validation's path is false (CertPathValidatorException).
</p><p>
The functionality to check the different entries and extension fields of X.509 certificates are also provided.
</p>
</body>
</html>