Stop using proprietary sun.security.x509.GeneralNameInterface

Description

In the code, `sun.security.x509.GeneralNameInterface` is used. This implementation is not available in all JDKs, and can cause issues while debugging / running tests with other JDKs.

The implementation is used only for one constant definition. We can copy the constant value in our code, instead of depending on proprietary code.

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created November 1, 2019 at 7:30 PM
Updated November 4, 2019 at 3:32 PM
Resolved November 4, 2019 at 3:32 PM