Package com.google.api.client.util
Class PemReader.Section
- java.lang.Object
-
- com.google.api.client.util.PemReader.Section
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getBase64DecodedBytes()
Returns the base64-decoded bytes (modifiable array).String
getTitle()
Returns the title.
-
-
-
Method Detail
-
getTitle
public String getTitle()
Returns the title.
-
getBase64DecodedBytes
public byte[] getBase64DecodedBytes()
Returns the base64-decoded bytes (modifiable array).
-
-