public interface com.sun.jmx.snmp.mpm.SnmpMsgTranslator
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.jmx.snmp.mpm.SnmpMsgTranslator
  super_class: java.lang.Object
{
  public abstract int getMsgId(com.sun.jmx.snmp.SnmpMsg);
    descriptor: (Lcom/sun/jmx/snmp/SnmpMsg;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      msg   

  public abstract int getMsgMaxSize(com.sun.jmx.snmp.SnmpMsg);
    descriptor: (Lcom/sun/jmx/snmp/SnmpMsg;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      msg   

  public abstract byte getMsgFlags(com.sun.jmx.snmp.SnmpMsg);
    descriptor: (Lcom/sun/jmx/snmp/SnmpMsg;)B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      msg   

  public abstract int getMsgSecurityModel(com.sun.jmx.snmp.SnmpMsg);
    descriptor: (Lcom/sun/jmx/snmp/SnmpMsg;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      msg   

  public abstract int getSecurityLevel(com.sun.jmx.snmp.SnmpMsg);
    descriptor: (Lcom/sun/jmx/snmp/SnmpMsg;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      msg   

  public abstract byte[] getFlatSecurityParameters(com.sun.jmx.snmp.SnmpMsg);
    descriptor: (Lcom/sun/jmx/snmp/SnmpMsg;)[B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      msg   

  public abstract com.sun.jmx.snmp.SnmpSecurityParameters getSecurityParameters(com.sun.jmx.snmp.SnmpMsg);
    descriptor: (Lcom/sun/jmx/snmp/SnmpMsg;)Lcom/sun/jmx/snmp/SnmpSecurityParameters;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      msg   

  public abstract byte[] getContextEngineId(com.sun.jmx.snmp.SnmpMsg);
    descriptor: (Lcom/sun/jmx/snmp/SnmpMsg;)[B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      msg   

  public abstract byte[] getContextName(com.sun.jmx.snmp.SnmpMsg);
    descriptor: (Lcom/sun/jmx/snmp/SnmpMsg;)[B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      msg   

  public abstract byte[] getRawContextName(com.sun.jmx.snmp.SnmpMsg);
    descriptor: (Lcom/sun/jmx/snmp/SnmpMsg;)[B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      msg   

  public abstract byte[] getAccessContext(com.sun.jmx.snmp.SnmpMsg);
    descriptor: (Lcom/sun/jmx/snmp/SnmpMsg;)[B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      msg   

  public abstract byte[] getEncryptedPdu(com.sun.jmx.snmp.SnmpMsg);
    descriptor: (Lcom/sun/jmx/snmp/SnmpMsg;)[B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      msg   

  public abstract void setContextName(com.sun.jmx.snmp.SnmpMsg, byte[]);
    descriptor: (Lcom/sun/jmx/snmp/SnmpMsg;[B)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      req          
      contextName  

  public abstract void setContextEngineId(com.sun.jmx.snmp.SnmpMsg, byte[]);
    descriptor: (Lcom/sun/jmx/snmp/SnmpMsg;[B)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      req              
      contextEngineId  
}
SourceFile: "SnmpMsgTranslator.java"