core.Map<core.String, core.dynamic> toJson() { final ekCert = this.ekCert; final ekPub = this.ekPub; return {'ekCert': ?ekCert, 'ekPub': ?ekPub}; }