mirror of
https://codeberg.org/PGPainless/bc-sop.git
synced 2025-09-10 19:59:40 +02:00
Initialize BcSopCLI
This commit is contained in:
parent
1d697eb682
commit
1af2a3c121
4 changed files with 19 additions and 8 deletions
|
@ -11,7 +11,7 @@ public class BCVersion implements Version {
|
|||
@NotNull
|
||||
@Override
|
||||
public String getBackendVersion() {
|
||||
return "Bouncy Castle 1.79"; // TODO: Extract from pom
|
||||
return "Bouncy Castle " + new BouncyCastleProvider().getVersionStr();
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue