public class SecurityKey
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static SecurityKey |
EMPTY_KEY |
| Constructor and Description |
|---|
SecurityKey(DataStructure outgoingDiscoveryInfos,
CredentialInfo localCredentialInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
CredentialInfo |
getLocalCredentialInfo() |
DataStructure |
getOutgoingDiscoveryInfos() |
int |
hashCode() |
java.lang.String |
toString() |
public static final SecurityKey EMPTY_KEY
public SecurityKey(DataStructure outgoingDiscoveryInfos, CredentialInfo localCredentialInfo)
public DataStructure getOutgoingDiscoveryInfos()
public CredentialInfo getLocalCredentialInfo()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object