Generated by
JDiff

Interface org.globalplatform.SecureChannel

Documentation changed from old to new.

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