Discuss this help topic in SecureBlackbox Forum

TElAESSymmetricCrypto.KeyWrapEncrypt

TElAESSymmetricCrypto     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Declaration

[C#]
    static byte[] KeyWrapEncrypt(int Algorithm, byte[] WrappedKey, byte[] KeyEncryptionKey, byte[] IV, TElCustomCryptoProviderManager Manager);

[VB.NET]
    Shared Function KeyWrapEncrypt(ByVal Algorithm As Integer, ByVal WrappedKey As Byte(), ByVal KeyEncryptionKey As Byte(), ByVal IV As Byte(), ByVal Manager As TElCustomCryptoProviderManager) As Byte()

[Pascal]
    class function KeyWrapEncrypt(Algorithm : Integer; const WrappedKey, KeyEncryptionKey, IV : ByteArray; Manager : TElCustomCryptoProviderManager = nil) : ByteArray;

[C++]
    static void KeyWrapEncrypt(int32_t Algorithm, const std::vector<uint8_t> &WrappedKey, const std::vector<uint8_t> &KeyEncryptionKey, const std::vector<uint8_t> &IV, TElCustomCryptoProviderManager &Manager, std::vector<uint8_t> &OutResult);
    static void KeyWrapEncrypt(int32_t Algorithm, const std::vector<uint8_t> &WrappedKey, const std::vector<uint8_t> &KeyEncryptionKey, const std::vector<uint8_t> &IV, TElCustomCryptoProviderManager *Manager, std::vector<uint8_t> &OutResult);

[PHP]
    string KeyWrapEncrypt(integer $Algorithm, array of byte|string|NULL $WrappedKey, array of byte|string|NULL $KeyEncryptionKey, array of byte|string|NULL $IV, TElCustomCryptoProviderManager $Manager)

[Java]
    static byte[] keyWrapEncrypt(TElAESSymmetricCrypto> this, int Algorithm, byte[] WrappedKey, byte[] KeyEncryptionKey, byte[] IV, TElCustomCryptoProviderManager Manager);

Parameters

  • Algorithm -
  • WrappedKey -
  • KeyEncryptionKey -
  • IV -
  • Manager -

Return value

    Returns

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum