|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.services.jce.JCECipherFactoryBuilder
public class JCECipherFactoryBuilder
Cipher Factory instance builder. New instances of the cipher factory are created based on the on the user specified encryption properties.
Constructor Summary | |
---|---|
JCECipherFactoryBuilder()
|
Method Summary | |
---|---|
CipherFactory |
createCipherFactory(boolean create,
java.util.Properties props,
boolean newAttrs)
Create an instance of the cipher factory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JCECipherFactoryBuilder()
Method Detail |
---|
public CipherFactory createCipherFactory(boolean create, java.util.Properties props, boolean newAttrs) throws StandardException
createCipherFactory
in interface CipherFactoryBuilder
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
should using the new attributes specified by the user.
StandardException
|
Built on Thu 2010-12-23 20:49:13+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |