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 String
NOTATION_NAME
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProofUtil.Proof
fromMatrixPermalink(String username, String eventPermalink)
String
getNotationName()
String
getNotationValue()
String
toString()
-
-
-
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)
-
-