Class AttestorPublicKey (1.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 1.79.0 (latest)
- 1.77.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.71.0
- 1.69.0
- 1.67.0
- 1.66.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.0.6
publicfinalclass AttestorPublicKeyextendsGeneratedMessageV3implementsAttestorPublicKeyOrBuilderAn 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
AttestorPublicKeyOrBuilderInherited Members
Static Fields
ASCII_ARMORED_PGP_PUBLIC_KEY_FIELD_NUMBER
publicstaticfinalintASCII_ARMORED_PGP_PUBLIC_KEY_FIELD_NUMBERCOMMENT_FIELD_NUMBER
publicstaticfinalintCOMMENT_FIELD_NUMBERID_FIELD_NUMBER
publicstaticfinalintID_FIELD_NUMBERPKIX_PUBLIC_KEY_FIELD_NUMBER
publicstaticfinalintPKIX_PUBLIC_KEY_FIELD_NUMBERStatic Methods
getDefaultInstance()
publicstaticAttestorPublicKeygetDefaultInstance()getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()newBuilder()
publicstaticAttestorPublicKey.BuildernewBuilder()newBuilder(AttestorPublicKey prototype)
publicstaticAttestorPublicKey.BuildernewBuilder(AttestorPublicKeyprototype)parseDelimitedFrom(InputStream input)
publicstaticAttestorPublicKeyparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticAttestorPublicKeyparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticAttestorPublicKeyparseFrom(byte[]data)data
byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticAttestorPublicKeyparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)data
byte[]parseFrom(ByteString data)
publicstaticAttestorPublicKeyparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticAttestorPublicKeyparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticAttestorPublicKeyparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticAttestorPublicKeyparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticAttestorPublicKeyparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticAttestorPublicKeyparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(ByteBuffer data)
publicstaticAttestorPublicKeyparseFrom(ByteBufferdata)parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticAttestorPublicKeyparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)parser()
publicstaticParser<AttestorPublicKey>parser()Methods
equals(Object obj)
publicbooleanequals(Objectobj)getAsciiArmoredPgpPublicKey()
publicStringgetAsciiArmoredPgpPublicKey() ASCII-armored representation of a PGP public key, as the entire output by
the command gpg --export --armor foo@example.com (either LF or CRLF
line endings).
When using this field, id should be left blank. The BinAuthz API
handlers will calculate the ID and fill it in automatically. BinAuthz
computes this ID as the OpenPGP RFC4880 V4 fingerprint, represented as
upper-case hex. If id is provided by the caller, it will be
overwritten by the API-calculated ID.
string ascii_armored_pgp_public_key = 3;
String
The asciiArmoredPgpPublicKey.
getAsciiArmoredPgpPublicKeyBytes()
publicByteStringgetAsciiArmoredPgpPublicKeyBytes() ASCII-armored representation of a PGP public key, as the entire output by
the command gpg --export --armor foo@example.com (either LF or CRLF
line endings).
When using this field, id should be left blank. The BinAuthz API
handlers will calculate the ID and fill it in automatically. BinAuthz
computes this ID as the OpenPGP RFC4880 V4 fingerprint, represented as
upper-case hex. If id is provided by the caller, it will be
overwritten by the API-calculated ID.
string ascii_armored_pgp_public_key = 3;
ByteString
The bytes for asciiArmoredPgpPublicKey.
getComment()
publicStringgetComment()Optional. A descriptive comment. This field may be updated.
string comment = 1 [(.google.api.field_behavior) = OPTIONAL];
String
The comment.
getCommentBytes()
publicByteStringgetCommentBytes()Optional. A descriptive comment. This field may be updated.
string comment = 1 [(.google.api.field_behavior) = OPTIONAL];
ByteString
The bytes for comment.
getDefaultInstanceForType()
publicAttestorPublicKeygetDefaultInstanceForType()getId()
publicStringgetId() The ID of this public key.
Signatures verified by BinAuthz must include the ID of the public key that
can be used to verify them, and that ID must match the contents of this
field exactly.
Additional restrictions on this field can be imposed based on which public
key type is encapsulated. See the documentation on public_key cases below
for details.
string id = 2;
String
The id.
getIdBytes()
publicByteStringgetIdBytes() The ID of this public key.
Signatures verified by BinAuthz must include the ID of the public key that
can be used to verify them, and that ID must match the contents of this
field exactly.
Additional restrictions on this field can be imposed based on which public
key type is encapsulated. See the documentation on public_key cases below
for details.
string id = 2;
ByteString
The bytes for id.
getParserForType()
publicParser<AttestorPublicKey>getParserForType()getPkixPublicKey()
publicPkixPublicKeygetPkixPublicKey() A raw PKIX SubjectPublicKeyInfo format public key.
NOTE: id may be explicitly provided by the caller when using this
type of public key, but it MUST be a valid RFC3986 URI. If id is left
blank, a default one will be computed based on the digest of the DER
encoding of the public key.
.google.cloud.binaryauthorization.v1beta1.PkixPublicKey pkix_public_key = 5;
PkixPublicKey
The pkixPublicKey.
getPkixPublicKeyOrBuilder()
publicPkixPublicKeyOrBuildergetPkixPublicKeyOrBuilder() A raw PKIX SubjectPublicKeyInfo format public key.
NOTE: id may be explicitly provided by the caller when using this
type of public key, but it MUST be a valid RFC3986 URI. If id is left
blank, a default one will be computed based on the digest of the DER
encoding of the public key.
.google.cloud.binaryauthorization.v1beta1.PkixPublicKey pkix_public_key = 5;
getPublicKeyCase()
publicAttestorPublicKey.PublicKeyCasegetPublicKeyCase()getSerializedSize()
publicintgetSerializedSize()getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()hasAsciiArmoredPgpPublicKey()
publicbooleanhasAsciiArmoredPgpPublicKey() ASCII-armored representation of a PGP public key, as the entire output by
the command gpg --export --armor foo@example.com (either LF or CRLF
line endings).
When using this field, id should be left blank. The BinAuthz API
handlers will calculate the ID and fill it in automatically. BinAuthz
computes this ID as the OpenPGP RFC4880 V4 fingerprint, represented as
upper-case hex. If id is provided by the caller, it will be
overwritten by the API-calculated ID.
string ascii_armored_pgp_public_key = 3;
boolean
Whether the asciiArmoredPgpPublicKey field is set.
hasPkixPublicKey()
publicbooleanhasPkixPublicKey() A raw PKIX SubjectPublicKeyInfo format public key.
NOTE: id may be explicitly provided by the caller when using this
type of public key, but it MUST be a valid RFC3986 URI. If id is left
blank, a default one will be computed based on the digest of the DER
encoding of the public key.
.google.cloud.binaryauthorization.v1beta1.PkixPublicKey pkix_public_key = 5;
boolean
Whether the pkixPublicKey field is set.
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicAttestorPublicKey.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedAttestorPublicKey.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)toBuilder()
publicAttestorPublicKey.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)