toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case EncryptionMethod.aes_128:
      return 'AES_128';
    case EncryptionMethod.sampleAes:
      return 'SAMPLE_AES';
  }
}