public class com.sun.jmx.snmp.SnmpV3Message extends com.sun.jmx.snmp.SnmpMsg
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.jmx.snmp.SnmpV3Message
  super_class: com.sun.jmx.snmp.SnmpMsg
{
  public int msgId;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int msgMaxSize;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public byte msgFlags;
    descriptor: B
    flags: (0x0001) ACC_PUBLIC

  public int msgSecurityModel;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public byte[] msgSecurityParameters;
    descriptor: [B
    flags: (0x0001) ACC_PUBLIC

  public byte[] contextEngineId;
    descriptor: [B
    flags: (0x0001) ACC_PUBLIC

  public byte[] contextName;
    descriptor: [B
    flags: (0x0001) ACC_PUBLIC

  public byte[] encryptedPdu;
    descriptor: [B
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.SnmpV3Message this
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.sun.jmx.snmp.SnmpDefinitions cannot be resolved\n\tThe hierarchy of the type SnmpV3Message is inconsistent\n\tSnmpDefinitions cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a type\n\tpduGetRequestPdu cannot be resolved to a variable\n\tpduGetNextRequestPdu cannot be resolved to a variable\n\tpduInformRequestPdu cannot be resolved to a variable\n\tpduGetResponsePdu cannot be resolved to a variable\n\tpduSetRequestPdu cannot be resolved to a variable\n\tpduV2TrapPdu cannot be resolved to a variable\n\tpduReportPdu cannot be resolved to a variable\n\tpduGetBulkRequestPdu cannot be resolved to a variable\n\tpduGetRequestPdu cannot be resolved to a variable\n\tpduGetNextRequestPdu cannot be resolved to a variable\n\tpduInformRequestPdu cannot be resolved to a variable\n\tpduGetResponsePdu cannot be resolved to a variable\n\tpduSetRequestPdu cannot be resolved to a variable\n\tpduV2TrapPdu cannot be resolved to a variable\n\tpduReportPdu cannot be resolved to a variable\n\tpduGetBulkRequestPdu cannot be resolved to a variable\n\tsnmpRspWrongEncoding cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a type\n\tThe method decodeVarBindList(BerDecoder) from the type SnmpMsg refers to the missing type SnmpVarBind\n\tsnmpRspWrongEncoding cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpV3Message this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpV3Message;

  public int encodeMessage(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.SnmpV3Message this
         0: .line 156
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpV3Message this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpV3Message;
    Exceptions:
      throws com.sun.jmx.snmp.SnmpTooBigException
    MethodParameters:
             Name  Flags
      outputBytes  

  public void decodeMessage(byte[], int);
    descriptor: ([BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.snmp.SnmpV3Message this
         0: .line 189
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpDefinitions cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpV3Message this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpV3Message;
    Exceptions:
      throws com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
            Name  Flags
      inputBytes  
      byteCount   

  public int getRequestId(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.SnmpV3Message this
         0: .line 241
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpV3Message this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpV3Message;
    Exceptions:
      throws com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
      Name  Flags
      data  

  public void encodeSnmpPdu(com.sun.jmx.snmp.SnmpPdu, int);
    descriptor: (Lcom/sun/jmx/snmp/SnmpPdu;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.snmp.SnmpV3Message this
         0: .line 342
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSnmpVarBind cannot be resolved to a type\n\tpduGetRequestPdu cannot be resolved to a variable\n\tpduGetNextRequestPdu cannot be resolved to a variable\n\tpduInformRequestPdu cannot be resolved to a variable\n\tpduGetResponsePdu cannot be resolved to a variable\n\tpduSetRequestPdu cannot be resolved to a variable\n\tpduV2TrapPdu cannot be resolved to a variable\n\tpduReportPdu cannot be resolved to a variable\n\tpduGetBulkRequestPdu cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpV3Message this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpV3Message;
    Exceptions:
      throws com.sun.jmx.snmp.SnmpStatusException, com.sun.jmx.snmp.SnmpTooBigException
    MethodParameters:
               Name  Flags
      p              
      maxDataLength  

  public com.sun.jmx.snmp.SnmpPdu decodeSnmpPdu();
    descriptor: ()Lcom/sun/jmx/snmp/SnmpPdu;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.SnmpV3Message this
         0: .line 398
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tpduGetRequestPdu cannot be resolved to a variable\n\tpduGetNextRequestPdu cannot be resolved to a variable\n\tpduInformRequestPdu cannot be resolved to a variable\n\tpduGetResponsePdu cannot be resolved to a variable\n\tpduSetRequestPdu cannot be resolved to a variable\n\tpduV2TrapPdu cannot be resolved to a variable\n\tpduReportPdu cannot be resolved to a variable\n\tpduGetBulkRequestPdu cannot be resolved to a variable\n\tsnmpRspWrongEncoding cannot be resolved to a variable\n\tSnmpVarBind cannot be resolved to a type\n\tThe method decodeVarBindList(BerDecoder) from the type SnmpMsg refers to the missing type SnmpVarBind\n\tsnmpRspWrongEncoding cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpV3Message this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpV3Message;
    Exceptions:
      throws com.sun.jmx.snmp.SnmpStatusException

  public java.lang.String printMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.SnmpV3Message this
         0: .line 480
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.SnmpV3Message this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/SnmpV3Message;
}
SourceFile: "SnmpV3Message.java"