Uses of Class
com.sun.management.snmp.usm.SnmpUsmException

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

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

Subclasses of SnmpUsmException in com.sun.management.snmp.usm
 class SnmpUsmAuthAlgorithmException
          Thrown when an error occurs concerning the authentication algorithms.
 class SnmpUsmAuthException
          Thrown when an authentication error occurs.
 class SnmpUsmEngineIdException
          Thrown when an error occurs concerning the user name.
 class SnmpUsmPrivAlgorithmException
          Thrown when an error occurs concerning the privacy algorithms.
 class SnmpUsmPrivException
          Thrown when an error occurs concerning privacy.
 class SnmpUsmUserNameException
          Thrown when an error occurs concerning the user name.
 

Methods in com.sun.management.snmp.usm that throw SnmpUsmException
 com.sun.management.internal.snmp.SnmpEncryptionPair SnmpUsmDesAlgorithm.encrypt(byte[] key, byte[] data, int dataLength)
          Encrypts the passed data with the provided key.
 byte[] SnmpUsmDesAlgorithm.decrypt(byte[] key, com.sun.management.internal.snmp.SnmpEncryptionPair pair)
          Decrypts the passed encrypted data using the provided IV parameter.
 void SnmpUsmPasswordLcd.addUser(SnmpEngineId engineId, String userName, String securityName, String authProtocol, String authPassword, String privProtocol, String privPassword, int storage, boolean template)
          See SnmpUsmLcd interface doc for details.
 com.sun.management.internal.snmp.SnmpEncryptionPair SnmpUsmPrivAlgorithm.encrypt(byte[] key, byte[] data, int length)
          Encrypt some data using a key.
 byte[] SnmpUsmPrivAlgorithm.decrypt(byte[] key, com.sun.management.internal.snmp.SnmpEncryptionPair pair)
          Decrypt some data using a key.
 void SnmpUsmLcd.addUser(SnmpEngineId engineId, String userName, String securityName, String authProtocol, String authPassword, String privProtocol, String privKey, int storage, boolean template)
          Adds a user to the Usm Lcd.
 void SnmpUsmLcd.addUser(SnmpUsmSecureUser user, boolean notifyMIB)
          Adds a user to the Usm Lcd.
 

Constructors in com.sun.management.snmp.usm that throw SnmpUsmException
SnmpUsmDesAlgorithm(SnmpEngine engine)
          Constructor.
SnmpUsmDesAlgorithm(SnmpEngine engine, String properties_encrypt, String properties_decrypt)
          Constructor.
 


FCS Release
jdmk-5_1-b34.2 2005.11.29_16:24:00_MET

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