Interface CertPathBuilderResult

All Superinterfaces:
Cloneable
All Known Implementing Classes:
PKIXCertPathBuilderResult

public interface CertPathBuilderResult
extends Cloneable
The interface for results generated by CertPathBuilder.build(CertPathParameters).
  • Method Summary

    Modifier and Type Method Description
    Object clone()
    Clones this CertPathBuilderResult instance.
    CertPath getCertPath()
    Returns the built CertPath instance.
  • Method Details

    • clone

      Object clone()
      Clones this CertPathBuilderResult instance.
      Returns:
      the copy of this instance.
    • getCertPath

      CertPath getCertPath()
      Returns the built CertPath instance. Never returns null.
      Returns:
      the built certificate path instance.