Uses of Class
io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponse
-
Uses of DaprProtos.SubtleUnwrapKeyResponse in io.dapr.v1
Modifier and TypeMethodDescriptionDaprProtos.SubtleUnwrapKeyResponse.Builder.build()
DaprProtos.SubtleUnwrapKeyResponse.Builder.buildPartial()
DaprProtos.SubtleUnwrapKeyResponse.getDefaultInstance()
DaprProtos.SubtleUnwrapKeyResponse.Builder.getDefaultInstanceForType()
DaprProtos.SubtleUnwrapKeyResponse.getDefaultInstanceForType()
DaprProtos.SubtleUnwrapKeyResponse.parseDelimitedFrom
(InputStream input) DaprProtos.SubtleUnwrapKeyResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(byte[] data) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(InputStream input) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(ByteBuffer data) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprGrpc.DaprBlockingStub.subtleUnwrapKeyAlpha1
(DaprProtos.SubtleUnwrapKeyRequest request) SubtleUnwrapKeyAlpha1 unwraps a key using a key stored in the vault.Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<DaprProtos.SubtleUnwrapKeyResponse>
DaprProtos.SubtleUnwrapKeyResponse.getParserForType()
static io.grpc.MethodDescriptor<DaprProtos.SubtleUnwrapKeyRequest,
DaprProtos.SubtleUnwrapKeyResponse> DaprGrpc.getSubtleUnwrapKeyAlpha1Method()
static com.google.protobuf.Parser<DaprProtos.SubtleUnwrapKeyResponse>
DaprProtos.SubtleUnwrapKeyResponse.parser()
com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleUnwrapKeyResponse>
DaprGrpc.DaprFutureStub.subtleUnwrapKeyAlpha1
(DaprProtos.SubtleUnwrapKeyRequest request) SubtleUnwrapKeyAlpha1 unwraps a key using a key stored in the vault.Modifier and TypeMethodDescriptionDaprProtos.SubtleUnwrapKeyResponse.Builder.mergeFrom
(DaprProtos.SubtleUnwrapKeyResponse other) DaprProtos.SubtleUnwrapKeyResponse.newBuilder
(DaprProtos.SubtleUnwrapKeyResponse prototype) Modifier and TypeMethodDescriptiondefault void
DaprGrpc.AsyncService.subtleUnwrapKeyAlpha1
(DaprProtos.SubtleUnwrapKeyRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubtleUnwrapKeyResponse> responseObserver) SubtleUnwrapKeyAlpha1 unwraps a key using a key stored in the vault.void
DaprGrpc.DaprStub.subtleUnwrapKeyAlpha1
(DaprProtos.SubtleUnwrapKeyRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubtleUnwrapKeyResponse> responseObserver) SubtleUnwrapKeyAlpha1 unwraps a key using a key stored in the vault.