Interface CipherFactoryBuilder
-
- All Known Implementing Classes:
JCECipherFactoryBuilder
public interface CipherFactoryBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-