Class PemReader.Section (1.44.2)

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
Type Description
byte[]

getTitle()

public String getTitle()

Returns the title.

Returns
Type Description
String