Holger's
Java API

Uses of Interface
com.antelmann.util.SynchronousKey

Packages that use SynchronousKey
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
com.antelmann.util This package contains generally useful classes that are used throughout the other packages in this framework. 
 

Uses of SynchronousKey in com.antelmann.net
 

Methods in com.antelmann.net that return SynchronousKey
 SynchronousKey SecureConnection.getKey()
           
 

Methods in com.antelmann.net with parameters of type SynchronousKey
 void JMessenger.setEncryptionKey(SynchronousKey key)
          sets the encryption key to be used if encryption is enabled
 void JChat.setEncryptionKey(SynchronousKey key)
          sets the encryption key to be used if encryption is enabled
 void SecureConnection.setKey(SynchronousKey key)
           
 

Constructors in com.antelmann.net with parameters of type SynchronousKey
SecureConnection(NetConnection con, SynchronousKey key)
           
 

Uses of SynchronousKey in com.antelmann.util
 

Classes in com.antelmann.util that implement SynchronousKey
 class CipherKey
          CipherKey provides a very easy-to-use, yet effective encryption mechanism.
 class SimpleKey
          A very simple encryption algorithm for demonstration purposes only.
 

Methods in com.antelmann.util with parameters of type SynchronousKey
 Object Encoded.decode(SynchronousKey key)
          decodes the embedded encrypted object given the right key
 

Constructors in com.antelmann.util with parameters of type SynchronousKey
Encoded(Object sourceObject, SynchronousKey key)
          stores the encryped bytes of the given objects (using the key) and the signature of the given key (not the key itself)
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads