RsaPublicKeyInfo constructor

RsaPublicKeyInfo({
  1. int? keySize,
})

Implementation

RsaPublicKeyInfo({
  this.keySize,
});