public static final class TripleDES.AuthParameters extends GeneralAuthParameters<TripleDES.AuthParameters>
macLenInBits
blockSize, 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, withMACSize
getIV, withIV, withIV
getAlgorithm
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIV, withIV, withIV
getAlgorithm
public AuthParameters(GeneralAlgorithm algorithm)
algorithm
- algorithm mode.protected TripleDES.AuthParameters create(GeneralAlgorithm algorithm, byte[] iv, int macSizeInBits)