toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case DigitalSignatureMethod.jwtPs384:
      return 'JWT_PS384';
  }
}