The IPrivacyProtocol type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Decrypt |
Decrypt ScopedPdu BER encoded byte array.
| |
| Encrypt |
Encrypt ScopedPdu data BER encoded in a byte array.
| |
| ExtendShortKey | Extend short encryption key | |
| GetEncryptedLength |
Calculates and returns length of the buffer that is the result of the encryption method.
| |
| PasswordToKey |
Convert privacy password into encryption key using packet authentication hash.
|
Properties
| Name | Description | |
|---|---|---|
| CanExtendShortKey |
Returns true if derived class supports key extension, otherwise false.
| |
| MaximumKeyLength |
Get maximum acceptable encryption/decryption key length for the protocol.
| |
| MinimumKeyLength |
Get minimum acceptable encryption/decryption key length for the protocol.
| |
| Name |
Privacy protocol name
| |
| PrivacyParametersLength | SNMP version 3 packet privacy parameters field size |