public class CardProperties
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
cardCapability
Bit mask value defining the providers supported by the
card.
|
protected byte[] |
CCCUniqueID
String for the Card Capability Container ID.
|
| Constructor and Description |
|---|
CardProperties(int capability,
byte[] uniqueID) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCardCapability() |
byte[] |
getCCCUniqueID() |
void |
setCardCapability(int capability) |
void |
setCCCUniqueID(byte[] id) |
protected int cardCapability
protected byte[] CCCUniqueID
Copyright © 1998-2010 ActivIdentity (All rights reserved)