Uses of Class
io.dapr.v1.DaprProtos.SubtleDecryptRequest
Packages that use DaprProtos.SubtleDecryptRequest
-
Uses of DaprProtos.SubtleDecryptRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.SubtleDecryptRequestModifier and TypeMethodDescriptionDaprProtos.SubtleDecryptRequest.Builder.build()
DaprProtos.SubtleDecryptRequest.Builder.buildPartial()
DaprProtos.SubtleDecryptRequest.getDefaultInstance()
DaprProtos.SubtleDecryptRequest.Builder.getDefaultInstanceForType()
DaprProtos.SubtleDecryptRequest.getDefaultInstanceForType()
DaprProtos.SubtleDecryptRequest.parseDelimitedFrom
(InputStream input) DaprProtos.SubtleDecryptRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleDecryptRequest.parseFrom
(byte[] data) DaprProtos.SubtleDecryptRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleDecryptRequest.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.SubtleDecryptRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleDecryptRequest.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.SubtleDecryptRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleDecryptRequest.parseFrom
(InputStream input) DaprProtos.SubtleDecryptRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleDecryptRequest.parseFrom
(ByteBuffer data) DaprProtos.SubtleDecryptRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dapr.v1 that return types with arguments of type DaprProtos.SubtleDecryptRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<DaprProtos.SubtleDecryptRequest>
DaprProtos.SubtleDecryptRequest.getParserForType()
static io.grpc.MethodDescriptor<DaprProtos.SubtleDecryptRequest,
DaprProtos.SubtleDecryptResponse> DaprGrpc.getSubtleDecryptAlpha1Method()
static com.google.protobuf.Parser<DaprProtos.SubtleDecryptRequest>
DaprProtos.SubtleDecryptRequest.parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.SubtleDecryptRequestModifier and TypeMethodDescriptionDaprProtos.SubtleDecryptRequest.Builder.mergeFrom
(DaprProtos.SubtleDecryptRequest other) DaprProtos.SubtleDecryptRequest.newBuilder
(DaprProtos.SubtleDecryptRequest prototype) default 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.DaprGrpc.DaprBlockingStub.subtleDecryptAlpha1
(DaprProtos.SubtleDecryptRequest request) SubtleDecryptAlpha1 decrypts a small message using a key stored in the vault.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.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.