Uses of Interface
com.healthmarketscience.jackcess.crypt.PasswordCallback
-
Packages that use PasswordCallback Package Description com.healthmarketscience.jackcess.crypt -
-
Uses of PasswordCallback in com.healthmarketscience.jackcess.crypt
Classes in com.healthmarketscience.jackcess.crypt that implement PasswordCallback Modifier and Type Class Description classCryptCodecProviderImplementation of CodecProvider with support for some forms of Microsoft Access and Microsoft Money file encryption.Methods in com.healthmarketscience.jackcess.crypt that return PasswordCallback Modifier and Type Method Description PasswordCallbackCryptCodecProvider. getPasswordCallback()Methods in com.healthmarketscience.jackcess.crypt with parameters of type PasswordCallback Modifier and Type Method Description CryptCodecProviderCryptCodecProvider. setPasswordCallback(PasswordCallback newCallback)Constructors in com.healthmarketscience.jackcess.crypt with parameters of type PasswordCallback Constructor Description CryptCodecProvider(PasswordCallback callback)
-