JCECipherFactoryBuilder
public interface CipherFactoryBuilder
Modifier and Type | Method | 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.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.