public final class com.google.crypto.tink.NoSecretKeysetHandle
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.crypto.tink.NoSecretKeysetHandle
  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.NoSecretKeysetHandle this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.crypto.tink.NoSecretKeysetHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/NoSecretKeysetHandle;

  public static final com.google.crypto.tink.KeysetHandle parseFrom(byte[]);
    descriptor: ([B)Lcom/google/crypto/tink/KeysetHandle;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKeyset cannot be resolved to a type\n\tKeyset cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.security.GeneralSecurityException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      serialized  final

  public static final com.google.crypto.tink.KeysetHandle read(com.google.crypto.tink.KeysetReader);
    descriptor: (Lcom/google/crypto/tink/KeysetReader;)Lcom/google/crypto/tink/KeysetHandle;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
         0: .line 57
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKeyset cannot be resolved to a type\n\tThe method read() from the type KeysetReader refers to the missing type Keyset\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.security.GeneralSecurityException, java.io.IOException
    MethodParameters:
        Name  Flags
      reader  

  static void validate(Keyset);
    descriptor: (LKeyset;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 67
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKeyset cannot be resolved to a type\n\tKeyset cannot be resolved to a type\n\tKeyData cannot be resolved to a variable\n\tKeyData cannot be resolved to a variable\n\tKeyData cannot be resolved to a variable\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
      keyset  
}
SourceFile: "NoSecretKeysetHandle.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()