Class SignatureInfo

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

    public final class SignatureInfo
    extends com.google.protobuf.GeneratedMessageV3
    implements SignatureInfoOrBuilder
    Protobuf type app.coronawarn.server.common.protocols.external.exposurenotification.SignatureInfo
    See Also:
    Serialized Form
    • Field Detail

      • APP_BUNDLE_ID_FIELD_NUMBER

        public static final int APP_BUNDLE_ID_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ANDROID_PACKAGE_FIELD_NUMBER

        public static final int ANDROID_PACKAGE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • VERIFICATION_KEY_VERSION_FIELD_NUMBER

        public static final int VERIFICATION_KEY_VERSION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • VERIFICATION_KEY_ID_FIELD_NUMBER

        public static final int VERIFICATION_KEY_ID_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SIGNATURE_ALGORITHM_FIELD_NUMBER

        public static final int SIGNATURE_ALGORITHM_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
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields 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
      • hasAppBundleId

        public boolean hasAppBundleId()
         App Store app bundle ID.
         
        optional string app_bundle_id = 1;
        Specified by:
        hasAppBundleId in interface SignatureInfoOrBuilder
        Returns:
        Whether the appBundleId field is set.
      • getAppBundleIdBytes

        public com.google.protobuf.ByteString getAppBundleIdBytes()
         App Store app bundle ID.
         
        optional string app_bundle_id = 1;
        Specified by:
        getAppBundleIdBytes in interface SignatureInfoOrBuilder
        Returns:
        The bytes for appBundleId.
      • hasAndroidPackage

        public boolean hasAndroidPackage()
         Android app package name.
         
        optional string android_package = 2;
        Specified by:
        hasAndroidPackage in interface SignatureInfoOrBuilder
        Returns:
        Whether the androidPackage field is set.
      • getAndroidPackageBytes

        public com.google.protobuf.ByteString getAndroidPackageBytes()
         Android app package name.
         
        optional string android_package = 2;
        Specified by:
        getAndroidPackageBytes in interface SignatureInfoOrBuilder
        Returns:
        The bytes for androidPackage.
      • hasVerificationKeyVersion

        public boolean hasVerificationKeyVersion()
         Key version in case the EN server signing key is rotated.
         
        optional string verification_key_version = 3;
        Specified by:
        hasVerificationKeyVersion in interface SignatureInfoOrBuilder
        Returns:
        Whether the verificationKeyVersion field is set.
      • getVerificationKeyVersion

        public String getVerificationKeyVersion()
         Key version in case the EN server signing key is rotated.
         
        optional string verification_key_version = 3;
        Specified by:
        getVerificationKeyVersion in interface SignatureInfoOrBuilder
        Returns:
        The verificationKeyVersion.
      • getVerificationKeyVersionBytes

        public com.google.protobuf.ByteString getVerificationKeyVersionBytes()
         Key version in case the EN server signing key is rotated.
         
        optional string verification_key_version = 3;
        Specified by:
        getVerificationKeyVersionBytes in interface SignatureInfoOrBuilder
        Returns:
        The bytes for verificationKeyVersion.
      • hasVerificationKeyId

        public boolean hasVerificationKeyId()
         Three-digit mobile country code (MCC) for validating the key file.
         If a region has more than one MCC, the server can choose
         which MCC to use. This value does not have to match the client's MCC,
         but must correspond to one of the supported MCCs for its region.
         
        optional string verification_key_id = 4;
        Specified by:
        hasVerificationKeyId in interface SignatureInfoOrBuilder
        Returns:
        Whether the verificationKeyId field is set.
      • getVerificationKeyId

        public String getVerificationKeyId()
         Three-digit mobile country code (MCC) for validating the key file.
         If a region has more than one MCC, the server can choose
         which MCC to use. This value does not have to match the client's MCC,
         but must correspond to one of the supported MCCs for its region.
         
        optional string verification_key_id = 4;
        Specified by:
        getVerificationKeyId in interface SignatureInfoOrBuilder
        Returns:
        The verificationKeyId.
      • getVerificationKeyIdBytes

        public com.google.protobuf.ByteString getVerificationKeyIdBytes()
         Three-digit mobile country code (MCC) for validating the key file.
         If a region has more than one MCC, the server can choose
         which MCC to use. This value does not have to match the client's MCC,
         but must correspond to one of the supported MCCs for its region.
         
        optional string verification_key_id = 4;
        Specified by:
        getVerificationKeyIdBytes in interface SignatureInfoOrBuilder
        Returns:
        The bytes for verificationKeyId.
      • hasSignatureAlgorithm

        public boolean hasSignatureAlgorithm()
         All keys must be signed using the SHA-256 with ECDSA algorithm.
         This field must contain the string "1.2.840.10045.4.3.2".
         
        optional string signature_algorithm = 5;
        Specified by:
        hasSignatureAlgorithm in interface SignatureInfoOrBuilder
        Returns:
        Whether the signatureAlgorithm field is set.
      • getSignatureAlgorithm

        public String getSignatureAlgorithm()
         All keys must be signed using the SHA-256 with ECDSA algorithm.
         This field must contain the string "1.2.840.10045.4.3.2".
         
        optional string signature_algorithm = 5;
        Specified by:
        getSignatureAlgorithm in interface SignatureInfoOrBuilder
        Returns:
        The signatureAlgorithm.
      • getSignatureAlgorithmBytes

        public com.google.protobuf.ByteString getSignatureAlgorithmBytes()
         All keys must be signed using the SHA-256 with ECDSA algorithm.
         This field must contain the string "1.2.840.10045.4.3.2".
         
        optional string signature_algorithm = 5;
        Specified by:
        getSignatureAlgorithmBytes in interface SignatureInfoOrBuilder
        Returns:
        The bytes for signatureAlgorithm.
      • 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 SignatureInfo parseFrom​(ByteBuffer data)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

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

        public static SignatureInfo getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<SignatureInfo> parser()
      • getParserForType

        public com.google.protobuf.Parser<SignatureInfo> 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 SignatureInfo getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder