LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
IKSService::Stub Class Referencefinal

#include <iks.grpc.pb.h>

Inheritance diagram for IKSService::Stub:
IKSService::StubInterface

Classes

class  async
 
class  async_stub_
 

Public Member Functions

 Stub (const std::shared_ptr< ::grpc::ChannelInterface > &channel, const ::grpc::StubOptions &options=::grpc::StubOptions())
 
::grpc::Status GenRandom (::grpc::ClientContext *context, const ::CMSG_GenRandom &request, ::SMSG_GenRandom *response) override
 
std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_GenRandom > > AsyncGenRandom (::grpc::ClientContext *context, const ::CMSG_GenRandom &request, ::grpc::CompletionQueue *cq)
 
std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_GenRandom > > PrepareAsyncGenRandom (::grpc::ClientContext *context, const ::CMSG_GenRandom &request, ::grpc::CompletionQueue *cq)
 
::grpc::Status AESEncrypt (::grpc::ClientContext *context, const ::CMSG_AESOperation &request, ::SMSG_AESResult *response) override
 
std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_AESResult > > AsyncAESEncrypt (::grpc::ClientContext *context, const ::CMSG_AESOperation &request, ::grpc::CompletionQueue *cq)
 
std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_AESResult > > PrepareAsyncAESEncrypt (::grpc::ClientContext *context, const ::CMSG_AESOperation &request, ::grpc::CompletionQueue *cq)
 
::grpc::Status AESDecrypt (::grpc::ClientContext *context, const ::CMSG_AESOperation &request, ::SMSG_AESResult *response) override
 
std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_AESResult > > AsyncAESDecrypt (::grpc::ClientContext *context, const ::CMSG_AESOperation &request, ::grpc::CompletionQueue *cq)
 
std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_AESResult > > PrepareAsyncAESDecrypt (::grpc::ClientContext *context, const ::CMSG_AESOperation &request, ::grpc::CompletionQueue *cq)
 
::grpc::Status DESFireISOAuth1 (::grpc::ClientContext *context, const ::CMSG_DesfireISOAuth_Step1 &request, ::SMSG_DesfireISOAuth_Step1 *response) override
 
std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireISOAuth_Step1 > > AsyncDESFireISOAuth1 (::grpc::ClientContext *context, const ::CMSG_DesfireISOAuth_Step1 &request, ::grpc::CompletionQueue *cq)
 
std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireISOAuth_Step1 > > PrepareAsyncDESFireISOAuth1 (::grpc::ClientContext *context, const ::CMSG_DesfireISOAuth_Step1 &request, ::grpc::CompletionQueue *cq)
 
::grpc::Status DESFireISOAuth2 (::grpc::ClientContext *context, const ::CMSG_DesfireAuth_Step2 &request, ::SMSG_DesfireAuth_Step2 *response) override
 
std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireAuth_Step2 > > AsyncDESFireISOAuth2 (::grpc::ClientContext *context, const ::CMSG_DesfireAuth_Step2 &request, ::grpc::CompletionQueue *cq)
 
std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireAuth_Step2 > > PrepareAsyncDESFireISOAuth2 (::grpc::ClientContext *context, const ::CMSG_DesfireAuth_Step2 &request, ::grpc::CompletionQueue *cq)
 
::grpc::Status DESFireAESAuth1 (::grpc::ClientContext *context, const ::CMSG_DesfireAESAuth_Step1 &request, ::SMSG_DesfireAESAuth_Step1 *response) override
 
std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireAESAuth_Step1 > > AsyncDESFireAESAuth1 (::grpc::ClientContext *context, const ::CMSG_DesfireAESAuth_Step1 &request, ::grpc::CompletionQueue *cq)
 
std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireAESAuth_Step1 > > PrepareAsyncDESFireAESAuth1 (::grpc::ClientContext *context, const ::CMSG_DesfireAESAuth_Step1 &request, ::grpc::CompletionQueue *cq)
 
::grpc::Status DESFireAESAuth2 (::grpc::ClientContext *context, const ::CMSG_DesfireAuth_Step2 &request, ::SMSG_DesfireAuth_Step2 *response) override
 
