Holger's
Java API

Uses of Class
com.antelmann.util.CipherKey

Packages that use CipherKey
com.antelmann.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
 

Uses of CipherKey in com.antelmann.sql
 

Methods in com.antelmann.sql that return CipherKey
 CipherKey Connector.getCipherKey()
           
 

Methods in com.antelmann.sql with parameters of type CipherKey
 Connection Connector.getConnectionFromProperties(String prefix, Properties props, CipherKey key)
          this methods looks for the following property keys in the given properties from which it creates the connection (the given prefix will be prepended): db.odbc - if given, a simple ODBC connection will be returned db.driver.class - if given (along with a url), the given class is dynamically loaded and used with the url (see below) db.driver.class.init - if true, a given driver class would be initialized while loading db.driver.url - if given (along with a class) this url is used to create the connection db.type - specifies the database type; corresponds to the Connector.DBType db.server db.port db.name db.user db.password db.ssl - specifies whether SSL is to be used
 void Connector.setCipherKey(CipherKey cipherKey)
           
 

Uses of CipherKey in com.antelmann.util.gui
 

Methods in com.antelmann.util.gui with parameters of type CipherKey
 void JCipher.setCipher(CipherKey key)
           
 

Constructors in com.antelmann.util.gui with parameters of type CipherKey
JCipher(CipherKey cipherKey)
           
 



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