encAlgo property

String? encAlgo
getter/setter pair

The name of the algorithm used to encrypt the AtValue.

  • For data, the default algorithm is AES/SIC/PKCS7Padding
  • For keys, the default algorithm is RSA

Implementation

String? encAlgo;