diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-04-16 19:21:14 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-04-16 19:21:14 +0200 |
commit | 3e4d8f433239c40311037616b1b8833a06651ae0 (patch) | |
tree | 98ab7fce0d011d34677b0beb762d389cb5c39199 /src/de/blinkt/openvpn/VpnProfile.java |
Initial import
Diffstat (limited to 'src/de/blinkt/openvpn/VpnProfile.java')
-rw-r--r-- | src/de/blinkt/openvpn/VpnProfile.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/de/blinkt/openvpn/VpnProfile.java b/src/de/blinkt/openvpn/VpnProfile.java new file mode 100644 index 00000000..d01b1104 --- /dev/null +++ b/src/de/blinkt/openvpn/VpnProfile.java @@ -0,0 +1,8 @@ +package de.blinkt.openvpn; + +public class VpnProfile { + static final int TYPE_CERTIFICATES=0; + static final int TYPE_PKCS12=1; + static final int COMMON_SECRET=3; + static final int TYPE_KEYSTORE=2; +} |