Uses of Class
i3mclient.communication.PublicKey

Packages that use PublicKey
i3mclient.communication   
 

Uses of PublicKey in i3mclient.communication
 

Methods in i3mclient.communication that return PublicKey
 PublicKey I3MSoapStub.getPublicKey()
           
 PublicKey I3MSoap.getPublicKey()
           
 PublicKey Communication.getPublicKey()
          Get the current sessionID and public key from I3M-server.
 

Methods in i3mclient.communication with parameters of type PublicKey
 void SMGetPublicKeyListener.publicKeyReceived(PublicKey publicKey)
          Called if getPublicKey was successfull.