Skip to content

Commit

Permalink
Merge pull request #4065 from jamezp/RESTEASY-3464-6.2
Browse files Browse the repository at this point in the history
[RESTEASY-3464] Deprecate the DerUtils.decodePrivateKey methods.
  • Loading branch information
jamezp committed Mar 8, 2024
2 parents 5b0f413 + d5dfd47 commit c7cfc3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public final class DerUtils {
private DerUtils() {
}

@Deprecated(forRemoval = true, since = "6.2")
public static PrivateKey decodePrivateKey(InputStream is)
throws Exception {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public class DerUtils {
BouncyIntegration.init();
}

@Deprecated(forRemoval = true, since = "6.2")
public static PrivateKey decodePrivateKey(InputStream is)
throws Exception {

Expand Down

0 comments on commit c7cfc3d

Please sign in to comment.