std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireAuth_Step2 > > AsyncDESFireAESAuth2 (::grpc::ClientContext *context, const ::CMSG_DesfireAuth_Step2 &request, ::grpc::CompletionQueue *cq)
 
std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireAuth_Step2 > > PrepareAsyncDESFireAESAuth2 (::grpc::ClientContext *context, const ::CMSG_DesfireAuth_Step2 &request, ::grpc::CompletionQueue *cq)
 
::grpc::Status DESFireChangeKey (::grpc::ClientContext *context, const ::CMSG_DesfireChangeKey &request, ::SMSG_DesfireChangeKey *response) override
 
std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireChangeKey > > AsyncDESFireChangeKey (::grpc::ClientContext *context, const ::CMSG_DesfireChangeKey &request, ::grpc::CompletionQueue *cq)
 
std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireChangeKey > > PrepareAsyncDESFireChangeKey (::grpc::ClientContext *context, const ::CMSG_DesfireChangeKey &request, ::grpc::CompletionQueue *cq)
 
class asyncasync () override
 
- Public Member Functions inherited from IKSService::StubInterface
virtual ~StubInterface ()
 
virtual ::grpc::Status GenRandom (::grpc::ClientContext *context, const ::CMSG_GenRandom &request, ::SMSG_GenRandom *response)=0
 
std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::SMSG_GenRandom > > AsyncGenRandom (::grpc::ClientContext *context, const ::CMSG_GenRandom &request, ::grpc::CompletionQueue *cq)
 
std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::SMSG_GenRandom > > PrepareAsyncGenRandom (::grpc::ClientContext *context, const ::CMSG_GenRandom &request, ::grpc::CompletionQueue *cq)
 
virtual ::grpc::Status AESEncrypt (::grpc::ClientContext *context, const ::CMSG_AESOperation &request, ::SMSG_AESResult *response)=0
 
std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::SMSG_AESResult > > AsyncAESEncrypt (::grpc::ClientContext *context, const ::CMSG_AESOperation &request, ::grpc::CompletionQueue *cq)
 
std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::SMSG_AESResult > > PrepareAsyncAESEncrypt (::grpc::ClientContext *context, const ::CMSG_AESOperation &request, ::grpc::CompletionQueue *cq)
 
virtual ::grpc::Status AESDecrypt (::grpc::ClientContext *context, const ::CMSG_AESOperation &request, ::SMSG_AESResult *response)=0
 
std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::SMSG_AESResult > > AsyncAESDecrypt (::grpc::ClientContext *context, const ::CMSG_AESOperation &request, ::grpc::CompletionQueue *cq)
 
std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::SMSG_AESResult > > PrepareAsyncAESDecrypt (::grpc::ClientContext *context, const ::CMSG_AESOperation &request, ::grpc::CompletionQueue *cq)
 
virtual ::grpc::Status DESFireISOAuth1 (::grpc::ClientContext *context, const ::CMSG_DesfireISOAuth_Step1 &request, ::SMSG_DesfireISOAuth_Step1 *response)=0
 
std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::SMSG_DesfireISOAuth_Step1 > > AsyncDESFireISOAuth1 (::grpc::ClientContext *context, const ::CMSG_DesfireISOAuth_Step1 &request, ::grpc::CompletionQueue *cq)
 
std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::SMSG_DesfireISOAuth_Step1 > > PrepareAsyncDESFireISOAuth1 (::grpc::ClientContext *context, const ::CMSG_DesfireISOAuth_Step1 &request, ::grpc::CompletionQueue *cq)
 
virtual ::grpc::Status DESFireISOAuth2 (::grpc::ClientContext *context, const ::CMSG_DesfireAuth_Step2 &request, ::SMSG_DesfireAuth_Step2 *response)=0
 
std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::SMSG_DesfireAuth_Step2 > > AsyncDESFireISOAuth2 (::grpc::ClientContext *context, const ::CMSG_DesfireAuth_Step2 &request, ::grpc::CompletionQueue *cq)
 
std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::SMSG_DesfireAuth_Step2 > > PrepareAsyncDESFireISOAuth2 (::grpc::ClientContext *context, const ::CMSG_DesfireAuth_Step2 &request, ::grpc::CompletionQueue *cq)
 
virtual ::grpc::Status DESFireAESAuth1 (::grpc::ClientContext *context, const ::CMSG_DesfireAESAuth_Step1 &request, ::SMSG_DesfireAESAuth_Step1 *response)=0
 
std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::SMSG_DesfireAESAuth_Step1 > > AsyncDESFireAESAuth1 (::grpc::ClientContext *context, const ::CMSG_DesfireAESAuth_Step1 &request, ::grpc::CompletionQueue *cq)
 
std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::SMSG_DesfireAESAuth_Step1 > > PrepareAsyncDESFireAESAuth1 (::grpc::ClientContext *context, const ::CMSG_DesfireAESAuth_Step1 &request, ::grpc::CompletionQueue *cq)
 
virtual ::grpc::Status DESFireAESAuth2 (::grpc::ClientContext *context, const ::CMSG_DesfireAuth_Step2 &request, ::SMSG_DesfireAuth_Step2 *response)=0
 
std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::SMSG_DesfireAuth_Step2 > > AsyncDESFireAESAuth2 (::grpc::ClientContext *context, const ::CMSG_DesfireAuth_Step2 &request, ::grpc::CompletionQueue *cq)
 
std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::SMSG_DesfireAuth_Step2 > > PrepareAsyncDESFireAESAuth2 (::grpc::ClientContext *context, const ::CMSG_DesfireAuth_Step2 &request, ::grpc::CompletionQueue *cq)
 
virtual ::grpc::Status DESFireChangeKey (::grpc::ClientContext *context, const ::CMSG_DesfireChangeKey &request, ::SMSG_DesfireChangeKey *response)=0
 
std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::SMSG_DesfireChangeKey > > AsyncDESFireChangeKey (::grpc::ClientContext *context, const ::CMSG_DesfireChangeKey &request, ::grpc::CompletionQueue *cq)
 
std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::SMSG_DesfireChangeKey > > PrepareAsyncDESFireChangeKey (::grpc::ClientContext *context, const ::CMSG_DesfireChangeKey &request, ::grpc::CompletionQueue *cq)
 
virtual class async_interfaceasync ()
 
class async_interfaceexperimental_async ()
 

Private Member Functions

::grpc::ClientAsyncResponseReader< ::SMSG_GenRandom > * AsyncGenRandomRaw (::grpc::ClientContext *context, const ::CMSG_GenRandom &request, ::grpc::CompletionQueue *cq) override
 
::grpc::ClientAsyncResponseReader< ::SMSG_GenRandom > * PrepareAsyncGenRandomRaw (::grpc::ClientContext *context, const ::CMSG_GenRandom &request, ::grpc::CompletionQueue *cq) override
 
::grpc::ClientAsyncResponseReader< ::SMSG_AESResult > * AsyncAESEncryptRaw (::grpc::ClientContext *context, const ::CMSG_AESOperation &request, ::grpc::CompletionQueue *cq) override
 
::grpc::ClientAsyncResponseReader< ::SMSG_AESResult > * PrepareAsyncAESEncryptRaw (::grpc::ClientContext *context, const ::CMSG_AESOperation &request, ::grpc::CompletionQueue *cq) override
 
::grpc::ClientAsyncResponseReader< ::SMSG_AESResult > * AsyncAESDecryptRaw (::grpc::ClientContext *context, const ::CMSG_AESOperation &request, ::grpc::CompletionQueue *cq) override
 
::grpc::ClientAsyncResponseReader< ::SMSG_AESResult > * PrepareAsyncAESDecryptRaw (::grpc::ClientContext *context, const ::CMSG_AESOperation &request, ::grpc::CompletionQueue *cq) override
 
::grpc::ClientAsyncResponseReader< ::SMSG_DesfireISOAuth_Step1 > * AsyncDESFireISOAuth1Raw (::grpc::ClientContext *context, const ::CMSG_DesfireISOAuth_Step1 &request, ::grpc::CompletionQueue *cq) override
 
::grpc::ClientAsyncResponseReader< ::SMSG_DesfireISOAuth_Step1 > * PrepareAsyncDESFireISOAuth1Raw (::grpc::ClientContext *context, const ::CMSG_DesfireISOAuth_Step1 &request, ::grpc::CompletionQueue *cq) override
 
