class com.google.crypto.tink.Registry$2 implements com.google.crypto.tink.Registry$KeyManagerContainer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.crypto.tink.Registry$2
  super_class: java.lang.Object
{
  private final com.google.crypto.tink.KeyTypeManager val$localKeyManager;
    descriptor: Lcom/google/crypto/tink/KeyTypeManager;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.crypto.tink.KeyTypeManager);
    descriptor: (Lcom/google/crypto/tink/KeyTypeManager;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.crypto.tink.Registry$2 this
         0: .line 180
            aload 0 /* this */
            aload 1
            putfield com.google.crypto.tink.Registry$2.val$localKeyManager:Lcom/google/crypto/tink/KeyTypeManager;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.crypto.tink.Registry$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/Registry$2;
    MethodParameters:
                     Name  Flags
      val$localKeyManager  final

  public <Q> com.google.crypto.tink.KeyManager<Q> getKeyManager(java.lang.Class<Q>);
    descriptor: (Ljava/lang/Class;)Lcom/google/crypto/tink/KeyManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.google.crypto.tink.Registry$2 this
        start local 1 // java.lang.Class primitiveClass
         0: .line 185
            new com.google.crypto.tink.KeyManagerImpl
            dup
            aload 0 /* this */
            getfield com.google.crypto.tink.Registry$2.val$localKeyManager:Lcom/google/crypto/tink/KeyTypeManager;
            aload 1 /* primitiveClass */
            invokespecial com.google.crypto.tink.KeyManagerImpl.<init>:(Lcom/google/crypto/tink/KeyTypeManager;Ljava/lang/Class;)V
         1: areturn
         2: .line 186
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            astore 2 /* e */
        start local 2 // java.lang.IllegalArgumentException e
         3: .line 187
            new java.security.GeneralSecurityException
            dup
            ldc "Primitive type not supported"
            aload 2 /* e */
            invokespecial java.security.GeneralSecurityException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.IllegalArgumentException e
        end local 1 // java.lang.Class primitiveClass
        end local 0 // com.google.crypto.tink.Registry$2 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lcom/google/crypto/tink/Registry$2;
            0    4     1  primitiveClass  Ljava/lang/Class<TQ;>;
            3    4     2               e  Ljava/lang/IllegalArgumentException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalArgumentException
    Exceptions:
      throws java.security.GeneralSecurityException
    Signature: <Q:Ljava/lang/Object;>(Ljava/lang/Class<TQ;>;)Lcom/google/crypto/tink/KeyManager<TQ;>;
    MethodParameters:
                Name  Flags
      primitiveClass  

  public com.google.crypto.tink.KeyManager<?> getUntypedKeyManager();
    descriptor: ()Lcom/google/crypto/tink/KeyManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.Registry$2 this
         0: .line 193
            new com.google.crypto.tink.KeyManagerImpl
            dup
         1: .line 194
            aload 0 /* this */
            getfield com.google.crypto.tink.Registry$2.val$localKeyManager:Lcom/google/crypto/tink/KeyTypeManager;
            aload 0 /* this */
            getfield com.google.crypto.tink.Registry$2.val$localKeyManager:Lcom/google/crypto/tink/KeyTypeManager;
            invokevirtual com.google.crypto.tink.KeyTypeManager.firstSupportedPrimitiveClass:()Ljava/lang/Class;
         2: .line 193
            invokespecial com.google.crypto.tink.KeyManagerImpl.<init>:(Lcom/google/crypto/tink/KeyTypeManager;Ljava/lang/Class;)V
            areturn
        end local 0 // com.google.crypto.tink.Registry$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/crypto/tink/Registry$2;
    Signature: ()Lcom/google/crypto/tink/KeyManager<*>;

  public java.lang.Class<?> getImplementingClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.Registry$2 this
         0: .line 199
            aload 0 /* this */
            getfield com.google.crypto.tink.Registry$2.val$localKeyManager:Lcom/google/crypto/tink/KeyTypeManager;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            areturn
        end local 0 // com.google.crypto.tink.Registry$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/Registry$2;
    Signature: ()Ljava/lang/Class<*>;

  public java.util.Set<java.lang.Class<?>> supportedPrimitives();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.Registry$2 this
         0: .line 204
            aload 0 /* this */
            getfield com.google.crypto.tink.Registry$2.val$localKeyManager:Lcom/google/crypto/tink/KeyTypeManager;
            invokevirtual com.google.crypto.tink.KeyTypeManager.supportedPrimitives:()Ljava/util/Set;
            areturn
        end local 0 // com.google.crypto.tink.Registry$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/Registry$2;
    Signature: ()Ljava/util/Set<Ljava/lang/Class<*>;>;

  public java.lang.Class<?> publicKeyManagerClassOrNull();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.Registry$2 this
         0: .line 209
            aconst_null
            areturn
        end local 0 // com.google.crypto.tink.Registry$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/Registry$2;
    Signature: ()Ljava/lang/Class<*>;

  public com.google.protobuf.MessageLite parseKey(com.google.protobuf.ByteString);
    descriptor: (Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/MessageLite;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.crypto.tink.Registry$2 this
        start local 1 // com.google.protobuf.ByteString serializedKey
         0: .line 215
            aload 0 /* this */
            getfield com.google.crypto.tink.Registry$2.val$localKeyManager:Lcom/google/crypto/tink/KeyTypeManager;
            aload 1 /* serializedKey */
            invokevirtual com.google.crypto.tink.KeyTypeManager.parseKey:(Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/MessageLite;
            astore 2 /* result */
        start local 2 // com.google.protobuf.MessageLite result
         1: .line 216
            aload 0 /* this */
            getfield com.google.crypto.tink.Registry$2.val$localKeyManager:Lcom/google/crypto/tink/KeyTypeManager;
            aload 2 /* result */
            invokevirtual com.google.crypto.tink.KeyTypeManager.validateKey:(Lcom/google/protobuf/MessageLite;)V
         2: .line 217
            aload 2 /* result */
            areturn
        end local 2 // com.google.protobuf.MessageLite result
        end local 1 // com.google.protobuf.ByteString serializedKey
        end local 0 // com.google.crypto.tink.Registry$2 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/google/crypto/tink/Registry$2;
            0    3     1  serializedKey  Lcom/google/protobuf/ByteString;
            1    3     2         result  TKeyProtoT;
    Exceptions:
      throws java.security.GeneralSecurityException, com.google.protobuf.InvalidProtocolBufferException
    MethodParameters:
               Name  Flags
      serializedKey  
}
SourceFile: "Registry.java"
EnclosingMethod: com.google.crypto.tink.Registry.createContainerFor:(Lcom/google/crypto/tink/KeyTypeManager;)Lcom/google/crypto/tink/Registry$KeyManagerContainer;
NestHost: com.google.crypto.tink.Registry
InnerClasses:
  com.google.crypto.tink.Registry$2
  private abstract KeyManagerContainer = com.google.crypto.tink.Registry$KeyManagerContainer of com.google.crypto.tink.Registry