Uses of Class
io.dapr.v1.DaprProtos.DecryptResponse
-
Uses of DaprProtos.DecryptResponse in io.dapr.v1
Modifier and TypeMethodDescriptionDaprProtos.DecryptResponse.Builder.build()
DaprProtos.DecryptResponse.Builder.buildPartial()
static DaprProtos.DecryptResponse
DaprProtos.DecryptResponse.getDefaultInstance()
DaprProtos.DecryptResponse.Builder.getDefaultInstanceForType()
DaprProtos.DecryptResponse.getDefaultInstanceForType()
static DaprProtos.DecryptResponse
DaprProtos.DecryptResponse.parseDelimitedFrom
(InputStream input) static DaprProtos.DecryptResponse
DaprProtos.DecryptResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.DecryptResponse
DaprProtos.DecryptResponse.parseFrom
(byte[] data) static DaprProtos.DecryptResponse
DaprProtos.DecryptResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.DecryptResponse
DaprProtos.DecryptResponse.parseFrom
(com.google.protobuf.ByteString data) static DaprProtos.DecryptResponse
DaprProtos.DecryptResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.DecryptResponse
DaprProtos.DecryptResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static DaprProtos.DecryptResponse
DaprProtos.DecryptResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.DecryptResponse
DaprProtos.DecryptResponse.parseFrom
(InputStream input) static DaprProtos.DecryptResponse
DaprProtos.DecryptResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.DecryptResponse
DaprProtos.DecryptResponse.parseFrom
(ByteBuffer data) static DaprProtos.DecryptResponse
DaprProtos.DecryptResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DaprProtos.DecryptRequest,
DaprProtos.DecryptResponse> DaprGrpc.getDecryptAlpha1Method()
com.google.protobuf.Parser<DaprProtos.DecryptResponse>
DaprProtos.DecryptResponse.getParserForType()
static com.google.protobuf.Parser<DaprProtos.DecryptResponse>
DaprProtos.DecryptResponse.parser()
Modifier and TypeMethodDescriptionDaprProtos.DecryptResponse.Builder.mergeFrom
(DaprProtos.DecryptResponse other) DaprProtos.DecryptResponse.newBuilder
(DaprProtos.DecryptResponse prototype) Modifier and TypeMethodDescriptiondefault io.grpc.stub.StreamObserver<DaprProtos.DecryptRequest>
DaprGrpc.AsyncService.decryptAlpha1
(io.grpc.stub.StreamObserver<DaprProtos.DecryptResponse> responseObserver) DecryptAlpha1 decrypts a message using the Dapr encryption scheme and a key stored in the vault.io.grpc.stub.StreamObserver<DaprProtos.DecryptRequest>
DaprGrpc.DaprStub.decryptAlpha1
(io.grpc.stub.StreamObserver<DaprProtos.DecryptResponse> responseObserver) DecryptAlpha1 decrypts a message using the Dapr encryption scheme and a key stored in the vault.