Initialize BcSopCLI

This commit is contained in:
Paul Schaub 2024-11-15 01:38:08 +01:00
parent 1d697eb682
commit 1af2a3c121
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
4 changed files with 19 additions and 8 deletions

View file

@ -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