com.pax.dal.pedkeyisolation
Interface IPedKeyIsolation
-
- All Superinterfaces:
- IPed
Deprecated.This class is deprecated. It is recommended to useIPedKeyIsolationManagerinstead.
@Deprecated public interface IPedKeyIsolation extends IPed
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.pax.dal.IPed
IPed.IPedInputPinListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method and Description voidchangeRSAKeyOwner(int keyIndex, java.lang.String packageName)Deprecated.更改RSA密钥的所有者。Change the RSA key owner.voidchangeTDKOwner(int keyIndex, java.lang.String packageName)Deprecated.更改TDK密钥的所有者。Change the TDK key owner.java.util.List<AllocatedKeyInfo>getAllocatedKeys(EPedKeySort keySort)Deprecated.获取已分配密钥的信息get allocated key information-
Methods inherited from interface com.pax.dal.IPed
calcAes, calcAesDUKPTData, calcDes, calcDes, calcDesData, calcDesfireAuth, calcDUKPTData, calcDUKPTDes, calcHMAC, calcStackUKPT, cancelInput, cancelInputMute, challengeWICKey, clearScreen, customInputKey, deriveKeyBySecureData, desDukptDataCalc, encSensData, erase, eraseKey, eraseKeyEx, evolveStackUKPT, genCSR, genRSAKey, genSM2KeyPair, getAesDUKPTKsn, getAesDUKPTMac, getAesDUKPTPin, getDUKPTKsn, getDUKPTMac, getDUKPTMac, getDUKPTPin, getDUKPTPin, getInfoStackUKPT, getKCV, getKeyBoardType, getMac, getMacAes, getMacSM, getMacStackUKPT, getPinBlock, getPinBlock, getPinBlock, getPinBlock, getPinBlockSM4, getPinBlockStackUKPT, getSN, getVersion, idKeyCalc, incAesDUKPTKsn, incDUKPTKsn, inputPin, inputStr, keyCalcMac, m1AuthorityDiversified, paxCARecover, pinEndGetAesDukptPin, pinEndGetDukptPin, pinEndGetPinBlock, pinEndVerifyCipherPin, pinEndVerifyPlainPin, queryKeyInfo, readKeyInfo, readPaxCA, readRkiInfo, readRSAKey, RSARecover, setAmount, setDoubleTapKeyboardLanguage, setExMode, setFunctionKey, setFunctionKey, setInputPinListener, setIntervalTime, setKeyboard, setKeyBoardLayout, setKeyBoardLayout, setKeyboardLayoutLandscape, setKeyboardRandom, setKeyBoardType, setOfflinePinMode, setPinBeep, setPinMute, setPinVolume, setPort, showInputBox, showStr, SM2Recover, SM2Sign, SM2Verify, SM3, SM4, tr34Bind, tr34DevInit, tr34GetCTKRD, tr34GetRTKRD, tr34InjectKey, tr34Parse, tr34Rebind, tr34Unbind, tr34WriteKey, verifyCipherPin, verifyCipherPin, verifyPlainPin, verifyPlainPin, writeAesDUKPTTIK, writeAesKey, writeAesKey, writeCipherKey, writeKey, writeKeyEx, writeKeyVar, writeRSAKey, writeSaltKey, writeSaltKey, writeSM2CipherKey, writeSM2Key, writeStackUKPTKey, writeTIK, writeTIK, writeTR31Key
-
-
-
-
Method Detail
-
getAllocatedKeys
java.util.List<AllocatedKeyInfo> getAllocatedKeys(EPedKeySort keySort)
Deprecated.获取已分配密钥的信息get allocated key information- Parameters:
keySort-EPedKeySort- Returns:
-
changeRSAKeyOwner
void changeRSAKeyOwner(int keyIndex, java.lang.String packageName) throws PedDevException
Deprecated.更改RSA密钥的所有者。Change the RSA key owner.- Parameters:
keyIndex-密钥索引。The key indexes.packageName-应用包名。The package name.- Throws:
PedDevException- Since:
- V3.10.00
-
changeTDKOwner
void changeTDKOwner(int keyIndex, java.lang.String packageName) throws PedDevException
Deprecated.更改TDK密钥的所有者。Change the TDK key owner.- Parameters:
keyIndex-密钥索引。The key indexes.packageName-应用包名。The package name.- Throws:
PedDevException- Since:
- V3.10.00
-
-