EasyUA Reference
SecurityAlgorithms Class Members
See Also  Fields  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : SecurityAlgorithms Class

Glossary Item Box

The following tables list the members exposed by SecurityAlgorithms.

Public Fields

 NameDescription
Public FieldAes128 The AES128 algorithm used to encrypt data.  
Public FieldAes192 The AES192 algorithm used to encrypt data.  
Public FieldAes256 The AES256 algorithm used to encrypt data.  
Public FieldHmacSha1 The HMAC-SHA1 algorithm used to create symmetric key signatures.  
Public FieldHmacSha256 The HMAC-SHA256 algorithm used to create symmetric key signatures.  
Public FieldKwAes128 The AES128 algorithm used to encrypt keys.  
Public FieldKwAes192 The AES192 algorithm used to encrypt keys.  
Public FieldKwAes256 The AES256 algorithm used to encrypt keys.  
Public FieldKwRsa15 The RSA-PKCSv1.5 algorithm used to encrypt keys.  
Public FieldKwRsaOaep The RSA-OAEP algorithm used to encrypt keys.  
Public FieldPSha1 The P-SHA1 algorithm used to generate keys.  
Public FieldRsa15 The RSA-PKCSv1.5 algorithm used to encrypt data.  
Public FieldRsaOaep The RSA-OAEP algorithm used to encrypt data.  
Public FieldRsaSha1 The RSA-SHA1 algorithm used to create asymmetric key signatures.  
Public FieldRsaSha256 The RSA-SHA256 algorithm used to create asymmetric key signatures.  
Public FieldSha1 The SHA1 algorithm used to create message digests.  
Public FieldSha256 The SHA256 algorithm used to create message digests.  
Public FieldSha512 The SHA512 algorithm used to create message digests.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.