Package com.google.api.client.util
Class PemReader.Section
- java.lang.Object
-
- com.google.api.client.util.PemReader.Section
-
- Enclosing class:
- PemReader
public static final class PemReader.Section extends java.lang.ObjectSection in the PEM file.
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]base64decodedBytesBase64-decoded bytes.private java.lang.StringtitleTitle.
-
Constructor Summary
Constructors Constructor Description Section(java.lang.String title, byte[] base64decodedBytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBase64DecodedBytes()Returns the base64-decoded bytes (modifiable array).java.lang.StringgetTitle()Returns the title.
-