public static final class StepPlayerCertificates.PlayerCertificates extends java.lang.Object implements AbstractStep.StepResult<StepMCToken.MCToken>
| Constructor and Description |
|---|
PlayerCertificates(long expireTimeMs,
java.security.interfaces.RSAPublicKey publicKey,
java.security.interfaces.RSAPrivateKey privateKey,
byte[] publicKeySignature,
byte[] legacyPublicKeySignature,
StepMCToken.MCToken prevResult) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
long |
expireTimeMs() |
int |
hashCode() |
boolean |
isExpired() |
byte[] |
legacyPublicKeySignature() |
StepMCToken.MCToken |
prevResult() |
java.security.interfaces.RSAPrivateKey |
privateKey() |
java.security.interfaces.RSAPublicKey |
publicKey() |
byte[] |
publicKeySignature() |
com.google.gson.JsonObject |
toJson() |
java.lang.String |
toString() |
public PlayerCertificates(long expireTimeMs,
java.security.interfaces.RSAPublicKey publicKey,
java.security.interfaces.RSAPrivateKey privateKey,
byte[] publicKeySignature,
byte[] legacyPublicKeySignature,
StepMCToken.MCToken prevResult)
public com.google.gson.JsonObject toJson()
toJson in interface AbstractStep.StepResult<StepMCToken.MCToken>public boolean isExpired()
isExpired in interface AbstractStep.StepResult<StepMCToken.MCToken>public long expireTimeMs()
public java.security.interfaces.RSAPublicKey publicKey()
public java.security.interfaces.RSAPrivateKey privateKey()
public byte[] publicKeySignature()
public byte[] legacyPublicKeySignature()
public StepMCToken.MCToken prevResult()
prevResult in interface AbstractStep.StepResult<StepMCToken.MCToken>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object