OneTimeKeyInfo

@objc(VSROneTimeKeyInfo)
public final class OneTimeKeyInfo : NSObject, Codable

Class representing One-time key info

  • Key id

    Declaration

    Swift

    @objc
    public let identifier: Data
  • Date from which we found out that this key is orphaned

    Declaration

    Swift

    @objc
    public let orphanedFrom: Date?
  • Initializer

    Declaration

    Swift

    @objc
    public init(identifier: Data, orphanedFrom: Date?)

    Parameters

    identifier

    key id

    orphanedFrom

    date from which we found out that this key is orphaned