public class ApplicationExtension
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
BLOCK_SIZE |
static byte |
EXTENSION_INTRODUCER |
static byte |
EXTENSION_LABEL |
| Constructor and Description |
|---|
ApplicationExtension(byte[] applicationId,
byte[] authenticationCode,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getApplicationId() |
byte[] |
getAuthenticationCode() |
byte[] |
getData() |
void |
write(java.io.OutputStream os) |
public static final byte EXTENSION_INTRODUCER
public static final byte EXTENSION_LABEL
public static final byte BLOCK_SIZE