Uses of Class
io.dapr.v1.DaprProtos.SubtleGetKeyResponse
-
Uses of DaprProtos.SubtleGetKeyResponse in io.dapr.v1
Modifier and TypeMethodDescriptionDaprProtos.SubtleGetKeyResponse.Builder.build()
DaprProtos.SubtleGetKeyResponse.Builder.buildPartial()
DaprProtos.SubtleGetKeyResponse.getDefaultInstance()
DaprProtos.SubtleGetKeyResponse.Builder.getDefaultInstanceForType()
DaprProtos.SubtleGetKeyResponse.getDefaultInstanceForType()
DaprProtos.SubtleGetKeyResponse.parseDelimitedFrom
(InputStream input) DaprProtos.SubtleGetKeyResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleGetKeyResponse.parseFrom
(byte[] data) DaprProtos.SubtleGetKeyResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleGetKeyResponse.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.SubtleGetKeyResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleGetKeyResponse.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.SubtleGetKeyResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleGetKeyResponse.parseFrom
(InputStream input) DaprProtos.SubtleGetKeyResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleGetKeyResponse.parseFrom
(ByteBuffer data) DaprProtos.SubtleGetKeyResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprGrpc.DaprBlockingStub.subtleGetKeyAlpha1
(DaprProtos.SubtleGetKeyRequest request) SubtleGetKeyAlpha1 returns the public part of an asymmetric key stored in the vault.Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<DaprProtos.SubtleGetKeyResponse>
DaprProtos.SubtleGetKeyResponse.getParserForType()
static io.grpc.MethodDescriptor<DaprProtos.SubtleGetKeyRequest,
DaprProtos.SubtleGetKeyResponse> DaprGrpc.getSubtleGetKeyAlpha1Method()
static com.google.protobuf.Parser<DaprProtos.SubtleGetKeyResponse>
DaprProtos.SubtleGetKeyResponse.parser()
com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleGetKeyResponse>
DaprGrpc.DaprFutureStub.subtleGetKeyAlpha1
(DaprProtos.SubtleGetKeyRequest request) SubtleGetKeyAlpha1 returns the public part of an asymmetric key stored in the vault.Modifier and TypeMethodDescriptionDaprProtos.SubtleGetKeyResponse.Builder.mergeFrom
(DaprProtos.SubtleGetKeyResponse other) DaprProtos.SubtleGetKeyResponse.newBuilder
(DaprProtos.SubtleGetKeyResponse prototype) Modifier and TypeMethodDescriptiondefault void
DaprGrpc.AsyncService.subtleGetKeyAlpha1
(DaprProtos.SubtleGetKeyRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubtleGetKeyResponse> responseObserver) SubtleGetKeyAlpha1 returns the public part of an asymmetric key stored in the vault.void
DaprGrpc.DaprStub.subtleGetKeyAlpha1
(DaprProtos.SubtleGetKeyRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubtleGetKeyResponse> responseObserver) SubtleGetKeyAlpha1 returns the public part of an asymmetric key stored in the vault.