Skip to content

Commit

Permalink
Added getter for key category
Browse files Browse the repository at this point in the history
  • Loading branch information
malachyb committed Sep 26, 2023
1 parent b3b88d0 commit 3c9eba7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ public final class SigningServiceSignContext {
public SigningServiceSignContext(String keyCategory) {
this.keyCategory = keyCategory;
}

public String getKeyCategory() {
return keyCategory;
}
}

0 comments on commit 3c9eba7

Please sign in to comment.