Uses of Class
iaik.tc.tss.api.structs.tcs.TcTcsLoadkeyInfo

Packages that use TcTcsLoadkeyInfo
iaik.tc.tss.impl.java.tcs.soapservice   
iaik.tc.tss.impl.java.tcs.tcsi   
iaik.tc.tss.impl.java.tsp.tcsbinding   
iaik.tc.tss.impl.java.tsp.tcsbinding.local   
iaik.tc.tss.impl.java.tsp.tcsbinding.soapservice   
 

Uses of TcTcsLoadkeyInfo in iaik.tc.tss.impl.java.tcs.soapservice
 

Methods in iaik.tc.tss.impl.java.tcs.soapservice that return TcTcsLoadkeyInfo
static TcTcsLoadkeyInfo ConvertDataTypesServer.convertTcsLoadkeyInfo(TCSLOADKEYINFO in)
           
 

Methods in iaik.tc.tss.impl.java.tcs.soapservice with parameters of type TcTcsLoadkeyInfo
static TCSLOADKEYINFO ConvertDataTypesServer.convertTcsLoadkeyInfo(TcTcsLoadkeyInfo in)
           
 

Uses of TcTcsLoadkeyInfo in iaik.tc.tss.impl.java.tcs.tcsi
 

Methods in iaik.tc.tss.impl.java.tcs.tcsi with parameters of type TcTcsLoadkeyInfo
static long TcTcsi.TcsipLoadKeyByUuid(long hContext, TcTssUuid keyUuid, TcTcsLoadkeyInfo loadKeyInfo)
           
 

Uses of TcTcsLoadkeyInfo in iaik.tc.tss.impl.java.tsp.tcsbinding
 

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding with parameters of type TcTcsLoadkeyInfo
 long TcITcsBinding.TcsipLoadKeyByUuid(long hContext, TcTssUuid keyUuid, TcTcsLoadkeyInfo loadKeyInfo)
           
 

Uses of TcTcsLoadkeyInfo in iaik.tc.tss.impl.java.tsp.tcsbinding.local
 

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.local with parameters of type TcTcsLoadkeyInfo
 long TcTcsBindingLocal.TcsipLoadKeyByUuid(long hContext, TcTssUuid keyUuid, TcTcsLoadkeyInfo loadKeyInfo)
           
 

Uses of TcTcsLoadkeyInfo in iaik.tc.tss.impl.java.tsp.tcsbinding.soapservice
 

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.soapservice that return TcTcsLoadkeyInfo
static TcTcsLoadkeyInfo ConvertDataTypesClient.convertTcsLoadkeyInfo(TCSLOADKEYINFO in)
           
 

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.soapservice with parameters of type TcTcsLoadkeyInfo
static TCSLOADKEYINFO ConvertDataTypesClient.convertTcsLoadkeyInfo(TcTcsLoadkeyInfo in)
           
 long TcTcsBindingSoap.TcsipLoadKeyByUuid(long hContext, TcTssUuid keyUuid, TcTcsLoadkeyInfo loadKeyInfo)