Interface CertPathBuilderResult

    • Method Detail

      • 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.