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

  private com.google.crypto.tink.PrimitiveSet$Entry<P> primary;
    descriptor: Lcom/google/crypto/tink/PrimitiveSet$Entry;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/google/crypto/tink/PrimitiveSet$Entry<TP;>;

  private final java.lang.Class<P> primitiveClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<TP;>;

  public com.google.crypto.tink.PrimitiveSet$Entry<P> getPrimary();
    descriptor: ()Lcom/google/crypto/tink/PrimitiveSet$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.PrimitiveSet this
         0: .line 109
            aload 0 /* this */
            getfield com.google.crypto.tink.PrimitiveSet.primary:Lcom/google/crypto/tink/PrimitiveSet$Entry;
            areturn
        end local 0 // com.google.crypto.tink.PrimitiveSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/PrimitiveSet<TP;>;
    Signature: ()Lcom/google/crypto/tink/PrimitiveSet$Entry<TP;>;

  public java.util.List<com.google.crypto.tink.PrimitiveSet$Entry<P>> getRawPrimitives();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.PrimitiveSet this
         0: .line 114
            aload 0 /* this */
            getstatic com.google.crypto.tink.CryptoFormat.RAW_PREFIX:[B
            invokevirtual com.google.crypto.tink.PrimitiveSet.getPrimitive:([B)Ljava/util/List;
            areturn
        end local 0 // com.google.crypto.tink.PrimitiveSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/PrimitiveSet<TP;>;
    Signature: ()Ljava/util/List<Lcom/google/crypto/tink/PrimitiveSet$Entry<TP;>;>;

  public java.util.List<com.google.crypto.tink.PrimitiveSet$Entry<P>> getPrimitive(byte[]);
    descriptor: ([B)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.google.crypto.tink.PrimitiveSet this
        start local 1 // byte[] identifier
         0: .line 119
            aload 0 /* this */
            getfield com.google.crypto.tink.PrimitiveSet.primitives:Ljava/util/concurrent/ConcurrentMap;
            new com.google.crypto.tink.PrimitiveSet$Prefix
            dup
            aload 1 /* identifier */
            invokespecial com.google.crypto.tink.PrimitiveSet$Prefix.<init>:([B)V
            invokeinterface java.util.concurrent.ConcurrentMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            astore 2 /* found */
        start local 2 // java.util.List found
         1: .line 120
            aload 2 /* found */
            ifnull 2
            aload 2 /* found */
            goto 3
      StackMap locals: java.util.List
      StackMap stack:
         2: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
      StackMap locals:
      StackMap stack: java.util.List
         3: areturn
        end local 2 // java.util.List found
        end local 1 // byte[] identifier
        end local 0 // com.google.crypto.tink.PrimitiveSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/google/crypto/tink/PrimitiveSet<TP;>;
            0    4     1  identifier  [B
            1    4     2       found  Ljava/util/List<Lcom/google/crypto/tink/PrimitiveSet$Entry<TP;>;>;
    Signature: ([B)Ljava/util/List<Lcom/google/crypto/tink/PrimitiveSet$Entry<TP;>;>;
    MethodParameters:
            Name  Flags
      identifier  final

  protected java.util.List<com.google.crypto.tink.PrimitiveSet$Entry<P>> getPrimitive(Keyset.Key);
    descriptor: (LKeyset/Key;)Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.crypto.tink.PrimitiveSet this
         0: .line 124
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tKeyset 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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/PrimitiveSet<TP;>;
    Exceptions:
      throws java.security.GeneralSecurityException
    Signature: (LKeyset/Key;)Ljava/util/List<Lcom/google/crypto/tink/PrimitiveSet$Entry<TP;>;>;
    MethodParameters:
      Name  Flags
      key   

  public java.util.Collection<java.util.List<com.google.crypto.tink.PrimitiveSet$Entry<P>>> getAll();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.PrimitiveSet this
         0: .line 130
            aload 0 /* this */
            getfield com.google.crypto.tink.PrimitiveSet.primitives:Ljava/util/concurrent/ConcurrentMap;
            invokeinterface java.util.concurrent.ConcurrentMap.values:()Ljava/util/Collection;
            areturn
        end local 0 // com.google.crypto.tink.PrimitiveSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/PrimitiveSet<TP;>;
    Signature: ()Ljava/util/Collection<Ljava/util/List<Lcom/google/crypto/tink/PrimitiveSet$Entry<TP;>;>;>;

  private void <init>(java.lang.Class<P>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.crypto.tink.PrimitiveSet this
        start local 1 // java.lang.Class primitiveClass
         0: .line 144
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 138
            aload 0 /* this */
         2: .line 139
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield com.google.crypto.tink.PrimitiveSet.primitives:Ljava/util/concurrent/ConcurrentMap;
         3: .line 145
            aload 0 /* this */
            aload 1 /* primitiveClass */
            putfield com.google.crypto.tink.PrimitiveSet.primitiveClass:Ljava/lang/Class;
         4: .line 146
            return
        end local 1 // java.lang.Class primitiveClass
        end local 0 // com.google.crypto.tink.PrimitiveSet this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lcom/google/crypto/tink/PrimitiveSet<TP;>;
            0    5     1  primitiveClass  Ljava/lang/Class<TP;>;
    Signature: (Ljava/lang/Class<TP;>;)V
    MethodParameters:
                Name  Flags
      primitiveClass  

  public static <P> com.google.crypto.tink.PrimitiveSet<P> newPrimitiveSet(java.lang.Class<P>);
    descriptor: (Ljava/lang/Class;)Lcom/google/crypto/tink/PrimitiveSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Class primitiveClass
         0: .line 149
            new com.google.crypto.tink.PrimitiveSet
            dup
            aload 0 /* primitiveClass */
            invokespecial com.google.crypto.tink.PrimitiveSet.<init>:(Ljava/lang/Class;)V
            areturn
        end local 0 // java.lang.Class primitiveClass
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0  primitiveClass  Ljava/lang/Class<TP;>;
    Signature: <P:Ljava/lang/Object;>(Ljava/lang/Class<TP;>;)Lcom/google/crypto/tink/PrimitiveSet<TP;>;
    MethodParameters:
                Name  Flags
      primitiveClass  

  public void setPrimary(com.google.crypto.tink.PrimitiveSet$Entry<P>);
    descriptor: (Lcom/google/crypto/tink/PrimitiveSet$Entry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.crypto.tink.PrimitiveSet this
         0: .line 157
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.PrimitiveSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/PrimitiveSet<TP;>;
    Signature: (Lcom/google/crypto/tink/PrimitiveSet$Entry<TP;>;)V
    MethodParameters:
         Name  Flags
      primary  final

  public com.google.crypto.tink.PrimitiveSet$Entry<P> addPrimitive(P, Keyset.Key);
    descriptor: (Ljava/lang/Object;LKeyset/Key;)Lcom/google/crypto/tink/PrimitiveSet$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.crypto.tink.PrimitiveSet this
         0: .line 173
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/PrimitiveSet<TP;>;
    Exceptions:
      throws java.security.GeneralSecurityException
    Signature: (TP;LKeyset/Key;)Lcom/google/crypto/tink/PrimitiveSet$Entry<TP;>;
    MethodParameters:
           Name  Flags
      primitive  final
      key        

  public java.lang.Class<P> getPrimitiveClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.PrimitiveSet this
         0: .line 200
            aload 0 /* this */
            getfield com.google.crypto.tink.PrimitiveSet.primitiveClass:Ljava/lang/Class;
            areturn
        end local 0 // com.google.crypto.tink.PrimitiveSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/PrimitiveSet<TP;>;
    Signature: ()Ljava/lang/Class<TP;>;
}
Signature: <P:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "PrimitiveSet.java"
NestMembers:
  com.google.crypto.tink.PrimitiveSet$Entry  com.google.crypto.tink.PrimitiveSet$Prefix
InnerClasses:
  public final Entry = com.google.crypto.tink.PrimitiveSet$Entry of com.google.crypto.tink.PrimitiveSet
  private Prefix = com.google.crypto.tink.PrimitiveSet$Prefix of com.google.crypto.tink.PrimitiveSet