mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-10 18:59:39 +02:00
Implement VersionImpl.getSopSpecVersion()
This commit is contained in:
parent
446d121777
commit
5b363de6e4
1 changed files with 5 additions and 0 deletions
|
@ -63,4 +63,9 @@ public class VersionImpl implements Version {
|
||||||
"Using " + getBackendVersion() + "\n" +
|
"Using " + getBackendVersion() + "\n" +
|
||||||
"https://www.bouncycastle.org/java.html";
|
"https://www.bouncycastle.org/java.html";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getSopSpecVersion() {
|
||||||
|
return "draft-dkg-openpgp-stateless-cli-" + SOP_VERSION;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue