Interface CertPathParameters

All Superinterfaces:
Cloneable
All Known Implementing Classes:
ExtendedPKIXBuilderParameters, ExtendedPKIXParameters, PKIXBuilderParameters, PKIXParameters

public interface CertPathParameters
extends Cloneable
The interface specification for certification path algorithm parameters.

This interface is for grouping purposes of CertPath parameter implementations.

  • Method Summary

    Modifier and Type Method Description
    Object clone()
    Clones this CertPathParameters instance.
  • Method Details

    • clone

      Object clone()
      Clones this CertPathParameters instance.
      Returns:
      the cloned instance.