public interface Encryptor
Modifier and Type | Method and Description |
---|---|
void |
encrypt(byte[] passiveCheckBytes,
byte[] initVector,
String password)
Encrypt the passive check
|
void encrypt(byte[] passiveCheckBytes, byte[] initVector, String password)
passiveCheckBytes
- the passive check bytesinitVector
- the init vector as sent by NSCA addon upon connectionpassword
- the NSCA daemon passwordCopyright © Nov 2008–2017 JSend NSCA. All rights reserved.