IPWorks Encrypt 2020 Android Edition

Questions / Feedback?

Algorithm Property

The symmetric algorithm.

Syntax

public int getAlgorithm();
public void setAlgorithm(int algorithm);

Enumerated values: public final static int ezAES = 0; public final static int ezBlowfish = 1; public final static int ezCAST = 2; public final static int ezDES = 3; public final static int ezIDEA = 4; public final static int ezRC2 = 5; public final static int ezRC4 = 6; public final static int ezTEA = 7; public final static int ezTripleDES = 8; public final static int ezTwofish = 9; public final static int ezRijndael = 10; public final static int ezChaCha = 11; public final static int ezXSalsa20 = 12;

Remarks

This property specifies the symmetric algorithm to use. Possible values are:

  • 0 (AES - default)
  • 1 (Blowfish)
  • 2 (CAST)
  • 3 (DES)
  • 4 (IDEA)
  • 5 (RC2)
  • 6 (RC4)
  • 7 (TEA)
  • 8 (TripleDES)
  • 9 (Twofish)
  • 10 (Rijndael)
  • 11 (ChaCha)
  • 12 (XSalsa20)

Default Value

0

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 Android Edition - Version 20.0 [Build 8155]