::grpc::ClientAsyncResponseReader< ::SMSG_DesfireAuth_Step2 > * AsyncDESFireISOAuth2Raw (::grpc::ClientContext *context, const ::CMSG_DesfireAuth_Step2 &request, ::grpc::CompletionQueue *cq) override
 
::grpc::ClientAsyncResponseReader< ::SMSG_DesfireAuth_Step2 > * PrepareAsyncDESFireISOAuth2Raw (::grpc::ClientContext *context, const ::CMSG_DesfireAuth_Step2 &request, ::grpc::CompletionQueue *cq) override
 
::grpc::ClientAsyncResponseReader< ::SMSG_DesfireAESAuth_Step1 > * AsyncDESFireAESAuth1Raw (::grpc::ClientContext *context, const ::CMSG_DesfireAESAuth_Step1 &request, ::grpc::CompletionQueue *cq) override
 
::grpc::ClientAsyncResponseReader< ::SMSG_DesfireAESAuth_Step1 > * PrepareAsyncDESFireAESAuth1Raw (::grpc::ClientContext *context, const ::CMSG_DesfireAESAuth_Step1 &request, ::grpc::CompletionQueue *cq) override
 
::grpc::ClientAsyncResponseReader< ::SMSG_DesfireAuth_Step2 > * AsyncDESFireAESAuth2Raw (::grpc::ClientContext *context, const ::CMSG_DesfireAuth_Step2 &request, ::grpc::CompletionQueue *cq) override
 
::grpc::ClientAsyncResponseReader< ::SMSG_DesfireAuth_Step2 > * PrepareAsyncDESFireAESAuth2Raw (::grpc::ClientContext *context, const ::CMSG_DesfireAuth_Step2 &request, ::grpc::CompletionQueue *cq) override
 
::grpc::ClientAsyncResponseReader< ::SMSG_DesfireChangeKey > * AsyncDESFireChangeKeyRaw (::grpc::ClientContext *context, const ::CMSG_DesfireChangeKey &request, ::grpc::CompletionQueue *cq) override
 
::grpc::ClientAsyncResponseReader< ::SMSG_DesfireChangeKey > * PrepareAsyncDESFireChangeKeyRaw (::grpc::ClientContext *context, const ::CMSG_DesfireChangeKey &request, ::grpc::CompletionQueue *cq) override
 

Private Attributes

std::shared_ptr< ::grpc::ChannelInterface > channel_
 
const ::grpc::internal::RpcMethod rpcmethod_GenRandom_
 
const ::grpc::internal::RpcMethod rpcmethod_AESEncrypt_
 
const ::grpc::internal::RpcMethod rpcmethod_AESDecrypt_
 
const ::grpc::internal::RpcMethod rpcmethod_DESFireISOAuth1_
 
const ::grpc::internal::RpcMethod rpcmethod_DESFireISOAuth2_
 
const ::grpc::internal::RpcMethod rpcmethod_DESFireAESAuth1_
 
const ::grpc::internal::RpcMethod rpcmethod_DESFireAESAuth2_
 
const ::grpc::internal::RpcMethod rpcmethod_DESFireChangeKey_
 

Additional Inherited Members

- Public Types inherited from IKSService::StubInterface
typedef class async_interface experimental_async_interface
 

Constructor & Destructor Documentation

◆ Stub()

IKSService::Stub::Stub ( const std::shared_ptr< ::grpc::ChannelInterface > &  channel,
const ::grpc::StubOptions &  options = ::grpc::StubOptions() 
)

Member Function Documentation

◆ AESDecrypt()

grpc::Status IKSService::Stub::AESDecrypt ( ::grpc::ClientContext *  context,
const ::CMSG_AESOperation request,
::SMSG_AESResult response 
)
overridevirtual

◆ AESEncrypt()

grpc::Status IKSService::Stub::AESEncrypt ( ::grpc::ClientContext *  context,
const ::CMSG_AESOperation request,
::SMSG_AESResult response 
)
overridevirtual

◆ async()

