Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't Base64.UrlSafe Encode x5c in Request
Used java.util.Base64.getEncoder() to encode the the x5c instead. Tested manually against java.util.Base64.getDecoder() .decode to ensure decoding doesn't throw error. Signed-off-by: Suzanna Jiwani <[email protected]>
- Loading branch information