Skip to content
Snippets Groups Projects

Feature/808 validate root certificates

Merged Henry Borasch requested to merge feature/808-validate_root_certificates into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -99,7 +99,7 @@ public class DefaultValidationService implements ValidationService {
@Override
public ValidationResult validatePublicKey(final RSAKey publicKey, final KeyOperation keyOperation) {
try {
return validateKey(publicKey, KeyOperation.WRAP_KEY);
return validateKey(publicKey, keyOperation);
} catch (final Exception e) {
return ValidationResult.error(e);
}
Loading