Result

data class Result(val pair: PGPKeyPair, val useBcLightweight: Boolean = true)

Generated key pair; useBcLightweight is always true for this backend.

Constructors

Link copied to clipboard
constructor(pair: PGPKeyPair, useBcLightweight: Boolean = true)

Properties

Link copied to clipboard
val pair: PGPKeyPair

BcPGPKeyPair ready for ring construction.

Link copied to clipboard

Always true — must use BC operators.