Class AttestorPublicKey

  • All Implemented Interfaces:
    AttestorPublicKeyOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class AttestorPublicKey
    extends com.google.protobuf.GeneratedMessageV3
    implements AttestorPublicKeyOrBuilder
     An [attestor public key][google.cloud.binaryauthorization.v1beta1.AttestorPublicKey] that will be used to verify
     attestations signed by this attestor.
     
    Protobuf type google.cloud.binaryauthorization.v1beta1.AttestorPublicKey
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  AttestorPublicKey.Builder
      An [attestor public key][google.cloud.binaryauthorization.v1beta1.AttestorPublicKey] that will be used to verify attestations signed by this attestor.
      static class  AttestorPublicKey.PublicKeyCase  
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Field Detail

      • ASCII_ARMORED_PGP_PUBLIC_KEY_FIELD_NUMBER

        public static final int ASCII_ARMORED_PGP_PUBLIC_KEY_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PKIX_PUBLIC_KEY_FIELD_NUMBER

        public static final int PKIX_PUBLIC_KEY_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getComment

        public String getComment()
         Optional. A descriptive comment. This field may be updated.
         
        string comment = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getComment in interface AttestorPublicKeyOrBuilder
        Returns:
        The comment.
      • getCommentBytes

        public com.google.protobuf.ByteString getCommentBytes()
         Optional. A descriptive comment. This field may be updated.
         
        string comment = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getCommentBytes in interface AttestorPublicKeyOrBuilder
        Returns:
        The bytes for comment.
      • getId

        public String getId()
         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;
        Specified by:
        getId in interface AttestorPublicKeyOrBuilder
        Returns:
        The id.
      • getIdBytes

        public com.google.protobuf.ByteString getIdBytes()
         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;
        Specified by:
        getIdBytes in interface AttestorPublicKeyOrBuilder
        Returns:
        The bytes for id.
      • hasAsciiArmoredPgpPublicKey

        public boolean hasAsciiArmoredPgpPublicKey()
         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;
        Specified by:
        hasAsciiArmoredPgpPublicKey in interface AttestorPublicKeyOrBuilder
        Returns:
        Whether the asciiArmoredPgpPublicKey field is set.
      • getAsciiArmoredPgpPublicKey

        public String getAsciiArmoredPgpPublicKey()
         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;
        Specified by:
        getAsciiArmoredPgpPublicKey in interface AttestorPublicKeyOrBuilder
        Returns:
        The asciiArmoredPgpPublicKey.
      • getAsciiArmoredPgpPublicKeyBytes

        public com.google.protobuf.ByteString getAsciiArmoredPgpPublicKeyBytes()
         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;
        Specified by:
        getAsciiArmoredPgpPublicKeyBytes in interface AttestorPublicKeyOrBuilder
        Returns:
        The bytes for asciiArmoredPgpPublicKey.
      • hasPkixPublicKey

        public boolean hasPkixPublicKey()
         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;
        Specified by:
        hasPkixPublicKey in interface AttestorPublicKeyOrBuilder
        Returns:
        Whether the pkixPublicKey field is set.
      • getPkixPublicKey

        public PkixPublicKey getPkixPublicKey()
         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;
        Specified by:
        getPkixPublicKey in interface AttestorPublicKeyOrBuilder
        Returns:
        The pkixPublicKey.
      • getPkixPublicKeyOrBuilder

        public PkixPublicKeyOrBuilder getPkixPublicKeyOrBuilder()
         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;
        Specified by:
        getPkixPublicKeyOrBuilder in interface AttestorPublicKeyOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static AttestorPublicKey parseFrom​(ByteBuffer data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AttestorPublicKey parseFrom​(ByteBuffer data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AttestorPublicKey parseFrom​(com.google.protobuf.ByteString data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AttestorPublicKey parseFrom​(com.google.protobuf.ByteString data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AttestorPublicKey parseFrom​(byte[] data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AttestorPublicKey parseFrom​(byte[] data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AttestorPublicKey parseFrom​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws IOException
        Throws:
        IOException
      • newBuilderForType

        public AttestorPublicKey.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public AttestorPublicKey.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected AttestorPublicKey.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<AttestorPublicKey> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public AttestorPublicKey getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder