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.Object
Section in the PEM file.
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
base64decodedBytes
Base64-decoded bytes.private java.lang.String
title
Title.
-
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.String
getTitle()
Returns the title.
-