Generated

data class Generated(val pair: PGPKeyPair, val useBcLightweight: Boolean)

A generated OpenPGP key pair plus a flag indicating which operator backend to use.

Constructors

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

Properties

Link copied to clipboard
val pair: PGPKeyPair

BC or JCA PGPKeyPair ready for ring construction.

Link copied to clipboard

true when BC lightweight operators must be used.