DecryptionMode

public enum DecryptionMode : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case aesCtr = "AES_CTR"
  • Undocumented

    Declaration

    Swift

    case aesCbc = "AES_CBC"
  • Undocumented

    Declaration

    Swift

    case aesGcm = "AES_GCM"
  • Declaration

    Swift

    public var description: String { get }