NotNeeded

data class NotNeeded(val currentKeyVersion: Int, val keyAgeDays: Int) : RotationResult

Rotation was not needed (key is not old enough).

Constructors

Link copied to clipboard
constructor(currentKeyVersion: Int, keyAgeDays: Int)

Properties

Link copied to clipboard

The current key version.

Link copied to clipboard

The age of the current key in days.