KeyInfo constructor
KeyInfo({})
Implementation
KeyInfo({
this.exists,
this.isValid,
this.algorithm,
this.keySize,
this.isHybridMode,
this.publicKey,
this.decryptingPublicKey,
this.decryptingAlgorithm,
this.decryptingKeySize,
});