RtsCryptoType (ENUM)ΒΆ
TYPE RtsCryptoType :
- Attributes:
qualified_only
- InOut:
Name
Initial
Comment
SYMMETRIC
16#1000
Symmetric encryption algorithm
ASYMMETRIC
16#2000
Asymmetric encryption algorithm
HASH
16#3000
Hash algorithm
HMAC
16#4000
Hashed message authentication code algorithm
SIGNATURE
16#5000
Asymmetric signature algorithm.
KEYDERIVE
16#6000
Key derivation algorithm.
KEYAGREEMENT
16#7000
Key agreement algorithm.