This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import lombok.AllArgsConstructor; | |
import lombok.Data; | |
import lombok.extern.slf4j.Slf4j; | |
import org.apache.commons.codec.binary.Base64; | |
import java.util.ArrayList; | |
import java.util.List; | |
/** | |
* PEM Certificates reader with an encoding fallback for base-64 encoded pem string. |