class async * IKSService::Stub::async ( )
inlineoverridevirtual

Reimplemented from IKSService::StubInterface.

◆ AsyncAESDecrypt()

std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_AESResult > > IKSService::Stub::AsyncAESDecrypt ( ::grpc::ClientContext *  context,
const ::CMSG_AESOperation request,
::grpc::CompletionQueue *  cq 
)
inline

◆ AsyncAESDecryptRaw()

grpc::ClientAsyncResponseReader<::SMSG_AESResult > * IKSService::Stub::AsyncAESDecryptRaw ( ::grpc::ClientContext *  context,
const ::CMSG_AESOperation request,
::grpc::CompletionQueue *  cq 
)
overrideprivatevirtual

◆ AsyncAESEncrypt()

std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_AESResult > > IKSService::Stub::AsyncAESEncrypt ( ::grpc::ClientContext *  context,
const ::CMSG_AESOperation request,
::grpc::CompletionQueue *  cq 
)
inline

◆ AsyncAESEncryptRaw()

grpc::ClientAsyncResponseReader<::SMSG_AESResult > * IKSService::Stub::AsyncAESEncryptRaw ( ::grpc::ClientContext *  context,
const ::CMSG_AESOperation request,
::grpc::CompletionQueue *  cq 
)
overrideprivatevirtual

◆ AsyncDESFireAESAuth1()

std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireAESAuth_Step1 > > IKSService::Stub::AsyncDESFireAESAuth1 ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireAESAuth_Step1 request,
::grpc::CompletionQueue *  cq 
)
inline

◆ AsyncDESFireAESAuth1Raw()

grpc::ClientAsyncResponseReader<::SMSG_DesfireAESAuth_Step1 > * IKSService::Stub::AsyncDESFireAESAuth1Raw ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireAESAuth_Step1 request,
::grpc::CompletionQueue *  cq 
)
overrideprivatevirtual

◆ AsyncDESFireAESAuth2()

std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireAuth_Step2 > > IKSService::Stub::AsyncDESFireAESAuth2 ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireAuth_Step2 request,
::grpc::CompletionQueue *  cq 
)
inline

◆ AsyncDESFireAESAuth2Raw()

grpc::ClientAsyncResponseReader<::SMSG_DesfireAuth_Step2 > * IKSService::Stub::AsyncDESFireAESAuth2Raw ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireAuth_Step2 request,
::grpc::CompletionQueue *  cq 
)
overrideprivatevirtual

◆ AsyncDESFireChangeKey()

std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireChangeKey > > IKSService::Stub::AsyncDESFireChangeKey ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireChangeKey request,
::grpc::CompletionQueue *  cq 
)
inline

◆ AsyncDESFireChangeKeyRaw()

grpc::ClientAsyncResponseReader<::SMSG_DesfireChangeKey > * IKSService::Stub::AsyncDESFireChangeKeyRaw ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireChangeKey request,
::grpc::CompletionQueue *  cq 
)
overrideprivatevirtual

◆ AsyncDESFireISOAuth1()

std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireISOAuth_Step1 > > IKSService::Stub::AsyncDESFireISOAuth1 ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireISOAuth_Step1 request,
::grpc::CompletionQueue *  cq 
)
inline

◆ AsyncDESFireISOAuth1Raw()

grpc::ClientAsyncResponseReader<::SMSG_DesfireISOAuth_Step1 > * IKSService::Stub::AsyncDESFireISOAuth1Raw ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireISOAuth_Step1 request,
::grpc::CompletionQueue *  cq 
)
overrideprivatevirtual

◆ AsyncDESFireISOAuth2()

std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireAuth_Step2 > > IKSService::Stub::AsyncDESFireISOAuth2 ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireAuth_Step2 request,
::grpc::CompletionQueue *  cq 
)
inline

◆ AsyncDESFireISOAuth2Raw()

grpc::ClientAsyncResponseReader<::SMSG_DesfireAuth_Step2 > * IKSService::Stub::AsyncDESFireISOAuth2Raw ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireAuth_Step2 request,
::grpc::CompletionQueue *  cq 
)
overrideprivatevirtual

◆ AsyncGenRandom()

