SourceForge.net Logo

org.netsnmp
Interface NetSNMPSession.serialEncryption

Enclosing interface:
NetSNMPSession

public static interface NetSNMPSession.serialEncryption


Method Summary
 byte[] decrypt(byte[] s)
           
 byte[] encrypt(byte[] s)
           
 

Method Detail

decrypt

public byte[] decrypt(byte[] s)
               throws GeneralSecurityException
GeneralSecurityException

encrypt

public byte[] encrypt(byte[] s)
               throws GeneralSecurityException
GeneralSecurityException

SourceForge.net Logo