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
identifierkey id
orphanedFromdate from which we found out that this key is orphaned
 
        OneTimeKeyInfo Class Reference