final class com.google.crypto.tink.signature.SigUtil
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.crypto.tink.signature.SigUtil
  super_class: java.lang.Object
{
  static final java.lang.String INVALID_PARAMS;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "Invalid ECDSA parameters"

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

  public static void validateEcdsaParams(EcdsaParams);
    descriptor: (LEcdsaParams;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 38
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEcdsaParams cannot be resolved to a type\n\tEcdsaSignatureEncoding cannot be resolved to a type\n\tHashType cannot be resolved to a type\n\tEllipticCurveType cannot be resolved to a type\n\tDER cannot be resolved to a variable\n\tIEEE_P1363 cannot be resolved to a variable\n\tNIST_P256 cannot be resolved to a variable\n\tHashType cannot be resolved to a variable\n\tNIST_P384 cannot be resolved to a variable\n\tHashType cannot be resolved to a variable\n\tHashType cannot be resolved to a variable\n\tNIST_P521 cannot be resolved to a variable\n\tHashType 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
      params  

  public static void validateRsaSsaPkcs1Params(RsaSsaPkcs1Params);
    descriptor: (LRsaSsaPkcs1Params;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 80
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tRsaSsaPkcs1Params cannot be resolved to a type\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
      params  

  public static void validateRsaSsaPssParams(RsaSsaPssParams);
    descriptor: (LRsaSsaPssParams;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 105
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tRsaSsaPssParams cannot be resolved to a type\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
      params  

  public static com.google.crypto.tink.subtle.Enums$HashType toHashType(HashType);
    descriptor: (LHashType;)Lcom/google/crypto/tink/subtle/Enums$HashType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 117
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHashType cannot be resolved to a type\n\tSHA256 cannot be resolved to a variable\n\tSHA384 cannot be resolved to a variable\n\tSHA512 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
      hash  

  public static com.google.crypto.tink.subtle.EllipticCurves$CurveType toCurveType(EllipticCurveType);
    descriptor: (LEllipticCurveType;)Lcom/google/crypto/tink/subtle/EllipticCurves$CurveType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 132
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEllipticCurveType cannot be resolved to a type\n\tNIST_P256 cannot be resolved to a variable\n\tNIST_P384 cannot be resolved to a variable\n\tNIST_P521 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
      type  

  public static com.google.crypto.tink.subtle.EllipticCurves$EcdsaEncoding toEcdsaEncoding(EcdsaSignatureEncoding);
    descriptor: (LEcdsaSignatureEncoding;)Lcom/google/crypto/tink/subtle/EllipticCurves$EcdsaEncoding;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 150
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEcdsaSignatureEncoding cannot be resolved to a type\n\tIEEE_P1363 cannot be resolved to a variable\n\tDER 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
      encoding  
}
SourceFile: "SigUtil.java"
InnerClasses:
  public final CurveType = com.google.crypto.tink.subtle.EllipticCurves$CurveType of com.google.crypto.tink.subtle.EllipticCurves
  public final EcdsaEncoding = com.google.crypto.tink.subtle.EllipticCurves$EcdsaEncoding of com.google.crypto.tink.subtle.EllipticCurves
  public final HashType = com.google.crypto.tink.subtle.Enums$HashType of com.google.crypto.tink.subtle.Enums