Class PemReader.Section
java.lang.Object
com.google.api.client.util.PemReader.Section
- Enclosing class:
PemReader
Section in the PEM file.
- Since:
- 1.14
- Author:
- Yaniv Inbar
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]Returns the base64-decoded bytes (modifiable array).getTitle()Returns the title.
-
Method Details
-
getTitle
Returns the title. -
getBase64DecodedBytes
public byte[] getBase64DecodedBytes()Returns the base64-decoded bytes (modifiable array).
-