com.pax.dal.pedkeyisolation
Interface IPedSlotAllocatorManager
-
Deprecated.
@Deprecated public interface IPedSlotAllocatorManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method and Description ISlotAllocatorgetAESSlotAllocator()Deprecated.获取AES索引分配器get AESSlotAllocatorISlotAllocatorgetRSASlotAllocator()Deprecated.获取RSA索引分配器get RSASlotAllocatorintgetSlotAllocatorLock()Deprecated.获取索引分配器锁get SlotAllocatorLockISlotAllocatorgetSM2SlotAllocator(int type)Deprecated.获取SM2索引分配器get SM2SlotAllocatorISlotAllocatorgetTIKSlotAllocator()Deprecated.获取TIK索引分配器get TIKSlotAllocatorISlotAllocatorgetTLKSlotAllocator()Deprecated.获取TLK索引分配器get TLKSlotAllocatorISlotAllocatorgetTMKSlotAllocator(int tmkType)Deprecated.获取TMK索引分配器get TMKSlotAllocatorISlotAllocatorgetTWKSlotAllocator(int twkType)Deprecated.获取TWK索引分配器get TWKSlotAllocatorintreleaseSlotAllocatorLock()Deprecated.释放索引分配器锁release SlotAllocatorLock
-
-
-
Method Detail
-
getSlotAllocatorLock
int getSlotAllocatorLock()
Deprecated.获取索引分配器锁get SlotAllocatorLock- Returns:
-
releaseSlotAllocatorLock
int releaseSlotAllocatorLock()
Deprecated.释放索引分配器锁release SlotAllocatorLock- Returns:
-
getTLKSlotAllocator
ISlotAllocator getTLKSlotAllocator()
Deprecated.获取TLK索引分配器get TLKSlotAllocator- Returns:
ISlotAllocator
-
getTIKSlotAllocator
ISlotAllocator getTIKSlotAllocator()
Deprecated.获取TIK索引分配器get TIKSlotAllocator- Returns:
ISlotAllocator
-
getTMKSlotAllocator
ISlotAllocator getTMKSlotAllocator(int tmkType)
Deprecated.获取TMK索引分配器get TMKSlotAllocator- Parameters:
tmkType-- 1:TMK
- 2:SM_TMK
- Returns:
ISlotAllocator
-
getTWKSlotAllocator
ISlotAllocator getTWKSlotAllocator(int twkType)
Deprecated.获取TWK索引分配器get TWKSlotAllocator- Parameters:
twkType-- 1:TPK
- 2:TAK
- 3:TDK
- 4:SM_TPK
- 5:SM_TAK
- 6:SM_TDK
- Returns:
ISlotAllocator
-
getRSASlotAllocator
ISlotAllocator getRSASlotAllocator()
Deprecated.获取RSA索引分配器get RSASlotAllocator- Returns:
ISlotAllocator
-
getAESSlotAllocator
ISlotAllocator getAESSlotAllocator()
Deprecated.获取AES索引分配器get AESSlotAllocator- Returns:
ISlotAllocator
-
getSM2SlotAllocator
ISlotAllocator getSM2SlotAllocator(int type)
Deprecated.获取SM2索引分配器get SM2SlotAllocator- Parameters:
type-- 1:SM2PublicKey
- 2:SM2PrivateKey
- Returns:
ISlotAllocator
-
-