public final class com.google.crypto.tink.daead.AesSivKeyManager extends com.google.crypto.tink.KeyTypeManager<AesSivKey>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.crypto.tink.daead.AesSivKeyManager
  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.daead.AesSivKeyManager this
         0: .line 23
            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 AesSivKeyManager must implement the inherited abstract method KeyTypeManager<AesSivKey>.validateKey(AesSivKey)\n\tAesSivKey cannot be resolved to a type\n\tThe constructor KeyTypeManager<AesSivKey>(Class<AesSivKey>, KeyTypeManager.PrimitiveFactory<?,AesSivKey>...) refers to the missing type AesSivKey\n\tAesSivKey cannot be resolved to a type\n\tThe type new KeyTypeManager.PrimitiveFactory<DeterministicAead,AesSivKey>(){} must implement the inherited abstract method KeyTypeManager.PrimitiveFactory<DeterministicAead,AesSivKey>.getPrimitive(AesSivKey)\n\tAesSivKey cannot be resolved to a type\n\tAesSivKey cannot be resolved to a type\n\tKeyMaterialType cannot be resolved to a type\n\tKeyMaterialType cannot be resolved to a variable\n\tAesSivKey cannot be resolved to a type\n\tAesSivKey cannot be resolved to a type\n\tAesSivKey cannot be resolved\n\tAesSivKeyFormat cannot be resolved to a type\n\tAesSivKey cannot be resolved to a type\n\tThe type new KeyTypeManager.KeyFactory<AesSivKeyFormat,AesSivKey>(){} must implement the inherited abstract method KeyTypeManager.KeyFactory<AesSivKeyFormat,AesSivKey>.validateKeyFormat(AesSivKeyFormat)\n\tThe type new KeyTypeManager.KeyFactory<AesSivKeyFormat,AesSivKey>(){} must implement the inherited abstract method KeyTypeManager.KeyFactory<AesSivKeyFormat,AesSivKey>.createKey(AesSivKeyFormat)\n\tThe constructor KeyTypeManager.KeyFactory<AesSivKeyFormat,AesSivKey>(Class<AesSivKeyFormat>) refers to the missing type AesSivKeyFormat\n\tAesSivKeyFormat cannot be resolved to a type\n\tAesSivKey cannot be resolved to a type\n\tAesSivKeyFormat cannot be resolved to a type\n\tAesSivKeyFormat cannot be resolved to a type\n\tAesSivKeyFormat cannot be resolved to a type\n\tAesSivKeyFormat cannot be resolved\n\tAesSivKey cannot be resolved to a type\n\tAesSivKeyFormat cannot be resolved to a type\n\tAesSivKey cannot be resolved\n\tThe method registerKeyManager(KeyManager<P>, boolean) in the type Registry is not applicable for the arguments (AesSivKeyManager, boolean)\n\tAesSivKeyFormat cannot be resolved to a type\n\tAesSivKeyFormat cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.daead.AesSivKeyManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/daead/AesSivKeyManager;

  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.daead.AesSivKeyManager 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.daead.AesSivKeyManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/daead/AesSivKeyManager;

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

  public KeyMaterialType keyMaterialType();
    descriptor: ()LKeyMaterialType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.daead.AesSivKeyManager 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.daead.AesSivKeyManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/daead/AesSivKeyManager;

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

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

  public com.google.crypto.tink.KeyTypeManager$KeyFactory<AesSivKeyFormat, AesSivKey> 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.daead.AesSivKeyManager this
         0: .line 82
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAesSivKeyFormat cannot be resolved to a type\n\tAesSivKey cannot be resolved to a type\n\tThe type new KeyTypeManager.KeyFactory<AesSivKeyFormat,AesSivKey>(){} must implement the inherited abstract method KeyTypeManager.KeyFactory<AesSivKeyFormat,AesSivKey>.validateKeyFormat(AesSivKeyFormat)\n\tThe type new KeyTypeManager.KeyFactory<AesSivKeyFormat,AesSivKey>(){} must implement the inherited abstract method KeyTypeManager.KeyFactory<AesSivKeyFormat,AesSivKey>.createKey(AesSivKeyFormat)\n\tThe constructor KeyTypeManager.KeyFactory<AesSivKeyFormat,AesSivKey>(Class<AesSivKeyFormat>) refers to the missing type AesSivKeyFormat\n\tAesSivKeyFormat cannot be resolved to a type\n\tAesSivKey cannot be resolved to a type\n\tAesSivKeyFormat cannot be resolved to a type\n\tAesSivKeyFormat cannot be resolved to a type\n\tAesSivKeyFormat cannot be resolved to a type\n\tAesSivKeyFormat cannot be resolved\n\tAesSivKey cannot be resolved to a type\n\tAesSivKeyFormat cannot be resolved to a type\n\tAesSivKey cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.daead.AesSivKeyManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/daead/AesSivKeyManager;
    Signature: ()Lcom/google/crypto/tink/KeyTypeManager$KeyFactory<LAesSivKeyFormat;LAesSivKey;>;

  public static void register(boolean);
    descriptor: (Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 109
            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 (AesSivKeyManager, 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  

  public static final com.google.crypto.tink.KeyTemplate aes256SivTemplate();
    descriptor: ()Lcom/google/crypto/tink/KeyTemplate;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=0, args_size=0
         0: .line 113
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static final com.google.crypto.tink.KeyTemplate rawAes256SivTemplate();
    descriptor: ()Lcom/google/crypto/tink/KeyTemplate;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=0, args_size=0
         0: .line 121
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static com.google.crypto.tink.KeyTemplate createKeyTemplate(int, com.google.crypto.tink.KeyTemplate$OutputPrefixType);
    descriptor: (ILcom/google/crypto/tink/KeyTemplate$OutputPrefixType;)Lcom/google/crypto/tink/KeyTemplate;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 131
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAesSivKeyFormat cannot be resolved to a type\n\tAesSivKeyFormat cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
            Name  Flags
      keySize     
      prefixType  
}
Signature: Lcom/google/crypto/tink/KeyTypeManager<LAesSivKey;>;
SourceFile: "AesSivKeyManager.java"
NestMembers:
  com.google.crypto.tink.daead.AesSivKeyManager$1  com.google.crypto.tink.daead.AesSivKeyManager$2
InnerClasses:
  public final OutputPrefixType = com.google.crypto.tink.KeyTemplate$OutputPrefixType of com.google.crypto.tink.KeyTemplate
  public abstract KeyFactory = com.google.crypto.tink.KeyTypeManager$KeyFactory of com.google.crypto.tink.KeyTypeManager