public class com.google.crypto.tink.aead.KmsEnvelopeAeadKeyManager extends com.google.crypto.tink.KeyTypeManager<KmsEnvelopeAeadKey>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.google.crypto.tink.aead.KmsEnvelopeAeadKeyManager
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.aead.KmsEnvelopeAeadKeyManager this
         0: .line 24
            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\tThe type KmsEnvelopeAeadKeyManager must implement the inherited abstract method KeyTypeManager<KmsEnvelopeAeadKey>.validateKey(KmsEnvelopeAeadKey)\n\tKmsEnvelopeAeadKey cannot be resolved to a type\n\tThe constructor KeyTypeManager<KmsEnvelopeAeadKey>(Class<KmsEnvelopeAeadKey>, KeyTypeManager.PrimitiveFactory<?,KmsEnvelopeAeadKey>...) refers to the missing type KmsEnvelopeAeadKey\n\tKmsEnvelopeAeadKey cannot be resolved to a type\n\tThe type new KeyTypeManager.PrimitiveFactory<Aead,KmsEnvelopeAeadKey>(){} must implement the inherited abstract method KeyTypeManager.PrimitiveFactory<Aead,KmsEnvelopeAeadKey>.getPrimitive(KmsEnvelopeAeadKey)\n\tKmsEnvelopeAeadKey cannot be resolved to a type\n\tKmsEnvelopeAeadKey cannot be resolved to a type\n\tKeyMaterialType cannot be resolved to a type\n\tKeyMaterialType cannot be resolved to a variable\n\tKmsEnvelopeAeadKey cannot be resolved to a type\n\tKmsEnvelopeAeadKey cannot be resolved to a type\n\tKmsEnvelopeAeadKey cannot be resolved\n\tKmsEnvelopeAeadKeyFormat cannot be resolved to a type\n\tKmsEnvelopeAeadKey cannot be resolved to a type\n\tThe type new KeyTypeManager.KeyFactory<KmsEnvelopeAeadKeyFormat,KmsEnvelopeAeadKey>(){} must implement the inherited abstract method KeyTypeManager.KeyFactory<KmsEnvelopeAeadKeyFormat,KmsEnvelopeAeadKey>.validateKeyFormat(KmsEnvelopeAeadKeyFormat)\n\tThe type new KeyTypeManager.KeyFactory<KmsEnvelopeAeadKeyFormat,KmsEnvelopeAeadKey>(){} must implement the inherited abstract method KeyTypeManager.KeyFactory<KmsEnvelopeAeadKeyFormat,KmsEnvelopeAeadKey>.createKey(KmsEnvelopeAeadKeyFormat)\n\tThe constructor KeyTypeManager.KeyFactory<KmsEnvelopeAeadKeyFormat,KmsEnvelopeAeadKey>(Class<KmsEnvelopeAeadKeyFormat>) refers to the missing type KmsEnvelopeAeadKeyFormat\n\tKmsEnvelopeAeadKeyFormat cannot be resolved to a type\n\tKmsEnvelopeAeadKey cannot be resolved to a type\n\tKmsEnvelopeAeadKeyFormat cannot be resolved to a type\n\tKmsEnvelopeAeadKeyFormat cannot be resolved to a type\n\tKmsEnvelopeAeadKeyFormat cannot be resolved to a type\n\tKmsEnvelopeAeadKeyFormat cannot be resolved\n\tKmsEnvelopeAeadKey cannot be resolved to a type\n\tKmsEnvelopeAeadKeyFormat cannot be resolved to a type\n\tKmsEnvelopeAeadKey cannot be resolved\n\tThe method registerKeyManager(KeyManager<P>, boolean) in the type Registry is not applicable for the arguments (KmsEnvelopeAeadKeyManager, boolean)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.aead.KmsEnvelopeAeadKeyManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/aead/KmsEnvelopeAeadKeyManager;

  public java.lang.String getKeyType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.aead.KmsEnvelopeAeadKeyManager this
         0: .line 53
            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.aead.KmsEnvelopeAeadKeyManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/aead/KmsEnvelopeAeadKeyManager;

  public int getVersion();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.aead.KmsEnvelopeAeadKeyManager this
         0: .line 58
            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.aead.KmsEnvelopeAeadKeyManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/aead/KmsEnvelopeAeadKeyManager;

  public KeyMaterialType keyMaterialType();
    descriptor: ()LKeyMaterialType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.aead.KmsEnvelopeAeadKeyManager this
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKeyMaterialType cannot be resolved to a type\n\tKeyMaterialType cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.aead.KmsEnvelopeAeadKeyManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/aead/KmsEnvelopeAeadKeyManager;

  public void validateKey(KmsEnvelopeAeadKey);
    descriptor: (LKmsEnvelopeAeadKey;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.crypto.tink.aead.KmsEnvelopeAeadKeyManager this
         0: .line 68
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tKmsEnvelopeAeadKey cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.aead.KmsEnvelopeAeadKeyManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/aead/KmsEnvelopeAeadKeyManager;
    Exceptions:
      throws java.security.GeneralSecurityException
    MethodParameters:
      Name  Flags
      key   

  public KmsEnvelopeAeadKey parseKey(com.google.protobuf.ByteString);
    descriptor: (Lcom/google/protobuf/ByteString;)LKmsEnvelopeAeadKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.crypto.tink.aead.KmsEnvelopeAeadKeyManager this
         0: .line 73
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKmsEnvelopeAeadKey cannot be resolved to a type\n\tKmsEnvelopeAeadKey cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.aead.KmsEnvelopeAeadKeyManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/aead/KmsEnvelopeAeadKeyManager;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    MethodParameters:
            Name  Flags
      byteString  

  public com.google.crypto.tink.KeyTypeManager$KeyFactory<KmsEnvelopeAeadKeyFormat, KmsEnvelopeAeadKey> keyFactory();
    descriptor: ()Lcom/google/crypto/tink/KeyTypeManager$KeyFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.aead.KmsEnvelopeAeadKeyManager this
         0: .line 78
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKmsEnvelopeAeadKeyFormat cannot be resolved to a type\n\tKmsEnvelopeAeadKey cannot be resolved to a type\n\tThe type new KeyTypeManager.KeyFactory<KmsEnvelopeAeadKeyFormat,KmsEnvelopeAeadKey>(){} must implement the inherited abstract method KeyTypeManager.KeyFactory<KmsEnvelopeAeadKeyFormat,KmsEnvelopeAeadKey>.validateKeyFormat(KmsEnvelopeAeadKeyFormat)\n\tThe type new KeyTypeManager.KeyFactory<KmsEnvelopeAeadKeyFormat,KmsEnvelopeAeadKey>(){} must implement the inherited abstract method KeyTypeManager.KeyFactory<KmsEnvelopeAeadKeyFormat,KmsEnvelopeAeadKey>.createKey(KmsEnvelopeAeadKeyFormat)\n\tThe constructor KeyTypeManager.KeyFactory<KmsEnvelopeAeadKeyFormat,KmsEnvelopeAeadKey>(Class<KmsEnvelopeAeadKeyFormat>) refers to the missing type KmsEnvelopeAeadKeyFormat\n\tKmsEnvelopeAeadKeyFormat cannot be resolved to a type\n\tKmsEnvelopeAeadKey cannot be resolved to a type\n\tKmsEnvelopeAeadKeyFormat cannot be resolved to a type\n\tKmsEnvelopeAeadKeyFormat cannot be resolved to a type\n\tKmsEnvelopeAeadKeyFormat cannot be resolved to a type\n\tKmsEnvelopeAeadKeyFormat cannot be resolved\n\tKmsEnvelopeAeadKey cannot be resolved to a type\n\tKmsEnvelopeAeadKeyFormat cannot be resolved to a type\n\tKmsEnvelopeAeadKey cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.aead.KmsEnvelopeAeadKeyManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/aead/KmsEnvelopeAeadKeyManager;
    Signature: ()Lcom/google/crypto/tink/KeyTypeManager$KeyFactory<LKmsEnvelopeAeadKeyFormat;LKmsEnvelopeAeadKey;>;

  public static void register(boolean);
    descriptor: (Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 101
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method registerKeyManager(KeyManager<P>, boolean) in the type Registry is not applicable for the arguments (KmsEnvelopeAeadKeyManager, boolean)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.security.GeneralSecurityException
    MethodParameters:
               Name  Flags
      newKeyAllowed  
}
Signature: Lcom/google/crypto/tink/KeyTypeManager<LKmsEnvelopeAeadKey;>;
SourceFile: "KmsEnvelopeAeadKeyManager.java"
NestMembers:
  com.google.crypto.tink.aead.KmsEnvelopeAeadKeyManager$1  com.google.crypto.tink.aead.KmsEnvelopeAeadKeyManager$2
InnerClasses:
  public abstract KeyFactory = com.google.crypto.tink.KeyTypeManager$KeyFactory of com.google.crypto.tink.KeyTypeManager