EncryptionAlgorithmSpec

public enum EncryptionAlgorithmSpec : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case symmetricDefault = "SYMMETRIC_DEFAULT"
  • Undocumented

    Declaration

    Swift

    case rsaesOaepSha1 = "RSAES_OAEP_SHA_1"
  • Undocumented

    Declaration

    Swift

    case rsaesOaepSha256 = "RSAES_OAEP_SHA_256"
  • Declaration

    Swift

    public var description: String { get }