std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_GenRandom > > IKSService::Stub::AsyncGenRandom ( ::grpc::ClientContext *  context,
const ::CMSG_GenRandom request,
::grpc::CompletionQueue *  cq 
)
inline

◆ AsyncGenRandomRaw()

grpc::ClientAsyncResponseReader<::SMSG_GenRandom > * IKSService::Stub::AsyncGenRandomRaw ( ::grpc::ClientContext *  context,
const ::CMSG_GenRandom request,
::grpc::CompletionQueue *  cq 
)
overrideprivatevirtual

◆ DESFireAESAuth1()

grpc::Status IKSService::Stub::DESFireAESAuth1 ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireAESAuth_Step1 request,
::SMSG_DesfireAESAuth_Step1 response 
)
overridevirtual

◆ DESFireAESAuth2()

grpc::Status IKSService::Stub::DESFireAESAuth2 ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireAuth_Step2 request,
::SMSG_DesfireAuth_Step2 response 
)
overridevirtual

◆ DESFireChangeKey()

grpc::Status IKSService::Stub::DESFireChangeKey ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireChangeKey request,
::SMSG_DesfireChangeKey response 
)
overridevirtual

◆ DESFireISOAuth1()

grpc::Status IKSService::Stub::DESFireISOAuth1 ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireISOAuth_Step1 request,
::SMSG_DesfireISOAuth_Step1 response 
)
overridevirtual

◆ DESFireISOAuth2()

grpc::Status IKSService::Stub::DESFireISOAuth2 ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireAuth_Step2 request,
::SMSG_DesfireAuth_Step2 response 
)
overridevirtual

◆ GenRandom()

grpc::Status IKSService::Stub::GenRandom ( ::grpc::ClientContext *  context,
const ::CMSG_GenRandom request,
::SMSG_GenRandom response 
)
overridevirtual

◆ PrepareAsyncAESDecrypt()

std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_AESResult > > IKSService::Stub::PrepareAsyncAESDecrypt ( ::grpc::ClientContext *  context,
const ::CMSG_AESOperation request,
::grpc::CompletionQueue *  cq 
)
inline

◆ PrepareAsyncAESDecryptRaw()

grpc::ClientAsyncResponseReader<::SMSG_AESResult > * IKSService::Stub::PrepareAsyncAESDecryptRaw ( ::grpc::ClientContext *  context,
const ::CMSG_AESOperation request,
::grpc::CompletionQueue *  cq 
)
overrideprivatevirtual

◆ PrepareAsyncAESEncrypt()

std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_AESResult > > IKSService::Stub::PrepareAsyncAESEncrypt ( ::grpc::ClientContext *  context,
const ::CMSG_AESOperation request,
::grpc::CompletionQueue *  cq 
)
inline

◆ PrepareAsyncAESEncryptRaw()

grpc::ClientAsyncResponseReader<::SMSG_AESResult > * IKSService::Stub::PrepareAsyncAESEncryptRaw ( ::grpc::ClientContext *  context,
const ::CMSG_AESOperation request,
::grpc::CompletionQueue *  cq 
)
overrideprivatevirtual

◆ PrepareAsyncDESFireAESAuth1()

std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireAESAuth_Step1 > > IKSService::Stub::PrepareAsyncDESFireAESAuth1 ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireAESAuth_Step1 request,
::grpc::CompletionQueue *  cq 
)
inline

◆ PrepareAsyncDESFireAESAuth1Raw()

grpc::ClientAsyncResponseReader<::SMSG_DesfireAESAuth_Step1 > * IKSService::Stub::PrepareAsyncDESFireAESAuth1Raw ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireAESAuth_Step1 request,
::grpc::CompletionQueue *  cq 
)
overrideprivatevirtual

◆ PrepareAsyncDESFireAESAuth2()

std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireAuth_Step2 > > IKSService::Stub::PrepareAsyncDESFireAESAuth2 ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireAuth_Step2 request,
::grpc::CompletionQueue *  cq 
)
inline

◆ PrepareAsyncDESFireAESAuth2Raw()

