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