rsaPrivateKeyModulusToBytes static method
Converts the RSAPrivateKey.modulus from the given privateKey to a Uint8List.
Implementation
static Uint8List rsaPrivateKeyModulusToBytes(RSAPrivateKey privateKey) =>
encodeBigInt(privateKey.modulus);
Converts the RSAPrivateKey.modulus from the given privateKey to a Uint8List.
static Uint8List rsaPrivateKeyModulusToBytes(RSAPrivateKey privateKey) =>
encodeBigInt(privateKey.modulus);