|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranche.scripts.BreakApartUserZipFile
public class BreakApartUserZipFile
Takes a User Zip File (*.zip.encrypted) and the password for that file and creates a X509Certificate file (*.public.certificate) and a PrivateKey file (*.private.key) in the same directory.
| Constructor Summary | |
|---|---|
BreakApartUserZipFile()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Takes a User Zip File (*.zip.encrypted) and the password for that file and creates a X509Certificate file (*.public.certificate) and a PrivateKey file (*.private.key) in the same directory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BreakApartUserZipFile()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
Takes a User Zip File (*.zip.encrypted) and the password for that file and creates a X509Certificate file (*.public.certificate) and a PrivateKey file (*.private.key) in the same directory.
args - -uzf [path to user zip file] -pass [user zip file passphrase]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||