pkcs8Bytes property
Uint8List
get
pkcs8Bytes
Representation of the private key in raw pkcs8 format.
Implementation
Uint8List get pkcs8Bytes {
return Uint8List.fromList(hex.decode(pkcs8Hex));
}
Representation of the private key in raw pkcs8 format.
Uint8List get pkcs8Bytes {
return Uint8List.fromList(hex.decode(pkcs8Hex));
}