Interface BytesKeyGenerator
-
public interface BytesKeyGenerator
A generator for unique byte array-based keys.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
generateKey()
Generate a new key.int
getKeyLength()
Get the length, in bytes, of keys created by this generator.
-