Package com.tinkerforge
Class BrickMaster.WifiEncryption
- java.lang.Object
-
- com.tinkerforge.BrickMaster.WifiEncryption
-
- Enclosing class:
- BrickMaster
public class BrickMaster.WifiEncryption extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
caCertificateLength
int
clientCertificateLength
short
eapOptions
short
encryption
java.lang.String
key
short
keyIndex
int
privateKeyLength
-
Constructor Summary
Constructors Constructor Description WifiEncryption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
encryption
public short encryption
-
key
public java.lang.String key
-
keyIndex
public short keyIndex
-
eapOptions
public short eapOptions
-
caCertificateLength
public int caCertificateLength
-
clientCertificateLength
public int clientCertificateLength
-
privateKeyLength
public int privateKeyLength
-
-