toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (certSign != null) 'certSign': certSign!,
if (contentCommitment != null) 'contentCommitment': contentCommitment!,
if (crlSign != null) 'crlSign': crlSign!,
if (dataEncipherment != null) 'dataEncipherment': dataEncipherment!,
if (decipherOnly != null) 'decipherOnly': decipherOnly!,
if (digitalSignature != null) 'digitalSignature': digitalSignature!,
if (encipherOnly != null) 'encipherOnly': encipherOnly!,
if (keyAgreement != null) 'keyAgreement': keyAgreement!,
if (keyEncipherment != null) 'keyEncipherment': keyEncipherment!,
};