Modifier and Type | Field and Description |
---|---|
static CardType |
CardType.ACS |
static CardType |
CardType.AEPKEYPER |
static CardType |
CardType.AKIS |
static CardType |
CardType.AKIS_KK |
static CardType |
CardType.ALADDIN |
static CardType |
CardType.ATIKHSM |
static CardType |
CardType.ATIKKG |
static CardType |
CardType.CARDOS |
static CardType |
CardType.DATAKEY |
static CardType |
CardType.DIRAKHSM |
static CardType |
CardType.GEMALTO |
static CardType |
CardType.GEMPLUS |
static CardType |
CardType.KEYCORP |
protected CardType |
SmartCard.mCardType |
static CardType |
CardType.NCIPHER |
static CardType |
CardType.NETID |
static CardType |
CardType.OPENDNSSOFTHSM |
static CardType |
CardType.PROCENNEHSM |
static CardType |
CardType.SAFENET |
static CardType |
CardType.SAFESIGN |
static CardType |
CardType.SEFIROT |
static CardType |
CardType.TKART |
static CardType |
CardType.UNKNOWN |
static CardType |
CardType.UTIMACO |
static CardType |
CardType.UTIMACO_R2 |
Modifier and Type | Field and Description |
---|---|
protected static java.util.Map<java.lang.String,CardType> |
CardType.cards |
Modifier and Type | Method and Description |
---|---|
protected static CardType |
SmartCard.findCardType(java.lang.String aATRHex,
Application aApp)
Find and return card type from ATR
|
CardType |
SmartOp.getCardType() |
CardType |
SmartCard.getCardType()
Return card type
|
CardType |
ISmartCard.getCardType() |
static CardType |
CardType.getCardType(java.lang.String aLibName)
Returns card type which recognized from lib name
|
static CardType |
CardType.getCardTypeFromATR(java.lang.String aATRHex,
Application aApp)
Returns card type which recognized from atr value and application
|
static CardType |
CardType.getCardTypeFromName(java.lang.String aCardName)
Returns card type which recognized from lib name
|
static CardType[] |
CardType.getCardTypes()
Returns all card types
|
CardType |
SmartCard.getKartTipi()
Return card type
|
CardType |
ISmartCard.getKartTipi() |
Modifier and Type | Method and Description |
---|---|
static tr.gov.tubitak.uekae.esya.api.common.util.bag.Pair<java.lang.Long,CardType> |
SmartOp.findCardTypeAndSlot()
Finds card type and slot number.
|
static tr.gov.tubitak.uekae.esya.api.common.util.bag.Pair<java.lang.Long,CardType> |
SmartOp.findCardTypeAndSlot(Application aApp) |
static java.util.List<tr.gov.tubitak.uekae.esya.api.common.util.bag.Pair<java.lang.Long,CardType>> |
SmartOp.findCardTypesAndSlots()
returns all connected card's slot numbers and card types of slots.
|
static java.util.List<tr.gov.tubitak.uekae.esya.api.common.util.bag.Pair<java.lang.Long,CardType>> |
SmartOp.findCardTypesAndSlots(Application aApp) |
static tr.gov.tubitak.uekae.esya.api.common.util.bag.Pair<java.lang.Long,CardType> |
SmartOp.getSlotAndCardType(java.lang.String terminal)
Finds slot number and card type given terminal name
|
static tr.gov.tubitak.uekae.esya.api.common.util.bag.Pair<java.lang.Long,CardType> |
SmartOp.getSlotAndCardType(java.lang.String terminal,
Application aApp) |
Modifier and Type | Method and Description |
---|---|
static long |
SmartOp.findSlotNumber(CardType aCardType)
CardType verilen kartin takili oldugu slot numarasini bulur.Verilen kart tipinden birden fazla
kart takili ise kullaniciya secim yaptirilir.
|
static long |
SmartOp.findSlotNumber(CardType aCardType,
java.lang.String message) |
void |
SmartOp.initialize(long aSlotID,
CardType aCardType,
java.lang.String aPassword) |
Constructor and Description |
---|
P11SmartCard(CardType aCardType)
Create smart card with a card type
|
SmartCard(CardType aCardType)
Create smart card with a card type
|
SmartCard(CardType aCardType,
Application aApplication)
Create smart card with a card type and application
|
SmartOp(long aSlotID,
CardType aCardType,
java.lang.String aPassword)
Create SmartOp with slotId,card type and password
|
Constructor and Description |
---|
AkisOps(CardType aCardType) |
PKCS11Ops(CardType aKartTip) |
Modifier and Type | Field and Description |
---|---|
protected CardType |
CardTemplate.cardType |
Modifier and Type | Method and Description |
---|---|
CardType |
ICardTemplate.getCardType() |
CardType |
CardTemplate.getCardType() |
Constructor and Description |
---|
AkisTemplate(CardType aCardType)
Create Akis template
|
CardTemplate(CardType aCardType) |
DefaultCardTemplate(CardType aCardType) |
Constructor and Description |
---|
HSMPool(CardType cardType,
int slotNo,
java.lang.String pin) |
HSMPool(CardType cardType,
int slotNo,
java.lang.String pin,
int initialCapacity,
int maxCapacity,
int timeoutInSeconds) |
SCCipherWithKeyLabel(CardType aKartTipi,
java.lang.String aParola,
java.lang.String aAnahtarAdi,
long aSlot) |
SCCipherWithKeyLabel(CardType aKartTipi,
java.lang.String aParola,
java.lang.String aAnahtarAdi,
long aSlot,
java.lang.String aAlgorithm,
java.security.spec.AlgorithmParameterSpec aParams) |
SmartCardRandom(CardType aCardType,
long slotNo) |
SmartCardRandom(CardType aCardType,
long slotNo,
int bufferSize) |
SmartCardRandom(CardType aCardType,
long slotNo,
int bufferSize,
java.lang.String PIN) |
SmartCardSeed(CardType aCardType,
long aSlotNo) |
Copyright © 2025. All rights reserved.