public interface CipherFactoryBuilder
Modifier and Type | Method and Description |
---|---|
CipherFactory |
createCipherFactory(boolean create,
java.util.Properties props,
boolean newAttrs)
Create an instance of the cipher factory.
|
CipherFactory createCipherFactory(boolean create, java.util.Properties props, boolean newAttrs) throws StandardException
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.StandardException
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.