Interface SignerInfoOrBuilder (0.3.0)

public interface SignerInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCertIssuer()

public abstract String getCertIssuer()

Company that issued the certificate.

optional string cert_issuer = 4;

Returns
Type Description
String

The certIssuer.

getCertIssuerBytes()

public abstract ByteString getCertIssuerBytes()

Company that issued the certificate.

optional string cert_issuer = 4;

Returns
Type Description
ByteString

The bytes for certIssuer.

getName()

public abstract String getName()

Common name of the signers/certificate. The order of the signers matters. Each element is a higher level authority, the last being the root authority.

optional string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Common name of the signers/certificate. The order of the signers matters. Each element is a higher level authority, the last being the root authority.

optional string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getStatus()

public abstract String getStatus()

It can say "Valid" or state the problem with the certificate if any (e.g. "This certificate or one of the certificates in the certificate chain is not time valid.").

optional string status = 2;

Returns
Type Description
String

The status.

getStatusBytes()

public abstract ByteString getStatusBytes()

It can say "Valid" or state the problem with the certificate if any (e.g. "This certificate or one of the certificates in the certificate chain is not time valid.").

optional string status = 2;

Returns
Type Description
ByteString

The bytes for status.

getValidUsage()

public abstract String getValidUsage()

Indicates which situations the certificate is valid for (e.g. "Code Signing").

optional string valid_usage = 3;

Returns
Type Description
String

The validUsage.

getValidUsageBytes()

public abstract ByteString getValidUsageBytes()

Indicates which situations the certificate is valid for (e.g. "Code Signing").

optional string valid_usage = 3;

Returns
Type Description
ByteString

The bytes for validUsage.

hasCertIssuer()

public abstract boolean hasCertIssuer()

Company that issued the certificate.

optional string cert_issuer = 4;

Returns
Type Description
boolean

Whether the certIssuer field is set.

hasName()

public abstract boolean hasName()

Common name of the signers/certificate. The order of the signers matters. Each element is a higher level authority, the last being the root authority.

optional string name = 1;

Returns
Type Description
boolean

Whether the name field is set.

hasStatus()

public abstract boolean hasStatus()

It can say "Valid" or state the problem with the certificate if any (e.g. "This certificate or one of the certificates in the certificate chain is not time valid.").

optional string status = 2;

Returns
Type Description
boolean

Whether the status field is set.

hasValidUsage()

public abstract boolean hasValidUsage()

Indicates which situations the certificate is valid for (e.g. "Code Signing").

optional string valid_usage = 3;

Returns
Type Description
boolean

Whether the validUsage field is set.