grpc::ClientAsyncResponseReader<::SMSG_DesfireAuth_Step2 > * IKSService::Stub::PrepareAsyncDESFireAESAuth2Raw ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireAuth_Step2 request,
::grpc::CompletionQueue *  cq 
)
overrideprivatevirtual

◆ PrepareAsyncDESFireChangeKey()

std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireChangeKey > > IKSService::Stub::PrepareAsyncDESFireChangeKey ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireChangeKey request,
::grpc::CompletionQueue *  cq 
)
inline

◆ PrepareAsyncDESFireChangeKeyRaw()

grpc::ClientAsyncResponseReader<::SMSG_DesfireChangeKey > * IKSService::Stub::PrepareAsyncDESFireChangeKeyRaw ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireChangeKey request,
::grpc::CompletionQueue *  cq 
)
overrideprivatevirtual

◆ PrepareAsyncDESFireISOAuth1()

std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireISOAuth_Step1 > > IKSService::Stub::PrepareAsyncDESFireISOAuth1 ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireISOAuth_Step1 request,
::grpc::CompletionQueue *  cq 
)
inline

◆ PrepareAsyncDESFireISOAuth1Raw()

grpc::ClientAsyncResponseReader<::SMSG_DesfireISOAuth_Step1 > * IKSService::Stub::PrepareAsyncDESFireISOAuth1Raw ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireISOAuth_Step1 request,
::grpc::CompletionQueue *  cq 
)
overrideprivatevirtual

◆ PrepareAsyncDESFireISOAuth2()

std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_DesfireAuth_Step2 > > IKSService::Stub::PrepareAsyncDESFireISOAuth2 ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireAuth_Step2 request,
::grpc::CompletionQueue *  cq 
)
inline

◆ PrepareAsyncDESFireISOAuth2Raw()

grpc::ClientAsyncResponseReader<::SMSG_DesfireAuth_Step2 > * IKSService::Stub::PrepareAsyncDESFireISOAuth2Raw ( ::grpc::ClientContext *  context,
const ::CMSG_DesfireAuth_Step2 request,
::grpc::CompletionQueue *  cq 
)
overrideprivatevirtual

◆ PrepareAsyncGenRandom()

std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::SMSG_GenRandom > > IKSService::Stub::PrepareAsyncGenRandom ( ::grpc::ClientContext *  context,
const ::CMSG_GenRandom request,
::grpc::CompletionQueue *  cq 
)
inline

◆ PrepareAsyncGenRandomRaw()

grpc::ClientAsyncResponseReader<::SMSG_GenRandom > * IKSService::Stub::PrepareAsyncGenRandomRaw ( ::grpc::ClientContext *  context,
const ::CMSG_GenRandom request,
::grpc::CompletionQueue *  cq 
)
overrideprivatevirtual

Member Data Documentation

◆ channel_

std::shared_ptr< ::grpc::ChannelInterface> IKSService::Stub::channel_
private

◆ rpcmethod_AESDecrypt_

const ::grpc::internal::RpcMethod IKSService::Stub::rpcmethod_AESDecrypt_
private

◆ rpcmethod_AESEncrypt_

const ::grpc::internal::RpcMethod IKSService::Stub::rpcmethod_AESEncrypt_
private

◆ rpcmethod_DESFireAESAuth1_

const ::grpc::internal::RpcMethod IKSService::Stub::rpcmethod_DESFireAESAuth1_
private

◆ rpcmethod_DESFireAESAuth2_

const ::grpc::internal::RpcMethod IKSService::Stub::rpcmethod_DESFireAESAuth2_
private

◆ rpcmethod_DESFireChangeKey_

const ::grpc::internal::RpcMethod IKSService::Stub::rpcmethod_DESFireChangeKey_
private

◆ rpcmethod_DESFireISOAuth1_

const ::grpc::internal::RpcMethod IKSService::Stub::rpcmethod_DESFireISOAuth1_
private

◆ rpcmethod_DESFireISOAuth2_

const ::grpc::internal::RpcMethod IKSService::Stub::rpcmethod_DESFireISOAuth2_
private

◆ rpcmethod_GenRandom_

const ::grpc::internal::RpcMethod IKSService::Stub::rpcmethod_GenRandom_
private

The documentation for this class was generated from the following files: