CipherFactoryBuilderpublic class JCECipherFactoryBuilder extends java.lang.Object implements CipherFactoryBuilder
| Constructor | Description |
|---|---|
JCECipherFactoryBuilder() |
| Modifier and Type | Method | Description |
|---|---|---|
CipherFactory |
createCipherFactory(boolean create,
java.util.Properties props,
boolean newAttrs) |
Create an instance of the cipher factory.
|
public CipherFactory createCipherFactory(boolean create, java.util.Properties props, boolean newAttrs) throws StandardException
createCipherFactory in interface CipherFactoryBuildercreate - 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
should using the new attributes specified by the user.StandardExceptionApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.