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