Uses of Class
com.google.cloud.kms.v1.MacSignRequest
-
Packages that use MacSignRequest Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of MacSignRequest in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return MacSignRequest Modifier and Type Method Description MacSignRequest
MacSignRequest.Builder. build()
MacSignRequest
MacSignRequest.Builder. buildPartial()
static MacSignRequest
MacSignRequest. getDefaultInstance()
MacSignRequest
MacSignRequest.Builder. getDefaultInstanceForType()
MacSignRequest
MacSignRequest. getDefaultInstanceForType()
static MacSignRequest
MacSignRequest. parseDelimitedFrom(InputStream input)
static MacSignRequest
MacSignRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacSignRequest
MacSignRequest. parseFrom(byte[] data)
static MacSignRequest
MacSignRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacSignRequest
MacSignRequest. parseFrom(com.google.protobuf.ByteString data)
static MacSignRequest
MacSignRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacSignRequest
MacSignRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static MacSignRequest
MacSignRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacSignRequest
MacSignRequest. parseFrom(InputStream input)
static MacSignRequest
MacSignRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MacSignRequest
MacSignRequest. parseFrom(ByteBuffer data)
static MacSignRequest
MacSignRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.kms.v1 that return types with arguments of type MacSignRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<MacSignRequest,MacSignResponse>
KeyManagementServiceGrpc. getMacSignMethod()
com.google.protobuf.Parser<MacSignRequest>
MacSignRequest. getParserForType()
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<MacSignRequest>
MacSignRequest. parser()
Methods in com.google.cloud.kms.v1 with parameters of type MacSignRequest Modifier and Type Method Description 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.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.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.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.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.MacSignRequest.Builder
MacSignRequest.Builder. mergeFrom(MacSignRequest other)
static MacSignRequest.Builder
MacSignRequest. newBuilder(MacSignRequest prototype)
-
Uses of MacSignRequest in com.google.cloud.kms.v1.stub
Methods in com.google.cloud.kms.v1.stub that return types with arguments of type MacSignRequest 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.
-