class com.google.crypto.tink.signature.PublicKeyVerifyWrapper implements com.google.crypto.tink.PrimitiveWrapper<com.google.crypto.tink.PublicKeyVerify, com.google.crypto.tink.PublicKeyVerify>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.crypto.tink.signature.PublicKeyVerifyWrapper
  super_class: java.lang.Object
{
  private static final java.util.logging.Logger logger;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 42
            ldc Lcom/google/crypto/tink/signature/PublicKeyVerifyWrapper;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.util.logging.Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger;
            putstatic com.google.crypto.tink.signature.PublicKeyVerifyWrapper.logger:Ljava/util/logging/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.signature.PublicKeyVerifyWrapper this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.crypto.tink.signature.PublicKeyVerifyWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/signature/PublicKeyVerifyWrapper;

  public com.google.crypto.tink.PublicKeyVerify wrap(com.google.crypto.tink.PrimitiveSet<com.google.crypto.tink.PublicKeyVerify>);
    descriptor: (Lcom/google/crypto/tink/PrimitiveSet;)Lcom/google/crypto/tink/PublicKeyVerify;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.crypto.tink.signature.PublicKeyVerifyWrapper this
        start local 1 // com.google.crypto.tink.PrimitiveSet primitives
         0: .line 97
            new com.google.crypto.tink.signature.PublicKeyVerifyWrapper$WrappedPublicKeyVerify
            dup
            aload 1 /* primitives */
            invokespecial com.google.crypto.tink.signature.PublicKeyVerifyWrapper$WrappedPublicKeyVerify.<init>:(Lcom/google/crypto/tink/PrimitiveSet;)V
            areturn
        end local 1 // com.google.crypto.tink.PrimitiveSet primitives
        end local 0 // com.google.crypto.tink.signature.PublicKeyVerifyWrapper this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/google/crypto/tink/signature/PublicKeyVerifyWrapper;
            0    1     1  primitives  Lcom/google/crypto/tink/PrimitiveSet<Lcom/google/crypto/tink/PublicKeyVerify;>;
    Signature: (Lcom/google/crypto/tink/PrimitiveSet<Lcom/google/crypto/tink/PublicKeyVerify;>;)Lcom/google/crypto/tink/PublicKeyVerify;
    MethodParameters:
            Name  Flags
      primitives  final

  public java.lang.Class<com.google.crypto.tink.PublicKeyVerify> getPrimitiveClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.signature.PublicKeyVerifyWrapper this
         0: .line 102
            ldc Lcom/google/crypto/tink/PublicKeyVerify;
            areturn
        end local 0 // com.google.crypto.tink.signature.PublicKeyVerifyWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/signature/PublicKeyVerifyWrapper;
    Signature: ()Ljava/lang/Class<Lcom/google/crypto/tink/PublicKeyVerify;>;

  public java.lang.Class<com.google.crypto.tink.PublicKeyVerify> getInputPrimitiveClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.signature.PublicKeyVerifyWrapper this
         0: .line 107
            ldc Lcom/google/crypto/tink/PublicKeyVerify;
            areturn
        end local 0 // com.google.crypto.tink.signature.PublicKeyVerifyWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/signature/PublicKeyVerifyWrapper;
    Signature: ()Ljava/lang/Class<Lcom/google/crypto/tink/PublicKeyVerify;>;

  public static void register();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 117
            new com.google.crypto.tink.signature.PublicKeyVerifyWrapper
            dup
            invokespecial com.google.crypto.tink.signature.PublicKeyVerifyWrapper.<init>:()V
            invokestatic com.google.crypto.tink.Registry.registerPrimitiveWrapper:(Lcom/google/crypto/tink/PrimitiveWrapper;)V
         1: .line 118
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.security.GeneralSecurityException

  public java.lang.Object wrap(com.google.crypto.tink.PrimitiveSet);
    descriptor: (Lcom/google/crypto/tink/PrimitiveSet;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.google.crypto.tink.PrimitiveSet
            invokevirtual com.google.crypto.tink.signature.PublicKeyVerifyWrapper.wrap:(Lcom/google/crypto/tink/PrimitiveSet;)Lcom/google/crypto/tink/PublicKeyVerify;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.security.GeneralSecurityException
}
Signature: Ljava/lang/Object;Lcom/google/crypto/tink/PrimitiveWrapper<Lcom/google/crypto/tink/PublicKeyVerify;Lcom/google/crypto/tink/PublicKeyVerify;>;
SourceFile: "PublicKeyVerifyWrapper.java"
NestMembers:
  com.google.crypto.tink.signature.PublicKeyVerifyWrapper$WrappedPublicKeyVerify
InnerClasses:
  private WrappedPublicKeyVerify = com.google.crypto.tink.signature.PublicKeyVerifyWrapper$WrappedPublicKeyVerify of com.google.crypto.tink.signature.PublicKeyVerifyWrapper