#include <cPKCS.h>
PKCS #5 used for key reading. PKCS stands for "Public Key Cryptography Standards" https://en.wikipedia.org/wiki/PKCS helper used by cKeyWrap reader for OID_PKCS5_PBES2.
◆ ParsePBES2()
PKCS#5 PBES2 function OID_PKCS5_PBES2
- pbe_params = the ASN.1 algorithm parameters
- bEncodeMode
- pPassword = password to use when generating key
- nPassSize = length of password
- data = data to process
- pOutput = output buffer
- Returns
- 0 on success, or <0 = error
◆ UNITTEST_FRIEND()
GrayLib::cPKCS5::UNITTEST_FRIEND |
( |
cPKCS |
| ) |
|
The documentation for this class was generated from the following files:
- c:/Dennis/Source/Gray/GrayLib/include/Key/cPKCS.h
- c:/Dennis/Source/Gray/GrayLib/src/Key/cPKCS.cpp