public final class com.google.crypto.tink.PrimitiveSet$Entry<P>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.crypto.tink.PrimitiveSet$Entry
  super_class: java.lang.Object
{
  private final P primitive;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TP;

  private final byte[] identifier;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final KeyStatusType status;
    descriptor: LKeyStatusType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final OutputPrefixType outputPrefixType;
    descriptor: LOutputPrefixType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  void <init>(P, byte[], KeyStatusType, OutputPrefixType, );
    descriptor: (Ljava/lang/Object;[BLKeyStatusType;LOutputPrefixType;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.google.crypto.tink.PrimitiveSet$Entry 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.crypto.tink.proto cannot be resolved\n\tThe import com.google.crypto.tink.proto cannot be resolved\n\tKeyStatusType cannot be resolved to a type\n\tOutputPrefixType cannot be resolved to a type\n\tKeyStatusType cannot be resolved to a type\n\tOutputPrefixType cannot be resolved to a type\n\tKeyStatusType cannot be resolved to a type\n\tOutputPrefixType cannot be resolved to a type\n\tKeyStatusType cannot be resolved to a type\n\tKeyStatusType cannot be resolved to a type\n\tOutputPrefixType cannot be resolved to a type\n\tOutputPrefixType cannot be resolved to a type\n\tKeyset cannot be resolved to a type\n\tThe method getStatus() from the type PrimitiveSet.Entry<P> refers to the missing type KeyStatusType\n\tKeyStatusType cannot be resolved to a variable\n\tKeyset cannot be resolved to a type\n\tKeyStatusType cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.PrimitiveSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/PrimitiveSet$Entry<TP;>;
    Signature: (TP;[BLKeyStatusType;LOutputPrefixType;I)V
    MethodParameters:
                  Name  Flags
      primitive         
      identifier        final
      status            
      outputPrefixType  
      keyId             

  public P getPrimitive();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.PrimitiveSet$Entry this
         0: .line 82
            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.PrimitiveSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/PrimitiveSet$Entry<TP;>;
    Signature: ()TP;

  public KeyStatusType getStatus();
    descriptor: ()LKeyStatusType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.PrimitiveSet$Entry this
         0: .line 86
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKeyStatusType cannot be resolved to a type\n\tKeyStatusType cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.PrimitiveSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/PrimitiveSet$Entry<TP;>;

  public OutputPrefixType getOutputPrefixType();
    descriptor: ()LOutputPrefixType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.PrimitiveSet$Entry this
         0: .line 90
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tOutputPrefixType cannot be resolved to a type\n\tOutputPrefixType cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.PrimitiveSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/PrimitiveSet$Entry<TP;>;

  public final byte[] getIdentifier();
    descriptor: ()[B
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.PrimitiveSet$Entry 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.PrimitiveSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/PrimitiveSet$Entry<TP;>;

  public int getKeyId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.PrimitiveSet$Entry this
         0: .line 102
            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.PrimitiveSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/PrimitiveSet$Entry<TP;>;
}
Signature: <P:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "PrimitiveSet.java"
NestHost: com.google.crypto.tink.PrimitiveSet
InnerClasses:
  public final Entry = com.google.crypto.tink.PrimitiveSet$Entry of com.google.crypto.tink.PrimitiveSet