RMS SDK for C++
0.2.1
A client library for using Microsoft RMS from Linux.
|
Public Member Functions | |
RMSCryptoInvalidArgumentException (const std::string &message) _NOEXCEPT | |
RMSCryptoInvalidArgumentException (const char *const &message) _NOEXCEPT | |
Public Member Functions inherited from rmscrypto::exceptions::RMSCryptoLogicException | |
RMSCryptoLogicException (const int error, const std::string &message) _NOEXCEPT | |
RMSCryptoLogicException (const int error, const char *const &message) _NOEXCEPT | |
Public Member Functions inherited from rmscrypto::exceptions::RMSCryptoException | |
RMSCryptoException (const ExceptionTypes type, const int error, const std::string &message) _NOEXCEPT | |
RMSCryptoException (const ExceptionTypes type, const int error, const char *const &message) _NOEXCEPT | |
virtual const char * | what () const _NOEXCEPT override |
virtual ExceptionTypes | type () const _NOEXCEPT |
virtual int | error () const _NOEXCEPT |
Additional Inherited Members | |
Public Types inherited from rmscrypto::exceptions::RMSCryptoException | |
enum | ExceptionTypes { LogicError = 0, IOError } |
enum | ErrorTypes { InvalidArgument = 0, NullPointer, OperationUnavailable, Insufficientbuffer, NotImplemented, SecretKeyException, UnknownError } |