Interface SignatureInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SignatureInfo, SignatureInfo.Builder

    public interface SignatureInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasAppBundleId

        boolean hasAppBundleId()
         App Store app bundle ID.
         
        optional string app_bundle_id = 1;
        Returns:
        Whether the appBundleId field is set.
      • getAppBundleId

        String getAppBundleId()
         App Store app bundle ID.
         
        optional string app_bundle_id = 1;
        Returns:
        The appBundleId.
      • getAppBundleIdBytes

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

        boolean hasAndroidPackage()
         Android app package name.
         
        optional string android_package = 2;
        Returns:
        Whether the androidPackage field is set.
      • getAndroidPackage

        String getAndroidPackage()
         Android app package name.
         
        optional string android_package = 2;
        Returns:
        The androidPackage.
      • getAndroidPackageBytes

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

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

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

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

        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;
        Returns:
        Whether the verificationKeyId field is set.
      • getVerificationKeyId

        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;
        Returns:
        The verificationKeyId.
      • getVerificationKeyIdBytes

        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;
        Returns:
        The bytes for verificationKeyId.
      • hasSignatureAlgorithm

        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;
        Returns:
        Whether the signatureAlgorithm field is set.
      • getSignatureAlgorithm

        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;
        Returns:
        The signatureAlgorithm.
      • getSignatureAlgorithmBytes

        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;
        Returns:
        The bytes for signatureAlgorithm.