Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ELY-2419] Update GeneralName to make use of MessageDigest#isEqual to… #1776

Merged
merged 1 commit into from
Sep 16, 2022

Conversation

Laxmi-vaka
Copy link
Contributor

@cam-rod
Copy link
Contributor

cam-rod commented Sep 16, 2022

it looks like you need to import the MessageDigest class (since nothing else was already using it here). You can do that by adding this line to the imports:

import java.security.MessageDigest;

You can add it at the bottom of the block of java imports, just above java.util.Arrays.

Edit: correct import format

Copy link
Contributor

@fjuma fjuma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Laxmi-vaka!

@fjuma fjuma added the +1 FJ label Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants