public interface APDUWrapper
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
An indication of the type of wrapper.
|
ResponseAPDU |
unwrap(ResponseAPDU rapdu)
Unwraps the response APDU buffer.
|
CommandAPDU |
wrap(CommandAPDU capdu)
Wraps the command APDU buffer.
|
String getType()
CommandAPDU wrap(CommandAPDU capdu)
capdu - the command APDUResponseAPDU unwrap(ResponseAPDU rapdu)
rapdu - the response APDUCopyright © 2020. All rights reserved.