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