Interface FileMetadataSignatureInfoOrBuilder (0.3.0)

public interface FileMetadataSignatureInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSigner(int index) (deprecated)

public abstract String getSigner(int index)

Deprecated. google.backstory.FileMetadataSignatureInfo.signer is deprecated. See backstory/udm.proto;l=3769

Deprecated: use signers field.

repeated string signer = 3 [deprecated = true];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The signer at the given index.

getSignerBytes(int index) (deprecated)

public abstract ByteString getSignerBytes(int index)

Deprecated. google.backstory.FileMetadataSignatureInfo.signer is deprecated. See backstory/udm.proto;l=3769

Deprecated: use signers field.

repeated string signer = 3 [deprecated = true];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the signer at the given index.

getSignerCount() (deprecated)

public abstract int getSignerCount()

Deprecated. google.backstory.FileMetadataSignatureInfo.signer is deprecated. See backstory/udm.proto;l=3769

Deprecated: use signers field.

repeated string signer = 3 [deprecated = true];

Returns
Type Description
int

The count of signer.

getSignerList() (deprecated)

public abstract List<String> getSignerList()

Deprecated. google.backstory.FileMetadataSignatureInfo.signer is deprecated. See backstory/udm.proto;l=3769

Deprecated: use signers field.

repeated string signer = 3 [deprecated = true];

Returns
Type Description
List<String>

A list containing the signer.

getSigners(int index)

public abstract SignerInfo getSigners(int index)

File metadata signer information. The order of the signers matters. Each element is a higher level authority, being the last the root authority.

repeated .google.backstory.SignerInfo signers = 4;

Parameter
Name Description
index int
Returns
Type Description
SignerInfo

getSignersCount()

public abstract int getSignersCount()

File metadata signer information. The order of the signers matters. Each element is a higher level authority, being the last the root authority.

repeated .google.backstory.SignerInfo signers = 4;

Returns
Type Description
int

getSignersList()

public abstract List<SignerInfo> getSignersList()

File metadata signer information. The order of the signers matters. Each element is a higher level authority, being the last the root authority.

repeated .google.backstory.SignerInfo signers = 4;

Returns
Type Description
List<SignerInfo>

getSignersOrBuilder(int index)

public abstract SignerInfoOrBuilder getSignersOrBuilder(int index)

File metadata signer information. The order of the signers matters. Each element is a higher level authority, being the last the root authority.

repeated .google.backstory.SignerInfo signers = 4;

Parameter
Name Description
index int
Returns
Type Description
SignerInfoOrBuilder

getSignersOrBuilderList()

public abstract List<? extends SignerInfoOrBuilder> getSignersOrBuilderList()

File metadata signer information. The order of the signers matters. Each element is a higher level authority, being the last the root authority.

repeated .google.backstory.SignerInfo signers = 4;

Returns
Type Description
List<? extends com.google.backstory.SignerInfoOrBuilder>

getVerificationMessage()

public abstract String getVerificationMessage()

Status of the certificate. Valid values are "Signed", "Unsigned" or a description of the certificate anomaly, if found.

string verification_message = 1;

Returns
Type Description
String

The verificationMessage.

getVerificationMessageBytes()

public abstract ByteString getVerificationMessageBytes()

Status of the certificate. Valid values are "Signed", "Unsigned" or a description of the certificate anomaly, if found.

string verification_message = 1;

Returns
Type Description
ByteString

The bytes for verificationMessage.

getVerified()

public abstract boolean getVerified()

True if verification_message == "Signed"

bool verified = 2;

Returns
Type Description
boolean

The verified.

getX509(int index)

public abstract X509 getX509(int index)

List of certificates.

repeated .google.backstory.X509 x509 = 5;

Parameter
Name Description
index int
Returns
Type Description
X509

getX509Count()

public abstract int getX509Count()

List of certificates.

repeated .google.backstory.X509 x509 = 5;

Returns
Type Description
int

getX509List()

public abstract List<X509> getX509List()

List of certificates.

repeated .google.backstory.X509 x509 = 5;

Returns
Type Description
List<X509>

getX509OrBuilder(int index)

public abstract X509OrBuilder getX509OrBuilder(int index)

List of certificates.

repeated .google.backstory.X509 x509 = 5;

Parameter
Name Description
index int
Returns
Type Description
X509OrBuilder

getX509OrBuilderList()

public abstract List<? extends X509OrBuilder> getX509OrBuilderList()

List of certificates.

repeated .google.backstory.X509 x509 = 5;

Returns
Type Description
List<? extends com.google.backstory.X509OrBuilder>