Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,8 @@ private static KeyFactory keyFactory(String algorithm) {
*
* -----BEGIN ENCRYPTED PRIVATE KEY-----
* Base64 private key
* -----BEGIN ENCRYPTED PRIVATE KEY-----
* Additional data may be included before headers, so we match all entres within the PEM.
* -----END ENCRYPTED PRIVATE KEY-----
* Additional data may be included before headers, so we match all entries within the PEM.
*/
static class PemParser {
private final String name;
Expand Down