public interface SignBlobResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyId()
The ID of the key used to sign the blob.
|
com.google.protobuf.ByteString |
getKeyIdBytes()
The ID of the key used to sign the blob.
|
com.google.protobuf.ByteString |
getSignedBlob()
The signed blob.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKeyId()
The ID of the key used to sign the blob.
string key_id = 1;com.google.protobuf.ByteString getKeyIdBytes()
The ID of the key used to sign the blob.
string key_id = 1;com.google.protobuf.ByteString getSignedBlob()
The signed blob.
bytes signed_blob = 4;Copyright © 2023 Google LLC. All rights reserved.