Utility for compressing and uncompressing keyczar keys.
More...
|
void | unzip (File file, byte[] bytes) throws IOException |
| Unzips a byte array into a file structure.
|
|
byte[] | zip (File rootFolder) throws IOException |
| Zips a keyczar key folder into a byte array.
|
|
Utility for compressing and uncompressing keyczar keys.
- Author
- anders
◆ unzip()
void eu.baltrad.beast.security.keyczar.KeyCompressor.unzip |
( |
File | file, |
|
|
byte[] | bytes ) throws IOException |
|
inline |
Unzips a byte array into a file structure.
- Parameters
-
file | the root folder where the files should be extracted |
bytes | the byte array |
- Exceptions
-
◆ zip()
byte[] eu.baltrad.beast.security.keyczar.KeyCompressor.zip |
( |
File | rootFolder | ) |
throws IOException |
|
inline |
Zips a keyczar key folder into a byte array.
- Parameters
-
rootFolder | the keyczar folder |
- Returns
- the byte array
- Exceptions
-
The documentation for this class was generated from the following file:
- src/eu/baltrad/beast/security/keyczar/KeyCompressor.java