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=2, locals=2, 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
            aload 0 /* this */
            bipush 32
            newarray 8
            putfield sun.security.ssl.RandomCookie.random_bytes:[B
         2: .line 45
            aload 1 /* generator */
            aload 0 /* this */
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
            invokevirtual java.security.SecureRandom.nextBytes:([B)V
         3: .line 46
            return
        end local 1 // java.security.SecureRandom generator
        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  generator  Ljava/security/SecureRandom;
    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 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            bipush 32
            newarray 8
            putfield sun.security.ssl.RandomCookie.random_bytes:[B
         2: .line 50
            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 51
            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 54
            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 55
            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 58
            aload 1 /* s */
            ldc "random_bytes = {"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         1: .line 59
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 9
         3: .line 60
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
            iload 2 /* i */
            baload
            sipush 255
            iand
            istore 3 /* k */
        start local 3 // int k
         4: .line 61
            iload 2 /* i */
            ifeq 6
         5: .line 62
            aload 1 /* s */
            bipush 32
            invokevirtual java.io.PrintStream.print:(C)V
         6: .line 64
      StackMap locals: int
      StackMap stack:
            aload 1 /* s */
            getstatic sun.security.ssl.Utilities.hexDigits:[C
            iload 3 /* k */
            iconst_4
            iushr
            caload
            invokevirtual java.io.PrintStream.print:(C)V
         7: .line 65
            aload 1 /* s */
            getstatic sun.security.ssl.Utilities.hexDigits:[C
            iload 3 /* k */
            bipush 15
            iand
            caload
            invokevirtual java.io.PrintStream.print:(C)V
        end local 3 // int k
         8: .line 59
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            bipush 32
            if_icmplt 3
        end local 2 // int i
        10: .line 67
            aload 1 /* s */
            ldc "}"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        11: .line 68
            return
        end local 1 // java.io.PrintStream s
        end local 0 // sun.security.ssl.RandomCookie this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/security/ssl/RandomCookie;
            0   12     1     s  Ljava/io/PrintStream;
            2   10     2     i  I
            4    8     3     k  I
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "RandomCookie.java"