EncryptionType

public enum EncryptionType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case awsKms = "aws:kms"
  • Undocumented

    Declaration

    Swift

    case aes256 = "AES256"
  • Declaration

    Swift

    public var description: String { get }