final class sun.security.pkcs11.P11Signature extends java.security.SignatureSpi
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.pkcs11.P11Signature
  super_class: java.security.SignatureSpi
{
  private final sun.security.pkcs11.Token token;
    descriptor: Lsun/security/pkcs11/Token;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String algorithm;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String keyAlgorithm;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long mechanism;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final sun.security.util.ObjectIdentifier digestOID;
    descriptor: Lsun/security/util/ObjectIdentifier;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int type;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private sun.security.pkcs11.P11Key p11Key;
    descriptor: Lsun/security/pkcs11/P11Key;
    flags: (0x0002) ACC_PRIVATE

  private final java.security.MessageDigest md;
    descriptor: Ljava/security/MessageDigest;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private sun.security.pkcs11.Session session;
    descriptor: Lsun/security/pkcs11/Session;
    flags: (0x0002) ACC_PRIVATE

  private int mode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean initialized;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final byte[] buffer;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int bytesProcessed;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private static final int M_SIGN;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int M_VERIFY;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int T_DIGEST;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int T_UPDATE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int T_RAW;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int RAW_ECDSA_MAX;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 128

  void <init>(sun.security.pkcs11.Token, java.lang.String, long);
    descriptor: (Lsun/security/pkcs11/Token;Ljava/lang/String;J)V
    flags: (0x0000) 
    Code:
      stack=5, locals=9, args_size=4
        start local 0 // sun.security.pkcs11.P11Signature this
        start local 1 // sun.security.pkcs11.Token token
        start local 2 // java.lang.String algorithm
        start local 3 // long mechanism
         0: .line 138
            aload 0 /* this */
            invokespecial java.security.SignatureSpi.<init>:()V
         1: .line 139
            aload 0 /* this */
            aload 1 /* token */
            putfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
         2: .line 140
            aload 0 /* this */
            aload 2 /* algorithm */
            putfield sun.security.pkcs11.P11Signature.algorithm:Ljava/lang/String;
         3: .line 141
            aload 0 /* this */
            lload 3 /* mechanism */
            putfield sun.security.pkcs11.P11Signature.mechanism:J
         4: .line 142
            aconst_null
            astore 5 /* buffer */
        start local 5 // byte[] buffer
         5: .line 143
            aconst_null
            astore 6 /* digestOID */
        start local 6 // sun.security.util.ObjectIdentifier digestOID
         6: .line 144
            aconst_null
            astore 7 /* md */
        start local 7 // java.security.MessageDigest md
         7: .line 145
            lload 3 /* mechanism */
            l2i
            lookupswitch { // 13
                    1: 54
                    3: 54
                    4: 8
                    5: 8
                    6: 8
                   17: 20
                   18: 12
                   64: 8
                   65: 8
                   66: 8
                   70: 8
                 4161: 30
                 4162: 16
              default: 85
          }
         8: .line 153
      StackMap locals: sun.security.pkcs11.P11Signature sun.security.pkcs11.Token java.lang.String long byte[] sun.security.util.ObjectIdentifier java.security.MessageDigest
      StackMap stack:
            aload 0 /* this */
            ldc "RSA"
            putfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
         9: .line 154
            aload 0 /* this */
            iconst_2
            putfield sun.security.pkcs11.P11Signature.type:I
        10: .line 155
            iconst_1
            newarray 8
            astore 5 /* buffer */
        11: .line 156
            goto 86
        12: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "DSA"
            putfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
        13: .line 159
            aload 0 /* this */
            iconst_2
            putfield sun.security.pkcs11.P11Signature.type:I
        14: .line 160
            iconst_1
            newarray 8
            astore 5 /* buffer */
        15: .line 161
            goto 86
        16: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "EC"
            putfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
        17: .line 164
            aload 0 /* this */
            iconst_2
            putfield sun.security.pkcs11.P11Signature.type:I
        18: .line 165
            iconst_1
            newarray 8
            astore 5 /* buffer */
        19: .line 166
            goto 86
        20: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "DSA"
            putfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
        21: .line 169
            aload 2 /* algorithm */
            ldc "DSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 25
        22: .line 170
            aload 0 /* this */
            iconst_1
            putfield sun.security.pkcs11.P11Signature.type:I
        23: .line 171
            ldc "SHA-1"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 7 /* md */
        24: .line 172
            goto 86
      StackMap locals:
      StackMap stack:
        25: aload 2 /* algorithm */
            ldc "RawDSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 29
        26: .line 173
            aload 0 /* this */
            iconst_3
            putfield sun.security.pkcs11.P11Signature.type:I
        27: .line 174
            bipush 20
            newarray 8
            astore 5 /* buffer */
        28: .line 175
            goto 86
        29: .line 176
      StackMap locals:
      StackMap stack:
            new java.security.ProviderException
            dup
            aload 2 /* algorithm */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
        30: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "EC"
            putfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
        31: .line 181
            aload 2 /* algorithm */
            ldc "NONEwithECDSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 35
        32: .line 182
            aload 0 /* this */
            iconst_3
            putfield sun.security.pkcs11.P11Signature.type:I
        33: .line 183
            sipush 128
            newarray 8
            astore 5 /* buffer */
        34: .line 184
            goto 86
        35: .line 186
      StackMap locals:
      StackMap stack:
            aload 2 /* algorithm */
            ldc "SHA1withECDSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 38
        36: .line 187
            ldc "SHA-1"
            astore 8 /* digestAlg */
        start local 8 // java.lang.String digestAlg
        37: .line 188
            goto 51
        end local 8 // java.lang.String digestAlg
      StackMap locals:
      StackMap stack:
        38: aload 2 /* algorithm */
            ldc "SHA224withECDSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 41
        39: .line 189
            ldc "SHA-224"
            astore 8 /* digestAlg */
        start local 8 // java.lang.String digestAlg
        40: .line 190
            goto 51
        end local 8 // java.lang.String digestAlg
      StackMap locals:
      StackMap stack:
        41: aload 2 /* algorithm */
            ldc "SHA256withECDSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 44
        42: .line 191
            ldc "SHA-256"
            astore 8 /* digestAlg */
        start local 8 // java.lang.String digestAlg
        43: .line 192
            goto 51
        end local 8 // java.lang.String digestAlg
      StackMap locals:
      StackMap stack:
        44: aload 2 /* algorithm */
            ldc "SHA384withECDSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 47
        45: .line 193
            ldc "SHA-384"
            astore 8 /* digestAlg */
        start local 8 // java.lang.String digestAlg
        46: .line 194
            goto 51
        end local 8 // java.lang.String digestAlg
      StackMap locals:
      StackMap stack:
        47: aload 2 /* algorithm */
            ldc "SHA512withECDSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 50
        48: .line 195
            ldc "SHA-512"
            astore 8 /* digestAlg */
        start local 8 // java.lang.String digestAlg
        49: .line 196
            goto 51
        end local 8 // java.lang.String digestAlg
        50: .line 197
      StackMap locals:
      StackMap stack:
            new java.security.ProviderException
            dup
            aload 2 /* algorithm */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
        start local 8 // java.lang.String digestAlg
        51: .line 199
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.pkcs11.P11Signature.type:I
        52: .line 200
            aload 8 /* digestAlg */
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 7 /* md */
        end local 8 // java.lang.String digestAlg
        53: .line 202
            goto 86
        54: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "RSA"
            putfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
        55: .line 206
            aload 0 /* this */
            iconst_1
            putfield sun.security.pkcs11.P11Signature.type:I
        56: .line 207
            aload 2 /* algorithm */
            ldc "MD5withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 60
        57: .line 208
            ldc "MD5"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 7 /* md */
        58: .line 209
            getstatic sun.security.x509.AlgorithmId.MD5_oid:Lsun/security/util/ObjectIdentifier;
            astore 6 /* digestOID */
        59: .line 210
            goto 86
      StackMap locals:
      StackMap stack:
        60: aload 2 /* algorithm */
            ldc "SHA1withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 64
        61: .line 211
            ldc "SHA-1"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 7 /* md */
        62: .line 212
            getstatic sun.security.x509.AlgorithmId.SHA_oid:Lsun/security/util/ObjectIdentifier;
            astore 6 /* digestOID */
        63: .line 213
            goto 86
      StackMap locals:
      StackMap stack:
        64: aload 2 /* algorithm */
            ldc "MD2withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 68
        65: .line 214
            ldc "MD2"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 7 /* md */
        66: .line 215
            getstatic sun.security.x509.AlgorithmId.MD2_oid:Lsun/security/util/ObjectIdentifier;
            astore 6 /* digestOID */
        67: .line 216
            goto 86
      StackMap locals:
      StackMap stack:
        68: aload 2 /* algorithm */
            ldc "SHA224withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 72
        69: .line 217
            ldc "SHA-224"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 7 /* md */
        70: .line 218
            getstatic sun.security.x509.AlgorithmId.SHA224_oid:Lsun/security/util/ObjectIdentifier;
            astore 6 /* digestOID */
        71: .line 219
            goto 86
      StackMap locals:
      StackMap stack:
        72: aload 2 /* algorithm */
            ldc "SHA256withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 76
        73: .line 220
            ldc "SHA-256"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 7 /* md */
        74: .line 221
            getstatic sun.security.x509.AlgorithmId.SHA256_oid:Lsun/security/util/ObjectIdentifier;
            astore 6 /* digestOID */
        75: .line 222
            goto 86
      StackMap locals:
      StackMap stack:
        76: aload 2 /* algorithm */
            ldc "SHA384withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 80
        77: .line 223
            ldc "SHA-384"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 7 /* md */
        78: .line 224
            getstatic sun.security.x509.AlgorithmId.SHA384_oid:Lsun/security/util/ObjectIdentifier;
            astore 6 /* digestOID */
        79: .line 225
            goto 86
      StackMap locals:
      StackMap stack:
        80: aload 2 /* algorithm */
            ldc "SHA512withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 84
        81: .line 226
            ldc "SHA-512"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 7 /* md */
        82: .line 227
            getstatic sun.security.x509.AlgorithmId.SHA512_oid:Lsun/security/util/ObjectIdentifier;
            astore 6 /* digestOID */
        83: .line 228
            goto 86
        84: .line 229
      StackMap locals:
      StackMap stack:
            new java.security.ProviderException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown signature: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* algorithm */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
        85: .line 233
      StackMap locals:
      StackMap stack:
            new java.security.ProviderException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown mechanism: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 3 /* mechanism */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
        86: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* buffer */
            putfield sun.security.pkcs11.P11Signature.buffer:[B
        87: .line 236
            aload 0 /* this */
            aload 6 /* digestOID */
            putfield sun.security.pkcs11.P11Signature.digestOID:Lsun/security/util/ObjectIdentifier;
        88: .line 237
            aload 0 /* this */
            aload 7 /* md */
            putfield sun.security.pkcs11.P11Signature.md:Ljava/security/MessageDigest;
        89: .line 238
            return
        end local 7 // java.security.MessageDigest md
        end local 6 // sun.security.util.ObjectIdentifier digestOID
        end local 5 // byte[] buffer
        end local 3 // long mechanism
        end local 2 // java.lang.String algorithm
        end local 1 // sun.security.pkcs11.Token token
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   90     0       this  Lsun/security/pkcs11/P11Signature;
            0   90     1      token  Lsun/security/pkcs11/Token;
            0   90     2  algorithm  Ljava/lang/String;
            0   90     3  mechanism  J
            5   90     5     buffer  [B
            6   90     6  digestOID  Lsun/security/util/ObjectIdentifier;
            7   90     7         md  Ljava/security/MessageDigest;
           37   38     8  digestAlg  Ljava/lang/String;
           40   41     8  digestAlg  Ljava/lang/String;
           43   44     8  digestAlg  Ljava/lang/String;
           46   47     8  digestAlg  Ljava/lang/String;
           49   50     8  digestAlg  Ljava/lang/String;
           51   53     8  digestAlg  Ljava/lang/String;
    Exceptions:
      throws java.security.NoSuchAlgorithmException, sun.security.pkcs11.wrapper.PKCS11Exception
    MethodParameters:
           Name  Flags
      token      
      algorithm  
      mechanism  

  private void ensureInitialized();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.P11Signature this
         0: .line 241
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 242
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.initialized:Z
            ifne 3
         2: .line 243
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Signature.initialize:()V
         3: .line 245
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/pkcs11/P11Signature;

  private void cancelOperation();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // sun.security.pkcs11.P11Signature this
         0: .line 248
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 249
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.initialized:Z
            ifne 3
         2: .line 250
            return
         3: .line 252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.security.pkcs11.P11Signature.initialized:Z
         4: .line 253
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            ifnull 5
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.explicitCancel:Z
            ifne 6
         5: .line 254
      StackMap locals:
      StackMap stack:
            return
         6: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.hasObjects:()Z
            ifne 9
         7: .line 257
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Token.killSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
         8: .line 258
            return
         9: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mode:I
            iconst_1
            if_icmpne 21
        10: .line 266
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            iconst_2
            if_icmpne 13
        11: .line 267
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.id:()J
            iconst_0
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_SignFinal:(JI)[B
            pop
        12: .line 268
            goto 39
        13: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            iconst_1
            if_icmpne 16
        14: .line 271
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.md:Ljava/security/MessageDigest;
            invokevirtual java.security.MessageDigest.digest:()[B
            astore 1 /* digest */
        start local 1 // byte[] digest
        15: .line 272
            goto 17
        end local 1 // byte[] digest
        16: .line 273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            astore 1 /* digest */
        start local 1 // byte[] digest
        17: .line 275
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.id:()J
            aload 1 /* digest */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_Sign:(J[B)[B
            pop
        end local 1 // byte[] digest
        18: .line 277
            goto 39
      StackMap locals: sun.security.pkcs11.P11Signature
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
        19: astore 1 /* e */
        start local 1 // sun.security.pkcs11.wrapper.PKCS11Exception e
        20: .line 278
            new java.security.ProviderException
            dup
            ldc "cancel failed"
            aload 1 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // sun.security.pkcs11.wrapper.PKCS11Exception e
        21: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
            ldc "DSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 24
        22: .line 284
            bipush 40
            newarray 8
            astore 1 /* signature */
        start local 1 // byte[] signature
        23: .line 285
            goto 25
        end local 1 // byte[] signature
        24: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.p11Key:Lsun/security/pkcs11/P11Key;
            invokevirtual sun.security.pkcs11.P11Key.length:()I
            bipush 7
            iadd
            iconst_3
            ishr
            newarray 8
            astore 1 /* signature */
        start local 1 // byte[] signature
        25: .line 288
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            iconst_2
            if_icmpne 28
        26: .line 289
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.id:()J
            aload 1 /* signature */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_VerifyFinal:(J[B)V
        27: .line 290
            goto 39
        28: .line 292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            iconst_1
            if_icmpne 31
        29: .line 293
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.md:Ljava/security/MessageDigest;
            invokevirtual java.security.MessageDigest.digest:()[B
            astore 2 /* digest */
        start local 2 // byte[] digest
        30: .line 294
            goto 32
        end local 2 // byte[] digest
        31: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            astore 2 /* digest */
        start local 2 // byte[] digest
        32: .line 297
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.id:()J
            aload 2 /* digest */
            aload 1 /* signature */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_Verify:(J[B[B)V
        end local 2 // byte[] digest
        end local 1 // byte[] signature
        33: .line 299
            goto 39
      StackMap locals: sun.security.pkcs11.P11Signature
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
        34: pop
        35: .line 304
            goto 39
      StackMap locals:
      StackMap stack: java.lang.Throwable
        36: astore 3
        37: .line 305
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
        38: .line 306
            aload 3
            athrow
        39: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
        40: .line 307
            return
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   41     0       this  Lsun/security/pkcs11/P11Signature;
           15   16     1     digest  [B
           17   18     1     digest  [B
           20   21     1          e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
           23   24     1  signature  [B
           25   33     1  signature  [B
           30   31     2     digest  [B
           32   33     2     digest  [B
      Exception table:
        from    to  target  type
          10    18      19  Class sun.security.pkcs11.wrapper.PKCS11Exception
          21    33      34  Class sun.security.pkcs11.wrapper.PKCS11Exception
           9    36      36  any

  private void initialize();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=2, args_size=1
        start local 0 // sun.security.pkcs11.P11Signature this
         0: .line 312
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            ifnonnull 2
         1: .line 313
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.getOpSession:()Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
         2: .line 315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mode:I
            iconst_1
            if_icmpne 7
         3: .line 316
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.id:()J
         4: .line 317
            new sun.security.pkcs11.wrapper.CK_MECHANISM
            dup
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mechanism:J
            invokespecial sun.security.pkcs11.wrapper.CK_MECHANISM.<init>:(J)V
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.p11Key:Lsun/security/pkcs11/P11Key;
            getfield sun.security.pkcs11.P11Key.keyID:J
         5: .line 316
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_SignInit:(JLsun/security/pkcs11/wrapper/CK_MECHANISM;J)V
         6: .line 318
            goto 10
         7: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.id:()J
         8: .line 320
            new sun.security.pkcs11.wrapper.CK_MECHANISM
            dup
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mechanism:J
            invokespecial sun.security.pkcs11.wrapper.CK_MECHANISM.<init>:(J)V
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.p11Key:Lsun/security/pkcs11/P11Key;
            getfield sun.security.pkcs11.P11Key.keyID:J
         9: .line 319
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_VerifyInit:(JLsun/security/pkcs11/wrapper/CK_MECHANISM;J)V
        10: .line 322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.pkcs11.P11Signature.initialized:Z
        11: .line 323
            goto 15
      StackMap locals:
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
        12: astore 1 /* e */
        start local 1 // sun.security.pkcs11.wrapper.PKCS11Exception e
        13: .line 325
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
        14: .line 326
            new java.security.ProviderException
            dup
            ldc "Initialization failed"
            aload 1 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // sun.security.pkcs11.wrapper.PKCS11Exception e
        15: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            ifeq 19
        16: .line 329
            aload 0 /* this */
            iconst_0
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
        17: .line 330
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.md:Ljava/security/MessageDigest;
            ifnull 19
        18: .line 331
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.md:Ljava/security/MessageDigest;
            invokevirtual java.security.MessageDigest.reset:()V
        19: .line 334
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lsun/security/pkcs11/P11Signature;
           13   15     1     e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
      Exception table:
        from    to  target  type
           0    11      12  Class sun.security.pkcs11.wrapper.PKCS11Exception

  private void checkRSAKeyLength(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // sun.security.pkcs11.P11Signature this
        start local 1 // int len
         0: .line 340
            iconst_1
            iload 1 /* len */
            bipush 7
            iadd
            iconst_3
            ishr
         1: .line 339
            invokestatic sun.security.rsa.RSAPadding.getInstance:(II)Lsun/security/rsa/RSAPadding;
            astore 2 /* padding */
        start local 2 // sun.security.rsa.RSAPadding padding
         2: .line 341
            goto 5
        end local 2 // sun.security.rsa.RSAPadding padding
      StackMap locals:
      StackMap stack: java.security.InvalidAlgorithmParameterException
         3: astore 3 /* iape */
        start local 3 // java.security.InvalidAlgorithmParameterException iape
         4: .line 342
            new java.security.InvalidKeyException
            dup
            aload 3 /* iape */
            invokevirtual java.security.InvalidAlgorithmParameterException.getMessage:()Ljava/lang/String;
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.security.InvalidAlgorithmParameterException iape
        start local 2 // sun.security.rsa.RSAPadding padding
         5: .line 344
      StackMap locals: sun.security.rsa.RSAPadding
      StackMap stack:
            aload 2 /* padding */
            invokevirtual sun.security.rsa.RSAPadding.getMaxDataSize:()I
            istore 3 /* maxDataSize */
        start local 3 // int maxDataSize
         6: .line 346
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.algorithm:Ljava/lang/String;
            ldc "MD5withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 8
         7: .line 347
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.algorithm:Ljava/lang/String;
            ldc "MD2withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 10
         8: .line 348
      StackMap locals: int
      StackMap stack:
            bipush 34
            istore 4 /* encodedLength */
        start local 4 // int encodedLength
         9: .line 349
            goto 26
        end local 4 // int encodedLength
      StackMap locals:
      StackMap stack:
        10: aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.algorithm:Ljava/lang/String;
            ldc "SHA1withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 13
        11: .line 350
            bipush 35
            istore 4 /* encodedLength */
        start local 4 // int encodedLength
        12: .line 351
            goto 26
        end local 4 // int encodedLength
      StackMap locals:
      StackMap stack:
        13: aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.algorithm:Ljava/lang/String;
            ldc "SHA224withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 16
        14: .line 352
            bipush 47
            istore 4 /* encodedLength */
        start local 4 // int encodedLength
        15: .line 353
            goto 26
        end local 4 // int encodedLength
      StackMap locals:
      StackMap stack:
        16: aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.algorithm:Ljava/lang/String;
            ldc "SHA256withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 19
        17: .line 354
            bipush 51
            istore 4 /* encodedLength */
        start local 4 // int encodedLength
        18: .line 355
            goto 26
        end local 4 // int encodedLength
      StackMap locals:
      StackMap stack:
        19: aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.algorithm:Ljava/lang/String;
            ldc "SHA384withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 22
        20: .line 356
            bipush 67
            istore 4 /* encodedLength */
        start local 4 // int encodedLength
        21: .line 357
            goto 26
        end local 4 // int encodedLength
      StackMap locals:
      StackMap stack:
        22: aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.algorithm:Ljava/lang/String;
            ldc "SHA512withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 25
        23: .line 358
            bipush 83
            istore 4 /* encodedLength */
        start local 4 // int encodedLength
        24: .line 359
            goto 26
        end local 4 // int encodedLength
        25: .line 360
      StackMap locals:
      StackMap stack:
            new java.security.ProviderException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown signature algo: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.algorithm:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
        start local 4 // int encodedLength
        26: .line 362
      StackMap locals: int
      StackMap stack:
            iload 4 /* encodedLength */
            iload 3 /* maxDataSize */
            if_icmple 30
        27: .line 363
            new java.security.InvalidKeyException
            dup
        28: .line 364
            ldc "Key is too short for this signature algorithm"
        29: .line 363
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
        30: .line 366
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int encodedLength
        end local 3 // int maxDataSize
        end local 2 // sun.security.rsa.RSAPadding padding
        end local 1 // int len
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   31     0           this  Lsun/security/pkcs11/P11Signature;
            0   31     1            len  I
            2    3     2        padding  Lsun/security/rsa/RSAPadding;
            5   31     2        padding  Lsun/security/rsa/RSAPadding;
            4    5     3           iape  Ljava/security/InvalidAlgorithmParameterException;
            6   31     3    maxDataSize  I
            9   10     4  encodedLength  I
           12   13     4  encodedLength  I
           15   16     4  encodedLength  I
           18   19     4  encodedLength  I
           21   22     4  encodedLength  I
           24   25     4  encodedLength  I
           26   31     4  encodedLength  I
      Exception table:
        from    to  target  type
           0     2       3  Class java.security.InvalidAlgorithmParameterException
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
      Name  Flags
      len   

  protected void engineInitVerify(java.security.PublicKey);
    descriptor: (Ljava/security/PublicKey;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.security.pkcs11.P11Signature this
        start local 1 // java.security.PublicKey publicKey
         0: .line 371
            aload 1 /* publicKey */
            ifnonnull 2
         1: .line 372
            new java.security.InvalidKeyException
            dup
            ldc "Key must not be null"
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
            ldc "RSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 1 /* publicKey */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.p11Key:Lsun/security/pkcs11/P11Key;
            if_acmpeq 8
         3: .line 377
            aload 1 /* publicKey */
            instanceof sun.security.pkcs11.P11Key
            ifeq 6
         4: .line 378
            aload 1 /* publicKey */
            checkcast sun.security.pkcs11.P11Key
            invokevirtual sun.security.pkcs11.P11Key.length:()I
            istore 2 /* keyLen */
        start local 2 // int keyLen
         5: .line 379
            goto 7
        end local 2 // int keyLen
         6: .line 380
      StackMap locals:
      StackMap stack:
            aload 1 /* publicKey */
            checkcast java.security.interfaces.RSAKey
            invokeinterface java.security.interfaces.RSAKey.getModulus:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.bitLength:()I
            istore 2 /* keyLen */
        start local 2 // int keyLen
         7: .line 382
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* keyLen */
            invokevirtual sun.security.pkcs11.P11Signature.checkRSAKeyLength:(I)V
        end local 2 // int keyLen
         8: .line 384
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Signature.cancelOperation:()V
         9: .line 385
            aload 0 /* this */
            iconst_2
            putfield sun.security.pkcs11.P11Signature.mode:I
        10: .line 386
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            aload 1 /* publicKey */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
            invokestatic sun.security.pkcs11.P11KeyFactory.convertKey:(Lsun/security/pkcs11/Token;Ljava/security/Key;Ljava/lang/String;)Lsun/security/pkcs11/P11Key;
            putfield sun.security.pkcs11.P11Signature.p11Key:Lsun/security/pkcs11/P11Key;
        11: .line 387
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Signature.initialize:()V
        12: .line 388
            return
        end local 1 // java.security.PublicKey publicKey
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lsun/security/pkcs11/P11Signature;
            0   13     1  publicKey  Ljava/security/PublicKey;
            5    6     2     keyLen  I
            7    8     2     keyLen  I
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
           Name  Flags
      publicKey  

  protected void engineInitSign(java.security.PrivateKey);
    descriptor: (Ljava/security/PrivateKey;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.security.pkcs11.P11Signature this
        start local 1 // java.security.PrivateKey privateKey
         0: .line 393
            aload 1 /* privateKey */
            ifnonnull 2
         1: .line 394
            new java.security.InvalidKeyException
            dup
            ldc "Key must not be null"
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 397
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
            ldc "RSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 1 /* privateKey */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.p11Key:Lsun/security/pkcs11/P11Key;
            if_acmpeq 8
         3: .line 399
            aload 1 /* privateKey */
            instanceof sun.security.pkcs11.P11Key
            ifeq 6
         4: .line 400
            aload 1 /* privateKey */
            checkcast sun.security.pkcs11.P11Key
            getfield sun.security.pkcs11.P11Key.keyLength:I
            istore 2 /* keyLen */
        start local 2 // int keyLen
         5: .line 401
            goto 7
        end local 2 // int keyLen
         6: .line 402
      StackMap locals:
      StackMap stack:
            aload 1 /* privateKey */
            checkcast java.security.interfaces.RSAKey
            invokeinterface java.security.interfaces.RSAKey.getModulus:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.bitLength:()I
            istore 2 /* keyLen */
        start local 2 // int keyLen
         7: .line 404
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* keyLen */
            invokevirtual sun.security.pkcs11.P11Signature.checkRSAKeyLength:(I)V
        end local 2 // int keyLen
         8: .line 406
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Signature.cancelOperation:()V
         9: .line 407
            aload 0 /* this */
            iconst_1
            putfield sun.security.pkcs11.P11Signature.mode:I
        10: .line 408
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            aload 1 /* privateKey */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
            invokestatic sun.security.pkcs11.P11KeyFactory.convertKey:(Lsun/security/pkcs11/Token;Ljava/security/Key;Ljava/lang/String;)Lsun/security/pkcs11/P11Key;
            putfield sun.security.pkcs11.P11Signature.p11Key:Lsun/security/pkcs11/P11Key;
        11: .line 409
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Signature.initialize:()V
        12: .line 410
            return
        end local 1 // java.security.PrivateKey privateKey
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lsun/security/pkcs11/P11Signature;
            0   13     1  privateKey  Ljava/security/PrivateKey;
            5    6     2      keyLen  I
            7    8     2      keyLen  I
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
            Name  Flags
      privateKey  

  protected void engineUpdate(byte);
    descriptor: (B)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.security.pkcs11.P11Signature this
        start local 1 // byte b
         0: .line 414
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Signature.ensureInitialized:()V
         1: .line 415
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            tableswitch { // 1 - 3
                    1: 5
                    2: 2
                    3: 8
              default: 13
          }
         2: .line 417
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            iconst_0
            iload 1 /* b */
            bastore
         3: .line 418
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            iconst_0
            iconst_1
            invokevirtual sun.security.pkcs11.P11Signature.engineUpdate:([BII)V
         4: .line 419
            goto 14
         5: .line 421
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.md:Ljava/security/MessageDigest;
            iload 1 /* b */
            invokevirtual java.security.MessageDigest.update:(B)V
         6: .line 422
            aload 0 /* this */
            dup
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            iconst_1
            iadd
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
         7: .line 423
            goto 14
         8: .line 425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            arraylength
            if_icmplt 11
         9: .line 426
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            arraylength
            iconst_1
            iadd
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
        10: .line 427
            return
        11: .line 429
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            aload 0 /* this */
            dup
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            dup_x1
            iconst_1
            iadd
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            iload 1 /* b */
            bastore
        12: .line 430
            goto 14
        13: .line 432
      StackMap locals:
      StackMap stack:
            new java.security.ProviderException
            dup
            ldc "Internal error"
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 434
      StackMap locals:
      StackMap stack:
            return
        end local 1 // byte b
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lsun/security/pkcs11/P11Signature;
            0   15     1     b  B
    Exceptions:
      throws java.security.SignatureException
    MethodParameters:
      Name  Flags
      b     

  protected void engineUpdate(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // sun.security.pkcs11.P11Signature this
        start local 1 // byte[] b
        start local 2 // int ofs
        start local 3 // int len
         0: .line 439
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Signature.ensureInitialized:()V
         1: .line 440
            iload 3 /* len */
            ifne 3
         2: .line 441
            return
         3: .line 444
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            iadd
            ifge 5
         4: .line 445
            new java.security.ProviderException
            dup
            ldc "Processed bytes limits exceeded."
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 447
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            tableswitch { // 1 - 3
                    1: 16
                    2: 6
                    3: 19
              default: 25
          }
         6: .line 450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mode:I
            iconst_1
            if_icmpne 9
         7: .line 451
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.id:()J
            lconst_0
            aload 1 /* b */
            iload 2 /* ofs */
            iload 3 /* len */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_SignUpdate:(JJ[BII)V
         8: .line 452
            goto 10
         9: .line 453
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.id:()J
            lconst_0
            aload 1 /* b */
            iload 2 /* ofs */
            iload 3 /* len */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_VerifyUpdate:(JJ[BII)V
        10: .line 455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            iload 3 /* len */
            iadd
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
        11: .line 456
            goto 26
      StackMap locals:
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
        12: astore 4 /* e */
        start local 4 // sun.security.pkcs11.wrapper.PKCS11Exception e
        13: .line 457
            aload 0 /* this */
            iconst_0
            putfield sun.security.pkcs11.P11Signature.initialized:Z
        14: .line 458
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
        15: .line 459
            new java.security.ProviderException
            dup
            aload 4 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // sun.security.pkcs11.wrapper.PKCS11Exception e
        16: .line 463
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.md:Ljava/security/MessageDigest;
            aload 1 /* b */
            iload 2 /* ofs */
            iload 3 /* len */
            invokevirtual java.security.MessageDigest.update:([BII)V
        17: .line 464
            aload 0 /* this */
            dup
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            iload 3 /* len */
            iadd
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
        18: .line 465
            goto 26
        19: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            iload 3 /* len */
            iadd
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            arraylength
            if_icmple 22
        20: .line 468
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            arraylength
            iconst_1
            iadd
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
        21: .line 469
            return
        22: .line 471
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            iload 2 /* ofs */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        23: .line 472
            aload 0 /* this */
            dup
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            iload 3 /* len */
            iadd
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
        24: .line 473
            goto 26
        25: .line 475
      StackMap locals:
      StackMap stack:
            new java.security.ProviderException
            dup
            ldc "Internal error"
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
        26: .line 477
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // int ofs
        end local 1 // byte[] b
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   27     0  this  Lsun/security/pkcs11/P11Signature;
            0   27     1     b  [B
            0   27     2   ofs  I
            0   27     3   len  I
           13   16     4     e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
      Exception table:
        from    to  target  type
           6    11      12  Class sun.security.pkcs11.wrapper.PKCS11Exception
    Exceptions:
      throws java.security.SignatureException
    MethodParameters:
      Name  Flags
      b     
      ofs   
      len   

  protected void engineUpdate(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=7, args_size=2
        start local 0 // sun.security.pkcs11.P11Signature this
        start local 1 // java.nio.ByteBuffer byteBuffer
         0: .line 481
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Signature.ensureInitialized:()V
         1: .line 482
            aload 1 /* byteBuffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* len */
        start local 2 // int len
         2: .line 483
            iload 2 /* len */
            ifgt 4
         3: .line 484
            return
         4: .line 486
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            tableswitch { // 1 - 3
                    1: 25
                    2: 5
                    3: 28
              default: 34
          }
         5: .line 488
      StackMap locals:
      StackMap stack:
            aload 1 /* byteBuffer */
            instanceof sun.nio.ch.DirectBuffer
            ifne 8
         6: .line 490
            aload 0 /* this */
            aload 1 /* byteBuffer */
            invokespecial java.security.SignatureSpi.engineUpdate:(Ljava/nio/ByteBuffer;)V
         7: .line 491
            return
         8: .line 493
      StackMap locals:
      StackMap stack:
            aload 1 /* byteBuffer */
            checkcast sun.nio.ch.DirectBuffer
            invokeinterface sun.nio.ch.DirectBuffer.address:()J
            lstore 3 /* addr */
        start local 3 // long addr
         9: .line 494
            aload 1 /* byteBuffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 5 /* ofs */
        start local 5 // int ofs
        10: .line 496
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mode:I
            iconst_1
            if_icmpne 15
        11: .line 497
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
        12: .line 498
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.id:()J
            lload 3 /* addr */
            iload 5 /* ofs */
            i2l
            ladd
            aconst_null
            iconst_0
            iload 2 /* len */
        13: .line 497
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_SignUpdate:(JJ[BII)V
        14: .line 499
            goto 18
        15: .line 500
      StackMap locals: long int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
        16: .line 501
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.id:()J
            lload 3 /* addr */
            iload 5 /* ofs */
            i2l
            ladd
            aconst_null
            iconst_0
            iload 2 /* len */
        17: .line 500
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_VerifyUpdate:(JJ[BII)V
        18: .line 503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            iload 2 /* len */
            iadd
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
        19: .line 504
            aload 1 /* byteBuffer */
            iload 5 /* ofs */
            iload 2 /* len */
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        20: .line 505
            goto 35
      StackMap locals:
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
        21: astore 6 /* e */
        start local 6 // sun.security.pkcs11.wrapper.PKCS11Exception e
        22: .line 506
            aload 0 /* this */
            iconst_0
            putfield sun.security.pkcs11.P11Signature.initialized:Z
        23: .line 507
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
        24: .line 508
            new java.security.ProviderException
            dup
            ldc "Update failed"
            aload 6 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 6 // sun.security.pkcs11.wrapper.PKCS11Exception e
        end local 5 // int ofs
        end local 3 // long addr
        25: .line 512
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.md:Ljava/security/MessageDigest;
            aload 1 /* byteBuffer */
            invokevirtual java.security.MessageDigest.update:(Ljava/nio/ByteBuffer;)V
        26: .line 513
            aload 0 /* this */
            dup
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            iload 2 /* len */
            iadd
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
        27: .line 514
            goto 35
        28: .line 516
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            iload 2 /* len */
            iadd
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            arraylength
            if_icmple 31
        29: .line 517
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            arraylength
            iconst_1
            iadd
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
        30: .line 518
            return
        31: .line 520
      StackMap locals:
      StackMap stack:
            aload 1 /* byteBuffer */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            iload 2 /* len */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
        32: .line 521
            aload 0 /* this */
            dup
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            iload 2 /* len */
            iadd
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
        33: .line 522
            goto 35
        34: .line 524
      StackMap locals:
      StackMap stack:
            new java.security.ProviderException
            dup
            ldc "Internal error"
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
        35: .line 526
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int len
        end local 1 // java.nio.ByteBuffer byteBuffer
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   36     0        this  Lsun/security/pkcs11/P11Signature;
            0   36     1  byteBuffer  Ljava/nio/ByteBuffer;
            2   36     2         len  I
            9   25     3        addr  J
           10   25     5         ofs  I
           22   25     6           e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
      Exception table:
        from    to  target  type
          10    20      21  Class sun.security.pkcs11.wrapper.PKCS11Exception
    MethodParameters:
            Name  Flags
      byteBuffer  

  protected byte[] engineSign();
    descriptor: ()[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // sun.security.pkcs11.P11Signature this
         0: .line 530
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Signature.ensureInitialized:()V
         1: .line 533
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            iconst_2
            if_icmpne 7
         2: .line 534
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
            ldc "DSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
            bipush 40
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 2 /* len */
        start local 2 // int len
         5: .line 535
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.id:()J
            iload 2 /* len */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_SignFinal:(JI)[B
            astore 1 /* signature */
        end local 2 // int len
        start local 1 // byte[] signature
         6: .line 536
            goto 28
        end local 1 // byte[] signature
         7: .line 538
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            iconst_1
            if_icmpne 10
         8: .line 539
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.md:Ljava/security/MessageDigest;
            invokevirtual java.security.MessageDigest.digest:()[B
            astore 2 /* digest */
        start local 2 // byte[] digest
         9: .line 540
            goto 21
        end local 2 // byte[] digest
        10: .line 541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mechanism:J
            ldc 17
            lcmp
            ifne 17
        11: .line 542
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            arraylength
            if_icmpeq 15
        12: .line 543
            new java.security.SignatureException
            dup
        13: .line 544
            ldc "Data for RawDSA must be exactly 20 bytes long"
        14: .line 543
            invokespecial java.security.SignatureException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 546
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            astore 2 /* digest */
        start local 2 // byte[] digest
        16: .line 547
            goto 21
        end local 2 // byte[] digest
        17: .line 548
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            arraylength
            if_icmple 19
        18: .line 549
            new java.security.SignatureException
            dup
            ldc "Data for NONEwithECDSA must be at most 128 bytes long"
            invokespecial java.security.SignatureException.<init>:(Ljava/lang/String;)V
            athrow
        19: .line 552
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            newarray 8
            astore 2 /* digest */
        start local 2 // byte[] digest
        20: .line 553
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            iconst_0
            aload 2 /* digest */
            iconst_0
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        21: .line 556
      StackMap locals: sun.security.pkcs11.P11Signature top byte[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
            ldc "RSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 24
        22: .line 558
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.id:()J
            aload 2 /* digest */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_Sign:(J[B)[B
            astore 1 /* signature */
        start local 1 // byte[] signature
        23: .line 559
            goto 28
        end local 1 // byte[] signature
        24: .line 560
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* digest */
            invokevirtual sun.security.pkcs11.P11Signature.encodeSignature:([B)[B
            astore 3 /* data */
        start local 3 // byte[] data
        25: .line 561
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mechanism:J
            ldc 3
            lcmp
            ifne 27
        26: .line 562
            aload 0 /* this */
            aload 3 /* data */
            invokevirtual sun.security.pkcs11.P11Signature.pkcs1Pad:([B)[B
            astore 3 /* data */
        27: .line 564
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.id:()J
            aload 3 /* data */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_Sign:(J[B)[B
            astore 1 /* signature */
        end local 3 // byte[] data
        end local 2 // byte[] digest
        start local 1 // byte[] signature
        28: .line 567
      StackMap locals: sun.security.pkcs11.P11Signature byte[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
            ldc "RSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 33
        29: .line 568
            aload 1 /* signature */
            invokestatic sun.security.pkcs11.P11Signature.dsaToASN1:([B)[B
            astore 5
        30: .line 575
            aload 0 /* this */
            iconst_0
            putfield sun.security.pkcs11.P11Signature.initialized:Z
        31: .line 576
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
        32: .line 568
            aload 5
            areturn
        33: .line 570
      StackMap locals:
      StackMap stack:
            aload 1 /* signature */
            astore 5
        34: .line 575
            aload 0 /* this */
            iconst_0
            putfield sun.security.pkcs11.P11Signature.initialized:Z
        35: .line 576
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
        36: .line 570
            aload 5
            areturn
        end local 1 // byte[] signature
        37: .line 572
      StackMap locals: sun.security.pkcs11.P11Signature
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
            astore 1 /* e */
        start local 1 // sun.security.pkcs11.wrapper.PKCS11Exception e
        38: .line 573
            new java.security.ProviderException
            dup
            aload 1 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // sun.security.pkcs11.wrapper.PKCS11Exception e
        39: .line 574
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        40: .line 575
            aload 0 /* this */
            iconst_0
            putfield sun.security.pkcs11.P11Signature.initialized:Z
        41: .line 576
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
        42: .line 577
            aload 4
            athrow
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   43     0       this  Lsun/security/pkcs11/P11Signature;
            6    7     1  signature  [B
           23   24     1  signature  [B
           28   37     1  signature  [B
            5    6     2        len  I
            9   10     2     digest  [B
           16   17     2     digest  [B
           20   28     2     digest  [B
           25   28     3       data  [B
           38   39     1          e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
      Exception table:
        from    to  target  type
           1    30      37  Class sun.security.pkcs11.wrapper.PKCS11Exception
          33    34      37  Class sun.security.pkcs11.wrapper.PKCS11Exception
           1    30      39  any
          33    34      39  any
          37    39      39  any
    Exceptions:
      throws java.security.SignatureException

  protected boolean engineVerify(byte[]);
    descriptor: ([B)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // sun.security.pkcs11.P11Signature this
        start local 1 // byte[] signature
         0: .line 582
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Signature.ensureInitialized:()V
         1: .line 584
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
            ldc "DSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 585
            aload 1 /* signature */
            invokestatic sun.security.pkcs11.P11Signature.asn1ToDSA:([B)[B
            astore 1 /* signature */
         3: .line 586
            goto 6
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
            ldc "EC"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 587
            aload 0 /* this */
            aload 1 /* signature */
            invokevirtual sun.security.pkcs11.P11Signature.asn1ToECDSA:([B)[B
            astore 1 /* signature */
         6: .line 589
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            iconst_2
            if_icmpne 9
         7: .line 590
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.id:()J
            aload 1 /* signature */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_VerifyFinal:(J[B)V
         8: .line 591
            goto 30
         9: .line 593
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            iconst_1
            if_icmpne 12
        10: .line 594
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.md:Ljava/security/MessageDigest;
            invokevirtual java.security.MessageDigest.digest:()[B
            astore 2 /* digest */
        start local 2 // byte[] digest
        11: .line 595
            goto 23
        end local 2 // byte[] digest
        12: .line 596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mechanism:J
            ldc 17
            lcmp
            ifne 19
        13: .line 597
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            arraylength
            if_icmpeq 17
        14: .line 598
            new java.security.SignatureException
            dup
        15: .line 599
            ldc "Data for RawDSA must be exactly 20 bytes long"
        16: .line 598
            invokespecial java.security.SignatureException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 601
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            astore 2 /* digest */
        start local 2 // byte[] digest
        18: .line 602
            goto 23
        end local 2 // byte[] digest
        19: .line 603
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            arraylength
            if_icmple 21
        20: .line 604
            new java.security.SignatureException
            dup
            ldc "Data for NONEwithECDSA must be at most 128 bytes long"
            invokespecial java.security.SignatureException.<init>:(Ljava/lang/String;)V
            athrow
        21: .line 607
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            newarray 8
            astore 2 /* digest */
        start local 2 // byte[] digest
        22: .line 608
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            iconst_0
            aload 2 /* digest */
            iconst_0
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        23: .line 611
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
            ldc "RSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 26
        24: .line 613
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.id:()J
            aload 2 /* digest */
            aload 1 /* signature */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_Verify:(J[B[B)V
        25: .line 614
            goto 30
        26: .line 615
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* digest */
            invokevirtual sun.security.pkcs11.P11Signature.encodeSignature:([B)[B
            astore 3 /* data */
        start local 3 // byte[] data
        27: .line 616
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mechanism:J
            ldc 3
            lcmp
            ifne 29
        28: .line 617
            aload 0 /* this */
            aload 3 /* data */
            invokevirtual sun.security.pkcs11.P11Signature.pkcs1Pad:([B)[B
            astore 3 /* data */
        29: .line 619
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.id:()J
            aload 3 /* data */
            aload 1 /* signature */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_Verify:(J[B[B)V
        end local 3 // byte[] data
        end local 2 // byte[] digest
        30: .line 640
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.security.pkcs11.P11Signature.initialized:Z
        31: .line 641
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
        32: .line 622
            iconst_1
            ireturn
        33: .line 623
      StackMap locals:
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
            astore 2 /* e */
        start local 2 // sun.security.pkcs11.wrapper.PKCS11Exception e
        34: .line 624
            aload 2 /* e */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11Exception.getErrorCode:()J
            lstore 3 /* errorCode */
        start local 3 // long errorCode
        35: .line 625
            lload 3 /* errorCode */
            ldc 192
            lcmp
            ifne 39
        36: .line 640
            aload 0 /* this */
            iconst_0
            putfield sun.security.pkcs11.P11Signature.initialized:Z
        37: .line 641
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
        38: .line 626
            iconst_0
            ireturn
        39: .line 628
      StackMap locals: sun.security.pkcs11.wrapper.PKCS11Exception long
      StackMap stack:
            lload 3 /* errorCode */
            ldc 193
            lcmp
            ifne 43
        40: .line 640
            aload 0 /* this */
            iconst_0
            putfield sun.security.pkcs11.P11Signature.initialized:Z
        41: .line 641
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
        42: .line 630
            iconst_0
            ireturn
        43: .line 633
      StackMap locals:
      StackMap stack:
            lload 3 /* errorCode */
            ldc 33
            lcmp
            ifne 47
        44: .line 640
            aload 0 /* this */
            iconst_0
            putfield sun.security.pkcs11.P11Signature.initialized:Z
        45: .line 641
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
        46: .line 634
            iconst_0
            ireturn
        47: .line 636
      StackMap locals:
      StackMap stack:
            new java.security.ProviderException
            dup
            aload 2 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // long errorCode
        end local 2 // sun.security.pkcs11.wrapper.PKCS11Exception e
        48: .line 637
      StackMap locals: sun.security.pkcs11.P11Signature byte[]
      StackMap stack: java.lang.Throwable
            astore 5
        49: .line 640
            aload 0 /* this */
            iconst_0
            putfield sun.security.pkcs11.P11Signature.initialized:Z
        50: .line 641
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
        51: .line 642
            aload 5
            athrow
        end local 1 // byte[] signature
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   52     0       this  Lsun/security/pkcs11/P11Signature;
            0   52     1  signature  [B
           11   12     2     digest  [B
           18   19     2     digest  [B
           22   30     2     digest  [B
           27   30     3       data  [B
           34   48     2          e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
           35   48     3  errorCode  J
      Exception table:
        from    to  target  type
           1    30      33  Class sun.security.pkcs11.wrapper.PKCS11Exception
           1    30      48  any
          33    36      48  any
          39    40      48  any
          43    44      48  any
          47    48      48  any
    Exceptions:
      throws java.security.SignatureException
    MethodParameters:
           Name  Flags
      signature  

  private byte[] pkcs1Pad(byte[]);
    descriptor: ([B)[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // sun.security.pkcs11.P11Signature this
        start local 1 // byte[] data
         0: .line 647
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.p11Key:Lsun/security/pkcs11/P11Key;
            invokevirtual sun.security.pkcs11.P11Key.length:()I
            bipush 7
            iadd
            iconst_3
            ishr
            istore 2 /* len */
        start local 2 // int len
         1: .line 649
            iconst_1
            iload 2 /* len */
         2: .line 648
            invokestatic sun.security.rsa.RSAPadding.getInstance:(II)Lsun/security/rsa/RSAPadding;
            astore 3 /* padding */
        start local 3 // sun.security.rsa.RSAPadding padding
         3: .line 650
            aload 3 /* padding */
            aload 1 /* data */
            invokevirtual sun.security.rsa.RSAPadding.pad:([B)[B
            astore 4 /* padded */
        start local 4 // byte[] padded
         4: .line 651
            aload 4 /* padded */
         5: areturn
        end local 4 // byte[] padded
        end local 3 // sun.security.rsa.RSAPadding padding
        end local 2 // int len
         6: .line 652
      StackMap locals:
      StackMap stack: java.security.GeneralSecurityException
            astore 2 /* e */
        start local 2 // java.security.GeneralSecurityException e
         7: .line 653
            new java.security.ProviderException
            dup
            aload 2 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.security.GeneralSecurityException e
        end local 1 // byte[] data
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lsun/security/pkcs11/P11Signature;
            0    8     1     data  [B
            1    6     2      len  I
            3    6     3  padding  Lsun/security/rsa/RSAPadding;
            4    6     4   padded  [B
            7    8     2        e  Ljava/security/GeneralSecurityException;
      Exception table:
        from    to  target  type
           0     5       6  Class java.security.GeneralSecurityException
    MethodParameters:
      Name  Flags
      data  

  private byte[] encodeSignature(byte[]);
    descriptor: ([B)[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.security.pkcs11.P11Signature this
        start local 1 // byte[] digest
         0: .line 659
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.digestOID:Lsun/security/util/ObjectIdentifier;
            aload 1 /* digest */
            invokestatic sun.security.rsa.RSASignature.encodeSignature:(Lsun/security/util/ObjectIdentifier;[B)[B
         1: areturn
         2: .line 660
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 661
            new java.security.SignatureException
            dup
            ldc "Invalid encoding"
            aload 2 /* e */
            invokespecial java.security.SignatureException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // byte[] digest
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/security/pkcs11/P11Signature;
            0    4     1  digest  [B
            3    4     2       e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    Exceptions:
      throws java.security.SignatureException
    MethodParameters:
        Name  Flags
      digest  

  private static byte[] dsaToASN1(byte[]);
    descriptor: ([B)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=6, args_size=1
        start local 0 // byte[] signature
         0: .line 675
            aload 0 /* signature */
            arraylength
            iconst_1
            ishr
            istore 1 /* n */
        start local 1 // int n
         1: .line 676
            new java.math.BigInteger
            dup
            iconst_1
            aload 0 /* signature */
            iconst_0
            iload 1 /* n */
            invokestatic sun.security.pkcs11.P11Util.subarray:([BII)[B
            invokespecial java.math.BigInteger.<init>:(I[B)V
            astore 2 /* r */
        start local 2 // java.math.BigInteger r
         2: .line 677
            new java.math.BigInteger
            dup
            iconst_1
            aload 0 /* signature */
            iload 1 /* n */
            iload 1 /* n */
            invokestatic sun.security.pkcs11.P11Util.subarray:([BII)[B
            invokespecial java.math.BigInteger.<init>:(I[B)V
            astore 3 /* s */
        start local 3 // java.math.BigInteger s
         3: .line 679
            new sun.security.util.DerOutputStream
            dup
            bipush 100
            invokespecial sun.security.util.DerOutputStream.<init>:(I)V
            astore 4 /* outseq */
        start local 4 // sun.security.util.DerOutputStream outseq
         4: .line 680
            aload 4 /* outseq */
            aload 2 /* r */
            invokevirtual sun.security.util.DerOutputStream.putInteger:(Ljava/math/BigInteger;)V
         5: .line 681
            aload 4 /* outseq */
            aload 3 /* s */
            invokevirtual sun.security.util.DerOutputStream.putInteger:(Ljava/math/BigInteger;)V
         6: .line 682
            new sun.security.util.DerValue
            dup
            bipush 48
         7: .line 683
            aload 4 /* outseq */
            invokevirtual sun.security.util.DerOutputStream.toByteArray:()[B
         8: .line 682
            invokespecial sun.security.util.DerValue.<init>:(B[B)V
            astore 5 /* result */
        start local 5 // sun.security.util.DerValue result
         9: .line 684
            aload 5 /* result */
            invokevirtual sun.security.util.DerValue.toByteArray:()[B
        10: areturn
        end local 5 // sun.security.util.DerValue result
        end local 4 // sun.security.util.DerOutputStream outseq
        11: .line 685
      StackMap locals: byte[] int java.math.BigInteger java.math.BigInteger
      StackMap stack: java.io.IOException
            astore 4 /* e */
        start local 4 // java.io.IOException e
        12: .line 686
            new java.lang.RuntimeException
            dup
            ldc "Internal error"
            aload 4 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.io.IOException e
        end local 3 // java.math.BigInteger s
        end local 2 // java.math.BigInteger r
        end local 1 // int n
        end local 0 // byte[] signature
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0  signature  [B
            1   13     1          n  I
            2   13     2          r  Ljava/math/BigInteger;
            3   13     3          s  Ljava/math/BigInteger;
            4   11     4     outseq  Lsun/security/util/DerOutputStream;
            9   11     5     result  Lsun/security/util/DerValue;
           12   13     4          e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           3    10      11  Class java.io.IOException
    MethodParameters:
           Name  Flags
      signature  

  private static byte[] asn1ToDSA(byte[]);
    descriptor: ([B)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=7, args_size=1
        start local 0 // byte[] sig
         0: .line 693
            new sun.security.util.DerInputStream
            dup
            aload 0 /* sig */
            iconst_0
            aload 0 /* sig */
            arraylength
            iconst_0
            invokespecial sun.security.util.DerInputStream.<init>:([BIIZ)V
            astore 1 /* in */
        start local 1 // sun.security.util.DerInputStream in
         1: .line 694
            aload 1 /* in */
            iconst_2
            invokevirtual sun.security.util.DerInputStream.getSequence:(I)[Lsun/security/util/DerValue;
            astore 2 /* values */
        start local 2 // sun.security.util.DerValue[] values
         2: .line 698
            aload 2 /* values */
            arraylength
            iconst_2
            if_icmpne 3
            aload 1 /* in */
            invokevirtual sun.security.util.DerInputStream.available:()I
            ifeq 4
         3: .line 699
      StackMap locals: sun.security.util.DerInputStream sun.security.util.DerValue[]
      StackMap stack:
            new java.io.IOException
            dup
            ldc "Invalid encoding for signature"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 702
      StackMap locals:
      StackMap stack:
            aload 2 /* values */
            iconst_0
            aaload
            invokevirtual sun.security.util.DerValue.getPositiveBigInteger:()Ljava/math/BigInteger;
            astore 3 /* r */
        start local 3 // java.math.BigInteger r
         5: .line 703
            aload 2 /* values */
            iconst_1
            aaload
            invokevirtual sun.security.util.DerValue.getPositiveBigInteger:()Ljava/math/BigInteger;
            astore 4 /* s */
        start local 4 // java.math.BigInteger s
         6: .line 705
            aload 3 /* r */
            bipush 20
            invokestatic sun.security.pkcs11.P11Signature.toByteArray:(Ljava/math/BigInteger;I)[B
            astore 5 /* br */
        start local 5 // byte[] br
         7: .line 706
            aload 4 /* s */
            bipush 20
            invokestatic sun.security.pkcs11.P11Signature.toByteArray:(Ljava/math/BigInteger;I)[B
            astore 6 /* bs */
        start local 6 // byte[] bs
         8: .line 707
            aload 5 /* br */
            ifnull 9
            aload 6 /* bs */
            ifnonnull 10
         9: .line 708
      StackMap locals: byte[] sun.security.util.DerInputStream sun.security.util.DerValue[] java.math.BigInteger java.math.BigInteger byte[] byte[]
      StackMap stack:
            new java.security.SignatureException
            dup
            ldc "Out of range value for R or S"
            invokespecial java.security.SignatureException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 710
      StackMap locals:
      StackMap stack:
            aload 5 /* br */
            aload 6 /* bs */
            invokestatic sun.security.pkcs11.P11Util.concat:([B[B)[B
        11: areturn
        end local 6 // byte[] bs
        end local 5 // byte[] br
        end local 4 // java.math.BigInteger s
        end local 3 // java.math.BigInteger r
        end local 2 // sun.security.util.DerValue[] values
        end local 1 // sun.security.util.DerInputStream in
        12: .line 711
      StackMap locals: byte[]
      StackMap stack: java.security.SignatureException
            astore 1 /* e */
        start local 1 // java.security.SignatureException e
        13: .line 712
            aload 1 /* e */
            athrow
        end local 1 // java.security.SignatureException e
        14: .line 713
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
        15: .line 714
            new java.security.SignatureException
            dup
            ldc "Invalid encoding for signature"
            aload 1 /* e */
            invokespecial java.security.SignatureException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Exception e
        end local 0 // byte[] sig
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0     sig  [B
            1   12     1      in  Lsun/security/util/DerInputStream;
            2   12     2  values  [Lsun/security/util/DerValue;
            5   12     3       r  Ljava/math/BigInteger;
            6   12     4       s  Ljava/math/BigInteger;
            7   12     5      br  [B
            8   12     6      bs  [B
           13   14     1       e  Ljava/security/SignatureException;
           15   16     1       e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0    11      12  Class java.security.SignatureException
           0    11      14  Class java.lang.Exception
    Exceptions:
      throws java.security.SignatureException
    MethodParameters:
      Name  Flags
      sig   

  private byte[] asn1ToECDSA(byte[]);
    descriptor: ([B)[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=10, args_size=2
        start local 0 // sun.security.pkcs11.P11Signature this
        start local 1 // byte[] sig
         0: .line 721
            new sun.security.util.DerInputStream
            dup
            aload 1 /* sig */
            iconst_0
            aload 1 /* sig */
            arraylength
            iconst_0
            invokespecial sun.security.util.DerInputStream.<init>:([BIIZ)V
            astore 2 /* in */
        start local 2 // sun.security.util.DerInputStream in
         1: .line 722
            aload 2 /* in */
            iconst_2
            invokevirtual sun.security.util.DerInputStream.getSequence:(I)[Lsun/security/util/DerValue;
            astore 3 /* values */
        start local 3 // sun.security.util.DerValue[] values
         2: .line 726
            aload 3 /* values */
            arraylength
            iconst_2
            if_icmpne 3
            aload 2 /* in */
            invokevirtual sun.security.util.DerInputStream.available:()I
            ifeq 4
         3: .line 727
      StackMap locals: sun.security.util.DerInputStream sun.security.util.DerValue[]
      StackMap stack:
            new java.io.IOException
            dup
            ldc "Invalid encoding for signature"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 730
      StackMap locals:
      StackMap stack:
            aload 3 /* values */
            iconst_0
            aaload
            invokevirtual sun.security.util.DerValue.getPositiveBigInteger:()Ljava/math/BigInteger;
            astore 4 /* r */
        start local 4 // java.math.BigInteger r
         5: .line 731
            aload 3 /* values */
            iconst_1
            aaload
            invokevirtual sun.security.util.DerValue.getPositiveBigInteger:()Ljava/math/BigInteger;
            astore 5 /* s */
        start local 5 // java.math.BigInteger s
         6: .line 734
            aload 4 /* r */
            invokevirtual java.math.BigInteger.toByteArray:()[B
            invokestatic sun.security.util.KeyUtil.trimZeroes:([B)[B
            astore 6 /* br */
        start local 6 // byte[] br
         7: .line 735
            aload 5 /* s */
            invokevirtual java.math.BigInteger.toByteArray:()[B
            invokestatic sun.security.util.KeyUtil.trimZeroes:([B)[B
            astore 7 /* bs */
        start local 7 // byte[] bs
         8: .line 736
            aload 6 /* br */
            arraylength
            aload 7 /* bs */
            arraylength
            invokestatic java.lang.Math.max:(II)I
            istore 8 /* k */
        start local 8 // int k
         9: .line 738
            iload 8 /* k */
            iconst_1
            ishl
            newarray 8
            astore 9 /* res */
        start local 9 // byte[] res
        10: .line 739
            aload 6 /* br */
            iconst_0
            aload 9 /* res */
            iload 8 /* k */
            aload 6 /* br */
            arraylength
            isub
            aload 6 /* br */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 740
            aload 7 /* bs */
            iconst_0
            aload 9 /* res */
            aload 9 /* res */
            arraylength
            aload 7 /* bs */
            arraylength
            isub
            aload 7 /* bs */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 741
            aload 9 /* res */
        13: areturn
        end local 9 // byte[] res
        end local 8 // int k
        end local 7 // byte[] bs
        end local 6 // byte[] br
        end local 5 // java.math.BigInteger s
        end local 4 // java.math.BigInteger r
        end local 3 // sun.security.util.DerValue[] values
        end local 2 // sun.security.util.DerInputStream in
        14: .line 742
      StackMap locals: sun.security.pkcs11.P11Signature byte[]
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
        15: .line 743
            new java.security.SignatureException
            dup
            ldc "Invalid encoding for signature"
            aload 2 /* e */
            invokespecial java.security.SignatureException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Exception e
        end local 1 // byte[] sig
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lsun/security/pkcs11/P11Signature;
            0   16     1     sig  [B
            1   14     2      in  Lsun/security/util/DerInputStream;
            2   14     3  values  [Lsun/security/util/DerValue;
            5   14     4       r  Ljava/math/BigInteger;
            6   14     5       s  Ljava/math/BigInteger;
            7   14     6      br  [B
            8   14     7      bs  [B
            9   14     8       k  I
           10   14     9     res  [B
           15   16     2       e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0    13      14  Class java.lang.Exception
    Exceptions:
      throws java.security.SignatureException
    MethodParameters:
      Name  Flags
      sig   

  private static byte[] toByteArray(java.math.BigInteger, int);
    descriptor: (Ljava/math/BigInteger;I)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // java.math.BigInteger bi
        start local 1 // int len
         0: .line 748
            aload 0 /* bi */
            invokevirtual java.math.BigInteger.toByteArray:()[B
            astore 2 /* b */
        start local 2 // byte[] b
         1: .line 749
            aload 2 /* b */
            arraylength
            istore 3 /* n */
        start local 3 // int n
         2: .line 750
            iload 3 /* n */
            iload 1 /* len */
            if_icmpne 4
         3: .line 751
            aload 2 /* b */
            areturn
         4: .line 753
      StackMap locals: byte[] int
      StackMap stack:
            iload 3 /* n */
            iload 1 /* len */
            iconst_1
            iadd
            if_icmpne 8
            aload 2 /* b */
            iconst_0
            baload
            ifne 8
         5: .line 754
            iload 1 /* len */
            newarray 8
            astore 4 /* t */
        start local 4 // byte[] t
         6: .line 755
            aload 2 /* b */
            iconst_1
            aload 4 /* t */
            iconst_0
            iload 1 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 756
            aload 4 /* t */
            areturn
        end local 4 // byte[] t
         8: .line 758
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            iload 1 /* len */
            if_icmple 10
         9: .line 759
            aconst_null
            areturn
        10: .line 762
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            newarray 8
            astore 4 /* t */
        start local 4 // byte[] t
        11: .line 763
            aload 2 /* b */
            iconst_0
            aload 4 /* t */
            iload 1 /* len */
            iload 3 /* n */
            isub
            iload 3 /* n */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 764
            aload 4 /* t */
            areturn
        end local 4 // byte[] t
        end local 3 // int n
        end local 2 // byte[] b
        end local 1 // int len
        end local 0 // java.math.BigInteger bi
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0    bi  Ljava/math/BigInteger;
            0   13     1   len  I
            1   13     2     b  [B
            2   13     3     n  I
            6    8     4     t  [B
           11   13     4     t  [B
    MethodParameters:
      Name  Flags
      bi    
      len   

  protected void engineSetParameter(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.security.pkcs11.P11Signature this
        start local 1 // java.lang.String param
        start local 2 // java.lang.Object value
         0: .line 770
            new java.lang.UnsupportedOperationException
            dup
            ldc "setParameter() not supported"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String param
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/security/pkcs11/P11Signature;
            0    1     1  param  Ljava/lang/String;
            0    1     2  value  Ljava/lang/Object;
    Exceptions:
      throws java.security.InvalidParameterException
    MethodParameters:
       Name  Flags
      param  
      value  

  protected java.lang.Object engineGetParameter(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.pkcs11.P11Signature this
        start local 1 // java.lang.String param
         0: .line 776
            new java.lang.UnsupportedOperationException
            dup
            ldc "getParameter() not supported"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String param
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/security/pkcs11/P11Signature;
            0    1     1  param  Ljava/lang/String;
    Exceptions:
      throws java.security.InvalidParameterException
    MethodParameters:
       Name  Flags
      param  
}
SourceFile: "P11Signature.java"