SourceForge.net Logo

Uses of Interface
org.netsnmp.NetSNMPSession.serialEncryption

Packages that use NetSNMPSession.serialEncryption
org.netsnmp   
 

Uses of NetSNMPSession.serialEncryption in org.netsnmp
 

Methods in org.netsnmp that return NetSNMPSession.serialEncryption
static NetSNMPSession.serialEncryption NetSNMPSession.setDefaultEncryptor(NetSNMPSession.serialEncryption cryptor)
          Set a new default encryptor
 

Methods in org.netsnmp with parameters of type NetSNMPSession.serialEncryption
 void NetSNMPSyncSession.setSerialEncryptor(NetSNMPSession.serialEncryption encryption)
           
 void NetSNMPSession.setSerialEncryptor(NetSNMPSession.serialEncryption encryption)
          Sets the encryption object to use to encrypt/decrypt v1/v2 community names and v3 auth/priv passwords during serialization/deserialization
static NetSNMPSession.serialEncryption NetSNMPSession.setDefaultEncryptor(NetSNMPSession.serialEncryption cryptor)
          Set a new default encryptor
 


SourceForge.net Logo