Class KeyDictionary


  • public class KeyDictionary
    extends java.lang.Object
    Contains the public keys that Steam uses for each of the EUniverse
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyDictionary

        public KeyDictionary()
    • 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.