You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Owen Nichols (Jira)" <ji...@apache.org> on 2022/01/21 22:46:00 UTC

[jira] [Created] (GEODE-9981) use more portable approach to getting crypto algorithm oid

Owen Nichols created GEODE-9981:
-----------------------------------

             Summary: use more portable approach to getting crypto algorithm oid
                 Key: GEODE-9981
                 URL: https://issues.apache.org/jira/browse/GEODE-9981
             Project: Geode
          Issue Type: Improvement
            Reporter: Owen Nichols


instead of:

`new AlgorithmId(AlgorithmId.md5WithRSAEncryption_oid)`

this works with more jdk versions:

AlgorithmId.get("MD5withRSA");



--
This message was sent by Atlassian Jira
(v8.20.1#820001)