Skip to content

P2PCryptography

Thomas Schwotzer edited this page Sep 18, 2024 · 2 revisions

Point-to-Point encryption

[TODO]

´´´java String peerID = "AliceID"; ASAPPeer asapPeer = ...; // see other chapter ASAPKeyStore asapKeyStore = new InMemoASAPKeyStore(peerID); asapPeer.setASAPKeyStore(asapKeyStore) ´´´ [TODO]

Clone this wiki locally