Package in.dragonbra.javasteam.util
Class KeyDictionary
- java.lang.Object
-
- in.dragonbra.javasteam.util.KeyDictionary
-
public class KeyDictionary extends java.lang.ObjectContains the public keys that Steam uses for each of theEUniverse
-
-
Constructor Summary
Constructors Constructor Description KeyDictionary()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]getPublicKey(EUniverse universe)Gets the public key for the given universe.
-
-
-
Method Detail
-
getPublicKey
public static byte[] getPublicKey(EUniverse universe)
Gets the public key for the given universe.- Parameters:
universe- The universe.- Returns:
- The public key.
-
-