Uses of Class
com.sun.management.snmp.SnmpSecurityException

Packages that use SnmpSecurityException
com.sun.management.snmp.usm Provides the classes for implementing the SNMP User-based Security Model for SNMPv3. 
 

Uses of SnmpSecurityException in com.sun.management.snmp.usm
 

Methods in com.sun.management.snmp.usm that throw SnmpSecurityException
 int SnmpUserSecurityModel.generateResponseMsg(com.sun.management.internal.snmp.SnmpSecurityCache cache, int version, int msgId, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters p, byte[] contextEngineId, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes)
          See SnmpSecurityModel interface for doc.
 int SnmpUserSecurityModel.generateRequestMsg(com.sun.management.internal.snmp.SnmpSecurityCache cache, int version, int msgId, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters p, byte[] contextEngineId, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes)
          See SnmpSecurityModel interface for doc.
 SnmpSecurityParameters SnmpUserSecurityModel.processIncomingRequest(com.sun.management.internal.snmp.SnmpSecurityCache cache, int version, int msgId, int msgMaxSize, byte msgFlags, int msgSecurityModel, byte[] msgSecurityParameters, byte[] contextEngineId, byte[] contextName, byte[] data, byte[] encryptedPdu, com.sun.management.internal.snmp.SnmpDecryptedPdu decryptedPdu)
          See SnmpSecurityModel interface for doc.
 SnmpSecurityParameters SnmpUserSecurityModel.processIncomingResponse(com.sun.management.internal.snmp.SnmpSecurityCache cache, int version, int msgId, int msgMaxSize, byte msgFlags, int msgSecurityModel, byte[] msgSecurityParameters, byte[] contextEngineId, byte[] contextName, byte[] data, byte[] encryptedPdu, com.sun.management.internal.snmp.SnmpDecryptedPdu decryptedPdu)
          See SnmpSecurityModel interface for doc.
 


FCS Release
jdmk-5_1-b34.1 2005.02.10_16:46:09_MET

Copyright 1998-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.