DsaPublicKeyInfo constructor

DsaPublicKeyInfo({
  1. int? keySize,
})

Implementation

DsaPublicKeyInfo({
  this.keySize,
});