public class com.sun.jmx.snmp.internal.SnmpDecryptedPdu
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.jmx.snmp.internal.SnmpDecryptedPdu
  super_class: java.lang.Object
{
  public byte[] data;
    descriptor: [B
    flags: (0x0001) ACC_PUBLIC

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.internal.SnmpDecryptedPdu this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aconst_null
            putfield com.sun.jmx.snmp.internal.SnmpDecryptedPdu.data:[B
         2: .line 41
            aload 0 /* this */
            iconst_0
            putfield com.sun.jmx.snmp.internal.SnmpDecryptedPdu.dataLength:I
         3: .line 45
            aload 0 /* this */
            aconst_null
            putfield com.sun.jmx.snmp.internal.SnmpDecryptedPdu.contextName:[B
         4: .line 49
            aload 0 /* this */
            aconst_null
            putfield com.sun.jmx.snmp.internal.SnmpDecryptedPdu.contextEngineId:[B
         5: .line 33
            return
        end local 0 // com.sun.jmx.snmp.internal.SnmpDecryptedPdu this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/jmx/snmp/internal/SnmpDecryptedPdu;
}
SourceFile: "SnmpDecryptedPdu.java"