MCPcopy Create free account
hub / github.com/TrsstProject/trsst / readSigningKeyPair

Method readSigningKeyPair

src/main/java/com/trsst/Command.java:1067–1070  ·  view source on GitHub ↗
(String id, File file,
            char[] pwd)

Source from the content-addressed store, hash-verified

1065 }
1066
1067 public static final KeyPair readSigningKeyPair(String id, File file,
1068 char[] pwd) {
1069 return readKeyPairFromFile(id + '-' + Common.SIGN, file, pwd);
1070 }
1071
1072 public static final KeyPair readEncryptionKeyPair(String id, File file,
1073 char[] pwd) {

Callers 2

doPullMethod · 0.95
doPostMethod · 0.95

Calls 1

readKeyPairFromFileMethod · 0.95

Tested by

no test coverage detected