public class android.net.lowpan.LowpanCredential implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.net.lowpan.LowpanCredential
  super_class: java.lang.Object
{
  public static final int UNSPECIFIED_KEY_INDEX;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private byte[] mMasterKey;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int mMasterKeyIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public static final android.os.Parcelable$Creator<android.net.lowpan.LowpanCredential> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/net/lowpan/LowpanCredential;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 157
            new android.net.lowpan.LowpanCredential$1
            dup
            invokespecial android.net.lowpan.LowpanCredential$1.<init>:()V
         1: .line 156
            putstatic android.net.lowpan.LowpanCredential.CREATOR:Landroid/os/Parcelable$Creator;
         2: .line 171
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.net.lowpan.LowpanCredential this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            aconst_null
            putfield android.net.lowpan.LowpanCredential.mMasterKey:[B
         2: .line 36
            aload 0 /* this */
            iconst_0
            putfield android.net.lowpan.LowpanCredential.mMasterKeyIndex:I
         3: .line 38
            return
        end local 0 // android.net.lowpan.LowpanCredential this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/net/lowpan/LowpanCredential;

  private void <init>(byte[], int);
    descriptor: ([BI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.net.lowpan.LowpanCredential this
        start local 1 // byte[] masterKey
        start local 2 // int keyIndex
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            aconst_null
            putfield android.net.lowpan.LowpanCredential.mMasterKey:[B
         2: .line 36
            aload 0 /* this */
            iconst_0
            putfield android.net.lowpan.LowpanCredential.mMasterKeyIndex:I
         3: .line 41
            aload 0 /* this */
            aload 1 /* masterKey */
            iload 2 /* keyIndex */
            invokevirtual android.net.lowpan.LowpanCredential.setMasterKey:([BI)V
         4: .line 42
            return
        end local 2 // int keyIndex
        end local 1 // byte[] masterKey
        end local 0 // android.net.lowpan.LowpanCredential this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Landroid/net/lowpan/LowpanCredential;
            0    5     1  masterKey  [B
            0    5     2   keyIndex  I
    MethodParameters:
           Name  Flags
      masterKey  
      keyIndex   

  private void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.net.lowpan.LowpanCredential this
        start local 1 // byte[] masterKey
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            aconst_null
            putfield android.net.lowpan.LowpanCredential.mMasterKey:[B
         2: .line 36
            aload 0 /* this */
            iconst_0
            putfield android.net.lowpan.LowpanCredential.mMasterKeyIndex:I
         3: .line 45
            aload 0 /* this */
            aload 1 /* masterKey */
            invokevirtual android.net.lowpan.LowpanCredential.setMasterKey:([B)V
         4: .line 46
            return
        end local 1 // byte[] masterKey
        end local 0 // android.net.lowpan.LowpanCredential this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Landroid/net/lowpan/LowpanCredential;
            0    5     1  masterKey  [B
    MethodParameters:
           Name  Flags
      masterKey  

  public static android.net.lowpan.LowpanCredential createMasterKey(byte[]);
    descriptor: ([B)Landroid/net/lowpan/LowpanCredential;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // byte[] masterKey
         0: .line 49
            new android.net.lowpan.LowpanCredential
            dup
            aload 0 /* masterKey */
            invokespecial android.net.lowpan.LowpanCredential.<init>:([B)V
            areturn
        end local 0 // byte[] masterKey
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  masterKey  [B
    MethodParameters:
           Name  Flags
      masterKey  

  public static android.net.lowpan.LowpanCredential createMasterKey(byte[], int);
    descriptor: ([BI)Landroid/net/lowpan/LowpanCredential;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // byte[] masterKey
        start local 1 // int keyIndex
         0: .line 53
            new android.net.lowpan.LowpanCredential
            dup
            aload 0 /* masterKey */
            iload 1 /* keyIndex */
            invokespecial android.net.lowpan.LowpanCredential.<init>:([BI)V
            areturn
        end local 1 // int keyIndex
        end local 0 // byte[] masterKey
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  masterKey  [B
            0    1     1   keyIndex  I
    MethodParameters:
           Name  Flags
      masterKey  
      keyIndex   

  void setMasterKey(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.net.lowpan.LowpanCredential this
        start local 1 // byte[] masterKey
         0: .line 57
            aload 1 /* masterKey */
            ifnull 2
         1: .line 58
            aload 1 /* masterKey */
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            astore 1 /* masterKey */
         2: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* masterKey */
            putfield android.net.lowpan.LowpanCredential.mMasterKey:[B
         3: .line 61
            return
        end local 1 // byte[] masterKey
        end local 0 // android.net.lowpan.LowpanCredential this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Landroid/net/lowpan/LowpanCredential;
            0    4     1  masterKey  [B
    MethodParameters:
           Name  Flags
      masterKey  

  void setMasterKeyIndex(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.net.lowpan.LowpanCredential this
        start local 1 // int keyIndex
         0: .line 64
            aload 0 /* this */
            iload 1 /* keyIndex */
            putfield android.net.lowpan.LowpanCredential.mMasterKeyIndex:I
         1: .line 65
            return
        end local 1 // int keyIndex
        end local 0 // android.net.lowpan.LowpanCredential this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Landroid/net/lowpan/LowpanCredential;
            0    2     1  keyIndex  I
    MethodParameters:
          Name  Flags
      keyIndex  

  void setMasterKey(byte[], int);
    descriptor: ([BI)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.net.lowpan.LowpanCredential this
        start local 1 // byte[] masterKey
        start local 2 // int keyIndex
         0: .line 68
            aload 0 /* this */
            aload 1 /* masterKey */
            invokevirtual android.net.lowpan.LowpanCredential.setMasterKey:([B)V
         1: .line 69
            aload 0 /* this */
            iload 2 /* keyIndex */
            invokevirtual android.net.lowpan.LowpanCredential.setMasterKeyIndex:(I)V
         2: .line 70
            return
        end local 2 // int keyIndex
        end local 1 // byte[] masterKey
        end local 0 // android.net.lowpan.LowpanCredential this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Landroid/net/lowpan/LowpanCredential;
            0    3     1  masterKey  [B
            0    3     2   keyIndex  I
    MethodParameters:
           Name  Flags
      masterKey  
      keyIndex   

  public byte[] getMasterKey();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.net.lowpan.LowpanCredential this
         0: .line 73
            aload 0 /* this */
            getfield android.net.lowpan.LowpanCredential.mMasterKey:[B
            ifnull 2
         1: .line 74
            aload 0 /* this */
            getfield android.net.lowpan.LowpanCredential.mMasterKey:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            areturn
         2: .line 76
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // android.net.lowpan.LowpanCredential this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/net/lowpan/LowpanCredential;

  public int getMasterKeyIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.net.lowpan.LowpanCredential this
         0: .line 80
            aload 0 /* this */
            getfield android.net.lowpan.LowpanCredential.mMasterKeyIndex:I
            ireturn
        end local 0 // android.net.lowpan.LowpanCredential this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/lowpan/LowpanCredential;

  public boolean isMasterKey();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.net.lowpan.LowpanCredential this
         0: .line 84
            aload 0 /* this */
            getfield android.net.lowpan.LowpanCredential.mMasterKey:[B
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.net.lowpan.LowpanCredential this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/net/lowpan/LowpanCredential;

  public java.lang.String toSensitiveString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.net.lowpan.LowpanCredential this
         0: .line 88
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuffer sb
         1: .line 90
            aload 1 /* sb */
            ldc "<LowpanCredential"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 92
            aload 0 /* this */
            invokevirtual android.net.lowpan.LowpanCredential.isMasterKey:()Z
            ifeq 7
         3: .line 93
            aload 1 /* sb */
            ldc " MasterKey:"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield android.net.lowpan.LowpanCredential.mMasterKey:[B
            invokestatic com.android.internal.util.HexDump.toHexString:([B)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 94
            aload 0 /* this */
            getfield android.net.lowpan.LowpanCredential.mMasterKeyIndex:I
            ifeq 8
         5: .line 95
            aload 1 /* sb */
            ldc ", Index:"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield android.net.lowpan.LowpanCredential.mMasterKeyIndex:I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            pop
         6: .line 97
            goto 8
         7: .line 98
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 1 /* sb */
            ldc " empty"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         8: .line 101
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            ldc ">"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 103
            aload 1 /* sb */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer sb
        end local 0 // android.net.lowpan.LowpanCredential this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Landroid/net/lowpan/LowpanCredential;
            1   10     1    sb  Ljava/lang/StringBuffer;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.net.lowpan.LowpanCredential this
         0: .line 108
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuffer sb
         1: .line 110
            aload 1 /* sb */
            ldc "<LowpanCredential"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 112
            aload 0 /* this */
            invokevirtual android.net.lowpan.LowpanCredential.isMasterKey:()Z
            ifeq 7
         3: .line 115
            aload 1 /* sb */
            ldc " MasterKey"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 116
            aload 0 /* this */
            getfield android.net.lowpan.LowpanCredential.mMasterKeyIndex:I
            ifeq 8
         5: .line 117
            aload 1 /* sb */
            ldc ", Index:"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield android.net.lowpan.LowpanCredential.mMasterKeyIndex:I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            pop
         6: .line 119
            goto 8
         7: .line 120
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 1 /* sb */
            ldc " empty"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         8: .line 123
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            ldc ">"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 125
            aload 1 /* sb */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer sb
        end local 0 // android.net.lowpan.LowpanCredential this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Landroid/net/lowpan/LowpanCredential;
            1   10     1    sb  Ljava/lang/StringBuffer;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.net.lowpan.LowpanCredential this
        start local 1 // java.lang.Object obj
         0: .line 130
            aload 1 /* obj */
            instanceof android.net.lowpan.LowpanCredential
            ifne 2
         1: .line 131
            iconst_0
            ireturn
         2: .line 133
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast android.net.lowpan.LowpanCredential
            astore 2 /* rhs */
        start local 2 // android.net.lowpan.LowpanCredential rhs
         3: .line 134
            aload 0 /* this */
            getfield android.net.lowpan.LowpanCredential.mMasterKey:[B
            aload 2 /* rhs */
            getfield android.net.lowpan.LowpanCredential.mMasterKey:[B
            invokestatic java.util.Arrays.equals:([B[B)Z
            ifeq 4
            aload 0 /* this */
            getfield android.net.lowpan.LowpanCredential.mMasterKeyIndex:I
            aload 2 /* rhs */
            getfield android.net.lowpan.LowpanCredential.mMasterKeyIndex:I
            if_icmpne 4
            iconst_1
            ireturn
      StackMap locals: android.net.lowpan.LowpanCredential
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // android.net.lowpan.LowpanCredential rhs
        end local 1 // java.lang.Object obj
        end local 0 // android.net.lowpan.LowpanCredential this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/net/lowpan/LowpanCredential;
            0    5     1   obj  Ljava/lang/Object;
            3    5     2   rhs  Landroid/net/lowpan/LowpanCredential;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.net.lowpan.LowpanCredential this
         0: .line 139
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield android.net.lowpan.LowpanCredential.mMasterKey:[B
            invokestatic java.util.Arrays.hashCode:([B)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield android.net.lowpan.LowpanCredential.mMasterKeyIndex:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
            ireturn
        end local 0 // android.net.lowpan.LowpanCredential this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/lowpan/LowpanCredential;

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.net.lowpan.LowpanCredential this
         0: .line 145
            iconst_0
            ireturn
        end local 0 // android.net.lowpan.LowpanCredential this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/lowpan/LowpanCredential;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.net.lowpan.LowpanCredential this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 151
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.net.lowpan.LowpanCredential.mMasterKey:[B
            invokevirtual android.os.Parcel.writeByteArray:([B)V
         1: .line 152
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.net.lowpan.LowpanCredential.mMasterKeyIndex:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 153
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.net.lowpan.LowpanCredential this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/net/lowpan/LowpanCredential;
            0    3     1   dest  Landroid/os/Parcel;
            0    3     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  
}
SourceFile: "LowpanCredential.java"
NestMembers:
  android.net.lowpan.LowpanCredential$1
InnerClasses:
  android.net.lowpan.LowpanCredential$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable