OpcUa_CryptoProvider_Config (STRUCT)ΒΆ
TYPE OpcUa_CryptoProvider_Config : STRUCT
- InOut:
- Name - Type - Comment - Name- POINTER TO STRING - The name of the crypto provider. Contains the Security Policy URI. Pointer to constant value. - NonceSize- The size of the noces used by this policy. - SymmetricSignatureKeySize- The size of the key used by the MAC algorithm of this policy. - SymmetricSignatureSize- The output size of the MAC algorithm of this policy. - SymmetricEncryptionKeySize- The size of the key used by the symmetric encryption algorithm of this policy. - SymmetricEncryptionBlockSize- The blocksize of the symmetric encryption algorithm of this policy. - SymmetricEncryptionIVSize- The IV of the key used by the symmetric encryption algorithm of this policy. - AsymmetricEncryptionOverhead- The overhead needed by the asymmetric encryption algorithm of this policy. - MaximumAsymmetricKeyLength- The maximum asymmetric keylength accepted by this policy. - MinimumAsymmetricKeyLength- The minimum asymmetric keylength accepted by this policy. - AsymmetricSignatureUri- POINTER TO STRING - The URI of the asymmetric signature algorithm. Pointer to constant value. - AsymmetricEncryptionUri- POINTER TO STRING - The URI of the asymmetric encryption algorithm. Pointer to constant value. - SymmetricSignatureUri- POINTER TO STRING - The URI of the symmetric signature algorithm. Pointer to constant value. - SymmetricEncryptionUri- POINTER TO STRING - The URI of the symmetric encryption algorithm. Pointer to constant value.