Package org.snmp4j.security

Examples of org.snmp4j.security.PrivacyProtocol


          return a.getDigestLength() * 2;
        }
        break;
      }
      case PRIV_KEY_CHANGE: {
        PrivacyProtocol p = row.getPrivProtocol(changeSet);
        if (p != null) {
          return p.getMaxKeyLength() * 2;
        }
        break;
      }
    }
    return -1;
View Full Code Here

TOP

Related Classes of org.snmp4j.security.PrivacyProtocol

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.