Uses of Interface
com.healthmarketscience.jackcess.PasswordCallback

Packages that use PasswordCallback
com.healthmarketscience.jackcess   
com.healthmarketscience.jackcess.impl   
 

Uses of PasswordCallback in com.healthmarketscience.jackcess
 

Classes in com.healthmarketscience.jackcess that implement PasswordCallback
 class CryptCodecProvider
          Implementation of CodecProvider with support for some forms of Microsoft Access and Microsoft Money file encryption.
 

Methods in com.healthmarketscience.jackcess that return PasswordCallback
 PasswordCallback CryptCodecProvider.getPasswordCallback()
           
 

Methods in com.healthmarketscience.jackcess with parameters of type PasswordCallback
 CryptCodecProvider CryptCodecProvider.setPasswordCallback(PasswordCallback newCallback)
           
 

Constructors in com.healthmarketscience.jackcess with parameters of type PasswordCallback
CryptCodecProvider(PasswordCallback callback)
           
 

Uses of PasswordCallback in com.healthmarketscience.jackcess.impl
 

Methods in com.healthmarketscience.jackcess.impl with parameters of type PasswordCallback
static CodecHandler MSISAMCryptCodecHandler.create(PasswordCallback callback, PageChannel channel, Charset charset)
           
static CodecHandler OfficeCryptCodecHandler.create(PasswordCallback callback, PageChannel channel, Charset charset)
           
 



Copyright © 2010-2015 Health Market Science. All Rights Reserved.