public final class com.google.crypto.tink.subtle.PrfHmacJce implements com.google.crypto.tink.prf.Prf
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.crypto.tink.subtle.PrfHmacJce
  super_class: java.lang.Object
{
  static final int MIN_KEY_SIZE_IN_BYTES;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  private final java.lang.ThreadLocal<javax.crypto.Mac> localMac;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/ThreadLocal<Ljavax/crypto/Mac;>;

  private final java.lang.String algorithm;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.security.Key key;
    descriptor: Ljava/security/Key;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int maxOutputLength;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, java.security.Key);
    descriptor: (Ljava/lang/String;Ljava/security/Key;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.crypto.tink.subtle.PrfHmacJce this
         0: .line 20
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.google.errorprone cannot be resolved\n\tImmutable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.subtle.PrfHmacJce this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/subtle/PrfHmacJce;
    Exceptions:
      throws java.security.GeneralSecurityException
    MethodParameters:
           Name  Flags
      algorithm  
      key        

  public byte[] compute(byte[], int);
    descriptor: ([BI)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.crypto.tink.subtle.PrfHmacJce this
         0: .line 84
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.subtle.PrfHmacJce this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/subtle/PrfHmacJce;
    Exceptions:
      throws java.security.GeneralSecurityException
    MethodParameters:
              Name  Flags
      data          
      outputLength  

  public int getMaxOutputLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.subtle.PrfHmacJce this
         0: .line 94
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.subtle.PrfHmacJce this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/subtle/PrfHmacJce;
}
SourceFile: "PrfHmacJce.java"
NestMembers:
  com.google.crypto.tink.subtle.PrfHmacJce$1
    RuntimeInvisibleAnnotations: 
      Immutable()