final class sun.security.ssl.RandomCookie
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.RandomCookie
  super_class: java.lang.Object
{
  byte[] random_bytes;
    descriptor: [B
    flags: (0x0000) 

  void <init>(java.security.SecureRandom);
    descriptor: (Ljava/security/SecureRandom;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // sun.security.ssl.RandomCookie this
        start local 1 // java.security.SecureRandom generator
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            invokestatic java.lang.System.currentTimeMillis:()J
            ldc 1000
            ldiv
            lstore 2 /* temp */
        start local 2 // long temp
         2: .line 46
            lload 2 /* temp */
            ldc 2147483647
            lcmp
            ifge 5
         3: .line 47
            lload 2 /* temp */
            l2i
            istore 4 /* gmt_unix_time */
        start local 4 // int gmt_unix_time
         4: .line 48
            goto 6
        end local 4 // int gmt_unix_time
         5: .line 49
      StackMap locals: sun.security.ssl.RandomCookie java.security.SecureRandom long
      StackMap stack:
            ldc 2147483647
            istore 4 /* gmt_unix_time */
        start local 4 // int gmt_unix_time
         6: .line 52
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            bipush 32
            newarray 8
            putfield sun.security.ssl.RandomCookie.random_bytes:[B
         7: .line 53
            aload 1 /* generator */
            aload 0 /* this */
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
            invokevirtual java.security.SecureRandom.nextBytes:([B)V
         8: .line 55
            aload 0 /* this */
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
            iconst_0
            iload 4 /* gmt_unix_time */
            bipush 24
            ishr
            i2b
            bastore
         9: .line 56
            aload 0 /* this */
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
            iconst_1
            iload 4 /* gmt_unix_time */
            bipush 16
            ishr
            i2b
            bastore
        10: .line 57
            aload 0 /* this */
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
            iconst_2
            iload 4 /* gmt_unix_time */
            bipush 8
            ishr
            i2b
            bastore
        11: .line 58
            aload 0 /* this */
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
            iconst_3
            iload 4 /* gmt_unix_time */
            i2b
            bastore
        12: .line 59
            return
        end local 4 // int gmt_unix_time
        end local 2 // long temp
        end local 1 // java.security.SecureRandom generator
        end local 0 // sun.security.ssl.RandomCookie this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lsun/security/ssl/RandomCookie;
            0   13     1      generator  Ljava/security/SecureRandom;
            2   13     2           temp  J
            4    5     4  gmt_unix_time  I
            6   13     4  gmt_unix_time  I
    MethodParameters:
           Name  Flags
      generator  

  void <init>(sun.security.ssl.HandshakeInStream);
    descriptor: (Lsun/security/ssl/HandshakeInStream;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.security.ssl.RandomCookie this
        start local 1 // sun.security.ssl.HandshakeInStream m
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            bipush 32
            newarray 8
            putfield sun.security.ssl.RandomCookie.random_bytes:[B
         2: .line 63
            aload 1 /* m */
            aload 0 /* this */
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
            iconst_0
            bipush 32
            invokevirtual sun.security.ssl.HandshakeInStream.read:([BII)I
            pop
         3: .line 64
            return
        end local 1 // sun.security.ssl.HandshakeInStream m
        end local 0 // sun.security.ssl.RandomCookie this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/RandomCookie;
            0    4     1     m  Lsun/security/ssl/HandshakeInStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      m     

  void send(sun.security.ssl.HandshakeOutStream);
    descriptor: (Lsun/security/ssl/HandshakeOutStream;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.security.ssl.RandomCookie this
        start local 1 // sun.security.ssl.HandshakeOutStream out
         0: .line 67
            aload 1 /* out */
            aload 0 /* this */
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
            iconst_0
            bipush 32
            invokevirtual sun.security.ssl.HandshakeOutStream.write:([BII)V
         1: .line 68
            return
        end local 1 // sun.security.ssl.HandshakeOutStream out
        end local 0 // sun.security.ssl.RandomCookie this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/RandomCookie;
            0    2     1   out  Lsun/security/ssl/HandshakeOutStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  void print(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.security.ssl.RandomCookie this
        start local 1 // java.io.PrintStream s
         0: .line 73
            aload 0 /* this */
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
            iconst_0
            baload
            bipush 24
            ishl
            istore 3 /* gmt_unix_time */
        start local 3 // int gmt_unix_time
         1: .line 74
            iload 3 /* gmt_unix_time */
            aload 0 /* this */
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
            iconst_1
            baload
            bipush 16
            ishl
            iadd
            istore 3 /* gmt_unix_time */
         2: .line 75
            iload 3 /* gmt_unix_time */
            aload 0 /* this */
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
            iconst_2
            baload
            bipush 8
            ishl
            iadd
            istore 3 /* gmt_unix_time */
         3: .line 76
            iload 3 /* gmt_unix_time */
            aload 0 /* this */
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
            iconst_3
            baload
            iadd
            istore 3 /* gmt_unix_time */
         4: .line 78
            aload 1 /* s */
            new java.lang.StringBuilder
            dup
            ldc "GMT: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* gmt_unix_time */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         5: .line 79
            aload 1 /* s */
            ldc "bytes = { "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         6: .line 81
            iconst_4
            istore 2 /* i */
        start local 2 // int i
         7: goto 12
         8: .line 82
      StackMap locals: int int
      StackMap stack:
            iload 2 /* i */
            iconst_4
            if_icmpeq 10
         9: .line 83
            aload 1 /* s */
            ldc ", "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        10: .line 85
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
            iload 2 /* i */
            baload
            sipush 255
            iand
            invokevirtual java.io.PrintStream.print:(I)V
        11: .line 81
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 2 /* i */
            bipush 32
            if_icmplt 8
        13: .line 87
            aload 1 /* s */
            ldc " }"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        14: .line 88
            return
        end local 3 // int gmt_unix_time
        end local 2 // int i
        end local 1 // java.io.PrintStream s
        end local 0 // sun.security.ssl.RandomCookie this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   15     0           this  Lsun/security/ssl/RandomCookie;
            0   15     1              s  Ljava/io/PrintStream;
            7   15     2              i  I
            1   15     3  gmt_unix_time  I
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "RandomCookie.java"