public final class FileMetadataSignatureInfo extends GeneratedMessage implements FileMetadataSignatureInfoOrBuilder
Signature information.
Protobuf type google.backstory.FileMetadataSignatureInfo
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
SIGNERS_FIELD_NUMBER
public static final int SIGNERS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SIGNER_FIELD_NUMBER
public static final int SIGNER_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
VERIFICATION_MESSAGE_FIELD_NUMBER
public static final int VERIFICATION_MESSAGE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
VERIFIED_FIELD_NUMBER
public static final int VERIFIED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
X509_FIELD_NUMBER
public static final int X509_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static FileMetadataSignatureInfo getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static FileMetadataSignatureInfo.Builder newBuilder()
newBuilder(FileMetadataSignatureInfo prototype)
public static FileMetadataSignatureInfo.Builder newBuilder(FileMetadataSignatureInfo prototype)
parseDelimitedFrom(InputStream input)
public static FileMetadataSignatureInfo parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FileMetadataSignatureInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static FileMetadataSignatureInfo parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FileMetadataSignatureInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static FileMetadataSignatureInfo parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FileMetadataSignatureInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static FileMetadataSignatureInfo parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FileMetadataSignatureInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static FileMetadataSignatureInfo parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FileMetadataSignatureInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static FileMetadataSignatureInfo parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FileMetadataSignatureInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<FileMetadataSignatureInfo> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public FileMetadataSignatureInfo getDefaultInstanceForType()
getParserForType()
public Parser<FileMetadataSignatureInfo> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getSigner(int index) (deprecated)
public 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 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 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 ProtocolStringList getSignerList()
Deprecated. google.backstory.FileMetadataSignatureInfo.signer is deprecated. See
backstory/udm.proto;l=3769
Deprecated: use signers field.
repeated string signer = 3 [deprecated = true];
getSigners(int index)
public 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
|
getSignersCount()
public 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 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;
getSignersOrBuilder(int index)
public 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
|
getSignersOrBuilderList()
public 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 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 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 boolean getVerified()
True if verification_message == "Signed"
bool verified = 2;
| Returns |
| Type |
Description |
boolean |
The verified.
|
getX509(int index)
public X509 getX509(int index)
List of certificates.
repeated .google.backstory.X509 x509 = 5;
| Parameter |
| Name |
Description |
index |
int
|
| Returns |
| Type |
Description |
X509 |
|
getX509Count()
public int getX509Count()
List of certificates.
repeated .google.backstory.X509 x509 = 5;
| Returns |
| Type |
Description |
int |
|
getX509List()
public List<X509> getX509List()
List of certificates.
repeated .google.backstory.X509 x509 = 5;
getX509OrBuilder(int index)
public X509OrBuilder getX509OrBuilder(int index)
List of certificates.
repeated .google.backstory.X509 x509 = 5;
| Parameter |
| Name |
Description |
index |
int
|
getX509OrBuilderList()
public List<? extends X509OrBuilder> getX509OrBuilderList()
List of certificates.
repeated .google.backstory.X509 x509 = 5;
| Returns |
| Type |
Description |
List<? extends com.google.backstory.X509OrBuilder> |
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public FileMetadataSignatureInfo.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected FileMetadataSignatureInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public FileMetadataSignatureInfo.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides