public class org.eclipse.jgit.transport.CredentialItem$CharArrayType extends org.eclipse.jgit.transport.CredentialItem
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.transport.CredentialItem$CharArrayType
  super_class: org.eclipse.jgit.transport.CredentialItem
{
  private char[] value;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.transport.CredentialItem$CharArrayType this
        start local 1 // java.lang.String promptText
        start local 2 // boolean maskValue
         0: .line 143
            aload 0 /* this */
            aload 1 /* promptText */
            iload 2 /* maskValue */
            invokespecial org.eclipse.jgit.transport.CredentialItem.<init>:(Ljava/lang/String;Z)V
         1: .line 144
            return
        end local 2 // boolean maskValue
        end local 1 // java.lang.String promptText
        end local 0 // org.eclipse.jgit.transport.CredentialItem$CharArrayType this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/jgit/transport/CredentialItem$CharArrayType;
            0    2     1  promptText  Ljava/lang/String;
            0    2     2   maskValue  Z
    MethodParameters:
            Name  Flags
      promptText  
      maskValue   

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.CredentialItem$CharArrayType this
         0: .line 149
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.CredentialItem$CharArrayType.value:[C
            ifnull 3
         1: .line 150
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.CredentialItem$CharArrayType.value:[C
            iconst_0
            invokestatic java.util.Arrays.fill:([CC)V
         2: .line 151
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jgit.transport.CredentialItem$CharArrayType.value:[C
         3: .line 153
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jgit.transport.CredentialItem$CharArrayType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/transport/CredentialItem$CharArrayType;

  public char[] getValue();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.CredentialItem$CharArrayType this
         0: .line 166
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.CredentialItem$CharArrayType.value:[C
            areturn
        end local 0 // org.eclipse.jgit.transport.CredentialItem$CharArrayType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/CredentialItem$CharArrayType;

  public void setValue(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.CredentialItem$CharArrayType this
        start local 1 // char[] newValue
         0: .line 176
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.transport.CredentialItem$CharArrayType.clear:()V
         1: .line 178
            aload 1 /* newValue */
            ifnull 4
         2: .line 179
            aload 0 /* this */
            aload 1 /* newValue */
            arraylength
            newarray 5
            putfield org.eclipse.jgit.transport.CredentialItem$CharArrayType.value:[C
         3: .line 180
            aload 1 /* newValue */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.CredentialItem$CharArrayType.value:[C
            iconst_0
            aload 1 /* newValue */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 182
      StackMap locals:
      StackMap stack:
            return
        end local 1 // char[] newValue
        end local 0 // org.eclipse.jgit.transport.CredentialItem$CharArrayType this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/jgit/transport/CredentialItem$CharArrayType;
            0    5     1  newValue  [C
    MethodParameters:
          Name  Flags
      newValue  

  public void setValueNoCopy(char[]);
    descriptor: ([C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.CredentialItem$CharArrayType this
        start local 1 // char[] newValue
         0: .line 191
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.transport.CredentialItem$CharArrayType.clear:()V
         1: .line 192
            aload 0 /* this */
            aload 1 /* newValue */
            putfield org.eclipse.jgit.transport.CredentialItem$CharArrayType.value:[C
         2: .line 193
            return
        end local 1 // char[] newValue
        end local 0 // org.eclipse.jgit.transport.CredentialItem$CharArrayType this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/jgit/transport/CredentialItem$CharArrayType;
            0    3     1  newValue  [C
    MethodParameters:
          Name  Flags
      newValue  
}
SourceFile: "CredentialItem.java"
NestHost: org.eclipse.jgit.transport.CredentialItem
InnerClasses:
  public CharArrayType = org.eclipse.jgit.transport.CredentialItem$CharArrayType of org.eclipse.jgit.transport.CredentialItem