Location: Symbol Reference > Structs, Records, Enums > TJwEncryptionAlgorithm Enumeration
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwEncryptionAlgorithm Enumeration
Pascal
TJwEncryptionAlgorithm = (
  eaUnknown,
  eaRsaSign,
  eaRsaKeyX,
  eaDes,
  ea3Des,
  ea3Des112,
  eaRc2,
  eaRc4,
  eaRc5,
  eaSeal,
  eaDhSf,
  eaDhEphem,
  eaAgreedKeyAny,
  eaKeaKeyX,
  eaSkipjack,
  eaTek,
  eaCylinkMek
);

General-purpose encryption algorithms. See http://msdn2.microsoft.com/en-us/library/ms937014.aspx for more information

Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!