Uses of Class
io.dapr.v1.DaprProtos.SubtleDecryptResponse
Packages that use DaprProtos.SubtleDecryptResponse
-
Uses of DaprProtos.SubtleDecryptResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.SubtleDecryptResponseModifier and TypeMethodDescriptionDaprProtos.SubtleDecryptResponse.Builder.build()
DaprProtos.SubtleDecryptResponse.Builder.buildPartial()
DaprProtos.SubtleDecryptResponse.getDefaultInstance()
DaprProtos.SubtleDecryptResponse.Builder.getDefaultInstanceForType()
DaprProtos.SubtleDecryptResponse.getDefaultInstanceForType()
DaprProtos.SubtleDecryptResponse.parseDelimitedFrom
(InputStream input) DaprProtos.SubtleDecryptResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleDecryptResponse.parseFrom
(byte[] data) DaprProtos.SubtleDecryptResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleDecryptResponse.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.SubtleDecryptResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleDecryptResponse.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.SubtleDecryptResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleDecryptResponse.parseFrom
(InputStream input) DaprProtos.SubtleDecryptResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleDecryptResponse.parseFrom
(ByteBuffer data) DaprProtos.SubtleDecryptResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprGrpc.DaprBlockingStub.subtleDecryptAlpha1
(DaprProtos.SubtleDecryptRequest request) SubtleDecryptAlpha1 decrypts a small message using a key stored in the vault.Methods in io.dapr.v1 that return types with arguments of type DaprProtos.SubtleDecryptResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<DaprProtos.SubtleDecryptResponse>
DaprProtos.SubtleDecryptResponse.getParserForType()
static io.grpc.MethodDescriptor<DaprProtos.SubtleDecryptRequest,
DaprProtos.SubtleDecryptResponse> DaprGrpc.getSubtleDecryptAlpha1Method()
static com.google.protobuf.Parser<DaprProtos.SubtleDecryptResponse>
DaprProtos.SubtleDecryptResponse.parser()
com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleDecryptResponse>
DaprGrpc.DaprFutureStub.subtleDecryptAlpha1
(DaprProtos.SubtleDecryptRequest request) SubtleDecryptAlpha1 decrypts a small message using a key stored in the vault.Methods in io.dapr.v1 with parameters of type DaprProtos.SubtleDecryptResponseModifier and TypeMethodDescriptionDaprProtos.SubtleDecryptResponse.Builder.mergeFrom
(DaprProtos.SubtleDecryptResponse other) DaprProtos.SubtleDecryptResponse.newBuilder
(DaprProtos.SubtleDecryptResponse prototype) Method parameters in io.dapr.v1 with type arguments of type DaprProtos.SubtleDecryptResponseModifier and TypeMethodDescriptiondefault void
DaprGrpc.AsyncService.subtleDecryptAlpha1
(DaprProtos.SubtleDecryptRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubtleDecryptResponse> responseObserver) SubtleDecryptAlpha1 decrypts a small message using a key stored in the vault.void
DaprGrpc.DaprStub.subtleDecryptAlpha1
(DaprProtos.SubtleDecryptRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubtleDecryptResponse> responseObserver) SubtleDecryptAlpha1 decrypts a small message using a key stored in the vault.