Package org.pgpainless.algorithm
Class Trustworthiness.Builder
java.lang.Object
org.pgpainless.algorithm.Trustworthiness.Builder
- Enclosing class:
Trustworthiness
-
Method Summary
Modifier and TypeMethodDescriptionThe key is a trusted introducer (depth 1).The key is a meta introducer (depth 2).metaIntroducerOfDepth
(int n) The key is a meta introducer of depth
-
Method Details
-
introducer
The key is a trusted introducer (depth 1). Certifications made by this key are considered trustworthy.- Returns:
- trust
-
metaIntroducer
The key is a meta introducer (depth 2). This key can introduce trusted introducers of depth 1.- Returns:
- trust
-
metaIntroducerOfDepth
The key is a meta introducer of depthn
. This key can introduce meta introducers of depthn - 1
.- Parameters:
n
- depth- Returns:
- trust
-