public class KeyGeneration
extends Object
-
Field Summary
Fields
final int
final byte[]
final byte[]
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
generation
public final int generation
-
key
public final byte[] key
-
nonce
public final byte[] nonce
-
Constructor Details
-
KeyGeneration
public KeyGeneration(int generation,
Secret key,
Secret nonce)
-