cipher method

Future cipher(
  1. CipherType type
)

Implementation

Future cipher(CipherType type) async {
  id = await id.cipher(type);
  description = await description.cipher(type);
  return this;
}