public static final class StepPlayerCertificates.PlayerCertificates extends 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 mcToken) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
long |
getExpireTimeMs() |
byte[] |
getLegacyPublicKeySignature() |
StepMCToken.MCToken |
getMcToken() |
java.security.interfaces.RSAPrivateKey |
getPrivateKey() |
java.security.interfaces.RSAPublicKey |
getPublicKey() |
byte[] |
getPublicKeySignature() |
int |
hashCode() |
boolean |
isExpired() |
protected StepMCToken.MCToken |
prevResult() |
java.lang.String |
toString() |
public PlayerCertificates(long expireTimeMs,
java.security.interfaces.RSAPublicKey publicKey,
java.security.interfaces.RSAPrivateKey privateKey,
byte[] publicKeySignature,
byte[] legacyPublicKeySignature,
StepMCToken.MCToken mcToken)
protected StepMCToken.MCToken prevResult()
prevResult in class AbstractStep.StepResult<StepMCToken.MCToken>public boolean isExpired()
isExpired in class AbstractStep.StepResult<StepMCToken.MCToken>public long getExpireTimeMs()
public java.security.interfaces.RSAPublicKey getPublicKey()
public java.security.interfaces.RSAPrivateKey getPrivateKey()
public byte[] getPublicKeySignature()
public byte[] getLegacyPublicKeySignature()
public StepMCToken.MCToken getMcToken()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object