Interface SignBlobResponseOrBuilder (2.37.0)

public interface SignBlobResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKeyId()

public abstract String getKeyId()

The ID of the key used to sign the blob.

string key_id = 1;

Returns
TypeDescription
String

The keyId.

getKeyIdBytes()

public abstract ByteString getKeyIdBytes()

The ID of the key used to sign the blob.

string key_id = 1;

Returns
TypeDescription
ByteString

The bytes for keyId.

getSignedBlob()

public abstract ByteString getSignedBlob()

The signed blob.

bytes signed_blob = 4;

Returns
TypeDescription
ByteString

The signedBlob.