class com.google.crypto.tink.Util
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.crypto.tink.Util
  super_class: java.lang.Object
{
  public static final java.nio.charset.Charset UTF_8;
    descriptor: Ljava/nio/charset/Charset;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 32
            ldc "UTF-8"
            invokestatic java.nio.charset.Charset.forName:(Ljava/lang/String;)Ljava/nio/charset/Charset;
            putstatic com.google.crypto.tink.Util.UTF_8:Ljava/nio/charset/Charset;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.Util this
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.crypto.tink.Util this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/Util;

  public static KeysetInfo getKeysetInfo(Keyset);
    descriptor: (LKeyset;)LKeysetInfo;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 35
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKeysetInfo cannot be resolved to a type\n\tKeyset cannot be resolved to a type\n\tKeysetInfo cannot be resolved to a type\n\tKeysetInfo cannot be resolved\n\tKeyset cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
        Name  Flags
      keyset  

  public static KeysetInfo.KeyInfo getKeyInfo(Keyset.Key);
    descriptor: (LKeyset/Key;)LKeysetInfo/KeyInfo;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 44
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKeysetInfo cannot be resolved to a type\n\tKeyset cannot be resolved to a type\n\tKeysetInfo cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      key   

  public static void validateKey(Keyset.Key);
    descriptor: (LKeyset/Key;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 58
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKeyset cannot be resolved to a type\n\tOutputPrefixType cannot be resolved to a variable\n\tKeyStatusType cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.security.GeneralSecurityException
    MethodParameters:
      Name  Flags
      key   

  public static void validateKeyset(Keyset);
    descriptor: (LKeyset;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 79
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKeyset cannot be resolved to a type\n\tKeyset cannot be resolved to a type\n\tKeyStatusType cannot be resolved to a variable\n\tKeyData cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.security.GeneralSecurityException
    MethodParameters:
        Name  Flags
      keyset  

  public static byte[] readAll(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)[B
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // java.io.InputStream inputStream
         0: .line 113
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 1 /* result */
        start local 1 // java.io.ByteArrayOutputStream result
         1: .line 114
            sipush 1024
            newarray 8
            astore 2 /* buf */
        start local 2 // byte[] buf
         2: .line 116
            goto 4
        start local 3 // int count
         3: .line 117
      StackMap locals: java.io.ByteArrayOutputStream byte[] int
      StackMap stack:
            aload 1 /* result */
            aload 2 /* buf */
            iconst_0
            iload 3 /* count */
            invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
        end local 3 // int count
         4: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* inputStream */
            aload 2 /* buf */
            invokevirtual java.io.InputStream.read:([B)I
            dup
            istore 3 /* count */
        start local 3 // int count
         5: iconst_m1
            if_icmpne 3
         6: .line 119
            aload 1 /* result */
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            areturn
        end local 3 // int count
        end local 2 // byte[] buf
        end local 1 // java.io.ByteArrayOutputStream result
        end local 0 // java.io.InputStream inputStream
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0  inputStream  Ljava/io/InputStream;
            1    7     1       result  Ljava/io/ByteArrayOutputStream;
            2    7     2          buf  [B
            3    4     3        count  I
            5    7     3        count  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      inputStream  
}
SourceFile: "Util.java"