static fun readPemFile(certificate: Path!): ByteArray!
Read a PEM-encoded file.
certificate - Path!: The path to a PEM-encoded file.
certificate
IOException - If an IO error occurs.
IOException
Return ByteArray!: The bytes for the PEM content.