RotationLog

@objc(VSRRotationLog)
public class RotationLog : NSObject, Encodable

This class shows the result of rotateKeys operation

  • Number of unused one-time keys

    Declaration

    Swift

    @objc
    public var oneTimeKeysRelevant: Int
  • NUmber of one-time keys that were generated and uploaded to the cloud during this operation

    Declaration

    Swift

    @objc
    public var oneTimeKeysAdded: Int
  • Number of one-time keys that were deleted during this rotation

    Declaration

    Swift

    @objc
    public var oneTimeKeysDeleted: Int
  • Number of one-time keys that were marked orphaned during this operation

    Declaration

    Swift

    @objc
    public var oneTimeKeysMarkedOrphaned: Int
  • Number of one-time keys that were marked orphaned

    Declaration

    Swift

    @objc
    public var oneTimeKeysOrphaned: Int
  • Number of relevant long-term keys

    Declaration

    Swift

    @objc
    public var longTermKeysRelevant: Int
  • Number of long-term keys that were generated and uploaded to the cloud during this operation

    Declaration

    Swift

    @objc
    public var longTermKeysAdded: Int
  • Number of long-term keys that were deleted during this rotation

    Declaration

    Swift

    @objc
    public var longTermKeysDeleted: Int
  • Number of long-term keys that were marked orphaned outdated this operation

    Declaration

    Swift

    @objc
    public var longTermKeysMarkedOutdated: Int
  • Number of long-term keys that were marked orphaned

    Declaration

    Swift

    @objc
    public var longTermKeysOutdated: Int
  • Pretty print JSON

    Declaration

    Swift

    override public var description: String { get }