org.apache.derby.iapi.services.crypto
Interface CipherFactoryBuilder
- All Known Implementing Classes:
- JCECipherFactoryBuilder
public interface CipherFactoryBuilder
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
Apache Derby V10.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.