|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.PingOO.DLAI.PPM.codec.FromServerCodec
This class use the client's public key to decrypt messages from the server.
| Constructor Summary | |
private |
FromServerCodec()
Hides the constructor from the outside. |
| Method Summary | |
static byte[] |
decode(byte[] data)
Decrypts a byte array using the default method. |
static java.lang.String |
getPublicKey()
Return the public key used to decode messages that were sent from the server. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
private FromServerCodec()
| Method Detail |
public static final java.lang.String getPublicKey()
public static byte[] decode(byte[] data)
throws java.lang.NullPointerException
message - The data array to be decoded.null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||