| Package | Description |
|---|---|
| com.threerings.presents.net |
| Modifier and Type | Method and Description |
|---|---|
static AuthRequest |
AESAuthRequest.createAuthRequest(Credentials creds,
String version,
String[] bootGroups,
boolean requireSecureAuth,
PublicKeyCredentials pkcreds,
SecureResponse resp)
Creates an auth request, secured if able, unsecured if not.
|
byte[] |
SecureResponse.createSecret(PublicKeyCredentials pkcred,
PrivateKey key,
int length)
Encodes the server secret in the response data, or sets the failed state.
|
byte[] |
SecureResponse.getCodeBytes(PublicKeyCredentials pkcreds)
Returns the code bytes or null for a failed state.
|
| Constructor and Description |
|---|
SecureRequest(PublicKeyCredentials creds,
String version)
Constructs a auth request with the supplied credentials and client version information.
|
Copyright © 2015. All rights reserved.