class com.google.crypto.tink.Registry$1 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$1
  super_class: java.lang.Object
{
  private final com.google.crypto.tink.KeyManager val$localKeyManager;
    descriptor: Lcom/google/crypto/tink/KeyManager;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.crypto.tink.KeyManager);
    descriptor: (Lcom/google/crypto/tink/KeyManager;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.crypto.tink.Registry$1 this
         0: .line 136
            aload 0 /* this */
            aload 1
            putfield com.google.crypto.tink.Registry$1.val$localKeyManager:Lcom/google/crypto/tink/KeyManager;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.crypto.tink.Registry$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/Registry$1;
    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=3, locals=3, args_size=2
        start local 0 // com.google.crypto.tink.Registry$1 this
        start local 1 // java.lang.Class primitiveClass
         0: .line 140
            aload 0 /* this */
            getfield com.google.crypto.tink.Registry$1.val$localKeyManager:Lcom/google/crypto/tink/KeyManager;
            invokeinterface com.google.crypto.tink.KeyManager.getPrimitiveClass:()Ljava/lang/Class;
            aload 1 /* primitiveClass */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 4
         1: .line 141
            new java.lang.InternalError
            dup
         2: .line 142
            ldc "This should never be called, as we always first check supportedPrimitives."
         3: .line 141
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.crypto.tink.Registry$1.val$localKeyManager:Lcom/google/crypto/tink/KeyManager;
            astore 2 /* result */
        start local 2 // com.google.crypto.tink.KeyManager result
         5: .line 146
            aload 2 /* result */
            areturn
        end local 2 // com.google.crypto.tink.KeyManager result
        end local 1 // java.lang.Class primitiveClass
        end local 0 // com.google.crypto.tink.Registry$1 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lcom/google/crypto/tink/Registry$1;
            0    6     1  primitiveClass  Ljava/lang/Class<TQ;>;
            5    6     2          result  Lcom/google/crypto/tink/KeyManager<TQ;>;
    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=1, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.Registry$1 this
         0: .line 151
            aload 0 /* this */
            getfield com.google.crypto.tink.Registry$1.val$localKeyManager:Lcom/google/crypto/tink/KeyManager;
            areturn
        end local 0 // com.google.crypto.tink.Registry$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/Registry$1;
    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$1 this
         0: .line 156
            aload 0 /* this */
            getfield com.google.crypto.tink.Registry$1.val$localKeyManager:Lcom/google/crypto/tink/KeyManager;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            areturn
        end local 0 // com.google.crypto.tink.Registry$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/Registry$1;
    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$1 this
         0: .line 161
            aload 0 /* this */
            getfield com.google.crypto.tink.Registry$1.val$localKeyManager:Lcom/google/crypto/tink/KeyManager;
            invokeinterface com.google.crypto.tink.KeyManager.getPrimitiveClass:()Ljava/lang/Class;
            invokestatic java.util.Collections.singleton:(Ljava/lang/Object;)Ljava/util/Set;
            areturn
        end local 0 // com.google.crypto.tink.Registry$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/Registry$1;
    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$1 this
         0: .line 166
            aconst_null
            areturn
        end local 0 // com.google.crypto.tink.Registry$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/Registry$1;
    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=1, locals=2, args_size=2
        start local 0 // com.google.crypto.tink.Registry$1 this
        start local 1 // com.google.protobuf.ByteString serializedKey
         0: .line 172
            aconst_null
            areturn
        end local 1 // com.google.protobuf.ByteString serializedKey
        end local 0 // com.google.crypto.tink.Registry$1 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/google/crypto/tink/Registry$1;
            0    1     1  serializedKey  Lcom/google/protobuf/ByteString;
    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/KeyManager;)Lcom/google/crypto/tink/Registry$KeyManagerContainer;
NestHost: com.google.crypto.tink.Registry
InnerClasses:
  com.google.crypto.tink.Registry$1
  private abstract KeyManagerContainer = com.google.crypto.tink.Registry$KeyManagerContainer of com.google.crypto.tink.Registry