Uses of Class
iaik.tc.tss.api.exceptions.tsp.TcTspException

Packages that use TcTspException
iaik.tc.tss.impl.java.tsp   
iaik.tc.tss.impl.java.tsp.internal   
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 TcTspException in iaik.tc.tss.impl.java.tsp
 

Methods in iaik.tc.tss.impl.java.tsp that throw TcTspException
 TcBlobData TcMigData.getAttribAuthorityData(long subFlag)
          This method is used to retrieve authority data.
 TcBlobData TcEncData.getAttribBlob(long subFlag)
          This method returns a reference to the data blob represented by this object.
 long TcRsaKey.getAttribKeyRegister(long subFlag)
          This method returns the register the key is registered in.
 TcBlobData TcMigData.getAttribMigAuthData(long subFlag)
          This method is used to retrieve authenticating data.
 TcBlobData TcMigData.getAttribMigrationBlob(long subFlag)
          This method is used to retrieve the migration xor blob.
 TcBlobData TcEncData.getAttribPcr(long subFlag)
          This method is used to retrieve PcrInfo information about sealed data.
 TcBlobData TcEncData.getAttribPcrLongBlob(long subFlag)
          This method is used to retrieve PcrInfoLong information about sealed data.
 long TcEncData.getAttribPcrLongUINT32(long subFlag)
          This method returns the locality at creation/release of the previously sealed data.
 long TcEncData.getAttribSeal(long subFlag)
          This method returns the current setting of the TcTssConstants.TSS_TSPATTRIB_ENCDATA_SEAL attribute which defines if the SealX command is used or not.
 TcBlobData TcMigData.getAttribTicketData(long subFlag)
          This method is used to retrieve ticket data.
static TcITpmKeyNew TcRsaKeyTemplates.getStorageKeyTemplate(long structVer)
           
 void TcMigData.setAttribAuthorityData(long subFlag, TcBlobData data)
          This method allows to set data belonging to the authority.
 void TcEncData.setAttribBlob(long subFlag, TcBlobData data)
          This method allows to set the blob to be bound or encrypted.
 void TcMigData.setAttribMigAuthData(long subFlag, TcBlobData data)
          This method allows to set authenticating data.
 void TcMigData.setAttribMigrationBlob(long subFlag, TcBlobData data)
          This method allows to set the public key blob.
 void TcMigData.setAttribMigrationTicket(long subFlag, TcBlobData data)
          This method allows to set the migration ticket data from the authorize migration key proceess.
 void TcEncData.setAttribSeal(long subFlag, long attrib)
          This method sets toggles the usage of the SealX command as specified for the TcTssConstants.TSS_TSPATTRIB_ENCDATA_SEAL attribute.
 void TcMigData.setAttribTicketData(long subFlag, TcBlobData data)
          This method allows to set data belonging to the migration ticket.
 

Uses of TcTspException in iaik.tc.tss.impl.java.tsp.internal
 

Methods in iaik.tc.tss.impl.java.tsp.internal that throw TcTspException
static Properties TcTspProperties.getInstance()
           
 

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

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding that throw TcTspException
 void TcITcsBinding.connect(java.lang.String hostname)
           
 

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

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.local that throw TcTspException
 void TcTcsBindingLocal.connect(java.lang.String hostname)
           
 

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

Methods in iaik.tc.tss.impl.java.tsp.tcsbinding.soapservice that throw TcTspException
 void TcTcsBindingSoap.connect(java.lang.String hostname)