public final class com.google.crypto.tink.hybrid.HybridEncryptFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.crypto.tink.hybrid.HybridEncryptFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.hybrid.HybridEncryptFactory this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.crypto.tink.hybrid.HybridEncryptFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/hybrid/HybridEncryptFactory;

  public static com.google.crypto.tink.HybridEncrypt getPrimitive(com.google.crypto.tink.KeysetHandle);
    descriptor: (Lcom/google/crypto/tink/KeysetHandle;)Lcom/google/crypto/tink/HybridEncrypt;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.KeysetHandle keysetHandle
         0: .line 51
            aload 0 /* keysetHandle */
            aconst_null
            invokestatic com.google.crypto.tink.hybrid.HybridEncryptFactory.getPrimitive:(Lcom/google/crypto/tink/KeysetHandle;Lcom/google/crypto/tink/KeyManager;)Lcom/google/crypto/tink/HybridEncrypt;
            areturn
        end local 0 // com.google.crypto.tink.KeysetHandle keysetHandle
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0  keysetHandle  Lcom/google/crypto/tink/KeysetHandle;
    Exceptions:
      throws java.security.GeneralSecurityException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      keysetHandle  

  public static com.google.crypto.tink.HybridEncrypt getPrimitive(com.google.crypto.tink.KeysetHandle, com.google.crypto.tink.KeyManager<com.google.crypto.tink.HybridEncrypt>);
    descriptor: (Lcom/google/crypto/tink/KeysetHandle;Lcom/google/crypto/tink/KeyManager;)Lcom/google/crypto/tink/HybridEncrypt;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.crypto.tink.KeysetHandle keysetHandle
        start local 1 // com.google.crypto.tink.KeyManager keyManager
         0: .line 64
            new com.google.crypto.tink.hybrid.HybridEncryptWrapper
            dup
            invokespecial com.google.crypto.tink.hybrid.HybridEncryptWrapper.<init>:()V
            invokestatic com.google.crypto.tink.Registry.registerPrimitiveWrapper:(Lcom/google/crypto/tink/PrimitiveWrapper;)V
         1: .line 66
            aload 0 /* keysetHandle */
            aload 1 /* keyManager */
            ldc Lcom/google/crypto/tink/HybridEncrypt;
            invokestatic com.google.crypto.tink.Registry.getPrimitives:(Lcom/google/crypto/tink/KeysetHandle;Lcom/google/crypto/tink/KeyManager;Ljava/lang/Class;)Lcom/google/crypto/tink/PrimitiveSet;
         2: .line 65
            astore 2 /* primitives */
        start local 2 // com.google.crypto.tink.PrimitiveSet primitives
         3: .line 67
            aload 2 /* primitives */
            invokestatic com.google.crypto.tink.Registry.wrap:(Lcom/google/crypto/tink/PrimitiveSet;)Ljava/lang/Object;
            checkcast com.google.crypto.tink.HybridEncrypt
            areturn
        end local 2 // com.google.crypto.tink.PrimitiveSet primitives
        end local 1 // com.google.crypto.tink.KeyManager keyManager
        end local 0 // com.google.crypto.tink.KeysetHandle keysetHandle
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0  keysetHandle  Lcom/google/crypto/tink/KeysetHandle;
            0    4     1    keyManager  Lcom/google/crypto/tink/KeyManager<Lcom/google/crypto/tink/HybridEncrypt;>;
            3    4     2    primitives  Lcom/google/crypto/tink/PrimitiveSet<Lcom/google/crypto/tink/HybridEncrypt;>;
    Exceptions:
      throws java.security.GeneralSecurityException
    Signature: (Lcom/google/crypto/tink/KeysetHandle;Lcom/google/crypto/tink/KeyManager<Lcom/google/crypto/tink/HybridEncrypt;>;)Lcom/google/crypto/tink/HybridEncrypt;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      keysetHandle  
      keyManager    final
}
SourceFile: "HybridEncryptFactory.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()