Discuss this help topic in SecureBlackbox Forum
Decrypts a key.
Declaration
Parameters
- EncKey - buffer or memory stream containing encrypted key
- EncKeyStartIndex - index of the first byte of key data in the EncKey buffer
- EncKeySize - size of the encrypted key in bytes
- EncKeyAlgOID - OID of the encryption algorithm
- EncKeyAlgParams - encryption parameters
Return value
Returns an instance of
TElKeyMaterial class containing decrypted key.
Description
Call this method to decrypt an encrypted key.
Discuss this help topic in SecureBlackbox Forum