Uses of Class
com.google.cloud.kms.v1.MacSignResponse
-
Packages that use MacSignResponse Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of MacSignResponse in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return MacSignResponse Modifier and Type Method Description MacSignResponse
MacSignResponse.Builder. build()
MacSignResponse
MacSignResponse.Builder. buildPartial()
static MacSignResponse
MacSignResponse. getDefaultInstance()
MacSignResponse
MacSignResponse.Builder. getDefaultInstanceForType()
MacSignResponse
MacSignResponse. getDefaultInstanceForType()
MacSignResponse
KeyManagementServiceClient. macSign(CryptoKeyVersionName name, com.google.protobuf.ByteString data)
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be verified by another source with the same key.MacSignResponse
KeyManagementServiceClient. macSign(MacSignRequest request)
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be verified by another source with the same key.MacSignResponse
KeyManagementServiceClient. macSign(String name, com.google.protobuf.ByteString data)
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be verified by another source with the same key.MacSignResponse
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub. macSign(MacSignRequest request)
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be verified by another source with the same key.static MacSignResponse
MacSignResponse. parseDelimitedFrom(InputStream input)
static MacSignResponse
MacSignResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacSignResponse
MacSignResponse. parseFrom(byte[] data)
static MacSignResponse
MacSignResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacSignResponse
MacSignResponse. parseFrom(com.google.protobuf.ByteString data)
static MacSignResponse
MacSignResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacSignResponse
MacSignResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static MacSignResponse
MacSignResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacSignResponse
MacSignResponse. parseFrom(InputStream input)
static MacSignResponse
MacSignResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacSignResponse
MacSignResponse. parseFrom(ByteBuffer data)
static MacSignResponse
MacSignResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.kms.v1 that return types with arguments of type MacSignResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<MacSignRequest,MacSignResponse>
KeyManagementServiceGrpc. getMacSignMethod()
com.google.protobuf.Parser<MacSignResponse>
MacSignResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<MacSignResponse>
KeyManagementServiceGrpc.KeyManagementServiceFutureStub. macSign(MacSignRequest request)
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be verified by another source with the same key.com.google.api.gax.rpc.UnaryCallable<MacSignRequest,MacSignResponse>
KeyManagementServiceClient. macSignCallable()
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be verified by another source with the same key.com.google.api.gax.rpc.UnaryCallSettings.Builder<MacSignRequest,MacSignResponse>
KeyManagementServiceSettings.Builder. macSignSettings()
Returns the builder for the settings used for calls to macSign.com.google.api.gax.rpc.UnaryCallSettings<MacSignRequest,MacSignResponse>
KeyManagementServiceSettings. macSignSettings()
Returns the object with the settings used for calls to macSign.static com.google.protobuf.Parser<MacSignResponse>
MacSignResponse. parser()
Methods in com.google.cloud.kms.v1 with parameters of type MacSignResponse Modifier and Type Method Description MacSignResponse.Builder
MacSignResponse.Builder. mergeFrom(MacSignResponse other)
static MacSignResponse.Builder
MacSignResponse. newBuilder(MacSignResponse prototype)
Method parameters in com.google.cloud.kms.v1 with type arguments of type MacSignResponse Modifier and Type Method Description default void
KeyManagementServiceGrpc.AsyncService. macSign(MacSignRequest request, io.grpc.stub.StreamObserver<MacSignResponse> responseObserver)
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be verified by another source with the same key.void
KeyManagementServiceGrpc.KeyManagementServiceStub. macSign(MacSignRequest request, io.grpc.stub.StreamObserver<MacSignResponse> responseObserver)
Signs data using a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] MAC, producing a tag that can be verified by another source with the same key. -
Uses of MacSignResponse in com.google.cloud.kms.v1.stub
Methods in com.google.cloud.kms.v1.stub that return types with arguments of type MacSignResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<MacSignRequest,MacSignResponse>
GrpcKeyManagementServiceStub. macSignCallable()
com.google.api.gax.rpc.UnaryCallable<MacSignRequest,MacSignResponse>
HttpJsonKeyManagementServiceStub. macSignCallable()
com.google.api.gax.rpc.UnaryCallable<MacSignRequest,MacSignResponse>
KeyManagementServiceStub. macSignCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<MacSignRequest,MacSignResponse>
KeyManagementServiceStubSettings.Builder. macSignSettings()
Returns the builder for the settings used for calls to macSign.com.google.api.gax.rpc.UnaryCallSettings<MacSignRequest,MacSignResponse>
KeyManagementServiceStubSettings. macSignSettings()
Returns the object with the settings used for calls to macSign.
-