KeyInfo

public struct KeyInfo
extension KeyInfo: Equatable, Hashable

Key Information that can be used to encrypt payloads

  • Declaration

    Swift

    public var auth: String
  • Declaration

    Swift

    public var p256dh: String
  • Declaration

    Swift

    public init(auth: String, p256dh: String)
  • Declaration

    Swift

    public static func == (lhs: KeyInfo, rhs: KeyInfo) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)