Class PemReader.Section (1.42.0)

public static final class PemReader.Section

Section in the PEM file.

Inheritance

java.lang.Object > PemReader.Section

Methods

getBase64DecodedBytes()

public byte[] getBase64DecodedBytes()

Returns the base64-decoded bytes (modifiable array).

Returns
TypeDescription
byte[]

getTitle()

public String getTitle()

Returns the title.

Returns
TypeDescription
String