| java.lang.Object org.apache.derby.impl.services.jce.JCECipherFactoryBuilder
JCECipherFactoryBuilder | public class JCECipherFactoryBuilder implements CipherFactoryBuilder(Code) | | Cipher Factory instance builder. New instances of the cipher
factory are created based on the on the user specified
encryption properties.
|
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 should using the new attributes specified by the user. |
JCECipherFactoryBuilder | public JCECipherFactoryBuilder()(Code) | | |
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 should using the new attributes specified by the user. |
|
|