skeEncAlgo property

String? skeEncAlgo
getter/setter pair

The name of the algorithm used to encrypt the sharedKeyEnc

When sharedKeyEnc is provided in the metadata, skeEncAlgo is the name of the algorithm which was used to encrypt that shared key, using the public key at skeEncKeyName.

  • The default algorithm is RSA

Implementation

String? skeEncAlgo;