OneTimeKey
@objc(VSROneTimeKey)
public final class OneTimeKey : NSObject, Codable
Class representing One-time private key
-
Key id
Declaration
Swift
@objc public let identifier: Data -
Private key
Declaration
Swift
@objc public let key: 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, key: Data, orphanedFrom: Date?)Parameters
identifierkey id
keyprivate key
orphanedFromdate from which we found out that this key is orphaned
OneTimeKey Class Reference