EncryptionMethod

public enum EncryptionMethod : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case aes128 = "AES_128"
  • Undocumented

    Declaration

    Swift

    case sampleAes = "SAMPLE_AES"
  • Declaration

    Swift

    public var description: String { get }