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

Method readEncryptionKeyPair

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

Source from the content-addressed store, hash-verified

1070 }
1071
1072 public static final KeyPair readEncryptionKeyPair(String id, File file,
1073 char[] pwd) {
1074 return readKeyPairFromFile(id + '-' + Common.ENCRYPT, file, pwd);
1075 }
1076
1077 public static final void writeSigningKeyPair(KeyPair keyPair, String id,
1078 File file, char[] pwd) {

Callers 3

testAppMethod · 0.95
doPullMethod · 0.95
doPostMethod · 0.95

Calls 1

readKeyPairFromFileMethod · 0.95

Tested by 1

testAppMethod · 0.76