public static final class TripleDES.AuthParameters extends GeneralAuthParameters<TripleDES.AuthParameters>
macLenInBitsblockSize, iv| Constructor and Description |
|---|
AuthParameters(GeneralAlgorithm algorithm)
Base constructor - the algorithm, null IV.
|
| Modifier and Type | Method and Description |
|---|---|
protected TripleDES.AuthParameters |
create(GeneralAlgorithm algorithm,
byte[] iv,
int macSizeInBits) |
create, getMACSizeInBits, withIV, withMACSizegetIV, withIV, withIVgetAlgorithmclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIV, withIV, withIVgetAlgorithmpublic AuthParameters(GeneralAlgorithm algorithm)
algorithm - algorithm mode.protected TripleDES.AuthParameters create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits)