public class RsaPublicKeyEncryptor extends Object
| Constructor and Description |
|---|
RsaPublicKeyEncryptor() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
encrypt(byte[] password,
byte[] nonce,
String serverRsaPublicKey)
Encrypt the NULL-terminated password with the nonce and RSA public key provided by the server.
|
Copyright © 2020. All rights reserved.