Name

CertPathBuilderResult

Synopsis

An object of this type is returned by the build( ) method of a CertPathBuilder. The getCertPath( ) method returns the CertPath object that was built; this method will never return null. The algorithm-specific PKIXCertPathBuilderResult implementation defines other methods to return additional information about the path that was built.

java.security.cert.CertPathBuilderResult

Figure 14-55. java.security.cert.CertPathBuilderResult

public interface CertPathBuilderResult extends Cloneable {
// Public Instance Methods
     Object clone( );  
     CertPath getCertPath( );  
}

Implementations

PKIXCertPathBuilderResult

Returned By

CertPathBuilder.build( ), CertPathBuilderSpi.engineBuild( )

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.