RsaKeyPair constructor
const
RsaKeyPair(
- RsaKeyPairDEKInfo? dekInfo,
- Uint8List keyBlob
Implementation
const RsaKeyPair(this.dekInfo, this.keyBlob);
const RsaKeyPair(this.dekInfo, this.keyBlob);