API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.cert. CertPathBuilder View Source
Author(s)
Sean Mullan
Yassir Elley
Since
1.4
Version
1.13 04/21/06
Serial
Hierarchy
 Object
      CertPathBuilder
Implements
Subclasses
Description
public class CertPathBuilder
  A class for building certification paths (also known as certificate chains).
See also:    CertPath
Constructors
protected CertPathBuilder (CertPathBuilderSpi builderSpi, Provider provider, String algorithm)
  Creates a CertPathBuilder object of the given algorithm, and encapsulates the given provider implementation (SPI object) in it.
Methods
Hide/Show inherited methods
publicfinal CertPathBuilderResult build (CertPathParameters params) throws CertPathBuilderException InvalidAlgorithmParameterException
  Attempts to build a certification path using the specified algorithm parameter set.
publicfinal String getAlgorithm ()
  Returns the name of the algorithm of this CertPathBuilder.
publicfinalstatic String getDefaultType ()
  Returns the default CertPathBuilder type as specified in the Java security properties file, or the string "PKIX" if no such property exists.
publicstatic CertPathBuilder getInstance (String algorithm) throws NoSuchAlgorithmException
  Returns a CertPathBuilder object that implements the specified algorithm.
publicstatic CertPathBuilder getInstance (String algorithm, Provider provider) throws NoSuchAlgorithmException
  Returns a CertPathBuilder object that implements the specified algorithm.
publicstatic CertPathBuilder getInstance (String algorithm, String provider) throws NoSuchAlgorithmException NoSuchProviderException
  Returns a CertPathBuilder object that implements the specified algorithm.
publicfinal Provider getProvider ()
  Returns the provider of this CertPathBuilder.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar