Interface CipherFactoryBuilder

    • 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