Interface CipherFactoryBuilder

All Known Implementing Classes:
JCECipherFactoryBuilder

public interface CipherFactoryBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    createCipherFactory(boolean create, Properties props, boolean newAttrs)
    Create an instance of the cipher factory.
  • Method Details

    • createCipherFactory

      CipherFactory createCipherFactory(boolean create, 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