KeyOptionsObjectBuilder constructor
KeyOptionsObjectBuilder({})
Implementation
KeyOptionsObjectBuilder({
Algorithm? algorithm,
Curve? curve,
Hash? hash,
Cipher? cipher,
Compression? compression,
int? compressionLevel,
int? rsaBits,
}) : _algorithm = algorithm,
_curve = curve,
_hash = hash,
_cipher = cipher,
_compression = compression,
_compressionLevel = compressionLevel,
_rsaBits = rsaBits;