Make SigningOptions.getSigningMethods package visible

This commit is contained in:
Paul Schaub 2022-03-09 21:03:31 +01:00
parent 5b43cfaf8c
commit b34866b012
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ public final class SigningOptions {
*
* @return signing methods
*/
public Map<SubkeyIdentifier, SigningMethod> getSigningMethods() {
Map<SubkeyIdentifier, SigningMethod> getSigningMethods() {
return Collections.unmodifiableMap(signingMethods);
}