public class com.google.crypto.tink.PrivateKeyManagerImpl<PrimitiveT, KeyProtoT extends com.google.protobuf.MessageLite, PublicKeyProtoT extends com.google.protobuf.MessageLite> extends com.google.crypto.tink.KeyManagerImpl<PrimitiveT, KeyProtoT> implements com.google.crypto.tink.PrivateKeyManager<PrimitiveT>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.google.crypto.tink.PrivateKeyManagerImpl
  super_class: com.google.crypto.tink.KeyManagerImpl
{
  private final com.google.crypto.tink.PrivateKeyTypeManager<KeyProtoT, PublicKeyProtoT> privateKeyManager;
    descriptor: Lcom/google/crypto/tink/PrivateKeyTypeManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/google/crypto/tink/PrivateKeyTypeManager<TKeyProtoT;TPublicKeyProtoT;>;

  private final com.google.crypto.tink.KeyTypeManager<PublicKeyProtoT> publicKeyManager;
    descriptor: Lcom/google/crypto/tink/KeyTypeManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/google/crypto/tink/KeyTypeManager<TPublicKeyProtoT;>;

  public void <init>(com.google.crypto.tink.PrivateKeyTypeManager<KeyProtoT, PublicKeyProtoT>, com.google.crypto.tink.KeyTypeManager<PublicKeyProtoT>, java.lang.Class<PrimitiveT>);
    descriptor: (Lcom/google/crypto/tink/PrivateKeyTypeManager;Lcom/google/crypto/tink/KeyTypeManager;Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.google.crypto.tink.PrivateKeyManagerImpl this
         0: .line 18
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.google.crypto.tink.proto cannot be resolved\n\tThe return types are incompatible for the inherited methods KeyManager<PrimitiveT>.newKeyData(ByteString), KeyManagerImpl<PrimitiveT,KeyProtoT>.newKeyData(ByteString)\n\tKeyData cannot be resolved to a type\n\tKeyData cannot be resolved\n\tThe method keyMaterialType() from the type KeyTypeManager<PublicKeyProtoT> refers to the missing type KeyMaterialType\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.PrivateKeyManagerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/PrivateKeyManagerImpl<TPrimitiveT;TKeyProtoT;TPublicKeyProtoT;>;
    Signature: (Lcom/google/crypto/tink/PrivateKeyTypeManager<TKeyProtoT;TPublicKeyProtoT;>;Lcom/google/crypto/tink/KeyTypeManager<TPublicKeyProtoT;>;Ljava/lang/Class<TPrimitiveT;>;)V
    MethodParameters:
                   Name  Flags
      privateKeyManager  
      publicKeyManager   
      primitiveClass     

  public KeyData getPublicKeyData(com.google.protobuf.ByteString);
    descriptor: (Lcom/google/protobuf/ByteString;)LKeyData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.crypto.tink.PrivateKeyManagerImpl this
         0: .line 51
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKeyData cannot be resolved to a type\n\tKeyData cannot be resolved\n\tThe method keyMaterialType() from the type KeyTypeManager<PublicKeyProtoT> refers to the missing type KeyMaterialType\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.PrivateKeyManagerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/PrivateKeyManagerImpl<TPrimitiveT;TKeyProtoT;TPublicKeyProtoT;>;
    Exceptions:
      throws java.security.GeneralSecurityException
    MethodParameters:
               Name  Flags
      serializedKey  
}
Signature: <PrimitiveT:Ljava/lang/Object;KeyProtoT::Lcom/google/protobuf/MessageLite;PublicKeyProtoT::Lcom/google/protobuf/MessageLite;>Lcom/google/crypto/tink/KeyManagerImpl<TPrimitiveT;TKeyProtoT;>;Lcom/google/crypto/tink/PrivateKeyManager<TPrimitiveT;>;
SourceFile: "PrivateKeyManagerImpl.java"
    RuntimeInvisibleAnnotations: 
      com.google.crypto.tink.annotations.Alpha()