public abstract class org.eclipse.jgit.transport.CredentialItem
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jgit.transport.CredentialItem
  super_class: java.lang.Object
{
  private final java.lang.String promptText;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean valueSecure;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public java.lang.String getPromptText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.CredentialItem this
         0: .line 64
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.CredentialItem.promptText:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jgit.transport.CredentialItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/CredentialItem;

  public boolean isValueSecure();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.CredentialItem this
         0: .line 73
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.CredentialItem.valueSecure:Z
            ireturn
        end local 0 // org.eclipse.jgit.transport.CredentialItem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/CredentialItem;

  public abstract void clear();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "CredentialItem.java"
NestMembers:
  org.eclipse.jgit.transport.CredentialItem$CharArrayType  org.eclipse.jgit.transport.CredentialItem$InformationalMessage  org.eclipse.jgit.transport.CredentialItem$Password  org.eclipse.jgit.transport.CredentialItem$StringType  org.eclipse.jgit.transport.CredentialItem$Username  org.eclipse.jgit.transport.CredentialItem$YesNoType
InnerClasses:
  public CharArrayType = org.eclipse.jgit.transport.CredentialItem$CharArrayType of org.eclipse.jgit.transport.CredentialItem
  public InformationalMessage = org.eclipse.jgit.transport.CredentialItem$InformationalMessage of org.eclipse.jgit.transport.CredentialItem
  public Password = org.eclipse.jgit.transport.CredentialItem$Password of org.eclipse.jgit.transport.CredentialItem
  public StringType = org.eclipse.jgit.transport.CredentialItem$StringType of org.eclipse.jgit.transport.CredentialItem
  public Username = org.eclipse.jgit.transport.CredentialItem$Username of org.eclipse.jgit.transport.CredentialItem
  public YesNoType = org.eclipse.jgit.transport.CredentialItem$YesNoType of org.eclipse.jgit.transport.CredentialItem