bytes property

List<int> bytes
override

Get the raw key

Implementation

get bytes {
  return key.bytes;
}