Interface GordianMacParams
public interface GordianMacParams
Mac Parameters.
-
Method Summary
-
Method Details
-
getKey
GordianKey<GordianMacSpec> getKey()Obtain the key.- Returns:
- the key
-
getNonce
byte[] getNonce()Obtain the Nonce.- Returns:
- the nonce
-
randomNonce
boolean randomNonce()Is the nonce randomly generated?- Returns:
- true/false
-
getPersonal
byte[] getPersonal()Obtain the Personalisation.- Returns:
- the personalisation
-
getOutputLength
long getOutputLength()Obtain the Output length.- Returns:
- the outLength
-
getTreeLeafLen
int getTreeLeafLen()Obtain the treeLeafLength.- Returns:
- the leafLength
-
getTreeFanOut
short getTreeFanOut()Obtain the treeFanOut.- Returns:
- the fanOut
-
getTreeMaxDepth
short getTreeMaxDepth()Obtain the treeMaxDepth.- Returns:
- the maxDepth
-