Interface SignBlobResponseOrBuilder (1.1.8)

public interface SignBlobResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKeyId() (deprecated)

public abstract String getKeyId()

Deprecated.

Deprecated. Migrate to Service Account Credentials API. The id of the key used to sign the blob.

string key_id = 1 [deprecated = true];

Returns
TypeDescription
String

The keyId.

getKeyIdBytes() (deprecated)

public abstract ByteString getKeyIdBytes()

Deprecated.

Deprecated. Migrate to Service Account Credentials API. The id of the key used to sign the blob.

string key_id = 1 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for keyId.

getSignature() (deprecated)

public abstract ByteString getSignature()

Deprecated.

Deprecated. Migrate to Service Account Credentials API. The signed blob.

bytes signature = 2 [deprecated = true];

Returns
TypeDescription
ByteString

The signature.