| org.apache.derby.iapi.services.crypto.CipherFactoryBuilder
All known Subclasses: org.apache.derby.impl.services.jce.JCECipherFactoryBuilder,
CipherFactoryBuilder | public interface CipherFactoryBuilder (Code) | | |
Method Summary | |
public CipherFactory | createCipherFactory(boolean create, Properties props, boolean newAttrs) Create an instance of the cipher factory.
Parameters: create - true, if the database is getting configured for encryption. Parameters: props - encryption properties/attributes to usefor creating the cipher factory. Parameters: newAttrs - true, if cipher factory has to be created using the new attributes specified by the user. |
createCipherFactory | public CipherFactory createCipherFactory(boolean create, Properties props, boolean newAttrs) throws StandardException(Code) | | Create an instance of the cipher factory.
Parameters: create - true, if the database is getting configured for encryption. Parameters: props - encryption properties/attributes to usefor creating the cipher factory. Parameters: newAttrs - true, if cipher factory has to be created using the new attributes specified by the user. |
|
|