EncryptionType

public enum EncryptionType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case none = "NONE"
  • kms

    Undocumented

    Declaration

    Swift

    case kms = "KMS"
  • Declaration

    Swift

    public var description: String { get }