class com.google.crypto.tink.subtle.AesGcmJce$1 extends java.lang.ThreadLocal<javax.crypto.Cipher>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.crypto.tink.subtle.AesGcmJce$1
  super_class: java.lang.ThreadLocal
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.subtle.AesGcmJce$1 this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.ThreadLocal.<init>:()V
            return
        end local 0 // com.google.crypto.tink.subtle.AesGcmJce$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/subtle/AesGcmJce$1;

  protected javax.crypto.Cipher initialValue();
    descriptor: ()Ljavax/crypto/Cipher;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.crypto.tink.subtle.AesGcmJce$1 this
         0: .line 39
            getstatic com.google.crypto.tink.subtle.EngineFactory.CIPHER:Lcom/google/crypto/tink/subtle/EngineFactory;
            ldc "AES/GCM/NoPadding"
            invokevirtual com.google.crypto.tink.subtle.EngineFactory.getInstance:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast javax.crypto.Cipher
         1: areturn
         2: .line 40
      StackMap locals:
      StackMap stack: java.security.GeneralSecurityException
            astore 1 /* ex */
        start local 1 // java.security.GeneralSecurityException ex
         3: .line 41
            new java.lang.IllegalStateException
            dup
            aload 1 /* ex */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.security.GeneralSecurityException ex
        end local 0 // com.google.crypto.tink.subtle.AesGcmJce$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/crypto/tink/subtle/AesGcmJce$1;
            3    4     1    ex  Ljava/security/GeneralSecurityException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.security.GeneralSecurityException

  protected java.lang.Object initialValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.crypto.tink.subtle.AesGcmJce$1.initialValue:()Ljavax/crypto/Cipher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/ThreadLocal<Ljavax/crypto/Cipher;>;
SourceFile: "AesGcmJce.java"
EnclosingMethod: com.google.crypto.tink.subtle.AesGcmJce
NestHost: com.google.crypto.tink.subtle.AesGcmJce
InnerClasses:
  com.google.crypto.tink.subtle.AesGcmJce$1