Key.allZerosOfLength constructor

Key.allZerosOfLength(
  1. int length
)

Creates an Encryption Key object of ALL ZEROS from a length. The key is ALL ZEROS - NOT CRYPTOGRAPHICALLY SECURE!

Implementation

Key.allZerosOfLength(int length) : super.allZerosOfLength(length);