public final class sun.security.mscapi.CSignature$NONEwithRSA extends sun.security.mscapi.CSignature$RSA
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.security.mscapi.CSignature$NONEwithRSA
  super_class: sun.security.mscapi.CSignature$RSA
{
  private static final int RAW_RSA_MAX;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 64

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.mscapi.CSignature$NONEwithRSA this
         0: .line 282
            aload 0 /* this */
            aconst_null
            invokespecial sun.security.mscapi.CSignature$RSA.<init>:(Ljava/lang/String;)V
         1: .line 279
            aload 0 /* this */
            iconst_0
            putfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
         2: .line 283
            aload 0 /* this */
            bipush 64
            newarray 8
            putfield sun.security.mscapi.CSignature$NONEwithRSA.precomputedDigest:[B
         3: .line 284
            return
        end local 0 // sun.security.mscapi.CSignature$NONEwithRSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/mscapi/CSignature$NONEwithRSA;

  protected void engineUpdate(byte);
    descriptor: (B)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.security.mscapi.CSignature$NONEwithRSA this
        start local 1 // byte b
         0: .line 289
            aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
            aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.precomputedDigest:[B
            arraylength
            if_icmplt 3
         1: .line 290
            aload 0 /* this */
            bipush 65
            putfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
         2: .line 291
            return
         3: .line 293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.precomputedDigest:[B
            aload 0 /* this */
            dup
            getfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
            dup_x1
            iconst_1
            iadd
            putfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
            iload 1 /* b */
            bastore
         4: .line 294
            return
        end local 1 // byte b
        end local 0 // sun.security.mscapi.CSignature$NONEwithRSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/mscapi/CSignature$NONEwithRSA;
            0    5     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=5, locals=4, args_size=4
        start local 0 // sun.security.mscapi.CSignature$NONEwithRSA this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 300
            iload 3 /* len */
            aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.precomputedDigest:[B
            arraylength
            aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
            isub
            if_icmple 3
         1: .line 301
            aload 0 /* this */
            bipush 65
            putfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
         2: .line 302
            return
         3: .line 304
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            iload 2 /* off */
            aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.precomputedDigest:[B
            aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 305
            aload 0 /* this */
            dup
            getfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
            iload 3 /* len */
            iadd
            putfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
         5: .line 306
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.security.mscapi.CSignature$NONEwithRSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/security/mscapi/CSignature$NONEwithRSA;
            0    6     1     b  [B
            0    6     2   off  I
            0    6     3   len  I
    Exceptions:
      throws java.security.SignatureException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  protected void engineUpdate(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.security.mscapi.CSignature$NONEwithRSA this
        start local 1 // java.nio.ByteBuffer byteBuffer
         0: .line 311
            aload 1 /* byteBuffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* len */
        start local 2 // int len
         1: .line 312
            iload 2 /* len */
            ifgt 3
         2: .line 313
            return
         3: .line 315
      StackMap locals: int
      StackMap stack:
            iload 2 /* len */
            aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.precomputedDigest:[B
            arraylength
            aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
            isub
            if_icmple 6
         4: .line 316
            aload 0 /* this */
            bipush 65
            putfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
         5: .line 317
            return
         6: .line 319
      StackMap locals:
      StackMap stack:
            aload 1 /* byteBuffer */
            aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.precomputedDigest:[B
            aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
            iload 2 /* len */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
         7: .line 320
            aload 0 /* this */
            dup
            getfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
            iload 2 /* len */
            iadd
            putfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
         8: .line 321
            return
        end local 2 // int len
        end local 1 // java.nio.ByteBuffer byteBuffer
        end local 0 // sun.security.mscapi.CSignature$NONEwithRSA this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lsun/security/mscapi/CSignature$NONEwithRSA;
            0    9     1  byteBuffer  Ljava/nio/ByteBuffer;
            1    9     2         len  I
    MethodParameters:
            Name  Flags
      byteBuffer  

  protected void resetDigest();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.mscapi.CSignature$NONEwithRSA this
         0: .line 325
            aload 0 /* this */
            iconst_0
            putfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
         1: .line 326
            return
        end local 0 // sun.security.mscapi.CSignature$NONEwithRSA this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/mscapi/CSignature$NONEwithRSA;

  protected byte[] getDigestValue();
    descriptor: ()[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.security.mscapi.CSignature$NONEwithRSA this
         0: .line 331
            aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
            bipush 64
            if_icmple 2
         1: .line 332
            new java.security.SignatureException
            dup
            ldc "Message digest is too long"
            invokespecial java.security.SignatureException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 336
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
            bipush 20
            if_icmpne 5
         3: .line 337
            aload 0 /* this */
            ldc "SHA1"
            invokevirtual sun.security.mscapi.CSignature$NONEwithRSA.setDigestName:(Ljava/lang/String;)V
         4: .line 338
            goto 23
      StackMap locals:
      StackMap stack:
         5: aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
            bipush 36
            if_icmpne 8
         6: .line 339
            aload 0 /* this */
            ldc "SHA1+MD5"
            invokevirtual sun.security.mscapi.CSignature$NONEwithRSA.setDigestName:(Ljava/lang/String;)V
         7: .line 340
            goto 23
      StackMap locals:
      StackMap stack:
         8: aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
            bipush 32
            if_icmpne 11
         9: .line 341
            aload 0 /* this */
            ldc "SHA-256"
            invokevirtual sun.security.mscapi.CSignature$NONEwithRSA.setDigestName:(Ljava/lang/String;)V
        10: .line 342
            goto 23
      StackMap locals:
      StackMap stack:
        11: aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
            bipush 48
            if_icmpne 14
        12: .line 343
            aload 0 /* this */
            ldc "SHA-384"
            invokevirtual sun.security.mscapi.CSignature$NONEwithRSA.setDigestName:(Ljava/lang/String;)V
        13: .line 344
            goto 23
      StackMap locals:
      StackMap stack:
        14: aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
            bipush 64
            if_icmpne 17
        15: .line 345
            aload 0 /* this */
            ldc "SHA-512"
            invokevirtual sun.security.mscapi.CSignature$NONEwithRSA.setDigestName:(Ljava/lang/String;)V
        16: .line 346
            goto 23
      StackMap locals:
      StackMap stack:
        17: aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
            bipush 16
            if_icmpne 20
        18: .line 347
            aload 0 /* this */
            ldc "MD5"
            invokevirtual sun.security.mscapi.CSignature$NONEwithRSA.setDigestName:(Ljava/lang/String;)V
        19: .line 348
            goto 23
        20: .line 349
      StackMap locals:
      StackMap stack:
            new java.security.SignatureException
            dup
        21: .line 350
            ldc "Message digest length is not supported"
        22: .line 349
            invokespecial java.security.SignatureException.<init>:(Ljava/lang/String;)V
            athrow
        23: .line 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
            newarray 8
            astore 1 /* result */
        start local 1 // byte[] result
        24: .line 354
            aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.precomputedDigest:[B
            iconst_0
            aload 1 /* result */
            iconst_0
            aload 0 /* this */
            getfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        25: .line 355
            aload 0 /* this */
            iconst_0
            putfield sun.security.mscapi.CSignature$NONEwithRSA.offset:I
        26: .line 357
            aload 1 /* result */
            areturn
        end local 1 // byte[] result
        end local 0 // sun.security.mscapi.CSignature$NONEwithRSA this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   27     0    this  Lsun/security/mscapi/CSignature$NONEwithRSA;
           24   27     1  result  [B
    Exceptions:
      throws java.security.SignatureException
}
SourceFile: "CSignature.java"
NestHost: sun.security.mscapi.CSignature
InnerClasses:
  public final NONEwithRSA = sun.security.mscapi.CSignature$NONEwithRSA of sun.security.mscapi.CSignature
  RSA = sun.security.mscapi.CSignature$RSA of sun.security.mscapi.CSignature