Cipherpack v1.2.0-dirty
A Cryprographic Stream Processor
VersionInfo.java
Go to the documentation of this file.
1package test.org.cipherpack;
2
3import java.io.IOException;
4
5import org.cipherpack.CPFactory;
6
7public class VersionInfo {
8 public static void main(final String args[]) throws IOException {
9 CPFactory.main(args);
10 }
11
12}
Cipherpack Factory, called by automatically to load the native library.
Definition: CPFactory.java:47
static void main(final String args[])
Definition: CPFactory.java:328
static void main(final String args[])
Definition: VersionInfo.java:8