public interface SignatureInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCodesign()
public abstract FileMetadataCodesign getCodesign()Signature information extracted from the codesign utility.
.google.backstory.FileMetadataCodesign codesign = 2;
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesign |
The codesign. |
getCodesignOrBuilder()
public abstract FileMetadataCodesignOrBuilder getCodesignOrBuilder()Signature information extracted from the codesign utility.
.google.backstory.FileMetadataCodesign codesign = 2;
| Returns | |
|---|---|
| Type | Description |
FileMetadataCodesignOrBuilder |
|
getSigcheck()
public abstract FileMetadataSignatureInfo getSigcheck()Signature information extracted from the sigcheck tool.
.google.backstory.FileMetadataSignatureInfo sigcheck = 1;
| Returns | |
|---|---|
| Type | Description |
FileMetadataSignatureInfo |
The sigcheck. |
getSigcheckOrBuilder()
public abstract FileMetadataSignatureInfoOrBuilder getSigcheckOrBuilder()Signature information extracted from the sigcheck tool.
.google.backstory.FileMetadataSignatureInfo sigcheck = 1;
| Returns | |
|---|---|
| Type | Description |
FileMetadataSignatureInfoOrBuilder |
|
hasCodesign()
public abstract boolean hasCodesign()Signature information extracted from the codesign utility.
.google.backstory.FileMetadataCodesign codesign = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the codesign field is set. |
hasSigcheck()
public abstract boolean hasSigcheck()Signature information extracted from the sigcheck tool.
.google.backstory.FileMetadataSignatureInfo sigcheck = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sigcheck field is set. |