Module java.base
Package java.security.cert

Interface CertPathParameters

    • Method Summary

      All Methods
      Modifier and Type Method Description
      Object clone ​()
      Makes a copy of this CertPathParameters.
    • Method Detail

      • clone

        Object clone​()
        Makes a copy of this CertPathParameters. Changes to the copy will not affect the original and vice versa.
        Returns:
        a copy of this CertPathParameters