Class TrustChainSet

    • Method Detail

      • getShortest

        public TrustChain getShortest()
        Returns the shortest trust chain in this set.
        Returns:
        The (first) shortest chain, null for an empty set.
      • filter

        public TrustChainSet filter​(TrustChainConstraints constraints)
        Returns a filtered trust chain set according to constraints.
        Parameters:
        constraints - The constraints. Must not be null.
        Returns:
        The filtered trust chain set.