public class IntegrityNone extends IntegrityAlgorithm
Constructor and Description |
---|
IntegrityNone() |
Modifier and Type | Method and Description |
---|---|
byte[] |
generateAuthCode(byte[] base)
Creates AuthCode field for message.
|
byte |
getCode()
Returns the algorithm's ID.
|
initialize
public byte getCode()
IntegrityAlgorithm
getCode
in class IntegrityAlgorithm
public byte[] generateAuthCode(byte[] base)
IntegrityAlgorithm
generateAuthCode
in class IntegrityAlgorithm
base
- - data starting with the AuthType/Format field up to and
including the field that immediately precedes the AuthCode
fieldRakp1.calculateSik(com.veraxsystems.vxipmi.coding.commands.session.Rakp1ResponseData)