OpcUa_CryptoProvider_Config (STRUCT)ΒΆ
TYPE OpcUa_CryptoProvider_Config : STRUCT
- InOut:
Name
Type
Comment
NamePOINTER TO STRING
The name of the crypto provider. Contains the Security Policy URI. Pointer to constant value.
NonceSizeThe size of the noces used by this policy.
SymmetricSignatureKeySizeThe size of the key used by the MAC algorithm of this policy.
SymmetricSignatureSizeThe output size of the MAC algorithm of this policy.
SymmetricEncryptionKeySizeThe size of the key used by the symmetric encryption algorithm of this policy.
SymmetricEncryptionBlockSizeThe blocksize of the symmetric encryption algorithm of this policy.
SymmetricEncryptionIVSizeThe IV of the key used by the symmetric encryption algorithm of this policy.
AsymmetricEncryptionOverheadThe overhead needed by the asymmetric encryption algorithm of this policy.
MaximumAsymmetricKeyLengthThe maximum asymmetric keylength accepted by this policy.
MinimumAsymmetricKeyLengthThe minimum asymmetric keylength accepted by this policy.
AsymmetricSignatureUriPOINTER TO STRING
The URI of the asymmetric signature algorithm. Pointer to constant value.
AsymmetricEncryptionUriPOINTER TO STRING
The URI of the asymmetric encryption algorithm. Pointer to constant value.
SymmetricSignatureUriPOINTER TO STRING
The URI of the symmetric signature algorithm. Pointer to constant value.
SymmetricEncryptionUriPOINTER TO STRING
The URI of the symmetric encryption algorithm. Pointer to constant value.