getKeyEncrypt static method

Key getKeyEncrypt()

Implementation

static Key getKeyEncrypt() {
  return Key.fromSecureRandom(16);
}