public final class AttestorPublicKey extends GeneratedMessageV3 implements AttestorPublicKeyOrBuilder
An attestor public key that will be used to verify attestations signed by this attestor.
Protobuf type google.cloud.binaryauthorization.v1beta1.AttestorPublicKey
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AttestorPublicKeyImplements
AttestorPublicKeyOrBuilderStatic Fields
ASCII_ARMORED_PGP_PUBLIC_KEY_FIELD_NUMBER
public static final int ASCII_ARMORED_PGP_PUBLIC_KEY_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
COMMENT_FIELD_NUMBER
public static final int COMMENT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
PKIX_PUBLIC_KEY_FIELD_NUMBER
public static final int PKIX_PUBLIC_KEY_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static AttestorPublicKey getDefaultInstance()
Returns | |
---|---|
Type | Description |
AttestorPublicKey |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static AttestorPublicKey.Builder newBuilder()
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder |
newBuilder(AttestorPublicKey prototype)
public static AttestorPublicKey.Builder newBuilder(AttestorPublicKey prototype)
Parameter | |
---|---|
Name | Description |
prototype | AttestorPublicKey |
Returns | |
---|---|
Type | Description |
AttestorPublicKey.Builder |
parseDelimitedFrom(InputStream input)
public static AttestorPublicKey parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
AttestorPublicKey |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AttestorPublicKey parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AttestorPublicKey |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static AttestorPublicKey parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
AttestorPublicKey |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AttestorPublicKey parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AttestorPublicKey |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static AttestorPublicKey parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
AttestorPublicKey |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AttestorPublicKey parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AttestorPublicKey |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static AttestorPublicKey parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
AttestorPublicKey |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AttestorPublicKey parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AttestorPublicKey |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static AttestorPublicKey parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
AttestorPublicKey |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AttestorPublicKey parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AttestorPublicKey |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static AttestorPublicKey parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
|