public final class Subject extends GeneratedMessageV3 implements SubjectOrBuilder
Protobuf type grafeas.v1.Subject
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SubjectImplements
SubjectOrBuilderStatic Fields
DIGEST_FIELD_NUMBER
public static final int DIGEST_FIELD_NUMBER
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Subject getDefaultInstance()
Type | Description |
Subject |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Subject.Builder newBuilder()
Type | Description |
Subject.Builder |
newBuilder(Subject prototype)
public static Subject.Builder newBuilder(Subject prototype)
Name | Description |
prototype | Subject |
Type | Description |
Subject.Builder |
parseDelimitedFrom(InputStream input)
public static Subject parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Subject |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Subject parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Subject |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Subject parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Subject |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Subject parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Subject |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Subject parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Subject |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Subject parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Subject |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Subject parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Subject |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Subject parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Subject |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Subject parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Subject |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Subject parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Subject |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Subject parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Subject |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Subject parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Subject |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Subject> parser()
Type | Description |
Parser<Subject> |
Methods
containsDigest(String key)
public boolean containsDigest(String key)
"<ALGORITHM>": "<HEX_VALUE>"
Algorithms can be e.g. sha256, sha512
See
https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
map<string, string> digest = 2;
Name | Description |
key | String |
Type | Description |
boolean |
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Subject getDefaultInstanceForType()
Type | Description |
Subject |
getDigest()
public Map<String,String> getDigest()
Use #getDigestMap() instead.
Type | Description |
Map<String,String> |
getDigestCount()
public int getDigestCount()
"<ALGORITHM>": "<HEX_VALUE>"
Algorithms can be e.g. sha256, sha512
See
https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
map<string, string> digest = 2;
Type | Description |
int |
getDigestMap()
public Map<String,String> getDigestMap()
"<ALGORITHM>": "<HEX_VALUE>"
Algorithms can be e.g. sha256, sha512
See
https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
map<string, string> digest = 2;
Type | Description |
Map<String,String> |
getDigestOrDefault(String key, String defaultValue)
public String getDigestOrDefault(String key, String defaultValue)
"<ALGORITHM>": "<HEX_VALUE>"
Algorithms can be e.g. sha256, sha512
See
https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
map<string, string> digest = 2;
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getDigestOrThrow(String key)
public String getDigestOrThrow(String key)
"<ALGORITHM>": "<HEX_VALUE>"
Algorithms can be e.g. sha256, sha512
See
https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet
map<string, string> digest = 2;
Name | Description |
key | String |
Type | Description |
String |
getName()
public String getName()
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
string name = 1;
Type | Description |
ByteString | The bytes for name. |
getParserForType()
public Parser<Subject> getParserForType()
Type | Description |
Parser<Subject> |