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