final class sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm extends java.lang.Enum<sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm>
  minor version: 0
  major version: 59
  flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm
  super_class: java.lang.Enum
{
  public static final sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm UNDEFINED;
    descriptor: Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm NONE;
    descriptor: Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm MD5;
    descriptor: Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm SHA1;
    descriptor: Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm SHA224;
    descriptor: Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm SHA256;
    descriptor: Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm SHA384;
    descriptor: Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm SHA512;
    descriptor: Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final java.lang.String standardName;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final int value;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int length;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  private static final sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm[] ENUM$VALUES;
    descriptor: [Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=0, args_size=0
         0: .line 306
            new sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm
            dup
            ldc "UNDEFINED"
            iconst_0
            ldc "undefined"
            ldc ""
            iconst_m1
            iconst_m1
            invokespecial sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;II)V
            putstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.UNDEFINED:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
         1: .line 307
            new sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm
            dup
            ldc "NONE"
            iconst_1
            ldc "none"
            ldc "NONE"
            iconst_0
            iconst_m1
            invokespecial sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;II)V
            putstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.NONE:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
         2: .line 308
            new sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm
            dup
            ldc "MD5"
            iconst_2
            ldc "md5"
            ldc "MD5"
            iconst_1
            bipush 16
            invokespecial sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;II)V
            putstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.MD5:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
         3: .line 309
            new sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm
            dup
            ldc "SHA1"
            iconst_3
            ldc "sha1"
            ldc "SHA-1"
            iconst_2
            bipush 20
            invokespecial sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;II)V
            putstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.SHA1:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
         4: .line 310
            new sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm
            dup
            ldc "SHA224"
            iconst_4
            ldc "sha224"
            ldc "SHA-224"
            iconst_3
            bipush 28
            invokespecial sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;II)V
            putstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.SHA224:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
         5: .line 311
            new sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm
            dup
            ldc "SHA256"
            iconst_5
            ldc "sha256"
            ldc "SHA-256"
            iconst_4
            bipush 32
            invokespecial sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;II)V
            putstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.SHA256:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
         6: .line 312
            new sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm
            dup
            ldc "SHA384"
            bipush 6
            ldc "sha384"
            ldc "SHA-384"
            iconst_5
            bipush 48
            invokespecial sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;II)V
            putstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.SHA384:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
         7: .line 313
            new sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm
            dup
            ldc "SHA512"
            bipush 7
            ldc "sha512"
            ldc "SHA-512"
            bipush 6
            bipush 64
            invokespecial sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;II)V
            putstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.SHA512:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
         8: .line 305
            bipush 8
            anewarray sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm
            dup
            iconst_0
            getstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.UNDEFINED:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            aastore
            dup
            iconst_1
            getstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.NONE:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            aastore
            dup
            iconst_2
            getstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.MD5:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            aastore
            dup
            iconst_3
            getstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.SHA1:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            aastore
            dup
            iconst_4
            getstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.SHA224:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            aastore
            dup
            iconst_5
            getstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.SHA256:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            aastore
            dup
            bipush 6
            getstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.SHA384:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            aastore
            dup
            bipush 7
            getstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.SHA512:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            aastore
            putstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.ENUM$VALUES:[Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, java.lang.String, java.lang.String, int, int);
    descriptor: (Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm this
        start local 3 // java.lang.String name
        start local 4 // java.lang.String standardName
        start local 5 // int value
        start local 6 // int length
         0: .line 322
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 324
            aload 0 /* this */
            aload 3 /* name */
            putfield sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.name:Ljava/lang/String;
         2: .line 325
            aload 0 /* this */
            aload 4 /* standardName */
            putfield sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.standardName:Ljava/lang/String;
         3: .line 326
            aload 0 /* this */
            iload 5 /* value */
            putfield sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.value:I
         4: .line 327
            aload 0 /* this */
            iload 6 /* length */
            putfield sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.length:I
         5: .line 328
            return
        end local 6 // int length
        end local 5 // int value
        end local 4 // java.lang.String standardName
        end local 3 // java.lang.String name
        end local 0 // sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            0    6     3          name  Ljava/lang/String;
            0    6     4  standardName  Ljava/lang/String;
            0    6     5         value  I
            0    6     6        length  I
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      name           
      standardName   
      value          
      length         

  static sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm valueOf(int);
    descriptor: (I)Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // int value
         0: .line 331
            getstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.UNDEFINED:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            astore 1 /* algorithm */
        start local 1 // sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm algorithm
         1: .line 332
            iload 0 /* value */
            tableswitch { // 0 - 6
                    0: 2
                    1: 4
                    2: 6
                    3: 8
                    4: 10
                    5: 12
                    6: 14
              default: 15
          }
         2: .line 334
      StackMap locals: sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm
      StackMap stack:
            getstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.NONE:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            astore 1 /* algorithm */
         3: .line 335
            goto 15
         4: .line 337
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.MD5:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            astore 1 /* algorithm */
         5: .line 338
            goto 15
         6: .line 340
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.SHA1:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            astore 1 /* algorithm */
         7: .line 341
            goto 15
         8: .line 343
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.SHA224:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            astore 1 /* algorithm */
         9: .line 344
            goto 15
        10: .line 346
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.SHA256:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            astore 1 /* algorithm */
        11: .line 347
            goto 15
        12: .line 349
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.SHA384:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            astore 1 /* algorithm */
        13: .line 350
            goto 15
        14: .line 352
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.SHA512:Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            astore 1 /* algorithm */
        15: .line 356
      StackMap locals:
      StackMap stack:
            aload 1 /* algorithm */
            areturn
        end local 1 // sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm algorithm
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0      value  I
            1   16     1  algorithm  Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
    MethodParameters:
       Name  Flags
      value  

  public static sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm[] values();
    descriptor: ()[Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm.ENUM$VALUES:[Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lsun/security/ssl/SignatureAndHashAlgorithm$HashAlgorithm;>;
SourceFile: "SignatureAndHashAlgorithm.java"
NestHost: sun.security.ssl.SignatureAndHashAlgorithm
InnerClasses:
  final HashAlgorithm = sun.security.ssl.SignatureAndHashAlgorithm$HashAlgorithm of sun.security.ssl.SignatureAndHashAlgorithm