final class sun.security.pkcs11.P11Mac extends javax.crypto.MacSpi
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.pkcs11.P11Mac
  super_class: javax.crypto.MacSpi
{
  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 sun.security.pkcs11.wrapper.CK_MECHANISM ckMechanism;
    descriptor: Lsun/security/pkcs11/wrapper/CK_MECHANISM;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

  private byte[] oneByte;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  void <init>(sun.security.pkcs11.Token, java.lang.String, long);
    descriptor: (Lsun/security/pkcs11/Token;Ljava/lang/String;J)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // sun.security.pkcs11.P11Mac this
        start local 1 // sun.security.pkcs11.Token token
        start local 2 // java.lang.String algorithm
        start local 3 // long mechanism
         0: .line 82
            aload 0 /* this */
            invokespecial javax.crypto.MacSpi.<init>:()V
         1: .line 83
            aload 0 /* this */
            aload 1 /* token */
            putfield sun.security.pkcs11.P11Mac.token:Lsun/security/pkcs11/Token;
         2: .line 84
            aload 0 /* this */
            aload 2 /* algorithm */
            putfield sun.security.pkcs11.P11Mac.algorithm:Ljava/lang/String;
         3: .line 85
            aconst_null
            astore 5 /* params */
        start local 5 // java.lang.Long params
         4: .line 86
            lload 3 /* mechanism */
            l2i
            lookupswitch { // 10
                   73: 9
                   77: 11
                  529: 5
                  545: 7
                  593: 11
                  598: 9
                  609: 13
                  625: 15
                  896: 17
                  897: 20
              default: 23
          }
         5: .line 88
      StackMap locals: sun.security.pkcs11.P11Mac sun.security.pkcs11.Token java.lang.String long java.lang.Long
      StackMap stack:
            aload 0 /* this */
            bipush 16
            putfield sun.security.pkcs11.P11Mac.macLength:I
         6: .line 89
            goto 24
         7: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 20
            putfield sun.security.pkcs11.P11Mac.macLength:I
         8: .line 92
            goto 24
         9: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 28
            putfield sun.security.pkcs11.P11Mac.macLength:I
        10: .line 96
            goto 24
        11: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 32
            putfield sun.security.pkcs11.P11Mac.macLength:I
        12: .line 100
            goto 24
        13: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 48
            putfield sun.security.pkcs11.P11Mac.macLength:I
        14: .line 103
            goto 24
        15: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 64
            putfield sun.security.pkcs11.P11Mac.macLength:I
        16: .line 106
            goto 24
        17: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 16
            putfield sun.security.pkcs11.P11Mac.macLength:I
        18: .line 109
            ldc 16
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            astore 5 /* params */
        19: .line 110
            goto 24
        20: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 20
            putfield sun.security.pkcs11.P11Mac.macLength:I
        21: .line 113
            ldc 20
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            astore 5 /* params */
        22: .line 114
            goto 24
        23: .line 116
      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
        24: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.security.pkcs11.wrapper.CK_MECHANISM
            dup
            lload 3 /* mechanism */
            aload 5 /* params */
            invokespecial sun.security.pkcs11.wrapper.CK_MECHANISM.<init>:(JLjava/lang/Long;)V
            putfield sun.security.pkcs11.P11Mac.ckMechanism:Lsun/security/pkcs11/wrapper/CK_MECHANISM;
        25: .line 119
            return
        end local 5 // java.lang.Long params
        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.P11Mac this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   26     0       this  Lsun/security/pkcs11/P11Mac;
            0   26     1      token  Lsun/security/pkcs11/Token;
            0   26     2  algorithm  Ljava/lang/String;
            0   26     3  mechanism  J
            4   26     5     params  Ljava/lang/Long;
    Exceptions:
      throws 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.P11Mac this
        start local 1 // boolean doCancel
         0: .line 123
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.initialized:Z
            ifne 2
         1: .line 124
            return
         2: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.security.pkcs11.P11Mac.initialized:Z
         3: .line 128
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.session:Lsun/security/pkcs11/Session;
            ifnonnull 7
         4: .line 135
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.p11Key:Lsun/security/pkcs11/P11Key;
            invokevirtual sun.security.pkcs11.P11Key.releaseKeyID:()V
         5: .line 136
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Mac.session:Lsun/security/pkcs11/Session;
         6: .line 129
            return
         7: .line 131
      StackMap locals:
      StackMap stack:
            iload 1 /* doCancel */
            ifeq 14
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.explicitCancel:Z
            ifeq 14
         8: .line 132
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Mac.cancelOperation:()V
         9: .line 134
            goto 14
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: astore 2
        11: .line 135
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.p11Key:Lsun/security/pkcs11/P11Key;
            invokevirtual sun.security.pkcs11.P11Key.releaseKeyID:()V
        12: .line 136
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Mac.session:Lsun/security/pkcs11/Session;
        13: .line 137
            aload 2
            athrow
        14: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.p11Key:Lsun/security/pkcs11/P11Key;
            invokevirtual sun.security.pkcs11.P11Key.releaseKeyID:()V
        15: .line 136
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Mac.session:Lsun/security/pkcs11/Session;
        16: .line 138
            return
        end local 1 // boolean doCancel
        end local 0 // sun.security.pkcs11.P11Mac this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lsun/security/pkcs11/P11Mac;
            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=4, locals=2, args_size=1
        start local 0 // sun.security.pkcs11.P11Mac this
         0: .line 141
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 142
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.hasObjects:()Z
            ifne 4
         2: .line 143
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Token.killSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Mac.session:Lsun/security/pkcs11/Session;
         3: .line 144
            return
         4: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.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
         5: .line 148
            goto 8
      StackMap locals:
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
         6: astore 1 /* e */
        start local 1 // sun.security.pkcs11.wrapper.PKCS11Exception e
         7: .line 149
            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
         8: .line 152
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.pkcs11.P11Mac this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/security/pkcs11/P11Mac;
            7    8     1     e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
      Exception table:
        from    to  target  type
           4     5       6  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.P11Mac this
         0: .line 155
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.initialized:Z
            ifne 2
         1: .line 156
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Mac.initialize:()V
         2: .line 158
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.pkcs11.P11Mac this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/pkcs11/P11Mac;
    Exceptions:
      throws sun.security.pkcs11.wrapper.PKCS11Exception

  private void initialize();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // sun.security.pkcs11.P11Mac this
         0: .line 161
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.p11Key:Lsun/security/pkcs11/P11Key;
            ifnonnull 4
         1: .line 162
            new java.security.ProviderException
            dup
         2: .line 163
            ldc "Operation cannot be performed without calling engineInit first"
         3: .line 162
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         5: .line 166
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.p11Key:Lsun/security/pkcs11/P11Key;
            invokevirtual sun.security.pkcs11.P11Key.getKeyID:()J
            lstore 1 /* p11KeyID */
        start local 1 // long p11KeyID
         6: .line 168
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.session:Lsun/security/pkcs11/Session;
            ifnonnull 8
         7: .line 169
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.getOpSession:()Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Mac.session:Lsun/security/pkcs11/Session;
         8: .line 171
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.id:()J
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.ckMechanism:Lsun/security/pkcs11/wrapper/CK_MECHANISM;
            lload 1 /* p11KeyID */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_SignInit:(JLsun/security/pkcs11/wrapper/CK_MECHANISM;J)V
         9: .line 172
            goto 14
      StackMap locals:
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
        10: astore 3 /* e */
        start local 3 // sun.security.pkcs11.wrapper.PKCS11Exception e
        11: .line 173
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.p11Key:Lsun/security/pkcs11/P11Key;
            invokevirtual sun.security.pkcs11.P11Key.releaseKeyID:()V
        12: .line 174
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.token:Lsun/security/pkcs11/Token;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            putfield sun.security.pkcs11.P11Mac.session:Lsun/security/pkcs11/Session;
        13: .line 175
            aload 3 /* e */
            athrow
        end local 3 // sun.security.pkcs11.wrapper.PKCS11Exception e
        14: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.pkcs11.P11Mac.initialized:Z
        15: .line 178
            return
        end local 1 // long p11KeyID
        end local 0 // sun.security.pkcs11.P11Mac this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lsun/security/pkcs11/P11Mac;
            6   16     1  p11KeyID  J
           11   14     3         e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
      Exception table:
        from    to  target  type
           6     9      10  Class sun.security.pkcs11.wrapper.PKCS11Exception
    Exceptions:
      throws sun.security.pkcs11.wrapper.PKCS11Exception

  protected int engineGetMacLength();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.P11Mac this
         0: .line 182
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.macLength:I
            ireturn
        end local 0 // sun.security.pkcs11.P11Mac this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/pkcs11/P11Mac;

  protected void engineReset();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.P11Mac this
         0: .line 187
            aload 0 /* this */
            iconst_1
            invokevirtual sun.security.pkcs11.P11Mac.reset:(Z)V
         1: .line 188
            return
        end local 0 // sun.security.pkcs11.P11Mac this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/pkcs11/P11Mac;

  protected void engineInit(java.security.Key, java.security.spec.AlgorithmParameterSpec);
    descriptor: (Ljava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.security.pkcs11.P11Mac this
        start local 1 // java.security.Key key
        start local 2 // java.security.spec.AlgorithmParameterSpec params
         0: .line 193
            aload 2 /* params */
            ifnull 4
         1: .line 194
            new java.security.InvalidAlgorithmParameterException
            dup
         2: .line 195
            ldc "Parameters not supported"
         3: .line 194
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual sun.security.pkcs11.P11Mac.reset:(Z)V
         5: .line 198
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.token:Lsun/security/pkcs11/Token;
            aload 1 /* key */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.algorithm:Ljava/lang/String;
            invokestatic sun.security.pkcs11.P11SecretKeyFactory.convertKey:(Lsun/security/pkcs11/Token;Ljava/security/Key;Ljava/lang/String;)Lsun/security/pkcs11/P11Key;
            putfield sun.security.pkcs11.P11Mac.p11Key:Lsun/security/pkcs11/P11Key;
         6: .line 200
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Mac.initialize:()V
         7: .line 201
            goto 10
      StackMap locals:
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
         8: astore 3 /* e */
        start local 3 // sun.security.pkcs11.wrapper.PKCS11Exception e
         9: .line 202
            new java.security.InvalidKeyException
            dup
            ldc "init() failed"
            aload 3 /* e */
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // sun.security.pkcs11.wrapper.PKCS11Exception e
        10: .line 204
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.security.spec.AlgorithmParameterSpec params
        end local 1 // java.security.Key key
        end local 0 // sun.security.pkcs11.P11Mac this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lsun/security/pkcs11/P11Mac;
            0   11     1     key  Ljava/security/Key;
            0   11     2  params  Ljava/security/spec/AlgorithmParameterSpec;
            9   10     3       e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
      Exception table:
        from    to  target  type
           6     7       8  Class sun.security.pkcs11.wrapper.PKCS11Exception
    Exceptions:
      throws java.security.InvalidKeyException, java.security.InvalidAlgorithmParameterException
    MethodParameters:
        Name  Flags
      key     
      params  

  protected byte[] engineDoFinal();
    descriptor: ()[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // sun.security.pkcs11.P11Mac this
         0: .line 209
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Mac.ensureInitialized:()V
         1: .line 210
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.session:Lsun/security/pkcs11/Session;
            invokevirtual sun.security.pkcs11.Session.id:()J
            iconst_0
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_SignFinal:(JI)[B
            astore 3
         2: .line 215
            aload 0 /* this */
            iconst_0
            invokevirtual sun.security.pkcs11.P11Mac.reset:(Z)V
         3: .line 210
            aload 3
            areturn
         4: .line 211
      StackMap locals:
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
            astore 1 /* e */
        start local 1 // sun.security.pkcs11.wrapper.PKCS11Exception e
         5: .line 212
            aload 0 /* this */
            iconst_1
            invokevirtual sun.security.pkcs11.P11Mac.reset:(Z)V
         6: .line 213
            new java.security.ProviderException
            dup
            ldc "doFinal() 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
         7: .line 214
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         8: .line 215
            aload 0 /* this */
            iconst_0
            invokevirtual sun.security.pkcs11.P11Mac.reset:(Z)V
         9: .line 216
            aload 2
            athrow
        end local 0 // sun.security.pkcs11.P11Mac this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/security/pkcs11/P11Mac;
            5    7     1     e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
      Exception table:
        from    to  target  type
           0     2       4  Class sun.security.pkcs11.wrapper.PKCS11Exception
           0     2       7  any
           4     7       7  any

  protected void engineUpdate(byte);
    descriptor: (B)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.security.pkcs11.P11Mac this
        start local 1 // byte input
         0: .line 221
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.oneByte:[B
            ifnonnull 2
         1: .line 222
            aload 0 /* this */
            iconst_1
            newarray 8
            putfield sun.security.pkcs11.P11Mac.oneByte:[B
         2: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.oneByte:[B
            iconst_0
            iload 1 /* input */
            bastore
         3: .line 225
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.oneByte:[B
            iconst_0
            iconst_1
            invokevirtual sun.security.pkcs11.P11Mac.engineUpdate:([BII)V
         4: .line 226
            return
        end local 1 // byte input
        end local 0 // sun.security.pkcs11.P11Mac this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/security/pkcs11/P11Mac;
            0    5     1  input  B
    MethodParameters:
       Name  Flags
      input  

  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.P11Mac this
        start local 1 // byte[] b
        start local 2 // int ofs
        start local 3 // int len
         0: .line 231
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Mac.ensureInitialized:()V
         1: .line 232
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.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
         2: .line 233
            goto 5
      StackMap locals:
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
         3: astore 4 /* e */
        start local 4 // sun.security.pkcs11.wrapper.PKCS11Exception e
         4: .line 234
            new java.security.ProviderException
            dup
            ldc "update() failed"
            aload 4 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 4 // sun.security.pkcs11.wrapper.PKCS11Exception e
         5: .line 236
      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.P11Mac this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/security/pkcs11/P11Mac;
            0    6     1     b  [B
            0    6     2   ofs  I
            0    6     3   len  I
            4    5     4     e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
      Exception table:
        from    to  target  type
           0     2       3  Class sun.security.pkcs11.wrapper.PKCS11Exception
    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=6, args_size=2
        start local 0 // sun.security.pkcs11.P11Mac this
        start local 1 // java.nio.ByteBuffer byteBuffer
         0: .line 241
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Mac.ensureInitialized:()V
         1: .line 242
            aload 1 /* byteBuffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* len */
        start local 2 // int len
         2: .line 243
            iload 2 /* len */
            ifgt 4
         3: .line 244
            return
         4: .line 246
      StackMap locals: int
      StackMap stack:
            aload 1 /* byteBuffer */
            instanceof sun.nio.ch.DirectBuffer
            ifne 7
         5: .line 247
            aload 0 /* this */
            aload 1 /* byteBuffer */
            invokespecial javax.crypto.MacSpi.engineUpdate:(Ljava/nio/ByteBuffer;)V
         6: .line 248
            return
         7: .line 250
      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
         8: .line 251
            aload 1 /* byteBuffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 5 /* ofs */
        start local 5 // int ofs
         9: .line 252
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Mac.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 */
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_SignUpdate:(JJ[BII)V
        10: .line 253
            aload 1 /* byteBuffer */
            iload 5 /* ofs */
            iload 2 /* len */
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        end local 5 // int ofs
        end local 3 // long addr
        end local 2 // int len
        11: .line 254
            goto 14
      StackMap locals: sun.security.pkcs11.P11Mac java.nio.ByteBuffer
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
        12: astore 2 /* e */
        start local 2 // sun.security.pkcs11.wrapper.PKCS11Exception e
        13: .line 255
            new java.security.ProviderException
            dup
            ldc "update() failed"
            aload 2 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // sun.security.pkcs11.wrapper.PKCS11Exception e
        14: .line 257
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.nio.ByteBuffer byteBuffer
        end local 0 // sun.security.pkcs11.P11Mac this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Lsun/security/pkcs11/P11Mac;
            0   15     1  byteBuffer  Ljava/nio/ByteBuffer;
            2   11     2         len  I
            8   11     3        addr  J
            9   11     5         ofs  I
           13   14     2           e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
      Exception table:
        from    to  target  type
           0     3      12  Class sun.security.pkcs11.wrapper.PKCS11Exception
           4     6      12  Class sun.security.pkcs11.wrapper.PKCS11Exception
           7    11      12  Class sun.security.pkcs11.wrapper.PKCS11Exception
    MethodParameters:
            Name  Flags
      byteBuffer  
}
SourceFile: "P11Mac.java"