IV.fromUtf8 constructor
IV.fromUtf8(
- String input
Creates an Initialization Vector object from a UTF-8 string.
Implementation
IV.fromUtf8(String input) : super.fromUtf8(input);
Creates an Initialization Vector object from a UTF-8 string.
IV.fromUtf8(String input) : super.fromUtf8(input);