PRIM_CAPI.BlockCipher - Initialize Method

Initialize the cipher.

Member of PRIM_CAPI.BlockCipher (PRIM_CAPI.BlockCipher)

Parameters

NameTypeData TypeDescription
OpMode*Input (Optional)EnumerationInitialize cipher for encryption or decryption.
KeyParameter*InputBinary StringSupplies a cryptographic key as a string of bits that is used by a cryptographic algorithm to transform plain text into cipher text or vice versa. This key remains private and ensures secure communication.
IV*Input (Optional)Binary StringInitialization vector (IV) or starting variable (SV) as a fixed-size input to a cryptographic primitive is, in its broadest sense, just the initial value used to start some iterated process. Typically required to be random or pseudorandom.

Details

No detailed help is available for this feature

See also

All Component Classes

Technical Reference