Package com.biglybt.core.crypto
Class ClientCryptoManager
- java.lang.Object
-
- com.biglybt.core.crypto.ClientCryptoManager
-
public class ClientCryptoManager extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private CryptoManager
crypt_man
private static ClientCryptoManager
singleton
-
Constructor Summary
Constructors Modifier Constructor Description protected
ClientCryptoManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getPlatformAZID()
static ClientCryptoManager
getSingleton()
-
-
-
Field Detail
-
singleton
private static ClientCryptoManager singleton
-
crypt_man
private CryptoManager crypt_man
-
-
Method Detail
-
getSingleton
public static ClientCryptoManager getSingleton()
-
getPlatformAZID
public byte[] getPlatformAZID()
-
-