sun.security.provider.certpath

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules sun » security » sun.security.provider.certpath 
sun.security.provider.certpath
Java Source File NameTypeComment
AdjacencyList.javaClass An AdjacencyList is used to store the history of certification paths attempted in constructing a path from an initiator to a target.
BasicChecker.javaClass BasicChecker is a PKIXCertPathChecker that checks the basic information on a PKIX certificate, namely the signature, timestamp, and subject/issuer name chaining.
Builder.javaClass Abstract class representing a builder, which is able to retrieve matching certificates and is able to verify a particular certificate.
BuildStep.javaClass Describes one step of a certification path build, consisting of a Vertex state description, a certificate, a possible throwable, and a result code.
CertId.javaClass This class corresponds to the CertId field in OCSP Request and the OCSP Response.
CertPathHelper.javaClass Helper class that allows access to Sun specific known-public methods in the java.security.cert package.
CollectionCertStore.javaClass A CertStore that retrieves Certificates and CRLs from a Collection.

Before calling the CollectionCertStore.engineGetCertificates engineGetCertificates or CollectionCertStore.engineGetCRLs engineGetCRLs methods, the CollectionCertStore.CollectionCertStore(CertStoreParameters) CollectionCertStore(CertStoreParameters) constructor is called to create the CertStore and establish the Collection from which Certificates and CRLs will be retrieved.

ConstraintsChecker.javaClass ConstraintsChecker is a PKIXCertPathChecker that checks constraints information on a PKIX certificate, namely basic constraints and name constraints.
CrlRevocationChecker.javaClass CrlRevocationChecker is a PKIXCertPathChecker that checks revocation status information on a PKIX certificate using CRLs obtained from one or more CertStores.
DistributionPointFetcher.javaClass Class to obtain CRLs via the CRLDistributionPoints extension. Note that the functionality of this class must be explicitly enabled via a system property, see the USE_CRLDP variable below. This class uses the URICertStore class to fetch CRLs.
ForwardBuilder.javaClass This class represents a forward builder, which is able to retrieve matching certificates from CertStores and verify a particular certificate against a ForwardState.
ForwardState.javaClass A specification of a forward PKIX validation state which is initialized by each build and updated each time a certificate is added to the current path.
IndexedCollectionCertStore.javaClass A CertStore that retrieves Certificates and CRLs from a Collection.

This implementation is functionally equivalent to CollectionCertStore with two differences:

  1. Upon construction, the elements in the specified Collection are partially indexed.
KeyChecker.javaClass KeyChecker is a PKIXCertPathChecker that checks that the keyCertSign bit is set in the keyUsage extension in an intermediate CA certificate.
LDAPCertStore.javaClass A CertStore that retrieves Certificates and CRLs from an LDAP directory, using the PKIX LDAP V2 Schema (RFC 2587): http://www.ietf.org/rfc/rfc2587.txt.

Before calling the LDAPCertStore.engineGetCertificates engineGetCertificates or LDAPCertStore.engineGetCRLs engineGetCRLs methods, the LDAPCertStore.LDAPCertStore(CertStoreParameters) LDAPCertStore(CertStoreParameters) constructor is called to create the CertStore and establish the DNS name and port of the LDAP server from which Certificates and CRLs will be retrieved.

Concurrent Access

As described in the javadoc for CertStoreSpi, the engineGetCertificates and engineGetCRLs methods must be thread-safe.

OCSPChecker.javaClass OCSPChecker is a PKIXCertPathChecker that uses the Online Certificate Status Protocol (OCSP) as specified in RFC 2560 http://www.ietf.org/rfc/rfc2560.txt.
OCSPRequest.javaClass This class can be used to generate an OCSP request and send it over an outputstream.
OCSPResponse.javaClass This class is used to process an OCSP response.
PKIXCertPathValidator.javaClass This class implements the PKIX validation algorithm for certification paths consisting exclusively of X509Certificates.
PKIXMasterCertPathValidator.javaClass This class is initialized with a list of PKIXCertPathCheckers and is used to verify the certificates in a CertPath by feeding each certificate to each PKIXCertPathChecker.
PolicyChecker.javaClass PolicyChecker is a PKIXCertPathChecker that checks policy information on a PKIX certificate, namely certificate policies, policy mappings, policy constraints and policy qualifiers.
PolicyNodeImpl.javaClass Implements the PolicyNode interface.

This class provides an implementation of the PolicyNode interface, and is used internally to build and search Policy Trees.

ReverseBuilder.javaClass This class represents a reverse builder, which is able to retrieve matching certificates from CertStores and verify a particular certificate against a ReverseState.
ReverseState.javaClass A specification of a reverse PKIX validation state which is initialized by each build and updated each time a certificate is added to the current path.
State.javaInterface A specification of a PKIX validation state which is initialized by each build and updated each time a certificate is added to the current path.
SunCertPathBuilder.javaClass This class is able to build certification paths in either the forward or reverse directions.

If successful, it returns a certification path which has succesfully satisfied all the constraints and requirements specified in the PKIXBuilderParameters object and has been validated according to the PKIX path validation algorithm defined in RFC 3280.

This implementation uses a depth-first search approach to finding certification paths.

SunCertPathBuilderException.javaClass This is a subclass of the generic CertPathBuilderException. It contains an adjacency list with information regarding the unsuccessful paths that the SunCertPathBuilder tried.
SunCertPathBuilderParameters.javaClass This class specifies the set of parameters used as input for the Sun certification path build algorithm.
SunCertPathBuilderResult.javaClass This class represents the result of a SunCertPathBuilder build. Since all paths returned by the SunCertPathProvider are PKIX validated the result contains the valid policy tree and subject public key returned by the algorithm.
URICertStore.javaClass A CertStore that retrieves Certificates or CRLs from a URI, for example, as specified in an X.509 AuthorityInformationAccess or CRLDistributionPoint extension.
Vertex.javaClass
X509CertificatePair.javaClass This class represents an X.509 Certificate Pair object, which is primarily used to hold a pair of cross certificates issued between Certification Authorities.
X509CertPath.javaClass A java.security.cert.CertPath CertPath (certification path) consisting exclusively of java.security.cert.X509Certificate X509Certificate s.

By convention, X.509 CertPaths are stored from target to trust anchor. That is, the issuer of one certificate is the subject of the following one.

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.