class com.sun.security.jgss.ExtendedGSSCredentialImpl extends sun.security.jgss.GSSCredentialImpl implements com.sun.security.jgss.ExtendedGSSCredential
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.security.jgss.ExtendedGSSCredentialImpl
  super_class: sun.security.jgss.GSSCredentialImpl
{
  public void <init>(sun.security.jgss.GSSCredentialImpl);
    descriptor: (Lsun/security/jgss/GSSCredentialImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.security.jgss.ExtendedGSSCredentialImpl this
        start local 1 // sun.security.jgss.GSSCredentialImpl old
         0: .line 34
            aload 0 /* this */
            aload 1 /* old */
            invokespecial sun.security.jgss.GSSCredentialImpl.<init>:(Lsun/security/jgss/GSSCredentialImpl;)V
         1: .line 35
            return
        end local 1 // sun.security.jgss.GSSCredentialImpl old
        end local 0 // com.sun.security.jgss.ExtendedGSSCredentialImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/security/jgss/ExtendedGSSCredentialImpl;
            0    2     1   old  Lsun/security/jgss/GSSCredentialImpl;
    MethodParameters:
      Name  Flags
      old   
}
SourceFile: "ExtendedGSSCredentialImpl.java"