Replace std::string with CKM::Password
[platform/core/security/key-manager.git] / src / include / ckm / ckm-type.h
2014-09-12 Bartlomiej GrzelewskiReplace std::string with CKM::Password
2014-09-12 Zofia AbramowskaTypedef password type
2014-09-12 Bartlomiej GrzelewskiUse SafeBuffer in C++ api. Rename SafeBuffer to RawBuffer.
2014-09-12 Bartlomiej GrzelewskiChange RawBuffer into SafeBuffer.
2014-09-12 Bartlomiej GrzelewskiReplace private implemetation with interface.
2014-09-12 Bartlomiej GrzelewskiImplementation of primitives in CertificateImpl class.
2014-09-12 Bartlomiej GrzelewskiRemove all namespaces from ckm-error.h header.
2014-09-12 Bartlomiej GrzelewskiRename RSAPadddingAlgorithms values.
2014-09-12 Bartlomiej GrzelewskiImplementation of getCertificateChain.
2014-09-12 Bartlomiej GrzelewskiIntegration with CryptoService class.
2014-09-12 Sebastian GrabowskiAdded exceptions to DBCryptoModule and DBCMAlgType...
2014-09-12 Bartlomiej GrzelewskiRemove cycle dependencies between common and client...
2014-09-12 yuseok.jeonModify the supporting information for RSA padding algor...
2014-09-12 yuseok.jeonInitial Crypto Service Implementation
2014-09-12 Bartlomiej GrzelewskiAll password are stored in std::string now.
2014-09-12 Bartlomiej GrzelewskiReplace RawData with RawBuffer.
2014-09-12 Bartlomiej GrzelewskiAdd support for certificates.
2014-09-12 Bartlomiej GrzelewskiService implementation.
2014-05-30 Bartlomiej GrzelewskiAdd Manager Implementation.
2014-05-30 Bartlomiej GrzelewskiMove KeyType to ckm-type.h header.
2014-05-30 Bartlomiej GrzelewskiImplementation of Key class.