DecryptingKey

data class DecryptingKey(val progress: Int, val total: Int) : StepProgressListener.Step

Constructors

Link copied to clipboard
fun DecryptingKey(progress: Int, total: Int)

Properties

Link copied to clipboard
val progress: Int
Link copied to clipboard
val total: Int