EncryptedPrivateKeyInfo constructor

EncryptedPrivateKeyInfo(
  1. AlgorithmIdentifier encryptionAlgorithm,
  2. Uint8List encryptedData
)

Implementation

EncryptedPrivateKeyInfo(this.encryptionAlgorithm, this.encryptedData);