public interface SignatureInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomerKmsKeyVersion()
public abstract String getCustomerKmsKeyVersion()The resource name of the customer CryptoKeyVersion used for signing.
string customer_kms_key_version = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The customerKmsKeyVersion. |
getCustomerKmsKeyVersionBytes()
public abstract ByteString getCustomerKmsKeyVersionBytes()The resource name of the customer CryptoKeyVersion used for signing.
string customer_kms_key_version = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for customerKmsKeyVersion. |
getGooglePublicKeyPem()
public abstract String getGooglePublicKeyPem()The public key for the Google default signing, encoded in PEM format. The signature was created using a private key which may be verified using this public key.
string google_public_key_pem = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The googlePublicKeyPem. |
getGooglePublicKeyPemBytes()
public abstract ByteString getGooglePublicKeyPemBytes()The public key for the Google default signing, encoded in PEM format. The signature was created using a private key which may be verified using this public key.
string google_public_key_pem = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for googlePublicKeyPem. |
getSignature()
public abstract ByteString getSignature()The digital signature.
bytes signature = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The signature. |
getVerificationInfoCase()
public abstract SignatureInfo.VerificationInfoCase getVerificationInfoCase()| Returns | |
|---|---|
| Type | Description |
SignatureInfo.VerificationInfoCase |
|
hasCustomerKmsKeyVersion()
public abstract boolean hasCustomerKmsKeyVersion()The resource name of the customer CryptoKeyVersion used for signing.
string customer_kms_key_version = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customerKmsKeyVersion field is set. |
hasGooglePublicKeyPem()
public abstract boolean hasGooglePublicKeyPem()The public key for the Google default signing, encoded in PEM format. The signature was created using a private key which may be verified using this public key.
string google_public_key_pem = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the googlePublicKeyPem field is set. |