Class Trustworthiness.Builder

  • Enclosing class:
    Trustworthiness

    public static final class Trustworthiness.Builder
    extends java.lang.Object
    • Method Detail

      • introducer

        public Trustworthiness introducer()
        The key is a trusted introducer (depth 1). Certifications made by this key are considered trustworthy.
        Returns:
        trust
      • metaIntroducer

        public Trustworthiness metaIntroducer()
        The key is a meta introducer (depth 2). This key can introduce trusted introducers of depth 1.
        Returns:
        trust
      • metaIntroducerOfDepth

        public Trustworthiness metaIntroducerOfDepth​(int n)
        The key is a meta introducer of depth
        n
        . This key can introduce meta introducers of depth
        n - 1
        .
        Parameters:
        n - depth
        Returns:
        trust