OSDN Git Service

original
[gb-231r1-is01/Gingerbread_2.3.3_r1_IS01.git] / libcore / luni / src / main / java / java / security / cert / package.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
4 </head>
5 <html>
6 <body>
7 <p>
8 This package provides all the classes and all the interfaces needed to generate, administer and verify
9 X.509 certificates.
10 Functionality for parsing certificate, extracting information from them, validating and
11 verifying the information they contains are provided.
12 Exception are generated mainly for three reasons:<br>
13 - if the certificate's encoding is broken
14 (CertificateEncodingException)<br>
15 - if the certificate's time stamp is not valid
16 (CertificateExpiredException)<br>
17 - or if the validation's path is false (CertPathValidatorException).
18 </p><p>
19 The functionality to check the different entries and extension fields of X.509 certificates are also provided.
20 </p>
21 </body>
22 </html>