Package | Description |
---|---|
com.veraxsystems.vxipmi.coding.commands.session |
Session management relsted commands.
|
com.veraxsystems.vxipmi.sm.events |
The
StateMachine events. |
com.veraxsystems.vxipmi.sm.states |
The
StateMachine states. |
Modifier and Type | Method and Description |
---|---|
byte[] |
Rakp1.calculateSik(Rakp1ResponseData responseData)
Calculates SIK (Session Integrity Key) based on RAKP Messages 1 and 2
|
Constructor and Description |
---|
Rakp3(byte statusCode,
int managedSystemSessionId,
CipherSuite cipherSuite,
Rakp1 rakp1,
Rakp1ResponseData rakp1ResponseData)
Initiates class for encoding and decoding.
|
Rakp3(CipherSuite cipherSuite,
Rakp1 rakp1,
Rakp1ResponseData rakp1ResponseData)
Initiates class for decoding.
|
Modifier and Type | Method and Description |
---|---|
Rakp1ResponseData |
Rakp2Ack.getRakp1ResponseData() |
Constructor and Description |
---|
Rakp2Ack(CipherSuite cipherSuite,
int sequenceNumber,
byte statusCode,
int managedSystemSessionId,
Rakp1ResponseData rakp1ResponseData)
Prepares
Rakp2Ack . |
Constructor and Description |
---|
Rakp3Waiting(int tag,
Rakp1 rakp1,
Rakp1ResponseData rakp1ResponseData,
CipherSuite cipherSuite)
Initiates state.
|