class sun.security.provider.certpath.URICertStore$URICertStoreParameters implements java.security.cert.CertStoreParameters
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.provider.certpath.URICertStore$URICertStoreParameters
  super_class: java.lang.Object
{
  private final java.net.URI uri;
    descriptor: Ljava/net/URI;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile int hashCode;
    descriptor: I
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  void <init>(java.net.URI);
    descriptor: (Ljava/net/URI;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.provider.certpath.URICertStore$URICertStoreParameters this
        start local 1 // java.net.URI uri
         0: .line 455
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 454
            aload 0 /* this */
            iconst_0
            putfield sun.security.provider.certpath.URICertStore$URICertStoreParameters.hashCode:I
         2: .line 456
            aload 0 /* this */
            aload 1 /* uri */
            putfield sun.security.provider.certpath.URICertStore$URICertStoreParameters.uri:Ljava/net/URI;
         3: .line 457
            return
        end local 1 // java.net.URI uri
        end local 0 // sun.security.provider.certpath.URICertStore$URICertStoreParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/provider/certpath/URICertStore$URICertStoreParameters;
            0    4     1   uri  Ljava/net/URI;
    MethodParameters:
      Name  Flags
      uri   

  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 // sun.security.provider.certpath.URICertStore$URICertStoreParameters this
        start local 1 // java.lang.Object obj
         0: .line 459
            aload 1 /* obj */
            instanceof sun.security.provider.certpath.URICertStore$URICertStoreParameters
            ifne 2
         1: .line 460
            iconst_0
            ireturn
         2: .line 462
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast sun.security.provider.certpath.URICertStore$URICertStoreParameters
            astore 2 /* params */
        start local 2 // sun.security.provider.certpath.URICertStore$URICertStoreParameters params
         3: .line 463
            aload 0 /* this */
            getfield sun.security.provider.certpath.URICertStore$URICertStoreParameters.uri:Ljava/net/URI;
            aload 2 /* params */
            getfield sun.security.provider.certpath.URICertStore$URICertStoreParameters.uri:Ljava/net/URI;
            invokevirtual java.net.URI.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // sun.security.provider.certpath.URICertStore$URICertStoreParameters params
        end local 1 // java.lang.Object obj
        end local 0 // sun.security.provider.certpath.URICertStore$URICertStoreParameters this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/security/provider/certpath/URICertStore$URICertStoreParameters;
            0    4     1     obj  Ljava/lang/Object;
            3    4     2  params  Lsun/security/provider/certpath/URICertStore$URICertStoreParameters;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.security.provider.certpath.URICertStore$URICertStoreParameters this
         0: .line 466
            aload 0 /* this */
            getfield sun.security.provider.certpath.URICertStore$URICertStoreParameters.hashCode:I
            ifne 4
         1: .line 467
            bipush 17
            istore 1 /* result */
        start local 1 // int result
         2: .line 468
            bipush 37
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield sun.security.provider.certpath.URICertStore$URICertStoreParameters.uri:Ljava/net/URI;
            invokevirtual java.net.URI.hashCode:()I
            iadd
            istore 1 /* result */
         3: .line 469
            aload 0 /* this */
            iload 1 /* result */
            putfield sun.security.provider.certpath.URICertStore$URICertStoreParameters.hashCode:I
        end local 1 // int result
         4: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.provider.certpath.URICertStore$URICertStoreParameters.hashCode:I
            ireturn
        end local 0 // sun.security.provider.certpath.URICertStore$URICertStoreParameters this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/security/provider/certpath/URICertStore$URICertStoreParameters;
            2    4     1  result  I

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.security.provider.certpath.URICertStore$URICertStoreParameters this
         0: .line 475
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
         1: areturn
         2: .line 476
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            astore 1 /* e */
        start local 1 // java.lang.CloneNotSupportedException e
         3: .line 478
            new java.lang.InternalError
            dup
            aload 1 /* e */
            invokevirtual java.lang.CloneNotSupportedException.toString:()Ljava/lang/String;
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.CloneNotSupportedException e
        end local 0 // sun.security.provider.certpath.URICertStore$URICertStoreParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/provider/certpath/URICertStore$URICertStoreParameters;
            3    4     1     e  Ljava/lang/CloneNotSupportedException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.CloneNotSupportedException
}
SourceFile: "URICertStore.java"
NestHost: sun.security.provider.certpath.URICertStore
InnerClasses:
  URICertStoreParameters = sun.security.provider.certpath.URICertStore$URICertStoreParameters of sun.security.provider.certpath.URICertStore