public class MasterSecretCallback extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static char[] |
hexArray |
| Constructor and Description |
|---|
MasterSecretCallback() |
| Modifier and Type | Method and Description |
|---|---|
static String |
bytesToHex(byte[] bytes) |
static void |
onCalculateKeys(SSLSession sslSession,
Object randomCookie,
Key masterSecret) |
static void |
onMasterSecret(SSLSession sslSession,
Key masterSecret) |
static void |
setSecretsFileName(String secretsFileName) |
public static void setSecretsFileName(String secretsFileName)
public static void onMasterSecret(SSLSession sslSession, Key masterSecret)
public static void onCalculateKeys(SSLSession sslSession, Object randomCookie, Key masterSecret)
public static String bytesToHex(byte[] bytes)
Copyright © 2016. All rights reserved.