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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAndroidPackage()
Android app package name.com.google.protobuf.ByteString
getAndroidPackageBytes()
Android app package name.String
getAppBundleId()
App Store app bundle ID.com.google.protobuf.ByteString
getAppBundleIdBytes()
App Store app bundle ID.String
getSignatureAlgorithm()
All keys must be signed using the SHA-256 with ECDSA algorithm.com.google.protobuf.ByteString
getSignatureAlgorithmBytes()
All keys must be signed using the SHA-256 with ECDSA algorithm.String
getVerificationKeyId()
Three-digit mobile country code (MCC) for validating the key file.com.google.protobuf.ByteString
getVerificationKeyIdBytes()
Three-digit mobile country code (MCC) for validating the key file.String
getVerificationKeyVersion()
Key version in case the EN server signing key is rotated.com.google.protobuf.ByteString
getVerificationKeyVersionBytes()
Key version in case the EN server signing key is rotated.boolean
hasAndroidPackage()
Android app package name.boolean
hasAppBundleId()
App Store app bundle ID.boolean
hasSignatureAlgorithm()
All keys must be signed using the SHA-256 with ECDSA algorithm.boolean
hasVerificationKeyId()
Three-digit mobile country code (MCC) for validating the key file.boolean
hasVerificationKeyVersion()
Key version in case the EN server signing key is rotated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-