toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case WrappingKeySpec.rsa_2048:
      return 'RSA_2048';
  }
}