public interface X509OrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAlgorithm()
public abstract String getAlgorithm()Certificate algorithm.
string algorithm = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The algorithm. |
getAlgorithmBytes()
public abstract ByteString getAlgorithmBytes()Certificate algorithm.
string algorithm = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for algorithm. |
getCertIssuer()
public abstract String getCertIssuer()Issuer of the certificate.
string cert_issuer = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The certIssuer. |
getCertIssuerBytes()
public abstract ByteString getCertIssuerBytes()Issuer of the certificate.
string cert_issuer = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for certIssuer. |
getName()
public abstract String getName()Certificate name.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Certificate name.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getSerialNumber()
public abstract String getSerialNumber()Certificate serial number.
string serial_number = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The serialNumber. |
getSerialNumberBytes()
public abstract ByteString getSerialNumberBytes()Certificate serial number.
string serial_number = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serialNumber. |
getThumbprint()
public abstract String getThumbprint()Certificate thumbprint.
string thumbprint = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The thumbprint. |
getThumbprintBytes()
public abstract ByteString getThumbprintBytes()Certificate thumbprint.
string thumbprint = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for thumbprint. |