Add helper method for encoding authors.

This commit is contained in:
akwizgran
2018-01-16 17:22:35 +00:00
parent 1d81110fe5
commit 68634e0f28
3 changed files with 19 additions and 0 deletions

View File

@@ -94,6 +94,8 @@ public interface ClientHelper {
BdfList toList(Message m) throws FormatException;
BdfList toList(Author a);
byte[] sign(String label, BdfList toSign, byte[] privateKey)
throws FormatException, GeneralSecurityException;