|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object base.jdbs.cryptography.Key
public abstract class Key
Constructor Summary | |
---|---|
Key(java.lang.Object value)
|
Method Summary | |
---|---|
java.lang.Object |
getValue()
|
abstract void |
retrieve(java.io.File file)
This method offers the facility to retrieve the keys'content from the file system. |
void |
setValue(java.lang.String value)
|
abstract void |
store(java.io.File file)
This method offers the facility to store the keys'content in the file system. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Key(java.lang.Object value)
value
- The value associated to the key.Method Detail |
---|
public java.lang.Object getValue()
public void setValue(java.lang.String value)
value
- The value to set.public abstract void store(java.io.File file)
file
- The file where the keys'content must be stored.public abstract void retrieve(java.io.File file)
file
- The file from wich the keys'content must be retrieved.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |