Uses of Class
com.digt.trusted.crypto.GOSTSessionKey

Packages that use GOSTSessionKey
com.digt.trusted.crypto.agreement   
com.digt.trusted.crypto.engines   
 

Uses of GOSTSessionKey in com.digt.trusted.crypto.agreement
 

Methods in com.digt.trusted.crypto.agreement that return GOSTSessionKey
 GOSTSessionKey GOSTDHAgreement.importSessionKey(byte[] impkey)
           
 

Methods in com.digt.trusted.crypto.agreement with parameters of type GOSTSessionKey
 byte[] GOSTDHAgreement.exportSessionKey(GOSTSessionKey gsk)
           
 

Uses of GOSTSessionKey in com.digt.trusted.crypto.engines
 

Methods in com.digt.trusted.crypto.engines with parameters of type GOSTSessionKey
 void GOST28147Engine.init(boolean forEncryption, GOSTSessionKey seskey)