Class ProofUtil.Proof
- java.lang.Object
-
- org.pgpainless.signature.consumer.ProofUtil.Proof
-
- Enclosing class:
- ProofUtil
public static class ProofUtil.Proof extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringNOTATION_NAME
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProofUtil.ProoffromMatrixPermalink(String username, String eventPermalink)StringgetNotationName()StringgetNotationValue()StringtoString()
-
-
-
Field Detail
-
NOTATION_NAME
public static final String NOTATION_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNotationName
public String getNotationName()
-
getNotationValue
public String getNotationValue()
-
fromMatrixPermalink
public static ProofUtil.Proof fromMatrixPermalink(String username, String eventPermalink)
-
-