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