class com.google.crypto.tink.prf.PrfSetWrapper$WrappedPrfSet extends com.google.crypto.tink.prf.PrfSet
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.crypto.tink.prf.PrfSetWrapper$WrappedPrfSet
  super_class: com.google.crypto.tink.prf.PrfSet
{
  private final java.util.Map<java.lang.Integer, com.google.crypto.tink.prf.Prf> keyIdToPrfMap;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Integer;Lcom/google/crypto/tink/prf/Prf;>;

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

  private void <init>(com.google.crypto.tink.PrimitiveSet<com.google.crypto.tink.prf.Prf>);
    descriptor: (Lcom/google/crypto/tink/PrimitiveSet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.crypto.tink.prf.PrfSetWrapper$WrappedPrfSet this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.google.crypto.tink.proto cannot be resolved\n\tThe import com.google.errorprone cannot be resolved\n\tImmutable cannot be resolved to a type\n\tThe method getOutputPrefixType() from the type PrimitiveSet.Entry<Prf> refers to the missing type OutputPrefixType\n\tOutputPrefixType cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.prf.PrfSetWrapper$WrappedPrfSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/prf/PrfSetWrapper$WrappedPrfSet;
    Exceptions:
      throws java.security.GeneralSecurityException
    Signature: (Lcom/google/crypto/tink/PrimitiveSet<Lcom/google/crypto/tink/prf/Prf;>;)V
    MethodParameters:
            Name  Flags
      primitives  

  public int getPrimaryId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.prf.PrfSetWrapper$WrappedPrfSet this
         0: .line 65
            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.prf.PrfSetWrapper$WrappedPrfSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/prf/PrfSetWrapper$WrappedPrfSet;

  public java.util.Map<java.lang.Integer, com.google.crypto.tink.prf.Prf> getPrfs();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.prf.PrfSetWrapper$WrappedPrfSet this
         0: .line 70
            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.prf.PrfSetWrapper$WrappedPrfSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/prf/PrfSetWrapper$WrappedPrfSet;
    Exceptions:
      throws java.security.GeneralSecurityException
    Signature: ()Ljava/util/Map<Ljava/lang/Integer;Lcom/google/crypto/tink/prf/Prf;>;
}
SourceFile: "PrfSetWrapper.java"
NestHost: com.google.crypto.tink.prf.PrfSetWrapper
InnerClasses:
  private WrappedPrfSet = com.google.crypto.tink.prf.PrfSetWrapper$WrappedPrfSet of com.google.crypto.tink.prf.PrfSetWrapper