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 boolean p1363Format;
    descriptor: Z
    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 153
            aload 0 /* this */
            invokespecial java.security.SignatureSpi.<init>:()V
         1: .line 133
            aload 0 /* this */
            iconst_0
            putfield sun.security.pkcs11.P11Signature.p1363Format:Z
         2: .line 154
            aload 0 /* this */
            aload 1 /* token */
            putfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
         3: .line 155
            aload 0 /* this */
            aload 2 /* algorithm */
            putfield sun.security.pkcs11.P11Signature.algorithm:Ljava/lang/String;
         4: .line 156
            aload 0 /* this */
            lload 3 /* mechanism */
            putfield sun.security.pkcs11.P11Signature.mechanism:J
         5: .line 157
            aconst_null
            astore 5 /* buffer */
        start local 5 // byte[] buffer
         6: .line 158
            aconst_null
            astore 6 /* digestOID */
        start local 6 // sun.security.util.ObjectIdentifier digestOID
         7: .line 159
            aconst_null
            astore 7 /* md */
        start local 7 // java.security.MessageDigest md
         8: .line 160
            lload 3 /* mechanism */
            l2i
            lookupswitch { // 13
                    1: 63
                    3: 63
                    4: 9
                    5: 9
                    6: 9
                   17: 21
                   18: 13
                   64: 9
                   65: 9
                   66: 9
                   70: 9
                 4161: 33
                 4162: 17
              default: 94
          }
         9: .line 168
      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;
        10: .line 169
            aload 0 /* this */
            iconst_2
            putfield sun.security.pkcs11.P11Signature.type:I
        11: .line 170
            iconst_1
            newarray 8
            astore 5 /* buffer */
        12: .line 171
            goto 95
        13: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "DSA"
            putfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
        14: .line 174
            aload 0 /* this */
            iconst_2
            putfield sun.security.pkcs11.P11Signature.type:I
        15: .line 175
            iconst_1
            newarray 8
            astore 5 /* buffer */
        16: .line 176
            goto 95
        17: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "EC"
            putfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
        18: .line 179
            aload 0 /* this */
            iconst_2
            putfield sun.security.pkcs11.P11Signature.type:I
        19: .line 180
            iconst_1
            newarray 8
            astore 5 /* buffer */
        20: .line 181
            goto 95
        21: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "DSA"
            putfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
        22: .line 184
            aload 2 /* algorithm */
            ldc "DSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 24
        23: .line 185
            aload 2 /* algorithm */
            ldc "DSAinP1363Format"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 27
        24: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.pkcs11.P11Signature.type:I
        25: .line 187
            ldc "SHA-1"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 7 /* md */
        26: .line 188
            goto 95
      StackMap locals:
      StackMap stack:
        27: aload 2 /* algorithm */
            ldc "RawDSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 29
        28: .line 189
            aload 2 /* algorithm */
            ldc "RawDSAinP1363Format"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 32
        29: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield sun.security.pkcs11.P11Signature.type:I
        30: .line 191
            bipush 20
            newarray 8
            astore 5 /* buffer */
        31: .line 192
            goto 95
        32: .line 193
      StackMap locals:
      StackMap stack:
            new java.security.ProviderException
            dup
            aload 2 /* algorithm */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
        33: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "EC"
            putfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
        34: .line 198
            aload 2 /* algorithm */
            ldc "NONEwithECDSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 36
        35: .line 199
            aload 2 /* algorithm */
            ldc "NONEwithECDSAinP1363Format"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 39
        36: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield sun.security.pkcs11.P11Signature.type:I
        37: .line 201
            sipush 128
            newarray 8
            astore 5 /* buffer */
        38: .line 202
            goto 95
        39: .line 204
      StackMap locals:
      StackMap stack:
            aload 2 /* algorithm */
            ldc "SHA1withECDSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 41
        40: .line 205
            aload 2 /* algorithm */
            ldc "SHA1withECDSAinP1363Format"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 43
        41: .line 206
      StackMap locals:
      StackMap stack:
            ldc "SHA-1"
            astore 8 /* digestAlg */
        start local 8 // java.lang.String digestAlg
        42: .line 207
            goto 60
        end local 8 // java.lang.String digestAlg
      StackMap locals:
      StackMap stack:
        43: aload 2 /* algorithm */
            ldc "SHA224withECDSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 45
        44: .line 208
            aload 2 /* algorithm */
            ldc "SHA224withECDSAinP1363Format"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 47
        45: .line 209
      StackMap locals:
      StackMap stack:
            ldc "SHA-224"
            astore 8 /* digestAlg */
        start local 8 // java.lang.String digestAlg
        46: .line 210
            goto 60
        end local 8 // java.lang.String digestAlg
      StackMap locals:
      StackMap stack:
        47: aload 2 /* algorithm */
            ldc "SHA256withECDSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 49
        48: .line 211
            aload 2 /* algorithm */
            ldc "SHA256withECDSAinP1363Format"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 51
        49: .line 212
      StackMap locals:
      StackMap stack:
            ldc "SHA-256"
            astore 8 /* digestAlg */
        start local 8 // java.lang.String digestAlg
        50: .line 213
            goto 60
        end local 8 // java.lang.String digestAlg
      StackMap locals:
      StackMap stack:
        51: aload 2 /* algorithm */
            ldc "SHA384withECDSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 53
        52: .line 214
            aload 2 /* algorithm */
            ldc "SHA384withECDSAinP1363Format"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 55
        53: .line 215
      StackMap locals:
      StackMap stack:
            ldc "SHA-384"
            astore 8 /* digestAlg */
        start local 8 // java.lang.String digestAlg
        54: .line 216
            goto 60
        end local 8 // java.lang.String digestAlg
      StackMap locals:
      StackMap stack:
        55: aload 2 /* algorithm */
            ldc "SHA512withECDSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 57
        56: .line 217
            aload 2 /* algorithm */
            ldc "SHA512withECDSAinP1363Format"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 59
        57: .line 218
      StackMap locals:
      StackMap stack:
            ldc "SHA-512"
            astore 8 /* digestAlg */
        start local 8 // java.lang.String digestAlg
        58: .line 219
            goto 60
        end local 8 // java.lang.String digestAlg
        59: .line 220
      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
        60: .line 222
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.pkcs11.P11Signature.type:I
        61: .line 223
            aload 8 /* digestAlg */
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 7 /* md */
        end local 8 // java.lang.String digestAlg
        62: .line 225
            goto 95
        63: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "RSA"
            putfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
        64: .line 229
            aload 0 /* this */
            iconst_1
            putfield sun.security.pkcs11.P11Signature.type:I
        65: .line 230
            aload 2 /* algorithm */
            ldc "MD5withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 69
        66: .line 231
            ldc "MD5"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 7 /* md */
        67: .line 232
            getstatic sun.security.x509.AlgorithmId.MD5_oid:Lsun/security/util/ObjectIdentifier;
            astore 6 /* digestOID */
        68: .line 233
            goto 95
      StackMap locals:
      StackMap stack:
        69: aload 2 /* algorithm */
            ldc "SHA1withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 73
        70: .line 234
            ldc "SHA-1"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 7 /* md */
        71: .line 235
            getstatic sun.security.x509.AlgorithmId.SHA_oid:Lsun/security/util/ObjectIdentifier;
            astore 6 /* digestOID */
        72: .line 236
            goto 95
      StackMap locals:
      StackMap stack:
        73: aload 2 /* algorithm */
            ldc "MD2withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 77
        74: .line 237
            ldc "MD2"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 7 /* md */
        75: .line 238
            getstatic sun.security.x509.AlgorithmId.MD2_oid:Lsun/security/util/ObjectIdentifier;
            astore 6 /* digestOID */
        76: .line 239
            goto 95
      StackMap locals:
      StackMap stack:
        77: aload 2 /* algorithm */
            ldc "SHA224withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 81
        78: .line 240
            ldc "SHA-224"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 7 /* md */
        79: .line 241
            getstatic sun.security.x509.AlgorithmId.SHA224_oid:Lsun/security/util/ObjectIdentifier;
            astore 6 /* digestOID */
        80: .line 242
            goto 95
      StackMap locals:
      StackMap stack:
        81: aload 2 /* algorithm */
            ldc "SHA256withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 85
        82: .line 243
            ldc "SHA-256"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 7 /* md */
        83: .line 244
            getstatic sun.security.x509.AlgorithmId.SHA256_oid:Lsun/security/util/ObjectIdentifier;
            astore 6 /* digestOID */
        84: .line 245
            goto 95
      StackMap locals:
      StackMap stack:
        85: aload 2 /* algorithm */
            ldc "SHA384withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 89
        86: .line 246
            ldc "SHA-384"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 7 /* md */
        87: .line 247
            getstatic sun.security.x509.AlgorithmId.SHA384_oid:Lsun/security/util/ObjectIdentifier;
            astore 6 /* digestOID */
        88: .line 248
            goto 95
      StackMap locals:
      StackMap stack:
        89: aload 2 /* algorithm */
            ldc "SHA512withRSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 93
        90: .line 249
            ldc "SHA-512"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 7 /* md */
        91: .line 250
            getstatic sun.security.x509.AlgorithmId.SHA512_oid:Lsun/security/util/ObjectIdentifier;
            astore 6 /* digestOID */
        92: .line 251
            goto 95
        93: .line 252
      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
        94: .line 256
      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
        95: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* buffer */
            putfield sun.security.pkcs11.P11Signature.buffer:[B
        96: .line 259
            aload 0 /* this */
            aload 6 /* digestOID */
            putfield sun.security.pkcs11.P11Signature.digestOID:Lsun/security/util/ObjectIdentifier;
        97: .line 260
            aload 0 /* this */
            aload 7 /* md */
            putfield sun.security.pkcs11.P11Signature.md:Ljava/security/MessageDigest;
        98: .line 261
            aload 2 /* algorithm */
            ldc "inP1363Format"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 100
        99: .line 262
            aload 0 /* this */
            iconst_1
            putfield sun.security.pkcs11.P11Signature.p1363Format:Z
       100: .line 264
      StackMap locals:
      StackMap stack:
            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  101     0       this  Lsun/security/pkcs11/P11Signature;
            0  101     1      token  Lsun/security/pkcs11/Token;
            0  101     2  algorithm  Ljava/lang/String;
            0  101     3  mechanism  J
            6  101     5     buffer  [B
            7  101     6  digestOID  Lsun/security/util/ObjectIdentifier;
            8  101     7         md  Ljava/security/MessageDigest;
           42   43     8  digestAlg  Ljava/lang/String;
           46   47     8  digestAlg  Ljava/lang/String;
           50   51     8  digestAlg  Ljava/lang/String;
           54   55     8  digestAlg  Ljava/lang/String;
           58   59     8  digestAlg  Ljava/lang/String;
           60   62     8  digestAlg  Ljava/lang/String;
    Exceptions:
      throws java.security.NoSuchAlgorithmException, sun.security.pkcs11.wrapper.PKCS11Exception
    MethodParameters:
           Name  Flags
      token      
      algorithm  
      mechanism  

  private void reset(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.security.pkcs11.P11Signature this
        start local 1 // boolean doCancel
         0: .line 269
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.initialized:Z
            ifne 2
         1: .line 270
            return
         2: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.security.pkcs11.P11Signature.initialized:Z
         3: .line 274
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            ifnonnull 7
         4: .line 281
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.p11Key:Lsun/security/pkcs11/P11Key;
            invokevirtual sun.security.pkcs11.P11Key.releaseKeyID:()V
         5: .line 282
            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;
         6: .line 275
            return
         7: .line 277
      StackMap locals:
      StackMap stack:
            iload 1 /* doCancel */
            ifeq 14
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.explicitCancel:Z
            ifeq 14
         8: .line 278
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Signature.cancelOperation:()V
         9: .line 280
            goto 14
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: astore 2
        11: .line 281
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.p11Key:Lsun/security/pkcs11/P11Key;
            invokevirtual sun.security.pkcs11.P11Key.releaseKeyID:()V
        12: .line 282
            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;
        13: .line 283
            aload 2
            athrow
        14: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.p11Key:Lsun/security/pkcs11/P11Key;
            invokevirtual sun.security.pkcs11.P11Key.releaseKeyID:()V
        15: .line 282
            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;
        16: .line 284
            return
        end local 1 // boolean doCancel
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lsun/security/pkcs11/P11Signature;
            0   17     1  doCancel  Z
      Exception table:
        from    to  target  type
           3     4      10  any
           7    10      10  any
    MethodParameters:
          Name  Flags
      doCancel  

  private void cancelOperation();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // sun.security.pkcs11.P11Signature this
         0: .line 288
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 289
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.hasObjects:()Z
            ifne 4
         2: .line 290
            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;
         3: .line 291
            return
         4: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mode:I
            iconst_1
            if_icmpne 16
         5: .line 297
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            iconst_2
            if_icmpne 8
         6: .line 298
            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
         7: .line 299
            goto 35
         8: .line 301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            iconst_1
            if_icmpne 11
         9: .line 302
            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
        10: .line 303
            goto 12
        end local 1 // byte[] digest
        11: .line 304
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            astore 1 /* digest */
        start local 1 // byte[] digest
        12: .line 306
      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
        13: .line 308
            goto 35
      StackMap locals: sun.security.pkcs11.P11Signature
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
        14: astore 1 /* e */
        start local 1 // sun.security.pkcs11.wrapper.PKCS11Exception e
        15: .line 309
            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
        16: .line 314
      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 19
        17: .line 315
            bipush 40
            newarray 8
            astore 1 /* signature */
        start local 1 // byte[] signature
        18: .line 316
            goto 20
        end local 1 // byte[] signature
        19: .line 317
      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
        20: .line 319
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            iconst_2
            if_icmpne 23
        21: .line 320
            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
        22: .line 321
            goto 35
        23: .line 323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            iconst_1
            if_icmpne 26
        24: .line 324
            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
        25: .line 325
            goto 27
        end local 2 // byte[] digest
        26: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            astore 2 /* digest */
        start local 2 // byte[] digest
        27: .line 328
      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
        28: .line 330
            goto 35
        end local 1 // byte[] signature
      StackMap locals: sun.security.pkcs11.P11Signature
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
        29: astore 2 /* e */
        start local 2 // sun.security.pkcs11.wrapper.PKCS11Exception e
        30: .line 331
            aload 2 /* e */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11Exception.getErrorCode:()J
            lstore 3 /* errorCode */
        start local 3 // long errorCode
        31: .line 332
            lload 3 /* errorCode */
            ldc 192
            lcmp
            ifeq 33
        32: .line 333
            lload 3 /* errorCode */
            ldc 193
            lcmp
            ifne 34
        33: .line 335
      StackMap locals: sun.security.pkcs11.P11Signature top sun.security.pkcs11.wrapper.PKCS11Exception long
      StackMap stack:
            return
        34: .line 337
      StackMap locals:
      StackMap stack:
            new java.security.ProviderException
            dup
            ldc "cancel failed"
            aload 2 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // long errorCode
        end local 2 // sun.security.pkcs11.wrapper.PKCS11Exception e
        35: .line 341
      StackMap locals: sun.security.pkcs11.P11Signature
      StackMap stack:
            return
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   36     0       this  Lsun/security/pkcs11/P11Signature;
           10   11     1     digest  [B
           12   13     1     digest  [B
           15   16     1          e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
           18   19     1  signature  [B
           20   29     1  signature  [B
           25   26     2     digest  [B
           27   28     2     digest  [B
           30   35     2          e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
           31   35     3  errorCode  J
      Exception table:
        from    to  target  type
           5    13      14  Class sun.security.pkcs11.wrapper.PKCS11Exception
          16    28      29  Class sun.security.pkcs11.wrapper.PKCS11Exception

  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 345
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.initialized:Z
            ifne 2
         1: .line 346
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Signature.initialize:()V
         2: .line 348
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/pkcs11/P11Signature;

  private void initialize();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // sun.security.pkcs11.P11Signature this
         0: .line 353
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.p11Key:Lsun/security/pkcs11/P11Key;
            ifnonnull 4
         1: .line 354
            new java.security.ProviderException
            dup
         2: .line 355
            ldc "Operation cannot be performed without calling engineInit first"
         3: .line 354
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 358
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.p11Key:Lsun/security/pkcs11/P11Key;
            invokevirtual sun.security.pkcs11.P11Key.getKeyID:()J
            lstore 1 /* keyID */
        start local 1 // long keyID
         5: .line 360
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         6: .line 361
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.session:Lsun/security/pkcs11/Session;
            ifnonnull 8
         7: .line 362
            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;
         8: .line 364
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mode:I
            iconst_1
            if_icmpne 13
         9: .line 365
            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
        10: .line 366
            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
            lload 1 /* keyID */
        11: .line 365
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_SignInit:(JLsun/security/pkcs11/wrapper/CK_MECHANISM;J)V
        12: .line 367
            goto 21
        13: .line 368
      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
        14: .line 369
            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
            lload 1 /* keyID */
        15: .line 368
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_VerifyInit:(JLsun/security/pkcs11/wrapper/CK_MECHANISM;J)V
        16: .line 371
            goto 21
      StackMap locals:
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
        17: astore 3 /* e */
        start local 3 // sun.security.pkcs11.wrapper.PKCS11Exception e
        18: .line 372
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.p11Key:Lsun/security/pkcs11/P11Key;
            invokevirtual sun.security.pkcs11.P11Key.releaseKeyID:()V
        19: .line 373
            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;
        20: .line 374
            new java.security.ProviderException
            dup
            ldc "Initialization failed"
            aload 3 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // sun.security.pkcs11.wrapper.PKCS11Exception e
        21: .line 376
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            ifeq 25
        22: .line 377
            aload 0 /* this */
            iconst_0
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
        23: .line 378
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.md:Ljava/security/MessageDigest;
            ifnull 25
        24: .line 379
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.md:Ljava/security/MessageDigest;
            invokevirtual java.security.MessageDigest.reset:()V
        25: .line 382
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.pkcs11.P11Signature.initialized:Z
        26: .line 383
            return
        end local 1 // long keyID
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   27     0   this  Lsun/security/pkcs11/P11Signature;
            5   27     1  keyID  J
           18   21     3      e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
      Exception table:
        from    to  target  type
           5    16      17  Class sun.security.pkcs11.wrapper.PKCS11Exception

  private void checkKeySize(java.lang.String, java.security.Key);
    descriptor: (Ljava/lang/String;Ljava/security/Key;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // sun.security.pkcs11.P11Signature this
        start local 1 // java.lang.String keyAlgo
        start local 2 // java.security.Key key
         0: .line 387
            aconst_null
            astore 3 /* mechInfo */
        start local 3 // sun.security.pkcs11.wrapper.CK_MECHANISM_INFO mechInfo
         1: .line 389
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mechanism:J
            invokevirtual sun.security.pkcs11.Token.getMechanismInfo:(J)Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            astore 3 /* mechInfo */
         2: .line 390
            goto 4
      StackMap locals: sun.security.pkcs11.P11Signature java.lang.String java.security.Key sun.security.pkcs11.wrapper.CK_MECHANISM_INFO
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
         3: pop
         4: .line 393
      StackMap locals:
      StackMap stack:
            aload 3 /* mechInfo */
            ifnonnull 6
         5: .line 395
            return
         6: .line 397
      StackMap locals:
      StackMap stack:
            aload 3 /* mechInfo */
            getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMinKeySize:I
            istore 4 /* minKeySize */
        start local 4 // int minKeySize
         7: .line 398
            aload 3 /* mechInfo */
            getfield sun.security.pkcs11.wrapper.CK_MECHANISM_INFO.iMaxKeySize:I
            istore 5 /* maxKeySize */
        start local 5 // int maxKeySize
         8: .line 401
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.md:Ljava/security/MessageDigest;
            ifnull 10
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mechanism:J
            ldc 17
            lcmp
            ifne 10
            iload 5 /* maxKeySize */
            sipush 1024
            if_icmple 10
         9: .line 402
            sipush 1024
            istore 5 /* maxKeySize */
        10: .line 404
      StackMap locals: int int
      StackMap stack:
            iconst_0
            istore 6 /* keySize */
        start local 6 // int keySize
        11: .line 405
            aload 2 /* key */
            instanceof sun.security.pkcs11.P11Key
            ifeq 14
        12: .line 406
            aload 2 /* key */
            checkcast sun.security.pkcs11.P11Key
            invokevirtual sun.security.pkcs11.P11Key.length:()I
            istore 6 /* keySize */
        13: .line 407
            goto 28
        14: .line 409
      StackMap locals: int
      StackMap stack:
            aload 1 /* keyAlgo */
            ldc "RSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 17
        15: .line 410
            aload 2 /* key */
            checkcast java.security.interfaces.RSAKey
            invokeinterface java.security.interfaces.RSAKey.getModulus:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.bitLength:()I
            istore 6 /* keySize */
        16: .line 411
            goto 28
      StackMap locals:
      StackMap stack:
        17: aload 1 /* keyAlgo */
            ldc "DSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 20
        18: .line 412
            aload 2 /* key */
            checkcast java.security.interfaces.DSAKey
            invokeinterface java.security.interfaces.DSAKey.getParams:()Ljava/security/interfaces/DSAParams;
            invokeinterface java.security.interfaces.DSAParams.getP:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.bitLength:()I
            istore 6 /* keySize */
        19: .line 413
            goto 28
      StackMap locals:
      StackMap stack:
        20: aload 1 /* keyAlgo */
            ldc "EC"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 23
        21: .line 414
            aload 2 /* key */
            checkcast java.security.interfaces.ECKey
            invokeinterface java.security.interfaces.ECKey.getParams:()Ljava/security/spec/ECParameterSpec;
            invokevirtual java.security.spec.ECParameterSpec.getCurve:()Ljava/security/spec/EllipticCurve;
            invokevirtual java.security.spec.EllipticCurve.getField:()Ljava/security/spec/ECField;
            invokeinterface java.security.spec.ECField.getFieldSize:()I
            istore 6 /* keySize */
        22: .line 415
            goto 28
        23: .line 416
      StackMap locals:
      StackMap stack:
            new java.security.ProviderException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Error: unsupported algo "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* keyAlgo */
            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
        24: .line 418
      StackMap locals:
      StackMap stack: java.lang.ClassCastException
            astore 7 /* cce */
        start local 7 // java.lang.ClassCastException cce
        25: .line 419
            new java.security.InvalidKeyException
            dup
            new java.lang.StringBuilder
            dup
            aload 1 /* keyAlgo */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        26: .line 420
            ldc " key must be the right type"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 7 /* cce */
        27: .line 419
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 7 // java.lang.ClassCastException cce
        28: .line 423
      StackMap locals:
      StackMap stack:
            iload 6 /* keySize */
            iload 4 /* minKeySize */
            if_icmpge 32
        29: .line 424
            new java.security.InvalidKeyException
            dup
            new java.lang.StringBuilder
            dup
            aload 1 /* keyAlgo */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        30: .line 425
            ldc " key must be at least "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* minKeySize */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " bits"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        31: .line 424
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
        32: .line 427
      StackMap locals:
      StackMap stack:
            iload 6 /* keySize */
            iload 5 /* maxKeySize */
            if_icmple 36
        33: .line 428
            new java.security.InvalidKeyException
            dup
            new java.lang.StringBuilder
            dup
            aload 1 /* keyAlgo */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        34: .line 429
            ldc " key must be at most "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 5 /* maxKeySize */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " bits"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        35: .line 428
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
        36: .line 431
      StackMap locals:
      StackMap stack:
            aload 1 /* keyAlgo */
            ldc "RSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 38
        37: .line 432
            aload 0 /* this */
            iload 6 /* keySize */
            invokevirtual sun.security.pkcs11.P11Signature.checkRSAKeyLength:(I)V
        38: .line 434
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int keySize
        end local 5 // int maxKeySize
        end local 4 // int minKeySize
        end local 3 // sun.security.pkcs11.wrapper.CK_MECHANISM_INFO mechInfo
        end local 2 // java.security.Key key
        end local 1 // java.lang.String keyAlgo
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   39     0        this  Lsun/security/pkcs11/P11Signature;
            0   39     1     keyAlgo  Ljava/lang/String;
            0   39     2         key  Ljava/security/Key;
            1   39     3    mechInfo  Lsun/security/pkcs11/wrapper/CK_MECHANISM_INFO;
            7   39     4  minKeySize  I
            8   39     5  maxKeySize  I
           11   39     6     keySize  I
           25   28     7         cce  Ljava/lang/ClassCastException;
      Exception table:
        from    to  target  type
           1     2       3  Class sun.security.pkcs11.wrapper.PKCS11Exception
          14    24      24  Class java.lang.ClassCastException
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
         Name  Flags
      keyAlgo  
      key      

  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 440
            iconst_1
            iload 1 /* len */
            bipush 7
            iadd
            iconst_3
            ishr
         1: .line 439
            invokestatic sun.security.rsa.RSAPadding.getInstance:(II)Lsun/security/rsa/RSAPadding;
            astore 2 /* padding */
        start local 2 // sun.security.rsa.RSAPadding padding
         2: .line 441
            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 442
            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 444
      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 446
            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 447
            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 448
      StackMap locals: int
      StackMap stack:
            bipush 34
            istore 4 /* encodedLength */
        start local 4 // int encodedLength
         9: .line 449
            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 450
            bipush 35
            istore 4 /* encodedLength */
        start local 4 // int encodedLength
        12: .line 451
            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 452
            bipush 47
            istore 4 /* encodedLength */
        start local 4 // int encodedLength
        15: .line 453
            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 454
            bipush 51
            istore 4 /* encodedLength */
        start local 4 // int encodedLength
        18: .line 455
            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 456
            bipush 67
            istore 4 /* encodedLength */
        start local 4 // int encodedLength
        21: .line 457
            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 458
            bipush 83
            istore 4 /* encodedLength */
        start local 4 // int encodedLength
        24: .line 459
            goto 26
        end local 4 // int encodedLength
        25: .line 460
      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 462
      StackMap locals: int
      StackMap stack:
            iload 4 /* encodedLength */
            iload 3 /* maxDataSize */
            if_icmple 30
        27: .line 463
            new java.security.InvalidKeyException
            dup
        28: .line 464
            ldc "Key is too short for this signature algorithm"
        29: .line 463
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
        30: .line 466
      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=2, args_size=2
        start local 0 // sun.security.pkcs11.P11Signature this
        start local 1 // java.security.PublicKey publicKey
         0: .line 473
            aload 1 /* publicKey */
            ifnonnull 2
         1: .line 474
            new java.security.InvalidKeyException
            dup
            ldc "Key must not be null"
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 477
      StackMap locals:
      StackMap stack:
            aload 1 /* publicKey */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.p11Key:Lsun/security/pkcs11/P11Key;
            if_acmpeq 4
         3: .line 478
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
            aload 1 /* publicKey */
            invokevirtual sun.security.pkcs11.P11Signature.checkKeySize:(Ljava/lang/String;Ljava/security/Key;)V
         4: .line 480
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual sun.security.pkcs11.P11Signature.reset:(Z)V
         5: .line 481
            aload 0 /* this */
            iconst_2
            putfield sun.security.pkcs11.P11Signature.mode:I
         6: .line 482
            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;
         7: .line 483
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Signature.initialize:()V
         8: .line 484
            return
        end local 1 // java.security.PublicKey publicKey
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lsun/security/pkcs11/P11Signature;
            0    9     1  publicKey  Ljava/security/PublicKey;
    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=2, args_size=2
        start local 0 // sun.security.pkcs11.P11Signature this
        start local 1 // java.security.PrivateKey privateKey
         0: .line 491
            aload 1 /* privateKey */
            ifnonnull 2
         1: .line 492
            new java.security.InvalidKeyException
            dup
            ldc "Key must not be null"
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 495
      StackMap locals:
      StackMap stack:
            aload 1 /* privateKey */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.p11Key:Lsun/security/pkcs11/P11Key;
            if_acmpeq 4
         3: .line 496
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
            aload 1 /* privateKey */
            invokevirtual sun.security.pkcs11.P11Signature.checkKeySize:(Ljava/lang/String;Ljava/security/Key;)V
         4: .line 498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual sun.security.pkcs11.P11Signature.reset:(Z)V
         5: .line 499
            aload 0 /* this */
            iconst_1
            putfield sun.security.pkcs11.P11Signature.mode:I
         6: .line 500
            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;
         7: .line 501
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Signature.initialize:()V
         8: .line 502
            return
        end local 1 // java.security.PrivateKey privateKey
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lsun/security/pkcs11/P11Signature;
            0    9     1  privateKey  Ljava/security/PrivateKey;
    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 507
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Signature.ensureInitialized:()V
         1: .line 508
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            tableswitch { // 1 - 3
                    1: 5
                    2: 2
                    3: 8
              default: 13
          }
         2: .line 510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            iconst_0
            iload 1 /* b */
            bastore
         3: .line 511
            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 512
            goto 14
         5: .line 514
      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 515
            aload 0 /* this */
            dup
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            iconst_1
            iadd
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
         7: .line 516
            goto 14
         8: .line 518
      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 519
            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 520
            return
        11: .line 522
      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 523
            goto 14
        13: .line 525
      StackMap locals:
      StackMap stack:
            new java.security.ProviderException
            dup
            ldc "Internal error"
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 527
      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 534
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Signature.ensureInitialized:()V
         1: .line 535
            iload 3 /* len */
            ifne 3
         2: .line 536
            return
         3: .line 539
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            iadd
            ifge 5
         4: .line 540
            new java.security.ProviderException
            dup
            ldc "Processed bytes limits exceeded."
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            tableswitch { // 1 - 3
                    1: 15
                    2: 6
                    3: 18
              default: 24
          }
         6: .line 545
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mode:I
            iconst_1
            if_icmpne 9
         7: .line 546
            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 547
            goto 10
         9: .line 548
      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 550
      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 551
            goto 25
      StackMap locals:
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
        12: astore 4 /* e */
        start local 4 // sun.security.pkcs11.wrapper.PKCS11Exception e
        13: .line 552
            aload 0 /* this */
            iconst_0
            invokevirtual sun.security.pkcs11.P11Signature.reset:(Z)V
        14: .line 553
            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
        15: .line 557
      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
        16: .line 558
            aload 0 /* this */
            dup
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            iload 3 /* len */
            iadd
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
        17: .line 559
            goto 25
        18: .line 561
      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 21
        19: .line 562
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            arraylength
            iconst_1
            iadd
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
        20: .line 563
            return
        21: .line 565
      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
        22: .line 566
            aload 0 /* this */
            dup
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            iload 3 /* len */
            iadd
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
        23: .line 567
            goto 25
        24: .line 569
      StackMap locals:
      StackMap stack:
            new java.security.ProviderException
            dup
            ldc "Internal error"
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
        25: .line 571
      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   26     0  this  Lsun/security/pkcs11/P11Signature;
            0   26     1     b  [B
            0   26     2   ofs  I
            0   26     3   len  I
           13   15     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 577
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Signature.ensureInitialized:()V
         1: .line 578
            aload 1 /* byteBuffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* len */
        start local 2 // int len
         2: .line 579
            iload 2 /* len */
            ifgt 4
         3: .line 580
            return
         4: .line 582
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            tableswitch { // 1 - 3
                    1: 24
                    2: 5
                    3: 27
              default: 33
          }
         5: .line 584
      StackMap locals:
      StackMap stack:
            aload 1 /* byteBuffer */
            instanceof sun.nio.ch.DirectBuffer
            ifne 8
         6: .line 586
            aload 0 /* this */
            aload 1 /* byteBuffer */
            invokespecial java.security.SignatureSpi.engineUpdate:(Ljava/nio/ByteBuffer;)V
         7: .line 587
            return
         8: .line 589
      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 590
            aload 1 /* byteBuffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 5 /* ofs */
        start local 5 // int ofs
        10: .line 592
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mode:I
            iconst_1
            if_icmpne 15
        11: .line 593
            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 594
            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 593
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_SignUpdate:(JJ[BII)V
        14: .line 595
            goto 18
        15: .line 596
      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 597
            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 596
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_VerifyUpdate:(JJ[BII)V
        18: .line 599
      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 600
            aload 1 /* byteBuffer */
            iload 5 /* ofs */
            iload 2 /* len */
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        20: .line 601
            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 602
            aload 0 /* this */
            iconst_0
            invokevirtual sun.security.pkcs11.P11Signature.reset:(Z)V
        23: .line 603
            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
        24: .line 607
      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
        25: .line 608
            aload 0 /* this */
            dup
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            iload 2 /* len */
            iadd
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
        26: .line 609
            goto 35
        27: .line 611
      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 30
        28: .line 612
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            arraylength
            iconst_1
            iadd
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
        29: .line 613
            return
        30: .line 615
      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
        31: .line 616
            aload 0 /* this */
            dup
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            iload 2 /* len */
            iadd
            putfield sun.security.pkcs11.P11Signature.bytesProcessed:I
        32: .line 617
            goto 35
        33: .line 619
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual sun.security.pkcs11.P11Signature.reset:(Z)V
        34: .line 620
            new java.security.ProviderException
            dup
            ldc "Internal error"
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
        35: .line 622
      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   24     3        addr  J
           10   24     5         ofs  I
           22   24     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=7, args_size=1
        start local 0 // sun.security.pkcs11.P11Signature this
         0: .line 628
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Signature.ensureInitialized:()V
         1: .line 629
            iconst_1
            istore 1 /* doCancel */
        start local 1 // boolean doCancel
         2: .line 632
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            iconst_2
            if_icmpne 8
         3: .line 633
            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
            bipush 40
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* len */
        start local 3 // int len
         6: .line 634
            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 3 /* len */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_SignFinal:(JI)[B
            astore 2 /* signature */
        end local 3 // int len
        start local 2 // byte[] signature
         7: .line 635
            goto 29
        end local 2 // byte[] signature
         8: .line 637
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            iconst_1
            if_icmpne 11
         9: .line 638
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.md:Ljava/security/MessageDigest;
            invokevirtual java.security.MessageDigest.digest:()[B
            astore 3 /* digest */
        start local 3 // byte[] digest
        10: .line 639
            goto 22
        end local 3 // byte[] digest
        11: .line 640
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mechanism:J
            ldc 17
            lcmp
            ifne 18
        12: .line 641
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            arraylength
            if_icmpeq 16
        13: .line 642
            new java.security.SignatureException
            dup
        14: .line 643
            ldc "Data for RawDSA must be exactly 20 bytes long"
        15: .line 642
            invokespecial java.security.SignatureException.<init>:(Ljava/lang/String;)V
            athrow
        16: .line 645
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            astore 3 /* digest */
        start local 3 // byte[] digest
        17: .line 646
            goto 22
        end local 3 // byte[] digest
        18: .line 647
      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 20
        19: .line 648
            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
        20: .line 651
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            newarray 8
            astore 3 /* digest */
        start local 3 // byte[] digest
        21: .line 652
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            iconst_0
            aload 3 /* 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
        22: .line 655
      StackMap locals: sun.security.pkcs11.P11Signature int 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 25
        23: .line 657
            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 /* digest */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_Sign:(J[B)[B
            astore 2 /* signature */
        start local 2 // byte[] signature
        24: .line 658
            goto 29
        end local 2 // byte[] signature
        25: .line 659
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* digest */
            invokevirtual sun.security.pkcs11.P11Signature.encodeSignature:([B)[B
            astore 4 /* data */
        start local 4 // byte[] data
        26: .line 660
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mechanism:J
            ldc 3
            lcmp
            ifne 28
        27: .line 661
            aload 0 /* this */
            aload 4 /* data */
            invokevirtual sun.security.pkcs11.P11Signature.pkcs1Pad:([B)[B
            astore 4 /* data */
        28: .line 663
      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 4 /* data */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_Sign:(J[B)[B
            astore 2 /* signature */
        end local 4 // byte[] data
        end local 3 // byte[] digest
        start local 2 // byte[] signature
        29: .line 666
      StackMap locals: sun.security.pkcs11.P11Signature int byte[]
      StackMap stack:
            iconst_0
            istore 1 /* doCancel */
        30: .line 668
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
            ldc "RSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 34
        31: .line 669
            aload 2 /* signature */
            astore 6
        32: .line 683
            aload 0 /* this */
            iload 1 /* doCancel */
            invokevirtual sun.security.pkcs11.P11Signature.reset:(Z)V
        33: .line 669
            aload 6
            areturn
        34: .line 671
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.p1363Format:Z
            ifeq 38
        35: .line 672
            aload 2 /* signature */
            astore 6
        36: .line 683
            aload 0 /* this */
            iload 1 /* doCancel */
            invokevirtual sun.security.pkcs11.P11Signature.reset:(Z)V
        37: .line 672
            aload 6
            areturn
        38: .line 674
      StackMap locals:
      StackMap stack:
            aload 2 /* signature */
            invokestatic sun.security.pkcs11.P11Signature.dsaToASN1:([B)[B
            astore 6
        39: .line 683
            aload 0 /* this */
            iload 1 /* doCancel */
            invokevirtual sun.security.pkcs11.P11Signature.reset:(Z)V
        40: .line 674
            aload 6
            areturn
        end local 2 // byte[] signature
        41: .line 677
      StackMap locals: sun.security.pkcs11.P11Signature int
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
            astore 2 /* pe */
        start local 2 // sun.security.pkcs11.wrapper.PKCS11Exception pe
        42: .line 678
            iconst_0
            istore 1 /* doCancel */
        43: .line 679
            new java.security.ProviderException
            dup
            aload 2 /* pe */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // sun.security.pkcs11.wrapper.PKCS11Exception pe
        44: .line 680
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
        45: .line 681
            aload 2 /* e */
            athrow
        end local 2 // java.lang.Exception e
        46: .line 682
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        47: .line 683
            aload 0 /* this */
            iload 1 /* doCancel */
            invokevirtual sun.security.pkcs11.P11Signature.reset:(Z)V
        48: .line 684
            aload 5
            athrow
        end local 1 // boolean doCancel
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   49     0       this  Lsun/security/pkcs11/P11Signature;
            2   49     1   doCancel  Z
            7    8     2  signature  [B
           24   25     2  signature  [B
           29   41     2  signature  [B
            6    7     3        len  I
           10   11     3     digest  [B
           17   18     3     digest  [B
           21   29     3     digest  [B
           26   29     4       data  [B
           42   44     2         pe  Lsun/security/pkcs11/wrapper/PKCS11Exception;
           45   46     2          e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2    32      41  Class sun.security.pkcs11.wrapper.PKCS11Exception
          34    36      41  Class sun.security.pkcs11.wrapper.PKCS11Exception
          38    39      41  Class sun.security.pkcs11.wrapper.PKCS11Exception
           2    32      44  Class java.security.SignatureException
          34    36      44  Class java.security.SignatureException
          38    39      44  Class java.security.SignatureException
           2    32      44  Class java.security.ProviderException
          34    36      44  Class java.security.ProviderException
          38    39      44  Class java.security.ProviderException
           2    32      46  any
          34    36      46  any
          38    39      46  any
          41    46      46  any
    Exceptions:
      throws java.security.SignatureException

  protected boolean engineVerify(byte[]);
    descriptor: ([B)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // sun.security.pkcs11.P11Signature this
        start local 1 // byte[] signature
         0: .line 691
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Signature.ensureInitialized:()V
         1: .line 692
            iconst_1
            istore 2 /* doCancel */
        start local 2 // boolean doCancel
         2: .line 694
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.p1363Format:Z
            ifne 8
         3: .line 695
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
            ldc "DSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         4: .line 696
            aload 1 /* signature */
            invokestatic sun.security.pkcs11.P11Signature.asn1ToDSA:([B)[B
            astore 1 /* signature */
         5: .line 697
            goto 8
      StackMap locals: int
      StackMap stack:
         6: aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.keyAlgorithm:Ljava/lang/String;
            ldc "EC"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 698
            aload 0 /* this */
            aload 1 /* signature */
            invokevirtual sun.security.pkcs11.P11Signature.asn1ToECDSA:([B)[B
            astore 1 /* signature */
         8: .line 701
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            iconst_2
            if_icmpne 11
         9: .line 702
            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
        10: .line 703
            goto 32
        11: .line 705
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.type:I
            iconst_1
            if_icmpne 14
        12: .line 706
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.md:Ljava/security/MessageDigest;
            invokevirtual java.security.MessageDigest.digest:()[B
            astore 3 /* digest */
        start local 3 // byte[] digest
        13: .line 707
            goto 25
        end local 3 // byte[] digest
        14: .line 708
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mechanism:J
            ldc 17
            lcmp
            ifne 21
        15: .line 709
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            arraylength
            if_icmpeq 19
        16: .line 710
            new java.security.SignatureException
            dup
        17: .line 711
            ldc "Data for RawDSA must be exactly 20 bytes long"
        18: .line 710
            invokespecial java.security.SignatureException.<init>:(Ljava/lang/String;)V
            athrow
        19: .line 713
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            astore 3 /* digest */
        start local 3 // byte[] digest
        20: .line 714
            goto 25
        end local 3 // byte[] digest
        21: .line 715
      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 23
        22: .line 716
            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
        23: .line 719
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.bytesProcessed:I
            newarray 8
            astore 3 /* digest */
        start local 3 // byte[] digest
        24: .line 720
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.buffer:[B
            iconst_0
            aload 3 /* 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
        25: .line 723
      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 28
        26: .line 725
            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 /* digest */
            aload 1 /* signature */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_Verify:(J[B[B)V
        27: .line 726
            goto 32
        28: .line 727
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* digest */
            invokevirtual sun.security.pkcs11.P11Signature.encodeSignature:([B)[B
            astore 4 /* data */
        start local 4 // byte[] data
        29: .line 728
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Signature.mechanism:J
            ldc 3
            lcmp
            ifne 31
        30: .line 729
            aload 0 /* this */
            aload 4 /* data */
            invokevirtual sun.security.pkcs11.P11Signature.pkcs1Pad:([B)[B
            astore 4 /* data */
        31: .line 731
      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 4 /* data */
            aload 1 /* signature */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_Verify:(J[B[B)V
        end local 4 // byte[] data
        end local 3 // byte[] digest
        32: .line 734
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* doCancel */
        33: .line 754
            aload 0 /* this */
            iload 2 /* doCancel */
            invokevirtual sun.security.pkcs11.P11Signature.reset:(Z)V
        34: .line 735
            iconst_1
            ireturn
        35: .line 736
      StackMap locals:
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
            astore 3 /* pe */
        start local 3 // sun.security.pkcs11.wrapper.PKCS11Exception pe
        36: .line 737
            iconst_0
            istore 2 /* doCancel */
        37: .line 738
            aload 3 /* pe */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11Exception.getErrorCode:()J
            lstore 4 /* errorCode */
        start local 4 // long errorCode
        38: .line 739
            lload 4 /* errorCode */
            ldc 192
            lcmp
            ifne 41
        39: .line 754
            aload 0 /* this */
            iload 2 /* doCancel */
            invokevirtual sun.security.pkcs11.P11Signature.reset:(Z)V
        40: .line 740
            iconst_0
            ireturn
        41: .line 742
      StackMap locals: sun.security.pkcs11.wrapper.PKCS11Exception long
      StackMap stack:
            lload 4 /* errorCode */
            ldc 193
            lcmp
            ifne 44
        42: .line 754
            aload 0 /* this */
            iload 2 /* doCancel */
            invokevirtual sun.security.pkcs11.P11Signature.reset:(Z)V
        43: .line 744
            iconst_0
            ireturn
        44: .line 747
      StackMap locals:
      StackMap stack:
            lload 4 /* errorCode */
            ldc 33
            lcmp
            ifne 47
        45: .line 754
            aload 0 /* this */
            iload 2 /* doCancel */
            invokevirtual sun.security.pkcs11.P11Signature.reset:(Z)V
        46: .line 748
            iconst_0
            ireturn
        47: .line 750
      StackMap locals:
      StackMap stack:
            new java.security.ProviderException
            dup
            aload 3 /* pe */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // long errorCode
        end local 3 // sun.security.pkcs11.wrapper.PKCS11Exception pe
        48: .line 751
      StackMap locals: sun.security.pkcs11.P11Signature byte[] int
      StackMap stack: java.lang.Exception
            astore 3 /* e */
        start local 3 // java.lang.Exception e
        49: .line 752
            aload 3 /* e */
            athrow
        end local 3 // java.lang.Exception e
        50: .line 753
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        51: .line 754
            aload 0 /* this */
            iload 2 /* doCancel */
            invokevirtual sun.security.pkcs11.P11Signature.reset:(Z)V
        52: .line 755
            aload 6
            athrow
        end local 2 // boolean doCancel
        end local 1 // byte[] signature
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   53     0       this  Lsun/security/pkcs11/P11Signature;
            0   53     1  signature  [B
            2   53     2   doCancel  Z
           13   14     3     digest  [B
           20   21     3     digest  [B
           24   32     3     digest  [B
           29   32     4       data  [B
           36   48     3         pe  Lsun/security/pkcs11/wrapper/PKCS11Exception;
           38   48     4  errorCode  J
           49   50     3          e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2    33      35  Class sun.security.pkcs11.wrapper.PKCS11Exception
           2    33      48  Class java.security.SignatureException
           2    33      48  Class java.security.ProviderException
           2    33      50  any
          35    39      50  any
          41    42      50  any
          44    45      50  any
          47    50      50  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 760
            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 762
            iconst_1
            iload 2 /* len */
         2: .line 761
            invokestatic sun.security.rsa.RSAPadding.getInstance:(II)Lsun/security/rsa/RSAPadding;
            astore 3 /* padding */
        start local 3 // sun.security.rsa.RSAPadding padding
         3: .line 763
            aload 3 /* padding */
            aload 1 /* data */
            invokevirtual sun.security.rsa.RSAPadding.pad:([B)[B
            astore 4 /* padded */
        start local 4 // byte[] padded
         4: .line 764
            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 765
      StackMap locals:
      StackMap stack: java.security.GeneralSecurityException
            astore 2 /* e */
        start local 2 // java.security.GeneralSecurityException e
         7: .line 766
            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 772
            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 773
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 774
            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 788
            aload 0 /* signature */
            arraylength
            iconst_1
            ishr
            istore 1 /* n */
        start local 1 // int n
         1: .line 789
            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 790
            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 792
            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 793
            aload 4 /* outseq */
            aload 2 /* r */
            invokevirtual sun.security.util.DerOutputStream.putInteger:(Ljava/math/BigInteger;)V
         5: .line 794
            aload 4 /* outseq */
            aload 3 /* s */
            invokevirtual sun.security.util.DerOutputStream.putInteger:(Ljava/math/BigInteger;)V
         6: .line 795
            new sun.security.util.DerValue
            dup
            bipush 48
         7: .line 796
            aload 4 /* outseq */
            invokevirtual sun.security.util.DerOutputStream.toByteArray:()[B
         8: .line 795
            invokespecial sun.security.util.DerValue.<init>:(B[B)V
            astore 5 /* result */
        start local 5 // sun.security.util.DerValue result
         9: .line 797
            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 798
      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 799
            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 806
            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 807
            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 811
            aload 2 /* values */
            arraylength
            iconst_2
            if_icmpne 3
            aload 1 /* in */
            invokevirtual sun.security.util.DerInputStream.available:()I
            ifeq 4
         3: .line 812
      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 815
      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 816
            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 818
            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 819
            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 820
            aload 5 /* br */
            ifnull 9
            aload 6 /* bs */
            ifnonnull 10
         9: .line 821
      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 823
      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 824
      StackMap locals: byte[]
      StackMap stack: java.security.SignatureException
            astore 1 /* e */
        start local 1 // java.security.SignatureException e
        13: .line 825
            aload 1 /* e */
            athrow
        end local 1 // java.security.SignatureException e
        14: .line 826
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
        15: .line 827
            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 834
            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 835
            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 839
            aload 3 /* values */
            arraylength
            iconst_2
            if_icmpne 3
            aload 2 /* in */
            invokevirtual sun.security.util.DerInputStream.available:()I
            ifeq 4
         3: .line 840
      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 843
      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 844
            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 847
            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 848
            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 849
            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 851
            iload 8 /* k */
            iconst_1
            ishl
            newarray 8
            astore 9 /* res */
        start local 9 // byte[] res
        10: .line 852
            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 853
            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 854
            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 855
      StackMap locals: sun.security.pkcs11.P11Signature byte[]
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
        15: .line 856
            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 861
            aload 0 /* bi */
            invokevirtual java.math.BigInteger.toByteArray:()[B
            astore 2 /* b */
        start local 2 // byte[] b
         1: .line 862
            aload 2 /* b */
            arraylength
            istore 3 /* n */
        start local 3 // int n
         2: .line 863
            iload 3 /* n */
            iload 1 /* len */
            if_icmpne 4
         3: .line 864
            aload 2 /* b */
            areturn
         4: .line 866
      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 867
            iload 1 /* len */
            newarray 8
            astore 4 /* t */
        start local 4 // byte[] t
         6: .line 868
            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 869
            aload 4 /* t */
            areturn
        end local 4 // byte[] t
         8: .line 871
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            iload 1 /* len */
            if_icmple 10
         9: .line 872
            aconst_null
            areturn
        10: .line 875
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            newarray 8
            astore 4 /* t */
        start local 4 // byte[] t
        11: .line 876
            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 877
            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 885
            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 void engineSetParameter(java.security.spec.AlgorithmParameterSpec);
    descriptor: (Ljava/security/spec/AlgorithmParameterSpec;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.pkcs11.P11Signature this
        start local 1 // java.security.spec.AlgorithmParameterSpec params
         0: .line 892
            aload 1 /* params */
            ifnull 2
         1: .line 893
            new java.security.InvalidAlgorithmParameterException
            dup
            ldc "No parameter accepted"
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 895
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.security.spec.AlgorithmParameterSpec params
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/security/pkcs11/P11Signature;
            0    3     1  params  Ljava/security/spec/AlgorithmParameterSpec;
    Exceptions:
      throws java.security.InvalidAlgorithmParameterException
    MethodParameters:
        Name  Flags
      params  

  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 902
            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  

  protected java.security.AlgorithmParameters engineGetParameters();
    descriptor: ()Ljava/security/AlgorithmParameters;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.P11Signature this
         0: .line 908
            aconst_null
            areturn
        end local 0 // sun.security.pkcs11.P11Signature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/pkcs11/P11Signature;
}
SourceFile: "P11Signature.java"