public abstract class SecureMessagingWrapper extends Object implements net.sf.scuba.smartcards.APDUWrapper
Constructor and Description |
---|
SecureMessagingWrapper() |
Modifier and Type | Method and Description |
---|---|
abstract SecretKey |
getEncryptionKey()
Gets the shared key for encrypting APDU payloads.
|
abstract SecretKey |
getMACKey()
Get the shared key for computing message authentication codes over APDU payloads.
|
abstract long |
getSendSequenceCounter()
Gets the send sequence counter.
|
public abstract long getSendSequenceCounter()
public abstract SecretKey getEncryptionKey()
public abstract SecretKey getMACKey()
Copyright © 2016. All rights reserved.