org.apache.derby.iapi.services.crypto
Interface CipherFactoryBuilder

All Known Implementing Classes:
JCECipherFactoryBuilder

public interface CipherFactoryBuilder


Method Summary
 CipherFactory createCipherFactory(boolean create, java.util.Properties props, boolean newAttrs)
          Create an instance of the cipher factory.
 

Method Detail

createCipherFactory

CipherFactory createCipherFactory(boolean create,
                                  java.util.Properties props,
                                  boolean newAttrs)
                                  throws StandardException
Create an instance of the cipher factory.

Parameters:
create - true, if the database is getting configured for encryption.
props - encryption properties/attributes to use for creating the cipher factory.
newAttrs - true, if cipher factory has to be created using the new attributes specified by the user.
Throws:
StandardException

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.