| Package | Description |
|---|---|
| com.googlecode.jsendnsca | |
| com.googlecode.jsendnsca.builders | |
| com.googlecode.jsendnsca.encryption |
| Modifier and Type | Method and Description |
|---|---|
Encryptor |
NagiosSettings.getEncryptor()
The
Encryptor used to encrypt the passive check |
| Modifier and Type | Method and Description |
|---|---|
void |
NagiosSettings.setEncryptor(Encryptor encryptor)
The
Encryptor to use to encrypt the passive check |
| Modifier and Type | Method and Description |
|---|---|
NagiosSettingsBuilder |
NagiosSettingsBuilder.withEncryptor(Encryptor encryptor)
The next
NagiosSettings created will use the specified
Encryptor |
| Modifier and Type | Class and Description |
|---|---|
class |
AESEncryptor |
class |
BlowfishEncryptor
A Blowfish based
Encryptor implementation. |
class |
TripleDESEncryptor
Triple DES encryption
|
class |
XorEncryptor
XOR "Encryption"
|
| Modifier and Type | Method and Description |
|---|---|
Encryptor |
Encryption.getEncryptor() |
Copyright © Nov 2008–2021 JSend NSCA. All rights reserved.