getHiveEncryptionKey method

List<int> getHiveEncryptionKey()

获取Hive加密密钥(32字节)

Implementation

List<int> getHiveEncryptionKey() {
  return _derivedKey.toList();
}