Basic Certification Path Classes
The basic certification path classes provide fundamental functionality
for encoding and representing certification paths. The key basic class
in the Java™ Certification Path
API is CertPath
, which encapsulates the universal
aspects shared by all types of certification paths. An application
uses an instance of the CertificateFactory
class
to create a CertPath
object.