public static final class StepXblDeviceToken.XblDeviceToken extends AbstractStep.FirstStepResult
| Constructor and Description |
|---|
XblDeviceToken(java.security.interfaces.ECPublicKey publicKey,
java.security.interfaces.ECPrivateKey privateKey,
java.util.UUID id,
long expireTimeMs,
java.lang.String token,
java.lang.String deviceId) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDeviceId() |
long |
getExpireTimeMs() |
java.util.UUID |
getId() |
java.security.interfaces.ECPrivateKey |
getPrivateKey() |
java.security.interfaces.ECPublicKey |
getPublicKey() |
java.lang.String |
getToken() |
int |
hashCode() |
boolean |
isExpired() |
java.lang.String |
toString() |
prevResultpublic XblDeviceToken(java.security.interfaces.ECPublicKey publicKey,
java.security.interfaces.ECPrivateKey privateKey,
java.util.UUID id,
long expireTimeMs,
java.lang.String token,
java.lang.String deviceId)
public boolean isExpired()
isExpired in class AbstractStep.StepResult<AbstractStep.StepResult<?>>public java.security.interfaces.ECPublicKey getPublicKey()
public java.security.interfaces.ECPrivateKey getPrivateKey()
public java.util.UUID getId()
public long getExpireTimeMs()
public java.lang.String getToken()
public java.lang.String getDeviceId()
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