public static interface SSLCertificate.AuthorityKeyIdOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKeyid()
public abstract String getKeyid()Key hexdump.
string keyid = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The keyid. |
getKeyidBytes()
public abstract ByteString getKeyidBytes()Key hexdump.
string keyid = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for keyid. |
getSerialNumber()
public abstract String getSerialNumber()Serial number hexdump.
string serial_number = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The serialNumber. |
getSerialNumberBytes()
public abstract ByteString getSerialNumberBytes()Serial number hexdump.
string serial_number = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serialNumber. |