public class NetworkKey
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static |
CREATOR
For Parcelable
|
| Constructor and Description |
|---|
NetworkKey(byte[] networkKey)
Constructs a Network Key from the given long network key byte array.
|
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object obj) |
byte[] |
getRawNetworkKey()
Gets the raw byte array of the network key.
|
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public NetworkKey(byte[] networkKey)
networkKey - The byte array containing the private network key.public byte[] getRawNetworkKey()
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.Objectpublic int describeContents()
public void writeToParcel(Parcel dest,
int flags)
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.