public class SamDiverseParams extends Object
Modifier and Type | Field and Description |
---|---|
byte[] |
diverseInput
Diversification input data Data length: 8 bytes (3DES) or 16 bytes (AES)
for SAM AV1 or SAM AV2 in AV1 compatibility mode 1-15 bytes (3DES) or
1-31 bytes (AES) for SAM AV2 in AV2 mode
|
boolean |
diverseMode
Key diversification mode to be used false: AV1 true: AV2
|
boolean |
tdeaEncRounds
DES or 2K3DES encryption rounds false: 1 round true: 2 rounds
|
Constructor and Description |
---|
SamDiverseParams() |
public boolean tdeaEncRounds
public boolean diverseMode
public byte[] diverseInput