HOME

com.ireasoning.protocol.snmp
Class MsgSecurityParameters

java.lang.Object
  extended bycom.ireasoning.protocol.snmp.MsgSecurityParameters
All Implemented Interfaces:
Serializable

public class MsgSecurityParameters
extends Object
implements Serializable

This class represents v3 Security Parameters

See Also:
Serialized Form

Constructor Summary
MsgSecurityParameters()
           
 
Method Summary
 int getAuthoritativeEngineBoots()
           
 byte[] getAuthoritativeEngineID()
           
 int getAuthoritativeEngineTime()
           
 String getUserName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MsgSecurityParameters

public MsgSecurityParameters()
Method Detail

getUserName

public String getUserName()
Returns:
SNMPv3 user name

getAuthoritativeEngineID

public byte[] getAuthoritativeEngineID()

getAuthoritativeEngineBoots

public int getAuthoritativeEngineBoots()

getAuthoritativeEngineTime

public int getAuthoritativeEngineTime()

toString

public String toString()

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.