Class DepotKeyCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamapps.callback.DepotKeyCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class DepotKeyCallback extends CallbackMsg
This callback is received in response to callingSteamApps.getDepotDecryptionKey(int, int)
-
-
Constructor Summary
Constructors Constructor Description DepotKeyCallback(JobID jobID, in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver2.CMsgClientGetDepotDecryptionKeyResponse.Builder msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDepotID()byte[]getDepotKey()EResultgetResult()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Constructor Detail
-
DepotKeyCallback
public DepotKeyCallback(JobID jobID, in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver2.CMsgClientGetDepotDecryptionKeyResponse.Builder msg)
-
-
Method Detail
-
getResult
public EResult getResult()
- Returns:
- the result of requesting this encryption key.
-
getDepotID
public int getDepotID()
- Returns:
- the DepotID this encryption key is for.
-
getDepotKey
public byte[] getDepotKey()
- Returns:
- the encryption key for this depot.
-
-