Changed Methods |
short decryptData(byte[], short, short)
|
Changed from non-abstract to abstract.
|
Decrypts sensitive user data. |
short encryptData(byte[], short, short)
|
Documentation changed from old to new. Changed from non-abstract to abstract.
|
Encrypts sensitive user data. |
byte getSecurityLevel()
|
Changed from non-abstract to abstract.
|
Gets the Current Security Level. |
short processSecurity(APDU )
|
Changed from non-abstract to abstract.
|
Processes security related APDU commands, that is, APDU commands relating
to the underlying security protocol. |
void resetSecurity()
|
Changed from non-abstract to abstract.
|
Terminates the current Secure Channel Session. |
short unwrap(byte[], short, short)
|
Documentation changed from old to new. Changed from non-abstract to abstract.
|
Verifies and removes the security protection of an incoming APDU command
according to the Current Security Level. |
short wrap(byte[], short, short)
|
Changed from non-abstract to abstract.
|
Computes and adds security protection to an outgoing APDU response
according to the Current Security Level. |