com.healthmarketscience.jackcess
Class CryptCodecUtil

java.lang.Object
  extended by com.healthmarketscience.jackcess.CryptCodecUtil

public class CryptCodecUtil
extends Object

Utility class for configuring the CryptCodecProvider on the given DatabaseBuilder.

Author:
James Ahlborn

Method Summary
static com.healthmarketscience.jackcess.DatabaseBuilder setProvider(com.healthmarketscience.jackcess.DatabaseBuilder db)
          Configures a new CryptCodecProvider on the given DatabaseBuilder.
static com.healthmarketscience.jackcess.DatabaseBuilder setProvider(com.healthmarketscience.jackcess.DatabaseBuilder db, String pwd)
          Configures a new CryptCodecProvider with the given password on the given DatabaseBuilder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setProvider

public static com.healthmarketscience.jackcess.DatabaseBuilder setProvider(com.healthmarketscience.jackcess.DatabaseBuilder db)
Configures a new CryptCodecProvider on the given DatabaseBuilder.


setProvider

public static com.healthmarketscience.jackcess.DatabaseBuilder setProvider(com.healthmarketscience.jackcess.DatabaseBuilder db,
                                                                           String pwd)
Configures a new CryptCodecProvider with the given password on the given DatabaseBuilder.



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