mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-25 22:02:05 +01: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…
Reference in a new issue